static addresses

12/06/2005 11:47 zalbag#1
anyone have the static address for player level it would be greatly appreciated.
12/06/2005 21:32 BitVector#2
Quote:
Originally posted by zalbag@Dec 6 2005, 02:47
anyone have the static address for player level it would be greatly appreciated.
Player level is a dynamic memory address, so it will change every time you restart the game.

If you use Ollydbg, then this line in assembly might interest you:

004C0E48 8A9F 38060000 MOV BL,BYTE PTR DS:[EDI+638]

It moves a number into BL, then it pushes EBX into the stack with the player's level. Unfortunately, as I said, it's not in a static address.
12/06/2005 22:55 Ultima#3
Quote:
Originally posted by BitVector+Dec 6 2005, 21:32--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (BitVector @ Dec 6 2005, 21:32)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--zalbag@Dec 6 2005, 02:47
anyone have the static address for player level it would be greatly appreciated.
Player level is a dynamic memory address, so it will change every time you restart the game.

If you use Ollydbg, then this line in assembly might interest you:

004C0E48 8A9F 38060000 MOV BL,BYTE PTR DS:[EDI+638]

It moves a number into BL, then it pushes EBX into the stack with the player's level. Unfortunately, as I said, it's not in a static address. [/b][/quote]
the player lvl and every stat is right after another in the memory easyest way is to search for mana if you find that go there and near it are all other values
12/06/2005 23:41 zalbag#4
thank you for the info Vec I feared it wouldnt be that easy.
I am working on a crack that will send a false packet according to the player level to make a false indication of the level.
Hence use higher level items and such at a lower level.
was able to packet my strength higher But my account got flagged after reboot and I had to contact service and support.
I searched for hours literally.
even took a newbie char and leveld him up searching for the change.
thanks again ill keep at it and maybe throw something big up on here soon