IMKYZABITCHES

Need testing (ghosts character commands)

Dec 21st, 2013
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. //all found by KYZA
  2.  
  3. key:
  4. %i - integer (example: 1337)
  5. %s - string (example: "KYZA")
  6. %f - float (example: 1337.337)
  7. %d - decimal (example: 2178468.0)
  8. %g - not to sure, like a float?^^
  9.  
  10.  
  11. n %i
  12. 3 %s
  13. o %i 1 // This may be open menu, not sure
  14. u %i %i %i
  15. 0 %d
  16. E %i %g %g
  17. y %i %i %g
  18. z %i \"%s\" %g %g %g // I heard z command was stats, so looking into this more should be intresting ^_^
  19. @ \"%s\" 0 //was thinking how can @ be a command, but its the only load immediate that stores 0x40 into r5
  20. i %i %f %i %i
  21. R %g %g %g
  22. 1 %i %i
  23. e \"%s\""
  24. c \"%s\" 2
  25. d %i %s // "d" has been released as 'fog', kinda confusing lol
  26.  
  27. there was another char command but I couldn't figure out the char, but if you want too look:
  28. %c \"%s\" %i
Add Comment
Please, Sign In to add comment