Results 1 to 9 of 9
  1. #1
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2

    [VB6 TUT] XYZ (Current / GoTo)

    Ok because of high demand of XYZ Code i am making a Current and Go To XYZ Tut, i will attach a source code with it so if you don't understand exactly what to do you will be able to look at that :-D

    ok first off we are going to start off with Go To XYZ:
    Step 1. Go get the ReadAFloat / WriteAFloat Module:
    click me (Updated link)

    Step2. now that we have that we need to add 3 Textboxes and 1 Button (doesnt matter what there name is but you may have to change the code / name to make it work)

    Step 3. Adding The Code: The code below you need to put into a button. No timer needed for this hack :-D
    Code:
    Dim TX As Long
    Dim TX1 As Long
    Dim TX2 As Single
    
    Call ReadALong("Warrock", &H8B5288, TX)
    TX1 = TX + &H17C
    TX2 = Val(Text1.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(Text2.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(Text3.text)
    Call WriteAFloat("Warrock", TZ1, TZ2)
    Ok now that should work any problems with that please tell me :-D
    SRC Code: [HIDE="40"]https://**********.com/files/56209614/Go_To_XYZ.rar[/HIDE] (Need 40 posts to see)


    Ok Onto Current XYZ
    Step1. Get the ReadAFloat / WriteAFloat Module

    2. Now add 3 Text Boxes, 2 buttons and 1 timer

    Ok the following code goes in the timer:

    Code:
    Dim X4 As Long
    Dim X5 As Long
    Dim X6 As Long
    Dim Y4 As Long
    Dim Y5 As Long
    Dim Y6 As Long
    Dim Z4 As Long
    Dim Z5 As Long
    Dim Z6 As Long
    Call ReadALong("Warrock", &H8B5288, X4)
    X5 = X4 + &H17C
    Call ReadALong("Warrock", X5, X6)
    text1.Text = X6 'X Value
    
    Call ReadALong("Warrock", &H8B5288, Y4)
    Y5 = Y4 + 184
    Call ReadALong("Warrock", Y5, Y6)
    text2.Text = Y6 ' Y Value
    
    Call ReadALong("Warrock", &H8B5288, Z4)
    Z5 = Z4 + 180
    Call ReadALong("Warrock", Z5, Z6)
    text3.Text = Z6 'Z Value
    Step 4 A. in button 1 put:
    Code:
    Timer1.interval = 1
    Step 4 B. In button 2 put:
    Code:
    timer1.interval = 0
    Now it should work :-D
    Source Code: [HIDE="40"]https://**********.com/files/56214818/Current_XYZ.rar[/HIDE]
    (Need 40 posts to see)
    End Notes:
    If there is any code problems or i worded something wrong tell me and i will fix it

    +Karma is appreciated because this has taken me 2 hours :-D
    Last edited by Iam"iDude"; 09-22-2007 at 02:48 PM.

  2. #2
    tintilla's Avatar
    Join Date
    Apr 2007
    Posts
    12
    Reputation
    10
    Thanks
    0

    TELEPORT

    THAT FUCKING MODULE IS NOT WORKING CALLAFLOAT CAN'T WITH THAT MODULE THATS WRONG

  3. #3
    FluffyStuff's Avatar
    Join Date
    May 2007
    Location
    Dark side of the moon
    Posts
    308
    Reputation
    10
    Thanks
    150
    Quote Originally Posted by tintilla View Post
    THAT FUCKING MODULE IS NOT WORKING CALLAFLOAT CAN'T WITH THAT MODULE THATS WRONG
    You are a fucking retard, you know that?

  4. #4
    markfracasso11's Avatar
    Join Date
    Apr 2007
    Posts
    106
    Reputation
    10
    Thanks
    1
    this is amazing, thanks so much for the get current position. Really gonna help my hack. Thanks

  5. #5
    teufel123's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    1
    the positon finder does not show me the y and z value code just x why???

  6. #6
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    why you need have 40 posts to see?
    Sorry For My English I am Dutch



  7. #7
    josephjboogie3's Avatar
    Join Date
    Aug 2007
    Posts
    233
    Reputation
    7
    Thanks
    52

    wtf who need 06 wen you can ace 08

    if you want VB08 pm me

  8. #8
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    omg need only 7 post

    now 6 lol
    Sorry For My English I am Dutch



  9. #9
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1
    I only need 2 right now Xd

Similar Threads

  1. VB6 Tut. Warrock Hacks
    By ltkort213 in forum Visual Basic Programming
    Replies: 39
    Last Post: 11-07-2007, 01:05 PM
  2. VB6 Tuts please :D
    By Hispiforce in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-21-2007, 07:18 PM
  3. [Trade]Account Scam Programm in VB6 TuT
    By Massaka in forum WarRock - International Hacks
    Replies: 34
    Last Post: 08-31-2007, 04:06 AM
  4. VB6 Tut.
    By ltkort213 in forum Visual Basic Programming
    Replies: 9
    Last Post: 08-11-2007, 09:29 AM
  5. [Tut] superjump in vb6,how to
    By cjg333 in forum General Game Hacking
    Replies: 1
    Last Post: 07-21-2007, 01:17 AM