Advertisement
Angkerscript

Test

Apr 10th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. -- Credit:
  2. -- ANGKERSPLOIT
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local AFKFARM = Instance.new("TextButton")
  6. local ANGKERSPLOIT = Instance.new("TextLabel")
  7. --Properties:
  8. ScreenGui.Parent = game.Workspace
  9.  
  10. Frame.Parent = ScreenGui
  11. Frame.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  12. Frame.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  13. Frame.Position = UDim2.new(0.552460551, 0, 0.0398481786, 0)
  14. Frame.Size = UDim2.new(0, 320, 0, 100)
  15.  
  16. AFKFARM.Name = "AFK FARM"
  17. AFKFARM.Parent = Frame
  18. AFKFARM.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  19. AFKFARM.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  20. AFKFARM.Position = UDim2.new(0.1875, 0, 0.0599999987, 0)
  21. AFKFARM.Size = UDim2.new(0, 200, 0, 50)
  22. AFKFARM.Font = Enum.Font.SciFi
  23. AFKFARM.Text = "AFK FARM"
  24. AFKFARM.TextColor3 = Color3.new(1, 1, 1)
  25. AFKFARM.TextSize = 40
  26. AFKFARM.MouseButton1Down:connect(function()
  27. local P=workspace:FindFirstChildOfClass'Part'
  28. local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
  29. local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
  30. local LP=game:GetService'Players'.LocalPlayer
  31. for _,a in ipairs(workspace:GetChildren())do
  32. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  33. spawn(function()
  34. local Pa=LP.Character:FindFirstChildOfClass'Part'
  35. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  36. end)
  37. end
  38. end
  39. workspace.ChildAdded:Connect(function(a)
  40. wait(.125)
  41. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  42. spawn(function()
  43. repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
  44. local Pa=LP.Character:FindFirstChildOfClass'Part'
  45. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  46. end)
  47. end
  48. end)
  49. for _,a in ipairs(game:GetService'Players':GetPlayers())do
  50. R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  51. R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  52. R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  53. R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  54. R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  55. R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  56. R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  57. R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  58. R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  59. R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  60. R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  61. R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  62. end
  63. end)
  64.  
  65. ANGKERSPLOIT.Name = "ANGKERSPLOIT"
  66. ANGKERSPLOIT.Parent = Frame
  67. ANGKERSPLOIT.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  68. ANGKERSPLOIT.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  69. ANGKERSPLOIT.Position = UDim2.new(0.0374999978, 0, 0.620000005, 0)
  70. ANGKERSPLOIT.Size = UDim2.new(0, 295, 0, 38)
  71. ANGKERSPLOIT.Font = Enum.Font.SciFi
  72. ANGKERSPLOIT.Text = "ANGKERSPLOIT"
  73. ANGKERSPLOIT.TextColor3 = Color3.new(1, 1, 1)
  74. ANGKERSPLOIT.TextSize = 40
  75. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement