Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
8.5, 8.42, 8.40, 8.21 & 7.6 Addresses - Page 4
Page 4 of 21 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 208

Thread: 8.5, 8.42, 8.40, 8.21 & 7.6 Addresses

  1. #31

    8.5, 8.42, 8.40, 8.21 & 7.6 Addresses

    Also:

    Code:
    StartTime = 0x77ba3c = STATUSBAR_TIMER - 24  /*Yes, minus */

  2. #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

  3. #33
    Junior Member
    Join Date
    Mar 2007
    Posts
    1

    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.

  4. #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.

  5. #35
    Senior Member
    Join Date
    Mar 2007
    Posts
    766

    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

  6. #36

    8.5, 8.42, 8.40, 8.21 & 7.6 Addresses

    Can't premium accounts hold 100 people in VIP list?

  7. #37
    Junior Member
    Join Date
    Feb 2008
    Posts
    9

    8.5, 8.42, 8.40, 8.21 & 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 .

  8. #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)

  9. #39
    Junior Member
    Join Date
    Feb 2008
    Posts
    9

    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.

  10. #40

    8.5, 8.42, 8.40, 8.21 & 7.6 Addresses

    Oh yeah, my bad. Still, you found it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •