Results 1 to 2 of 2
  1. #1
    zokz's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    anonymous
    Posts
    20
    Reputation
    10
    Thanks
    6

    Exclamation how can i write & read multi-pointer and offset ??? [VB.net]

    offset 0
    00921a34

    offset 14
    00929348

    offset 378
    004df73c
    ----------------------
    how can i write & read multi-pointer and offset ???

    like
    write adress + offset ,address + offset , address + offset
    read adress + offset ,address + offset , address + offset

  2. #2
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    The same way you would read/write a normal address.
    example
    Base-offset1-offset2-offset3

    The value of Base+offset1 = Address2
    value of Address2+offset2 = Address3
    value of Address3+offset3 = Your address

Similar Threads

  1. Replies: 0
    Last Post: 05-03-2012, 08:48 PM
  2. How Can I Change a Base+addys.pointers Into a DLL or Sndrv
    By dizzyeasy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 02-25-2012, 03:30 AM
  3. [Solved] how can i write question mark (?) in my name in cf?
    By marawanlol in forum CrossFire Help
    Replies: 2
    Last Post: 09-15-2011, 05:12 PM
  4. Pointers and Offsets
    By aanthonyz in forum C++/C Programming
    Replies: 8
    Last Post: 03-03-2011, 02:37 AM
  5. how can i write sendcommendtoconsole function in delphi?
    By zee_mars in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 7
    Last Post: 10-12-2010, 05:38 PM