Page 1 of 1

Serious error

Posted: Thu Aug 20, 2009 2:02 am
by botovod
Hello.
I have a question: im plaing on russian sever rmonline.ru
And your bot isnt working
Script> rom/createpath.lua
Opening createpath.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and low a new script.
-------------------------------------------------------------------------------
Press the (End) key to stop/pause the script.
You can resume with the (Delete) key.
WARNING: Failure reading memory from 0xD5FDB0 at 0x885f08 in memoryReadIntPtr().
Error code 299 (╟ряЁюё ReadProcessMemory шыш WriteProcessMemory с√ы т√яюыэхэ Єю
ы№ъю ўрёЄшўэю.)
WARNING: Failure reading memory from 0xD5FDB0 at 0x885f08 in memoryReadIntPtr().
Error code 299 (╟ряЁюё ReadProcessMemory шыш WriteProcessMemory с√ы т√яюыэхэ Єю
ы№ъю ўрёЄшўэю.)
...Ñ‹/rombotV300/micromacro/scripts/rom/classes/pawn.lua:45: attempt to perform a
rithmetic on field 'Address' (a nil value)


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Can i use your bot in this version of game(2.0.9.1848ru)

I think im just need to find right addresses in Client.exe and write its in script...

p.s.: sorry ofr my english

p.p.s.: when i run update.lua it said:
Scanning for updated addresses...
Unable to find static base pointer in module.

Re: Serious error

Posted: Thu Aug 20, 2009 2:47 am
by botovod
Update:
Im try find pattern 5F 5E 5B 8B-E5 5D C3 A1 FF FF FF FF 53 in running game under debugger and i have no matches =((
But im found some addresses:
current life: 008910CC
current mana: 008910D0
current exp: 00899E24
talent: 00899E2C
May be its help to find staticbase...

Re: Serious error

Posted: Thu Aug 20, 2009 12:33 pm
by Administrator
Your client is different than the officially supported client. To get the bot to work, you'll have to find all of the pointers and offsets yourself. Here's a tutorial.

Re: Serious error

Posted: Mon Aug 24, 2009 1:43 am
by botovod
Thank you for tutorial, im found pointer and offset(20fc480 & 290)
But i don't understand what next...

Re: Serious error

Posted: Mon Aug 24, 2009 2:12 am
by Administrator
Change the offset in addresses.lua then find the pointer and offset to 0x20fc480. The pointer will be staticbase_address, and offset will be charPtr_offset.