Advertisement
Plexa

GS2+

Apr 14th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local AD3 = 0x0200049A -- Next Encounter
  2. local AD4 = 0x020054C8 -- Battle RN
  3. local AD5 = 0x030011BC -- General RN
  4.  
  5. while true do
  6.  
  7. gui.text(0,00,"BRN: ".. (memory.readdword(AD4)))
  8. gui.text(0,10,"GRN: ".. (memory.readdword(AD5)))
  9. gui.text(0,20,"Encounter: ".. (memory.readword(AD3)))
  10.  
  11. vba.frameadvance();
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement