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!

gs 155 bug cast / nocast

Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
okay, thanks

Find a already existing GS with the modification from say 1.5.3

Compare that GS 1.5.3 insta-cast with one that is stock kernel in hex


go to that place in hex, study which function or modification make it happen
and then make it happen yourself for 1.5.5

Then release guide for all to follow. :D:
 
Upvote 0
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
Find a already existing GS with the modification from say 1.5.3

Compare that GS 1.5.3 insta-cast with one that is stock kernel in hex


go to that place in hex, study which function or modification make it happen
and then make it happen yourself for 1.5.5

Then release guide for all to follow. :D:

i remember someone post guide about that. but i forgot where is it :(
 
Upvote 0
Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
i remember someone post guide about that. but i forgot where is it :(

get default 1.5.3 GS

get 1.5.3 gs with insta cast


open 010 Editor


use Compare Option in Tools -> Compare Files


compare both GS for differences




go to the differences you assume to be the modification of insta-cast


select starting at the place it is and go like a line or so, copy as hex text, then go IDA hex view and Search for Sequence of Bytes, paste,


make sure hex view is synced with IDA View, boom you are near the function in IDA that they edited, now have both GS opened up here in IDA and stare at it until you comprehend what they did, then mimmick this edit in 1.5.5
 
Upvote 0
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
get default 1.5.3 GS

get 1.5.3 gs with insta cast


open 010 Editor


use Compare Option in Tools -> Compare Files


compare both GS for differences




go to the differences you assume to be the modification of insta-cast


select starting at the place it is and go like a line or so, copy as hex text, then go IDA hex view and Search for Sequence of Bytes, paste,


make sure hex view is synced with IDA View, boom you are near the function in IDA that they edited, now have both GS opened up here in IDA and stare at it until you comprehend what they did, then mimmick this edit in 1.5.5

okay, i try
 
Upvote 0
Back
Top