Logkin

1

Feb 22nd, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2.  
  3. local Core = Instance.new("Frame")
  4.  
  5. local UIGradient = Instance.new("UIGradient")
  6.  
  7. local Main = Instance.new("Frame")
  8.  
  9. local UIGradient_2 = Instance.new("UIGradient")
  10.  
  11. local KillAll = Instance.new("TextButton")
  12.  
  13. local UIGradient_3 = Instance.new("UIGradient")
  14.  
  15. local Single = Instance.new("TextButton")
  16.  
  17. local UIGradient_4 = Instance.new("UIGradient")
  18.  
  19. local Target = Instance.new("TextBox")
  20.  
  21. local greentext = Instance.new("Folder")
  22.  
  23. local beme = Instance.new("TextLabel")
  24.  
  25. local beme_2 = Instance.new("TextLabel")
  26.  
  27. local beme_3 = Instance.new("TextLabel")
  28.  
  29. local beme_4 = Instance.new("TextLabel")
  30.  
  31. local beme_5 = Instance.new("TextLabel")
  32.  
  33. local TopBar = Instance.new("Frame")
  34.  
  35. local Close = Instance.new("TextButton")
  36.  
  37. local Minimize = Instance.new("TextButton")
  38.  
  39. local UIGradient_5 = Instance.new("UIGradient")
  40.  
  41. local Drop_Shadow = Instance.new("ImageLabel")
  42.  
  43.  
  44.  
  45. cam = game.Workspace.CurrentCamera
  46.  
  47.  
  48.  
  49. --les sounds!!
  50.  
  51. local sound1 = Instance.new("Sound", Main)
  52.  
  53. sound1.SoundId = "rbxassetid://5624656949"
  54.  
  55. sound1.Name = "1"
  56.  
  57.  
  58.  
  59. local sound2 = Instance.new("Sound", Main)
  60.  
  61. sound2.SoundId = "rbxassetid://5652336887"
  62.  
  63. sound2.Name = "2"
  64.  
  65.  
  66.  
  67. local sound3 = Instance.new("Sound", Main)
  68.  
  69. sound3.SoundId = "rbxassetid://3246290855"
  70.  
  71. sound3.Name = "3"
  72.  
  73.  
  74.  
  75. local sound4 = Instance.new("Sound", Main)
  76.  
  77. sound4.SoundId = "rbxassetid://5002614071"
  78.  
  79. sound4.Name = "4"
  80.  
  81.  
  82.  
  83. local sound5 = Instance.new("Sound", Main)
  84.  
  85. sound5.SoundId = "rbxassetid://296102734"
  86.  
  87. sound5.Name = "5"
  88.  
  89.  
  90.  
  91. local sound6 = Instance.new("Sound", Main)
  92.  
  93. sound6.SoundId = "rbxassetid://4809574295"
  94.  
  95. sound6.Name = "6"
  96.  
  97.  
  98.  
  99. local sound7 = Instance.new("Sound", Main)
  100.  
  101. sound7.SoundId = "rbxassetid://5636195402"
  102.  
  103. sound7.Name = "7"
  104.  
  105.  
  106.  
  107. local sound8 = Instance.new("Sound", Main)
  108.  
  109. sound8.SoundId = "rbxassetid://5067081732"
  110.  
  111. sound8.Name = "8"
  112.  
  113.  
  114.  
  115. local sound9 = Instance.new("Sound", Main)
  116.  
  117. sound9.SoundId = "rbxassetid://175593536"
  118.  
  119. sound9.Name = "9"
  120.  
  121.  
  122.  
  123. local sound10 = Instance.new("Sound", Main)
  124.  
  125. sound10.SoundId = "rbxassetid://5058160717"
  126.  
  127. sound10.Name = "10"
  128.  
  129.  
  130.  
  131. local sound11 = Instance.new("Sound", Main)
  132.  
  133. sound11.SoundId = "rbxassetid://5853668794"
  134.  
  135. sound11.Name = "11"
  136.  
  137.  
  138.  
  139. local sound12 = Instance.new("Sound", Main)
  140.  
  141. sound12.SoundId = "rbxassetid://3173566193"
  142.  
  143. sound12.Name = "12"
  144.  
  145.  
  146.  
  147. local sound13 = Instance.new("Sound", Main)
  148.  
  149. sound13.SoundId = "rbxassetid://565424468"
  150.  
  151. sound13.Name = "13"
  152.  
  153.  
  154.  
  155. local sound14 = Instance.new("Sound", Main)
  156.  
  157. sound14.SoundId = "rbxassetid://574999020"
  158.  
  159. sound14.Name = "14"
  160.  
  161.  
  162.  
  163. local giorno = Instance.new("Sound", Main)
  164.  
  165. giorno.SoundId = "rbxassetid://5567681627"
  166.  
  167. giorno.Name = "giorno"
  168.  
  169. giorno.Volume = 0.35
  170.  
  171. giorno:Play()
  172.  
  173.  
  174.  
  175. --Properties:
  176.  
  177. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  178.  
  179. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  180.  
  181. ScreenGui.ResetOnSpawn = false
  182.  
  183.  
  184.  
  185. Core.Name = "Core"
  186.  
  187. Core.Parent = ScreenGui
  188.  
  189. Core.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190.  
  191. Core.BorderSizePixel = 0
  192.  
  193. Core.Position = UDim2.new(0.120899156, 0, 0.201430291, 0)
  194.  
  195. Core.Size = UDim2.new(0.174726591, 0, 0.330035895, 0)
  196.  
  197.  
  198.  
  199. UIGradient.Parent = Core
  200.  
  201.  
  202.  
  203. Main.Name = "Main"
  204.  
  205. Main.Parent = Core
  206.  
  207. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208.  
  209. Main.BorderSizePixel = 0
  210.  
  211. Main.Position = UDim2.new(0.0217461102, 0, 0.0945657119, 0)
  212.  
  213. Main.Size = UDim2.new(0.953586102, 0, 0.878970265, 0)
  214.  
  215.  
  216.  
  217. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(79, 255, 95)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 239, 91))}
  218.  
  219. UIGradient_2.Rotation = -61.966148376465
  220.  
  221. UIGradient_2.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.17), NumberSequenceKeypoint.new(1.00, 0.19)}
  222.  
  223. UIGradient_2.Parent = Main
  224.  
  225.  
  226.  
  227. KillAll.Name = "KillAll"
  228.  
  229. KillAll.Parent = Main
  230.  
  231. KillAll.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
  232.  
  233. KillAll.BorderSizePixel = 0
  234.  
  235. KillAll.Position = UDim2.new(0.584824741, 0, 0.743671834, 0)
  236.  
  237. KillAll.Size = UDim2.new(0.385536939, 0, 0.223458916, 0)
  238.  
  239. KillAll.Font = Enum.Font.GothamSemibold
  240.  
  241. KillAll.Text = "Autism Extermination"
  242.  
  243. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  244.  
  245. KillAll.TextScaled = true
  246.  
  247. KillAll.TextSize = 14.000
  248.  
  249. KillAll.TextWrapped = true
  250.  
  251.  
  252.  
  253. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 57, 119)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  254.  
  255. UIGradient_3.Parent = KillAll
  256.  
  257.  
  258.  
  259. Single.Name = "Single"
  260.  
  261. Single.Parent = Main
  262.  
  263. Single.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
  264.  
  265. Single.BorderSizePixel = 0
  266.  
  267. Single.Position = UDim2.new(0.0415275171, 0, 0.866932333, 0)
  268.  
  269. Single.Size = UDim2.new(0.516803384, 0, 0.100198425, 0)
  270.  
  271. Single.Font = Enum.Font.GothamSemibold
  272.  
  273. Single.Text = "Kill Target"
  274.  
  275. Single.TextColor3 = Color3.fromRGB(0, 0, 0)
  276.  
  277. Single.TextScaled = true
  278.  
  279. Single.TextSize = 14.000
  280.  
  281. Single.TextWrapped = true
  282.  
  283.  
  284.  
  285. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 57, 119)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  286.  
  287. UIGradient_4.Parent = Single
  288.  
  289.  
  290.  
  291. Target.Name = "Target"
  292.  
  293. Target.Parent = Main
  294.  
  295. Target.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296.  
  297. Target.BorderSizePixel = 0
  298.  
  299. Target.Position = UDim2.new(0.0415275171, 0, 0.743671834, 0)
  300.  
  301. Target.Size = UDim2.new(0.516803205, 0, 0.123260632, 0)
  302.  
  303. Target.ClearTextOnFocus = false
  304.  
  305. Target.Font = Enum.Font.Gotham
  306.  
  307. Target.PlaceholderColor3 = Color3.fromRGB(135, 135, 135)
  308.  
  309. Target.PlaceholderText = "target's name"
  310.  
  311. Target.Text = ""
  312.  
  313. Target.TextColor3 = Color3.fromRGB(0, 0, 0)
  314.  
  315. Target.TextSize = 18.000
  316.  
  317. Target.TextWrapped = true
  318.  
  319.  
  320.  
  321. greentext.Name = "greentext"
  322.  
  323. greentext.Parent = Main
  324.  
  325.  
  326.  
  327. beme.Name = "beme"
  328.  
  329. beme.Parent = greentext
  330.  
  331. beme.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  332.  
  333. beme.BackgroundTransparency = 1.000
  334.  
  335. beme.Position = UDim2.new(0.0401091911, 0, 0.0451955199, 0)
  336.  
  337. beme.Size = UDim2.new(0.544715583, 0, 0.128760844, 0)
  338.  
  339. beme.Font = Enum.Font.SourceSans
  340.  
  341. beme.Text = ">be me"
  342.  
  343. beme.TextColor3 = Color3.fromRGB(198, 255, 112)
  344.  
  345. beme.TextScaled = true
  346.  
  347. beme.TextSize = 14.000
  348.  
  349. beme.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
  350.  
  351. beme.TextStrokeTransparency = 0.000
  352.  
  353. beme.TextWrapped = true
  354.  
  355. beme.TextXAlignment = Enum.TextXAlignment.Left
  356.  
  357.  
  358.  
  359. beme_2.Name = "beme"
  360.  
  361. beme_2.Parent = greentext
  362.  
  363. beme_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364.  
  365. beme_2.BackgroundTransparency = 1.000
  366.  
  367. beme_2.Position = UDim2.new(0.0401091911, 0, 0.1725647, 0)
  368.  
  369. beme_2.Size = UDim2.new(0.603056192, 0, 0.128760844, 0)
  370.  
  371. beme_2.Font = Enum.Font.SourceSans
  372.  
  373. beme_2.Text = ">playing idf rp"
  374.  
  375. beme_2.TextColor3 = Color3.fromRGB(198, 255, 112)
  376.  
  377. beme_2.TextScaled = true
  378.  
  379. beme_2.TextSize = 14.000
  380.  
  381. beme_2.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
  382.  
  383. beme_2.TextStrokeTransparency = 0.000
  384.  
  385. beme_2.TextWrapped = true
  386.  
  387. beme_2.TextXAlignment = Enum.TextXAlignment.Left
  388.  
  389.  
  390.  
  391. beme_3.Name = "beme"
  392.  
  393. beme_3.Parent = greentext
  394.  
  395. beme_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  396.  
  397. beme_3.BackgroundTransparency = 1.000
  398.  
  399. beme_3.Position = UDim2.new(0.0401091911, 0, 0.299933821, 0)
  400.  
  401. beme_3.Size = UDim2.new(0.930252433, 0, 0.128760844, 0)
  402.  
  403. beme_3.Font = Enum.Font.SourceSans
  404.  
  405. beme_3.Text = ">get banned by tibaud_officiel"
  406.  
  407. beme_3.TextColor3 = Color3.fromRGB(198, 255, 112)
  408.  
  409. beme_3.TextScaled = true
  410.  
  411. beme_3.TextSize = 14.000
  412.  
  413. beme_3.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
  414.  
  415. beme_3.TextStrokeTransparency = 0.000
  416.  
  417. beme_3.TextWrapped = true
  418.  
  419. beme_3.TextXAlignment = Enum.TextXAlignment.Left
  420.  
  421.  
  422.  
  423. beme_4.Name = "beme"
  424.  
  425. beme_4.Parent = greentext
  426.  
  427. beme_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  428.  
  429. beme_4.BackgroundTransparency = 1.000
  430.  
  431. beme_4.Position = UDim2.new(0.0401091911, 0, 0.427302957, 0)
  432.  
  433. beme_4.Size = UDim2.new(0.408832937, 0, 0.128760844, 0)
  434.  
  435. beme_4.Font = Enum.Font.SourceSans
  436.  
  437. beme_4.Text = ">fuck"
  438.  
  439. beme_4.TextColor3 = Color3.fromRGB(198, 255, 112)
  440.  
  441. beme_4.TextScaled = true
  442.  
  443. beme_4.TextSize = 14.000
  444.  
  445. beme_4.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
  446.  
  447. beme_4.TextStrokeTransparency = 0.000
  448.  
  449. beme_4.TextWrapped = true
  450.  
  451. beme_4.TextXAlignment = Enum.TextXAlignment.Left
  452.  
  453.  
  454.  
  455. beme_5.Name = "beme"
  456.  
  457. beme_5.Parent = greentext
  458.  
  459. beme_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  460.  
  461. beme_5.BackgroundTransparency = 1.000
  462.  
  463. beme_5.Position = UDim2.new(0.20783855, 0, 0.620411098, 0)
  464.  
  465. beme_5.Size = UDim2.new(0.762523115, 0, 0.0876740143, 0)
  466.  
  467. beme_5.Font = Enum.Font.Ubuntu
  468.  
  469. beme_5.Text = "require ACS Engine to work"
  470.  
  471. beme_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  472.  
  473. beme_5.TextScaled = true
  474.  
  475. beme_5.TextSize = 14.000
  476.  
  477. beme_5.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
  478.  
  479. beme_5.TextWrapped = true
  480.  
  481.  
  482.  
  483. TopBar.Name = "TopBar"
  484.  
  485. TopBar.Parent = Core
  486.  
  487. TopBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  488.  
  489. TopBar.BorderSizePixel = 0
  490.  
  491. TopBar.Position = UDim2.new(-0.00259325164, 0, -0.00194991706, 0)
  492.  
  493. TopBar.Size = UDim2.new(1.00259292, 0, 0.070509173, 0)
  494.  
  495.  
  496.  
  497. Close.Name = "Close"
  498.  
  499. Close.Parent = TopBar
  500.  
  501. Close.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
  502.  
  503. Close.BorderSizePixel = 0
  504.  
  505. Close.Position = UDim2.new(0.894759536, 0, 0, 0)
  506.  
  507. Close.Size = UDim2.new(0.10477262, 0, 1.00000012, 0)
  508.  
  509. Close.Font = Enum.Font.SourceSans
  510.  
  511. Close.Text = ""
  512.  
  513. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  514.  
  515. Close.TextSize = 14.000
  516.  
  517.  
  518.  
  519. Minimize.Name = "Minimize"
  520.  
  521. Minimize.Parent = TopBar
  522.  
  523. Minimize.BackgroundColor3 = Color3.fromRGB(255, 129, 19)
  524.  
  525. Minimize.BorderSizePixel = 0
  526.  
  527. Minimize.Position = UDim2.new(0.787249684, 0, 0, 0)
  528.  
  529. Minimize.Size = UDim2.new(0.10477262, 0, 1.00000012, 0)
  530.  
  531. Minimize.Font = Enum.Font.SourceSans
  532.  
  533. Minimize.Text = ""
  534.  
  535. Minimize.TextColor3 = Color3.fromRGB(0, 0, 0)
  536.  
  537. Minimize.TextSize = 14.000
  538.  
  539.  
  540.  
  541. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(168, 194, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(170, 255, 184))}
  542.  
  543. UIGradient_5.Parent = TopBar
  544.  
  545.  
  546.  
  547. Drop_Shadow.Name = "Drop_Shadow"
  548.  
  549. Drop_Shadow.Parent = Core
  550.  
  551. Drop_Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  552.  
  553. Drop_Shadow.BackgroundTransparency = 1.000
  554.  
  555. Drop_Shadow.Position = UDim2.new(0, -35, 0, -35)
  556.  
  557. Drop_Shadow.Size = UDim2.new(1, 70, 1, 70)
  558.  
  559. Drop_Shadow.ZIndex = 0
  560.  
  561. Drop_Shadow.Image = "rbxassetid://1113384364"
  562.  
  563. Drop_Shadow.ImageTransparency = 0.500
  564.  
  565. Drop_Shadow.ScaleType = Enum.ScaleType.Slice
  566.  
  567. Drop_Shadow.SliceCenter = Rect.new(50, 50, 50, 50)
  568.  
  569.  
  570.  
  571. --Scripts
  572.  
  573. local function MainScript()
  574.  
  575. local script = Instance.new('LocalScript', Core)
  576.  
  577. --Services & Important--
  578.  
  579. DmgRemote = game:GetService("ReplicatedStorage")["ACS_Engine"].Eventos.Damage
  580.  
  581.  
  582.  
  583. --Values--
  584.  
  585. local target = script.Parent.Main.Target.Text
  586.  
  587.  
  588.  
  589. --Functions--
  590.  
  591. local function killAll()
  592.  
  593. for PlayerIndex,GivenPlayer in pairs(game.Players:GetPlayers()) do
  594.  
  595. local Char = GivenPlayer.Character
  596.  
  597. DmgRemote:FireServer(Char.Humanoid,Char.Humanoid.MaxHealth,0,0)
  598.  
  599. end
  600.  
  601. end
  602.  
  603.  
  604.  
  605. local function killtarget(cible)
  606.  
  607. cam.CameraSubject = game.Players[cible].Character.Humanoid
  608.  
  609. wait(3)
  610.  
  611. local Char = game.Players[cible].Character
  612.  
  613. DmgRemote:FireServer(Char.Humanoid,Char.Humanoid.MaxHealth,0,0)
  614.  
  615. wait(2)
  616.  
  617. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  618.  
  619. end
  620.  
  621.  
  622.  
  623. local function close()
  624.  
  625. script.Parent.Parent:Destroy()
  626.  
  627. end
  628.  
  629.  
  630.  
  631. --Main Functions--
  632.  
  633. script.Parent.Main.KillAll.MouseButton1Click:Connect(function()
  634.  
  635. local a = math.random(1,12)
  636.  
  637. killAll()
  638.  
  639. script.Parent.Main[a]:Play()
  640.  
  641. end)
  642.  
  643.  
  644.  
  645. script.Parent.Main.Single.MouseButton1Click:Connect(function()
  646.  
  647. local target = script.Parent.Main.Target.Text
  648.  
  649. killtarget(target)
  650.  
  651. script.Parent.Main.Click:Play()
  652.  
  653. end)
  654.  
  655.  
  656.  
  657. script.Parent.TopBar.Close.MouseButton1Click:Connect(function()
  658.  
  659. script.Parent.Main.Click:Play()
  660.  
  661. wait(0.45)
  662.  
  663. close()
  664.  
  665. end)
  666.  
  667. end
  668.  
  669. coroutine.wrap(MainScript)()
  670.  
  671.  
  672.  
  673. local function Dragify()
  674.  
  675. local script = Instance.new('LocalScript', Core)
  676.  
  677. local UIS = game:GetService("UserInputService")
  678.  
  679.  
  680.  
  681. function drag(Frame)
  682.  
  683. dragToggle = nil
  684.  
  685. dragSpeed = 0.25
  686.  
  687. dragInput = nil
  688.  
  689. dragStart = nil
  690.  
  691. dragPos = nil
  692.  
  693.  
  694.  
  695. function updateInput(input)
  696.  
  697. Delta = input.Position - dragStart
  698.  
  699. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  700.  
  701. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  702.  
  703. end
  704.  
  705.  
  706.  
  707. Frame.InputBegan:Connect(function(input)
  708.  
  709. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  710.  
  711. dragToggle = true
  712.  
  713. dragStart = input.Position
  714.  
  715. startPos = Frame.Position
  716.  
  717. input.Changed:Connect(function()
  718.  
  719. if input.UserInputState == Enum.UserInputState.End then
  720.  
  721. dragToggle = false
  722.  
  723. end
  724.  
  725. end)
  726.  
  727. end
  728.  
  729. end)
  730.  
  731.  
  732.  
  733. Frame.InputChanged:Connect(function(input)
  734.  
  735. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  736.  
  737. dragInput = input
  738.  
  739. end
  740.  
  741. end)
  742.  
  743.  
  744.  
  745. game:GetService("UserInputService").InputChanged:Connect(function(input)
  746.  
  747. if input == dragInput and dragToggle then
  748.  
  749. updateInput(input)
  750.  
  751. end
  752.  
  753. end)
  754.  
  755. end
  756.  
  757.  
  758.  
  759. drag(script.Parent)
  760.  
  761. end
  762. coroutine.wrap(Dragify)()
Add Comment
Please, Sign In to add comment