Handle_Offset=E9
xRegion_Offset=7C
yRegion_Offset1=E9
yRegion_Offset2=08
xPosition_Offset=78
yPosition_Offset=78
curMP_Offset=45C
maxMP_Offset=464
curHP_Offset=468
maxHP_Offset=460
can say how to find this offsets ?
[REQUEST] SRO_Client.exe CSRO 02/11/2011 - Silkroad Online - 3 Replies I need sro_client.exe from CSRO ver. 1.166 can you help me?
I downloaded sro_client.exe in english, but now all things dont have name, and i dind't backuped :*
Thanks.
[Request]sro_client.exe 06/10/2009 - Silkroad Online - 1 Replies Hi, can someone upload it for me ? I don't have much time to download client again :| I just need it :P
[REQUEST]SRO_Client v1.176 or 1.170 06/03/2009 - SRO Private Server - 3 Replies Hello, everyone
I did my silkroad online servers with C # Emulator of lyzerk
but that when I play I have to click and I click on SRO_Client but this tells me that I have to run and I run Silkroad.exe but after that everything is blank and there is no start button
help?
_________________________________________________ __
MADE BY GOOGLE TRADUTOR
[source] find offsets in c++ (in sro_client.exe) 02/21/2009 - SRO Hacks, Bots, Cheats & Exploits - 3 Replies C++ does not offer something like AutoIt does, so I had to do it myself. The main idea of the code (how to do it) was a suggestion of Drew Benton. The search patters are from lolkop's AutoIt script.
This is how it looks in AutoIt:
$pos = StringRegExp($content, "81C4EC010000C21400(.*?)CCCCCCCCCCCCCCCC" ;, 3)
Here is my C++ script, still messy code and can't be added like this to anything really... I might make it write all offsets in some config file or something when I'll have time to...