Log in

View Full Version : [9.8] Blackd Tibia addresses 9.8



blackd
12-12-2012, 16:26
; [[[[[[[[[[[[[[[[[[[[[[[[[[[
; BEGIN AUTOMATIC UPDATE ZONE
tibiaModuleRegionSize=&H2F6000
MemLoginServer1=&H7B7558
MemLoginServer2=&H7B75C8
MemLoginServer3=&H7B7638
MemLoginServer4=&H7B76A8
MemLoginServer5=&H7B7718
MemLoginServer6=&H7B7788
MemLoginServer7=&H7B77F8
MemLoginServer8=&H7B7868
MemLoginServer9=&H7B78D8
MemLoginServer10=&H7B7948
MemPortLoginServer1=&H7B75BC
MemPortLoginServer2=&H7B762C
MemPortLoginServer3=&H7B769C
MemPortLoginServer4=&H7B770C
MemPortLoginServer5=&H7B777C
MemPortLoginServer6=&H7B77EC
MemPortLoginServer7=&H7B785C
MemPortLoginServer8=&H7B78CC
MemPortLoginServer9=&H7B793C
MemPortLoginServer10=&H7B79AC
adrMulticlient=&H532365
PLAYER_Z=&H983EB0
LEVELSPY_NOP=&H4F5730
LEVELSPY_ABOVE=&H4F572C
LEVELSPY_BELOW=&H4F5734
LIGHT_NOP=&H515BE9
LIGHT_AMOUNT=&H515BEE
MAP_POINTER_ADDR=&H9DA5C4
OFFSET_POINTER_ADDR=&H9DA5E0
adrConnectionKey=&H7AEF6C
adrXOR=&H7B6EF0
adrMyHP=&H94C000
adrMyMaxHP=&H983E9C
adrMyMana=&H7B6F44
adrMyMaxMana=&H7B6EF4
adrMySoul=&H7B6F30
adrNameStart=&H94C008
adrNChar=&H94C008
adrNum=&H983EA4
adrXPos=&H983EA8
adrYPos=&H983EAC
adrZPos=&H983EB0
adrConnected=&H7C0CF8
RedSquare=&H7B6F40
adrLastPacket=&H7BDDDA
adrCharListPtr=&H949CE8
adrCharListPtrEND=&H949CEC
adrSelectedCharIndex=&H949D34
adrXgo=&H983EA0
adrYgo=&H983E98
adrZgo=&H94C004
LAST_BATTLELISTPOS=1299
CharDist=&HB0
adrGo=&H94C058
adrPointerToInternalFPSminusH5D=&H9960CC
adrNumberOfAttackClick=&H9D3FC8
; ]]]]]]]]]]]]]]]]]]]]]]]]]]]
; END - AUTOMATIC UPDATE ZONE

helgens
12-12-2012, 18:47
how do i make this work? im a nub at it

blackd
12-12-2012, 19:14
This is only for programmers. If you are not programmer then you better wait until I update my tools.

Btw.. all my tools are already updated for Tibia 9.8 :)

helgens
12-12-2012, 19:18
my bad on that ;s. used to program but it was only on halo and well memory is gone lol. were do i find them? looked through the forums and came up with nothing ;s

blackd
12-12-2012, 19:21
you can download my tools here:
http://blackdtools.com/freedownloads.php

if you only want to use the tools then download the installer,
else if you want have a look on the code and try to learn something from it then download the sources.

helgens
12-12-2012, 19:24
ty and one more then. know a good guide to refresh memory on programing?

comedinha
12-12-2012, 21:15
@blackd
you already have the structure of the new byte that was added? 0xF?

blackd
12-13-2012, 19:46
@blackd
you already have the structure of the new byte that was added? 0xF?

That is a new packet type with no content and I think server sends it when you end the PENDING state.
It is sent after the big initial map packet.
In my case I activate the cheats when I receive it that packet type. I have cheats disabled until that moment because sending something before that packet could be easily detected as bot (an additional way to detect bots)

If you play without bot you can't see/send anything until you see the map loaded at screen. With bot it could be possible to do some interesting tricks during the Pending state, but it would be extremely risky. It is better to pause all cheats during that stage, really.