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

Hex for 8.5

cool! this way I can make a private client for gms or donators
 
i didnt understood, how to change the PORT Number because i just see squares when the search results appear

thanks
 
Hey, Im not really familiar with hex and Im wondering, what exactly do I do with the "Ip addresses" part and how?

Im guessing it is to avoid the use of an ipchanger and making custom clients and such, but I looked up here on the forums and didnt find out about how to do it and I just cant make it work properly.
 
Hey, Im not really familiar with hex and Im wondering, what exactly do I do with the "Ip addresses" part and how?

Im guessing it is to avoid the use of an ipchanger and making custom clients and such, but I looked up here on the forums and didnt find out about how to do it and I just cant make it work properly.

Bump.

Anyone?
 
@Guitar Freak:

Go to 0x787E30 and jump 10x by 112, each jump change IP to your own.

@Edit:
All login servers:
Code:
0x787E30
0x787EA0
0x787F10
0x787F80
0x787FF0
0x788060
0x7880D0
0x788140
0x7881B0
0x788220
 
@Guitar Freak:

Go to 0x787E30 and jump 10x by 112, each jump change IP to your own.

@Edit:
All login servers:
Code:
0x787E30
0x787EA0
0x787F10
0x787F80
0x787FF0
0x788060
0x7880D0
0x788140
0x7881B0
0x788220

Thanks for helping Sality, but what do you mean by "jump 10x by 112"?

I went to 0x787E30 with ctrl+g but it is all blank and I dont know what to do there..

Without trying to sound abusive :)p), could you explain a bit further the "how"? Like, step by step :rolleyes:

Im completely blank when it comes to HEX, and I dont really understand all the vocabulary, like "jump" ^_^

Thanks in advance.

PS: For what is worth, it would be for 8.5 (not 8.52).
 
Ahh sorry, I gave you 8.52.

Here you are 8.50:
Code:
0x786E70
0x786EE0
0x786F50
0x786FC0
0x787030
0x7870A0
0x787110
0x787180
0x7871F0
0x787260

And... you have to forgot about jump ;p
 
i am going to update to 8.53 (sorry i missed a few updates), as soon as i get around to downloading the windows client (i use linux) i'll update :p sorry for the delay
 
Last edited:
Ahh sorry, I gave you 8.52.

Here you are 8.50:
Code:
0x786E70
0x786EE0
0x786F50
0x786FC0
0x787030
0x7870A0
0x787110
0x787180
0x7871F0
0x787260

And... you have to forgot about jump ;p

Sorry for bugging so much but I still cant get it to work..

I placed my ip on all those addresses and it doesnt work.

And why are those different from the one goose posted on the first post? ($1C46B8)
 
Nvm I got it to work doing what you told me on first post but using goose address ($1C46B8) :p

Thanks and +Rep to both of you!

Edit: Chojrak seems like I repped you not-so-long ago coz I cant rep you currently, sorry! :$
 
In c++ I'm using:
Code:
int addr = 0x786F50;

etc. :)

yea, or any other programming language, the memory addresses for the client and external programs (made using c++ etc) are 90% of the time completely different :(
 
Back
Top