• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

8.54 mc offset

sharpy

New Member
Joined
Jan 4, 2010
Messages
77
Reaction score
0
i need the offsets and codes to make an 8.54 mc with a hex editor can anyone help me here?
 
Use OllyDBG, right click, search for all referenced text strings, look for "TibiaPlayerMutex", double click on text, scroll 3 lines up, replace JNZ with JMP, save, done.
 
i found the line that says tibiaplayermutex but im not sure i found it in the right way and i cant find where im supposed to change JNZ

when i searched for all referenced strings it brought up a list of only text strings
 

Attachments

Double click on "TibiaPlayerMutex" element in listbox, then it will move you to other window, there you have to scroll like 3 lines up.
 
Oh ok, on screen it's JNE (Maybe I just remember it wrong), replace JNE SHORT ~ with JMP SHORT ~. It's one line above mutex thing.
 
yes i would like to know how to do this for any version however using the info bogart posted i would have already been done
 
Double click on it, then replace first 3 letters with JMP, then right click Analysis -> Analyse Code, then just right click and copy to executable. It will work with every Tibia version (at least should, I've tried with versions 8.54 - 8.70 and works flawless :)).
 
Back
Top