i'd need a 'little' help from experienced people. I would like to know, how to find [or make] a pointer for the mobs Max and current HP.
I saw the video from lilprohacker, i can do it in CE. However, i'd need any working method in VB [.net]. I have even tried to modify the game.exe with olly (jump to code caves from the address, where it reads max/current HP, and MOV EAX and EDI to a memory address), but now the game just crashes when i select a target.
lol if u can do it with ce just make a pointer and read them out with vb or c++ or something what u use? or if u know how to use the caves make a hook and write the eax to a dword ?
jeah because the stuck is wrong after u saved ur eax to dword, u need to save all registers that changed after eax to dword and bring them back if u jump back to game function.
because the game not known how to continue it crashes because the registers are wrong if u jump back to the function =P
PHP Code:
_asm { mov dwordHp,eax mov saveEax,eax mov saveEcx,ecx // and some more duno test it^^ } printf("your hp %d\n",dwordHp) _asm { mov ecx,saveEcx mov eax,saveEax jmp backtogame }
Thanks. Now comes my another problem: i dont know any C, so i got to do it with VB. This would be impossible, or idk, thats why i tried to patch the game.exe itself with ollydbg.
Any method to do that? O.o
Maybe PUSH the register and POP to the dword? o_O
u patched it with ollydbg and read it out with vb or what?
then patch it right =P i saved the ecx and eax and some other and and bring them back before it jump back but duno how it works easier with pop and push^^
i mean duno how to do it in ollydbg
I understood what you did in your code, but it can't be done in vb.
My idea was -maybe its a totally crazy idea, idk- to write eax to a specific memory address, and then ReadProcessMemory().
Request Target info 07/05/2009 - Tutorials - 5 Replies Hi,
Requesting the theory, or Tutorial of how to find a Target Offset in a game.
I'll try to explain better what I mean,
As in to Target a Mob,
can be done in this game by,
Direct Mouse Click, or TAB key.
I have the base addresse,
that I notice from the program I am using (bot program) that it's relative to everything, by that i mean functions ie Health/Mp/X,Y,Z/etc. only the offsets are different in making the bot function.
[Request]Help with finding block 05/26/2009 - Dekaron Private Server - 0 Replies I have read the tutorial chi posted and i found the offset. So by clicking on it i found the first block offset. so how do i find the second block offset? by click on the one after that?
help finding target distance please! 09/10/2008 - Perfect World - 0 Replies I've been trying to find target distance for a while now with little to no result! The most i could find is camera distance to the target. Please help me find the offset for target distance.
[REQUEST] Loot BOT with Client target 05/08/2008 - RF Online - 5 Replies i just wanted to ask if any 1 can make a loot bot that target the RF Client, so we can have 1 account for dps and another for looting ( on the same PC ).
if any1 can give a help there, i would be apreciated ;)
need to work with minimized client
( yeah, my english sucks :P )
Thanks.:)
[Request]Mob target 04/12/2008 - Perfect World - 0 Replies Anybody has a program that can automatic target mobs thats around me? Just targe, no need to do any skills or anything. And range its around 10meters, of course and it automatic target the next mob right after the current one died. Please >_< Thanks