Advertisement
Guest User

Untitled

a guest
May 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function hypnoaffs()
  2. for i = 1, #ar[target].hchain do
  3. if i == 1 then
  4. tempTimer(
  5. ar.seal,
  6. function()
  7. ar.addaff(target, ar[target].hchain[i])
  8. end
  9. )
  10. else
  11. tempTimer(
  12. (2.3 * i),
  13. function()
  14. ar.addaff(target, ar[target].hchain[i])
  15. end
  16. )
  17. end
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement