Thread: TeleHack

Results 1 to 5 of 5
  1. #1
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15

    TeleHack

    um... how do u make it so that a 3 text box will display ur current xyz position?
    i did a lot of guess work, since this is my 2nd week using vb6, and so far none of my shit worked

  2. #2
    LegendaryHacker1337's Avatar
    Join Date
    Oct 2007
    Posts
    56
    Reputation
    11
    Thanks
    117
    i guess you know how to use readprocessmemory ?

    ok, so read the 3 coordinates, then assign them to the 3 text boxes.

  3. #3
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by LegendaryHacker1337 View Post
    i guess you know how to use readprocessmemory ?

    ok, so read the 3 coordinates, then assign them to the 3 text boxes.

    call readafloat("wr", addiie, Textbox1.text)
    ?

  4. #4
    LegendaryHacker1337's Avatar
    Join Date
    Oct 2007
    Posts
    56
    Reputation
    11
    Thanks
    117
    yeap, exactly what thimo said, but nub got high should know it by itself...

    Say thanks to thimo for helping you.

  5. #5
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    i posted my code for this not long ago, have a look