Guest User

hack

a guest
Sep 18th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local tCookieThread = coroutine.create (loadfile ("grassclicker"))
  2.  
  3. local nNumClicks = tonumber (... or 1000)
  4. local tCookiePos = { 23, 9 }
  5.  
  6. for nClicks = 1, nNumClicks do
  7.   coroutine.resume (tCookieThread, "mouse_click", 1, tCookiePos[1], tCookiePos[2])
  8.   sleep (0.05)
  9. end
Add Comment
Please, Sign In to add comment