Results 1 to 6 of 6
  1. #1
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3

    [help]i need help by xyz teleporter

    i need the code for the teleporter (warrock) vb6 plz
    Last edited by erwin0003; 09-30-2007 at 02:15 AM.
    Sorry For My English I am Dutch



  2. #2
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    sombody help??
    Sorry For My English I am Dutch



  3. #3
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    do you need the adresses and values or the codes written in the timers and buttons?

  4. #4
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    i need all
    Sorry For My English I am Dutch



  5. #5
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    do you know how to code the other functions like no recoil?

  6. #6
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2
    fine i will post it right out :-/
    this goes in a button
    Code:
    Dim TX As Long
    Dim TX1 As Long
    Dim TX2 As Single
    
    Call ReadALong("Warrock", &H8B5288, TX)
    TX1 = TX + &H17C
    TX2 = Val(Text9.Text)
    Call WriteAFloat("Warrock", TX1, TX2)
    
    Dim TY As Long
    Dim TY1 As Long
    Dim TY2 As Single
    
    Call ReadALong("Warrock", &H8B5288, TY)
    TY1 = TY + &H184
    TY2 = Val(Text10.Text)
    Call WriteAFloat("Warrock", TY1, TY2)
    
    Dim TZ As Long
    Dim TZ1 As Long
    Dim TZ2 As Single
    
    Call ReadALong("Warrock", &H8B5288, TZ)
    TZ1 = TZ + &H180
    TZ2 = Val(Text11.Text)
    Call WriteAFloat("Warrock", TZ1, TZ2)

Similar Threads

  1. Teleport Hack. Need help.
    By why06 in forum C++/C Programming
    Replies: 7
    Last Post: 08-18-2009, 11:12 PM
  2. xyz teleport
    By Wicalemos in forum Visual Basic Programming
    Replies: 1
    Last Post: 09-16-2007, 01:47 AM
  3. Need Help Teleporter
    By apezwijn in forum WarRock - International Hacks
    Replies: 0
    Last Post: 09-06-2007, 06:46 PM
  4. Need help with my ladder Teleport Code
    By shanky1 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 08-23-2007, 04:02 PM
  5. need help with teleport code
    By konni in forum WarRock - International Hacks
    Replies: 0
    Last Post: 07-29-2007, 11:07 PM