Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Change Fame on v1700 Gameserver ..By Daviz

Initiate Mage
Joined
May 3, 2013
Messages
8
Reaction score
5
change fame:
changes fame with OllyDbg, from (+100 / -10) to (+30 / -10):8:

1> Right click on CPU first, then search for> binary string or CTRL + B, we look for the code below 7c07
2> up find the code below BD 64000000 (not always be 64, depends on how much fame have on your server)
3> Now edit the final part where 64 (64 = +100 / 1E = +30)
4> Now look down the code BD 64000000, also changed by 1E (+30)
5> Now, just save the changes as follows when, right click> copy to executable> all Modifications / copy all,
6> A new window will leave you, give you right click> save file and Ready


Leave your comment, Thanks :thumbup1:

1 - Change Fame on v1700 Gameserver ..By Daviz - RaGEZONE Forums 4 - Change Fame on v1700 Gameserver ..By Daviz - RaGEZONE Forums 2 - Change Fame on v1700 Gameserver ..By Daviz - RaGEZONE Forums 5 - Change Fame on v1700 Gameserver ..By Daviz - RaGEZONE Forums 3 - Change Fame on v1700 Gameserver ..By Daviz - RaGEZONE Forums images continue 5/14

List code Fame



+20 = 14
+30 = 1E
+50 = 32
+100 = 64
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jul 30, 2011
Messages
14
Reaction score
0
i can't search this line...my game server fame +10/-10 and the hex is A
 
Back
Top