Results 1 to 9 of 9
  1. #1
    TheRedEye's Avatar
    Join Date
    Apr 2007
    Location
    In a good place
    Posts
    300
    Reputation
    18
    Thanks
    24

    Bulding a hack and got some issue with pointers

    I'm Building a hack with VB and I have some pointers problem
    How do i make the pointer show me the address?
    the pointer is 008axxxx[cant say] and the hex that comes with it is 54
    the value that the pointer retained me once was 313919512
    how do i get to the address from that?
    and no, i dont want to use CE

  2. #2
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    313919512 = 12B60818 in hex is the address the pointer is pointing to.
    12B60818 + 54 (hex too) is the address of the value you want to modify.

    this address will always be a different one since it's dynamic.

  3. #3
    Threadstarter
    Dual-Keyboard Member
    TheRedEye's Avatar
    Join Date
    Apr 2007
    Location
    In a good place
    Posts
    300
    Reputation
    18
    Thanks
    24
    how can i sum to hex values? is it that possible? 12B60818 + 54

  4. #4
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    Quote Originally Posted by TheRedEye View Post
    how can i sum to hex values? is it that possible? 12B60818 + 54
    just like you add normal values.
    i don't know VB but it must be like:
    you have an integer A = &H12B60818
    then A = A + &H54

    if i remember correctly you represent hexadecimal values by prefixing them with &H in VB.

  5. #5
    Threadstarter
    Dual-Keyboard Member
    TheRedEye's Avatar
    Join Date
    Apr 2007
    Location
    In a good place
    Posts
    300
    Reputation
    18
    Thanks
    24
    ok cool dude that worked!
    swim etc

  6. #6
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    have fun with selfmade trainers then

  7. #7
    Threadstarter
    Dual-Keyboard Member
    TheRedEye's Avatar
    Join Date
    Apr 2007
    Location
    In a good place
    Posts
    300
    Reputation
    18
    Thanks
    24
    got some interesting thing to search for?
    i want to make this hack a Unick one

  8. #8
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    comfortable controls without bugs is more important than some unique shit ^^
    but you can play with values and make up stuff that you think could be useful.

  9. #9
    Threadstarter
    Dual-Keyboard Member
    TheRedEye's Avatar
    Join Date
    Apr 2007
    Location
    In a good place
    Posts
    300
    Reputation
    18
    Thanks
    24
    oh.
    i made the scope very comfortable,
    u using right click on the mouse for zoom in/out
    so it makes every gun to a G36 + no spread, no recoil = god like

Similar Threads

  1. Got banned today with zeas modul, and a simple code
    By mojo007 in forum Visual Basic Programming
    Replies: 10
    Last Post: 04-12-2008, 05:50 AM
  2. How Do you create hacks and post some here
    By lookin4WRhax in forum WarRock - International Hacks
    Replies: 10
    Last Post: 09-15-2007, 01:25 AM
  3. i got lots of VI hack and bypass and HW removers
    By devilslayer in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-29-2007, 02:43 AM
  4. Report all Issues. w/ hacks and game here
    By Grim09 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 07-19-2007, 07:58 AM
  5. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM