Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //all found by KYZA
- key:
- %i - integer (example: 1337)
- %s - string (example: "KYZA")
- %f - float (example: 1337.337)
- %d - decimal (example: 2178468.0)
- %g - not to sure, like a float?^^
- n %i
- 3 %s
- o %i 1 // This may be open menu, not sure
- u %i %i %i
- 0 %d
- E %i %g %g
- y %i %i %g
- z %i \"%s\" %g %g %g // I heard z command was stats, so looking into this more should be intresting ^_^
- @ \"%s\" 0 //was thinking how can @ be a command, but its the only load immediate that stores 0x40 into r5
- i %i %f %i %i
- R %g %g %g
- 1 %i %i
- e \"%s\""
- c \"%s\" 2
- d %i %s // "d" has been released as 'fog', kinda confusing lol
- there was another char command but I couldn't figure out the char, but if you want too look:
- %c \"%s\" %i
Add Comment
Please, Sign In to add comment