1x11337

Elemental Battlegrounds Script/Hack

Sep 24th, 2018
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. --- THIS IS GRASS MAGIC ONLY! ---
  12.  
  13. while true do
  14. game["Run Service"].RenderStepped:wait(2)
  15. plr = game.Players.LocalPlayer
  16. mouse = plr:GetMouse()
  17. TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  18. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Grass", "Spore Bombs") --- Change Your Magic Here!! ---
  19. TrueMagic:InvokeServer("Grass", "Spore Bombs", mouse.Target, mouse.Hit) --- Change Your Magic Here!! ---
  20. end
Add Comment
Please, Sign In to add comment