Guest User

script shaman hack

a guest
Feb 7th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. Administrar="Rip#8110"
  2. tfm.exec.newGame('#10')
  3. function eventNewGame()
  4. tfm.exec.setShaman(Administrar)
  5. end
  6.  
  7. function eventLoop(TempoSobrando)
  8. if TempoSobrando<1 then
  9. tfm.exec.newGame('#10')
  10. end
  11. end
  12.  
  13. function eventSummoningStart(Jogador, Objeto, X, Y, Anglo)
  14.  
  15. tfm.exec.addShamanObject(Objeto, X, Y, Anglo)
  16.  
  17. end
Add Comment
Please, Sign In to add comment