Advertisement
Plexa

GS2+ Forging Script

Sep 12th, 2014
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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. gui.text(0,30,"Forged Item: ".. (memory.readbyte(0x020004FC)))
  11.  
  12. vba.frameadvance();
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement