heroes1412
01-03-11, 10:22 PM
Hi, this is my small guide to find all needed offsets in main of any version (except old school) to make a 3D camera.
All we need:
* Main.exe
* OllyDbg (1.10)
Now, let's begin!
Open main.exe throught OllyDbg.
You should see some like this:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>)
We will work only with Dump.
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Right click on any byte and select "Float" -> "32 bit float".
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
To make a full 3D camera you will need these values (name / default value / comment):
Camera_Zoom = 35 - zooming in/out
Camera_RotY = -48.5 - rotate up/down
Camera_RotZ = -45 - rotate left/right
Camera_PosZ = 150 - additional value for corrent Y rotating
Camera_ClipX = 1190 - area filled with textures, x value
Camera_ClipY = 2400 - area filled with textures, y value
Right click again on any value in Dump and select "Search for" -> "Float",
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Now in opened window we put default value of needed offset (for example ClipX):
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
and click OK.
We found it! Offset is value in left column of row with searched value:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Do the same with other values, and you will find them all;)
If OllyDbg at some values says that Value not found or offset doesnt work, change search range.
Press CTRL + G, and type in that window any other offset, for example if current offset is 0x6AXXXX, type 0x50XXXX.
That's all! Good luck;)
===> leech, post lại cho dễ nhìn, chứ RS hình bé quá =))
All we need:
* Main.exe
* OllyDbg (1.10)
Now, let's begin!
Open main.exe throught OllyDbg.
You should see some like this:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>)
We will work only with Dump.
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Right click on any byte and select "Float" -> "32 bit float".
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
To make a full 3D camera you will need these values (name / default value / comment):
Camera_Zoom = 35 - zooming in/out
Camera_RotY = -48.5 - rotate up/down
Camera_RotZ = -45 - rotate left/right
Camera_PosZ = 150 - additional value for corrent Y rotating
Camera_ClipX = 1190 - area filled with textures, x value
Camera_ClipY = 2400 - area filled with textures, y value
Right click again on any value in Dump and select "Search for" -> "Float",
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Now in opened window we put default value of needed offset (for example ClipX):
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
and click OK.
We found it! Offset is value in left column of row with searched value:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Do the same with other values, and you will find them all;)
If OllyDbg at some values says that Value not found or offset doesnt work, change search range.
Press CTRL + G, and type in that window any other offset, for example if current offset is 0x6AXXXX, type 0x50XXXX.
That's all! Good luck;)
===> leech, post lại cho dễ nhìn, chứ RS hình bé quá =))