MemesScriptMox

Auto kill & Auto Farm Exp

Apr 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. -- auto farm kill & exp
  2. local Event = game:GetService("ReplicatedStorage").Damage
  3. local A_3 = "false"
  4. local damage = "99999999"
  5. local Npc = game:GetService("Workspace").NPCS:GetChildren()
  6. while wait() do
  7. for i = 1, #Npc do
  8. Event:FireServer(damage, Npc[i], A_3)
  9. wait(0.5)
  10. end
  11. end
  12.  
  13. --MemesScriptMox
  14.  
  15. Enjoy:D
Add Comment
Please, Sign In to add comment