Results 1 to 1 of 1
  1. #1
    inesbrasil
    inesbrasil is offline
    Member-in-training inesbrasil's Avatar
    Join Date
    2012 Aug
    Location
    brasil,MG
    Posts
    156
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    143
    Thanked in
    44 Posts
    Rep Power
    0

    Red face CODES - Pointers & Offsets

    Code:
    #define Char_Base                0x00F03E18 // 8B ** ** ** ** ** 85 C9 74 ** 83 B8 ** ** ** ** 00 74 ** 8B ** ** ** ** ** 85 C0 7E ** 8B
    #define Teleport_X_Offset            0x00004B84 // 8B 8E ** ** 00 00 51 6A 00 ** ** FF D2 8B ** ** ** 00 00 8D BE ** ** ** ** 8D ** ** 50 8B
    #define Teleport_Y_Offset            Teleport_X_Offset +4
    #define Char_Locationpoint_X_Offset        0x000058AC // 89 8E ** ** 00 00 8B 50 ** 8B ** 89 ** ** ** 00 00 8B 50 ** 8B ** FF ** 8B 88 ** ** 00 00
    #define Char_Locationpoint_Y_Offset        Char_Locationpoint_X_Offset +4
    #define Breath_Count_Offset            0x000005FC // 83 B8 ** ** 00 00 00 7E ** 6A 00 6A 00 6A 00 6A 00
    #define Mob_Base                0x00F0845C // 8B ** ** ** ** ** E8 ** ** ** ** 8B ** 89 ** ** ** ** ** 0F 84 ** ** ** ** 8B ** ** ** **
    #define Mob_Count_Offset            0x00000010
     
     
    #define People_Base            0x00F08458 // 8B ** ** ** ** ** 50 E8 ** ** ** ** ** ** ** ** 0F 84 ** ** ** ** 39 ** ** ** ** ** 0F 85
    #define People_Count_Offset            0x00000018
     
     
    #define Server_Base            0x00F03E14 // 8B ** ** ** ** ** A1 ** ** ** ** 8D ** ** ** 51 8B CD 89 44 24 ** E8 ** ** ** ** 8B 70 **
    #define Tubi_Offset                0x000020E0 // 83 ** ** ** ** ** 00 75 ** 83 7C ** ** 00 75 ** 8B ** ** ** ** ** 8B ** ** 51 83 C0 ** 50
    #define World_ID_Offset            0x00002074 // 8B ** ** ** ** ** 8B 00 51 50 6A 00 8B ** C7 44 ** ** ** ** ** ** E8 ** ** ** ** 8B 44 24
    #define Channel_Offset            World_ID_Offset + 4

    If you found this useful, please press "thanks" button
    Last edited by inesbrasil; 2012-08-22 at 10:38 PM.

  2. The Following 3 Users Say Thank You to inesbrasil For This Useful Post:


Similar Threads

  1. [Guide] Finding pointers and offsets with CE and OllyDbg
    By Dwar in forum Game Researching Tutorials
    Replies: 4
    Last Post: 2020-10-13, 05:33 AM
  2. [Guide] Gold Farming tips: Royal chest, Codes, comet tails & dusts
    By kitnoman in forum Dragon Nest
    Replies: 2
    Last Post: 2012-09-29, 11:20 AM
  3. Replies: 0
    Last Post: 2011-02-09, 02:50 PM
  4. [Useful] Pointers
    By Dwar in forum Battle of the Immortals
    Replies: 2
    Last Post: 2011-02-08, 05:49 PM
  5. Pointers
    By Surubre in forum General Game Research
    Replies: 4
    Last Post: 2010-11-29, 04:02 PM

Posting Permissions

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