Results 1 to 5 of 5
  1. #1
    Hexicidal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    What?
    Posts
    3,619
    Reputation
    -405
    Thanks
    6,106
    My Mood
    Busy

    Pointers and offsets

    General Pointers


    Code:
    DWORD Stats_Base = 0x016A5C58;
     DWORD Alert_Base = 0x0169BB7C;
     DWORD Character_Base = 0x016A1234; 
    DWORD People_Base = 0x016A5B80;
     DWORD Mob_Base = 0x016A5B84;
     DWORD Item_Base = 0x016A6724;
     DWORD Mouse_Base = 0x016A5C80;
     DWORD Server_Base = 0x016A1230; 
    DWORD Map_Base = 0x016A68C8;  
    DWORD Health_Offset = 0x0000251C; 
    DWORD Mana_Offset = Health_Offset + 4; 
    DWORD Health_Alert_Offset = 0x00000050;
     DWORD Mana_Alert_Offset = 0x00000054; 
     DWORD Character_X_Offset = 0x00009E2C; 
    DWORD Character_Y_Offset = Character_X_Offset + 4; 
    DWORD Character_Breath_Offset = 0x00000728;  
    DWORD People_Offset = 0x00000018; 
    DWORD Mobs_Offset = 0x00000010; 
    DWORD Attacks_Offset = 0x00008CF8;
     DWORD Items_Offset = 0x00000014; 
     DWORD Mob_1_Offset = 0x00000028; 
    DWORD Mob_2_Offset = 0x00000004; 
    DWORD Mob_3_Offset = 0x0000017C; 
    DWORD Mob_4_Offset = 0x00000024;
     DWORD Mob_X_Offset = 0x00000058;
     DWORD Mob_Y_Offset = Mob_X_Offset + 4;  
    DWORD Mouse_Location_Offset = 0x00000978;
     DWORD Mouse_X_Offset = 0x0000008C; 
    DWORD Mouse_Y_Offset = Mouse_X_Offset + 4;
     DWORD Mouse_Animation_Offset = 0x000009E0; 
    DWORD World_Number_Offset = 0x000020BC; 
    DWORD Channel_Offset = World_Number_Offset + 8; 
    DWORD Map_ID_Offset = 0x0000136C; DWORD Tubi_Offset = 0x00002138;
    Teleport Stuff

    Code:
    const TSecType_long___SetData_t TSecType_long___SetData = reinterpret_cast<TSecType_long___SetData_t>(0x00518430);
      const DWORD *const pdwUserLocal = reinterpret_cast<const DWORD *const>(0x016A1234); // Character_Base 
    const DWORD dwTeleportToggleOffset = 0x00008A94; 
    const DWORD dwTeleportYOffset = 0x00008AAC; 
    const DWORD dwTeleportXOffset = dwTeleportYOffset + 0x0C;

  2. The Following User Says Thank You to Hexicidal For This Useful Post:

    6ixth (07-26-2013)

  3. #2
    omar hamad's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    28
    My Mood
    Daring
    so...no bots will be availabe....some one release or i am gonna get sick

  4. #3
    Hexicidal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    What?
    Posts
    3,619
    Reputation
    -405
    Thanks
    6,106
    My Mood
    Busy
    Quote Originally Posted by omar hamad View Post
    so...no bots will be availabe....some one release or i am gonna get sick
    I will try to get one because i have tons but they have advertisements

  5. #4
    omar hamad's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    28
    My Mood
    Daring
    ads? no problem! i just want a working and undetected bot....
    if you dont want to release it, just pm me the link or do whatever you want! i just want a bot

  6. #5
    Mikilox's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    360
    My Mood
    Grumpy
    Quote Originally Posted by omar hamad View Post
    ads? no problem! i just want a working and undetected bot....
    if you dont want to release it, just pm me the link or do whatever you want! i just want a bot
    You, and me both, buddy

Similar Threads

  1. [Release] Pointers and Offsets v1
    By Sprite in forum CrossFire Philippines Hacks
    Replies: 63
    Last Post: 06-05-2012, 08:48 AM
  2. [Source Code] Some Latest Pointers and Offsets (After Apocalypse Patch)
    By Ryuzaki™ in forum CrossFire PH Discussions
    Replies: 2
    Last Post: 03-09-2012, 10:42 PM
  3. [Request] Need pointer and offsets
    By badboy3 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 12-28-2011, 02:17 PM
  4. MapleStory Pointers And Offsets v1.0
    By Dreamer in forum MapleStory Hack Coding/Source Code
    Replies: 2
    Last Post: 08-22-2011, 12:35 AM
  5. Pointers and Offsets
    By aanthonyz in forum C++/C Programming
    Replies: 8
    Last Post: 03-03-2011, 02:37 AM