Thread: VB TELE HAX

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

    VB TELE HAX

    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
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by nub_g0t_high View Post
    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
    I think you will need a combo box and 3 text boxes.

    Combo box:
    Code:
    If Combo1 = "Location" Then
    Text1.text = ("0000.000")
    Text2.text = ("0000.000")
    Text3.text = ("0000.000")
    Replace the ("0000.000")'s with the XYZ cords of the location you want to see the XYZ cords for.

    Note: I'm not sure if this will work but it's something like this.

    Edit: Oh, you said current location, sorry. I'm not sure about that.
    Last edited by wr194t; 11-06-2007 at 06:54 AM.

  3. #3
    Threadstarter
    Advanced Member
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by wr194t View Post
    I think you will need a combo box and 3 text boxes.

    Combo box:
    Code:
    If Combo1 = "Location" Then
    Text1.text = ("0000.000")
    Text2.text = ("0000.000")
    Text3.text = ("0000.000")
    Replace the ("0000.000")'s with the XYZ cords of the location you want to see the XYZ cords for.

    Note: I'm not sure if this will work but it's something like this.

    Edit: Oh, you said current location, sorry. I'm not sure about that.
    thx anyway

  4. #4
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    hey its not to hard

    3 text box's

    put this in a button

    Code:
    Dim val As Long
    Dim X As Long
    Dim Y As Long
    Dim z As Long
    Dim a As Long
    Dim b As Long
    Dim c As Long
    'Written by SuperSeb
    Call ReadALong("WarRock", &H1279280, val)
    X = val + &H174
    Y = val + &H17C
    z = val + &H178
    Call _
    ReadALong("WarRock", X, a)
    Call _
    ReadALong("WarRock", Y, b)
    Call _
    ReadALong("WarRock", z, c)
    txtx.Text = a
    txty.Text = b
    txtz.Text = c

Similar Threads

  1. Ask for Hax thread
    By System79 in forum Hack Requests
    Replies: 5
    Last Post: 05-28-2006, 12:43 AM
  2. Gunz hax basehook
    By HolyFate in forum Gunz Hacks
    Replies: 14
    Last Post: 02-08-2006, 02:09 PM
  3. I need Hax for KnightOnline Bad!
    By Haxer in forum General Game Hacking
    Replies: 11
    Last Post: 02-04-2006, 05:33 AM
  4. Hax for GangstaWar?
    By OutZida in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 03:25 PM
  5. I'M need hax to WARROCK
    By xzizexzize in forum WarRock - International Hacks
    Replies: 5
    Last Post: 12-27-2005, 11:07 PM