Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. -- LICENSE IS GIVEN TO Sembrik ONLY for this copy of SneakyAFK - this is private code and NOT FOR DISTRIBUTION. Serious.
  2. local gametimer = SysTime()
  3. function Wintermute()
  4. if (SysTime() - gametimer) >= 60 then
  5. gametimer = SysTime()
  6.  
  7.  
  8.  
  9. CODE HERE
  10.  
  11.  
  12. end
  13. end
  14. hook.Add( "Tick", "afk think", Wintermute)
  15. print("loaded sneakyafk")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement