Main Website RSS FeedCurrent Article

Twinsen Little Big Adventure 2 Memory Address

Aah .. after playing with Twinsen’s Little Big Adventure 2, i’ve found it's memory address especially the most important for me .. that’s infinite health, money and so on :P… by the way here’s the code (updated) :

Note : i'm using DOSBox 0.65 a new downloaded DOSBOX CVS 29 September 2006 YKHWong Build to play Twinsen 2 game so the address will be different if you’re not using it. By the way if you’re using different output renderer the memory address can be different too, so if you want the easy way .. just adjust your Output Renderer into OpenGL

  • Money :
    0407DE20 0424DE20 – Integer 2 Bytes – With just 999 you can buy almost everything (if you need more just add some more, because i'm still at the very beginning of this Twinsen Game)
  • Zeelich Planet Money :
    0424DE24 – Same as above / earth money code
  • Health :
    0407DF52 0424DF52 – Integer 1 Byte – Maximum 255
  • Magic Power :
    0407DE29 0424DE29 – Integer 1 Byte – At the beginning Maximum value is 20
  • Magic Power Level :
    0424DE28 – Integer 1 Byte – Maximum value is 4
  • Number of Life :
    0407DE12 0424DE12 – Integer 1 Byte – At the beginning Maximum value is 2
  • Maximum Life Value :
    042336CE – Integer 1 Byte – Adjust it as you like it
  • Infinite Darts :
    0424DC20 – Integer 1 Byte – Well with just 3 darts you can use it as you like it
  • Infinite Mecha Penguin :
    0424DC38 – Integer 1 Byte – Same as above
  • Infinite Horn of Blue Triton usage :
    0426E82A – Integer 1 Byte – Maximum value is 100

And here’s another code because i get stuck at some part especially puzzle within this game, so i have to create this code to make bypassing that puzzle easier :

  • Twinsen’s 2 Wizard Test – The Blowgun Test :
    0424DBCE – Just change the value of this address into 1, and the target got stopped other than that you can shoot it from anywhere (for example shoot it directly from the from of the target)

Yep that’s all for now, maybe if later i’ll add more codes if necessary while playing through this Twinsen's 2 game

RSS Feed for This PostPost a Comment

Line and paragraph breaks automatic, e-mail address never displayed, avoid using spammy words or phrases to prevent your comment from going into the oblivion, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>