![]() Shoutbox (View Full Shoutbox)
|
||||
Click Refresh to load shouts. |
||||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
|
|
07-04-2008, 11:00 AM
(This post was last modified: 07-04-2008 11:04 AM by Noxitu. Edit Reason: )
Post: #31
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Also:
Code: StartTime = 0x77ba3c = STATUSBAR_TIMER - 24 /*Yes, minus */ |
|||
|
07-04-2008, 11:43 AM
(This post was last modified: 07-04-2008 11:45 AM by Yaboomaster. Edit Reason: )
Post: #32
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Code: LastMessage = $77BCA8Code: LastMessageAuthor = $77BC80LastMessageAuthor = LastMessage - $28 Code: LastClickedID = $77A4A0Code: LastClickedcount = $77A4A4LastClickedcount = LastClickedID + $4 |
|||
|
07-04-2008, 11:59 AM
Post: #33
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Could You give adress for viplist_begin and viplist_end or tell me how can I get this?
Thanks. |
|||
|
07-04-2008, 12:32 PM
Post: #34
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
VIPLIST_BEGIN_820 = VIPLIST_BEGIN_810 + BATTLELIST_BEGIN_820 - BATTLELIST_BEGIN_810
It doesn't work for all adresses but in fact for this two it is OK in this update. |
|||
|
07-04-2008, 12:40 PM
(This post was last modified: 07-04-2008 03:46 PM by jeremic. Edit Reason: )
Post: #35
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
To find VIP_BEGIN you search for the first name in your VIPlist, I did it in artmoney, and then remove this name, and check which address has changed to the next name in your VIPlist. This should indicate the address of the first name in the VIPlistso this address - 4 is VIP list begin
0061F994 - 4 = 0061F990 <--- VIP_BEGIN Then to find the VIP_END you add a bunch of names in ur vip and check how many it can hold. You then search for the second name in your VIP, subtract 4 from that address and subtract VIP_BEGIN and you should get the size of 1 entry in the battlelist. You then just multiply the size of an entry by the number of entrys the VIP can hold and you have VIP_END 0061F990 + 44*50 = 00620228 <----- VIP_END |
|||
|
07-04-2008, 12:53 PM
Post: #36
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Can't premium accounts hold 100 people in VIP list?
|
|||
|
07-04-2008, 01:13 PM
Post: #37
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
hmm, somethink change in battlelist?
Code: Battlelist_start = $621CD0 +4;And what happend? Lighthack with this addres - work correctly same with name ( i can write on label nickname from game) when i want do somethink with addons - nothink change . |
|||
|
07-04-2008, 01:47 PM
(This post was last modified: 07-04-2008 02:27 PM by utar. Edit Reason: )
Post: #38
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Distance between name and outfitaddon is 70
Found my name at 0x622274, and outfitaddon at 0x6222E4. Subtracting the 2 results in 0x70 (112 dec, thanks aaa) |
|||
|
07-04-2008, 01:53 PM
(This post was last modified: 07-04-2008 01:55 PM by aaa. Edit Reason: )
Post: #39
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
70 in HEx so 112 in decimal
oh my fault i had 116 not 112 now its correct. |
|||
|
07-04-2008, 02:27 PM
Post: #40
|
|||
|
|||
|
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses
Oh yeah, my bad. Still, you found it
|
|||
|
« Next Oldest | Next Newest »
|

![[-]](images/mint/collapse.gif)




