Advertisement
MrTrala

Pause BOT

Oct 11th, 2016
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. Module.New('Looting', function(Mod)
  2. local exaus = 2
  3.     if (#Self.GetTargets(3)) >= 1 then
  4.         Walker.Stop()
  5.     else
  6.         wait(3000)
  7.         Walker.Start()
  8.     end
  9. Mod:Delay((exaus * 1000), (exaus * 1000) + 200)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement