Advertisement
FleyScript

START2

Jun 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. ::START2::
  2.  
  3. menu = gg.choice({'Human','Infected','EXIT'},nil,'~[Weapon Gui]~')
  4.  
  5. if menu == 1 then goto F3 end
  6. if menu == 2 then goto F4 end
  7.  
  8. ::F3::
  9. gg.searchNumber("924160", gg.TYPE_QWORD)
  10. gg.getResults(99)
  11. gg.editAll("138119", gg.TYPE_QWORD)
  12. goto START
  13.  
  14. ::F4::
  15. gg.searchNumber("917504", gg.TYPE_QWORD)
  16. gg.getResults(99)
  17. gg.editAll("138119", gg.TYPE_QWORD)
  18. goto START
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement