srCALAVERA

elemental battleground script hack

May 26th, 2018
7,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local b = game.Workspace[".Ignore"]
  2. local c = b[".ServerEffects"]
  3. while wait() do
  4. for i,v in pairs(c:GetChildren()) do
  5. if v.Name == "Shard" or v.Name == "Diamond" then
  6. v.Position = game.Players.LocalPlayer.Character.Torso.Position
  7. --elseif v.Name ~= "Shard" or "Diamond" then print("No")
  8. end
  9. end
  10. end
  11. ---CREDIT TO MY NIGGA PRECESSION FOR FIXING IT!
  12.  
  13. para lansar bolas y sin usarlas
  14.  
  15. while true do
  16. game["Run Service"].RenderStepped:wait(2)
  17. plr = game.Players.LocalPlayer
  18. mouse = plr:GetMouse()
  19. TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  20. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Grass", "Spore Bombs")
  21. TrueMagic:InvokeServer("Grass", "Spore Bombs", mouse.Target, mouse.Hit)
  22. end
Add Comment
Please, Sign In to add comment