• 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!

How change ports in hex?

Fortera Global

Intermediate OT User
Joined
Nov 20, 2015
Messages
1,180
Solutions
2
Reaction score
117
Hello, how change port 7171 to another in hex edit? please!!

version 10.96
 
Hexes you're looking for:

7171:1C03
7172:1C04
7272:1C68

Just overwrite them with the port you want.

For that you can either use your brain, or you can also use the formula for that, here some instructions:
  1. Divide the decimal number by 16. Treat the division as an integer division.
  2. Write down the remainder (in hexadecimal).
  3. Divide the result again by 16. Treat the division as an integer division.
  4. Repeat step 2 and 3 until result is 0.
  5. The hex value is the digit sequence of the remainders from the last to first.
Or you can simply use an Online boring Decimal to Hexadecimal converter:

http://www.binaryhexconverter.com/decimal-to-hex-converter

Have fun trying it out!
 
Overwrite it, only the spots which are filled, for example: 00 00 00 00 00 00 1C 03 00 00 00 00 00, just click over the 1C and add other 2 Hexadecimal combinations, then click over 03 and add the others.
 
Look:
aG84KwN.png


I search for: 1C03 and got this above, I need change the "0D" to 1C and change the 59 to 68?

I tried change OD to 1C / 00 to 68
I tried change OD to 1C / 59 to 68

this changes above dont working ;S
 
Last edited by a moderator:
Back
Top