[-]
Shout:
Click Refresh to load shouts.

Post Reply 
 
Thread Rating:
  • 5 Votes - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 */
Find all posts by this user
Quote this message in a reply
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 = $77BCA8
at default chanell
Code:
LastMessageAuthor = $77BC80
it will show u "YourName says:"

LastMessageAuthor = LastMessage - $28


Code:
LastClickedID = $77A4A0

Code:
LastClickedcount = $77A4A4

LastClickedcount = LastClickedID + $4

[Image: userbar.php?lid=34&styl=1] szukarka.com - najlepsza wyszukiwarka muzyki w sieci.
Visit this user's website Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
07-04-2008, 12:53 PM
Post: #36
8.5, 8.42, 8.40, 8.21 &amp; 7.6 Addresses
Can't premium accounts hold 100 people in VIP list?
Find all posts by this user
Quote this message in a reply
07-04-2008, 01:13 PM
Post: #37
8.5, 8.42, 8.40, 8.21 &amp; 7.6 Addresses
hmm, somethink change in battlelist?


Code:
Battlelist_start                     =    $621CD0 +4;
Battlelist_end                        =$627A90;
Distance_ID= -4;
  Distance_Type = -1;
  Distance_Name= -0;
  Distance_X = 32;
  Distance_Y = 36;
  Distance_Z = 40;
  Distance_HorizScreenOffset = 44;
  Distance_VertScreenOffset = 48;
  Distance_Chameleon = 60;
  Distance_Chameleon2 = 92;
  Distance_IsWalking = 72;
  Distance_Direction = 76;
  Distance_Outfit = 92;
  Distance_OutfitHead = 96;
  Distance_OutfitBody = 100;
  Distance_OutfitLegs = 104;
  Distance_OutfitFeet = 108;
  Distance_OutfitAddon =  116;
  DISTANCE_LIGHT = $74;
  DISTANCE_LIGHTCOLOR = $78;
  Distance_LightColor1 = 121;
  Distance_LightColor2 = 122;
  Distance_LightPattern = 123;
  Distance_BlackSquare = 128;
  Distance_HP = 132;
  Distance_WalkSpeed = 136;
  Distance_IsVisible = 140;
  Distance_Skull = 144;
  Distance_Party = 148;

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 .
Find all posts by this user
Quote this message in a reply
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 &amp; 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)
Find all posts by this user
Quote this message in a reply
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 &amp; 7.6 Addresses
70 in HEx so 112 in decimal
oh my fault i had 116 not 112 now its correct.
Find all posts by this user
Quote this message in a reply
07-04-2008, 02:27 PM
Post: #40
8.5, 8.42, 8.40, 8.21 &amp; 7.6 Addresses
Oh yeah, my bad. Still, you found it Smile
Find all posts by this user
Quote this message in a reply
Post Reply 



Contact UsTProgrammingReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication