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

Programmer Hex Editor Tibia Client 8.6

sebaloko

Member
Joined
Jul 5, 2013
Messages
33
Reaction score
6
Need to do this to hotkeys

from this
szFEBzE.png


to this
sHsehG2.png



willing to pay via paypal :)
 
you need dll injections and shit for that.
All he need is some simple hex edits.
Here is the list of changes that you need to do:
Code:
Offset: 0x9B567
Change: 8B 0D C0 BF 64 00 51
To: 68 E0 00 00 00 90 90

Offset: 0x9BA89
Change: 8B 0D 60 C0 64 00
To: B9 FF FF 0F 00 90

Offset: 0x9BB27
Change: 8B 15 80 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BBAB
Change: 8B 15 88 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BC76
Change: 8B 15 90 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BD18
Change: 8B 15 98 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BDBD
Change: 8B 15 A0 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x114206
Change: 89 04 9D 50 9E 79 00
To: 90 90 90 90 90 90 90

Offset: 0x1B9620
Change: Edit hotkey object:
To: Disabled for items.

And the last change needed is server-side in config.lua "hotkeyAimbotEnabled = true" -> "hotkeyAimbotEnabled = false".

Result:
FZOiGlB.jpg
 
All he need is some simple hex edits.
Here is the list of changes that you need to do:
Code:
Offset: 0x9B567
Change: 8B 0D C0 BF 64 00 51
To: 68 E0 00 00 00 90 90

Offset: 0x9BA89
Change: 8B 0D 60 C0 64 00
To: B9 FF FF 0F 00 90

Offset: 0x9BB27
Change: 8B 15 80 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BBAB
Change: 8B 15 88 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BC76
Change: 8B 15 90 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BD18
Change: 8B 15 98 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x9BDBD
Change: 8B 15 A0 C0 64 00 52
To: 68 FF FF 0F 00 90 90

Offset: 0x114206
Change: 89 04 9D 50 9E 79 00
To: 90 90 90 90 90 90 90

Offset: 0x1B9620
Change: Edit hotkey object:
To: Disabled for items.

And the last change needed is server-side in config.lua "hotkeyAimbotEnabled = true" -> "hotkeyAimbotEnabled = false".

Result:
FZOiGlB.jpg
works like a charm <3
 
Back
Top