Advertisement
Roblox_Xploits

Advancdededededdwd Power (yes i spelt it wrong purposely)

Mar 30th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. --MOVE--
  2. --Locals--
  3. local p = game.Players.LocalPlayer
  4. repeat wait() until p.Character ~= nil
  5. local c = p.Character
  6. local t = c.Torso
  7. local m = p:GetMouse()
  8. local deb = false
  9. local spamz = false
  10. --functions--
  11. admins={arceus3270=true,Player1=true;}
  12. m.KeyDown:connect(function(key)
  13. if key:lower() == "g" and admins[p.Name] then
  14. if deb == false then
  15. deb = true
  16. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"YOU IDIOT.. what have you done!", "Blue")
  17. wait(1.6)
  18. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You shall be GONE!", "Green")
  19. wait(1.6)
  20. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Endless Power!!!!", "Red")
  21. local fel = Instance.new("Part", t)
  22. fel.Anchored = true
  23. fel.CanCollide = false
  24. fel.Size = Vector3.new(4,4,4)
  25. fel.Material = "Neon"
  26. fel.BrickColor = BrickColor.new("Really black")
  27. local mesh = Instance.new("SpecialMesh", fel)
  28. mesh.MeshId = "rbxassetid://168892432"
  29. local bd = 0
  30. while wait() and deb and bd < 40 do
  31. bd = bd + 1
  32. mesh.Scale = mesh.Scale + Vector3.new(0.02,0.02,0.02)
  33. fel.CFrame = t.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-20,20),0,math.random(-20,20))
  34. end
  35. delay(0,function()
  36. for i=1,20 do
  37. fel.Size = fel.Size + Vector3.new(2,2,2)
  38. mesh.Scale = mesh.Scale + Vector3.new(2,2,2)
  39. fel.CFrame = t.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-20,20),0,math.random(-20,20))
  40. fel.Transparency = i/20
  41. wait()
  42. end
  43. fel:Remove()
  44. end)
  45. fel.Touched:connect(function(hit)
  46. if hit.Parent:FindFirstChild('Humanoid') and not spamz then
  47. if hit.Parent.Name ~= p.Name then
  48. spamz = true
  49. delay(0,function()
  50. for loop = 1,50 do
  51. spamz = true
  52. delay(0,function()
  53. hit.Parent.Humanoid:TakeDamage(5+(p.leaderstats1.Level.Value/3))
  54. local x3 = Instance.new("Part", game.Workspace)
  55. game.Debris:AddItem(x3, 4)
  56. x3.Size = Vector3.new(1,5,1)
  57. local ay = math.random(1,2)
  58. if ay == 1 then
  59. x3.BrickColor = BrickColor.new("Really black")
  60. else
  61. x3.BrickColor = BrickColor.new("White")
  62. end
  63. x3.CanCollide = false
  64. x3.Anchored = true
  65. x3.CFrame = hit.Parent.Torso.CFrame * CFrame.new(0,200,0)
  66. x3.TopSurface = "Smooth"
  67. x3.BottomSurface = "Smooth"
  68.  
  69. local m3 = Instance.new("CylinderMesh", x3)
  70. m3.Scale = Vector3.new(2,100,2)
  71.  
  72. for loop = 1,100 do
  73. m3.Scale = m3.Scale + Vector3.new(1,1,1)
  74. x3.Transparency = x3.Transparency + 0.05
  75. wait()
  76. end
  77. end)
  78. wait(0.1)
  79. end
  80. end)
  81. end
  82. end
  83. spamz = false
  84. end)
  85. deb = false
  86. end
  87. end
  88. end)
  89. m.KeyUp:connect(function(key)
  90. if key:lower() == "g" then
  91. if deb then
  92. wait(0.2)
  93. deb = false
  94. end
  95. end
  96. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement