sociophobia

Untitled

Jul 19th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. require('Inspired')
  2. require('IMenu')
  3. require('IWalk')
  4. AddButton("E", "Auto E logic", true)
  5.  
  6.  
  7. struct vector3{
  8. int x
  9. int y
  10. int z
  11. }
  12. function AfterObjectLoopEvent(myHero)
  13.     DrawMenu()
  14.  
  15.  
  16.     if GetButtonValue("E") then
  17.     autoCondemn()
  18.     end
  19.  
  20.  
  21.         if KeyIsDown(0x20) then
  22.         combo()
  23.     end
  24.         IWalk()
  25.        
  26. end
  27.  
  28. function combo()
  29.  
  30. end
  31.  
  32. function autoCondemn()
  33.  
  34. end
Advertisement
Add Comment
Please, Sign In to add comment