Results 1 to 11 of 11
  1. #1
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0

    Virtual Basic Help!! Experts only!!

    I need help with some virtual basic things!!

    • How to make a 'value box'? (for superjump, or weapons)
    • Look at my code, only stamina and insta spawn does work AND THE HOTKEYS ALSO DONT WORK
    • No fucking spammers here! Only serious answers!


    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    Private Sub Command3_Click()
    Timer2.Interval = 1
    End Sub
    Private Sub Command4_Click()
    Timer2.Interval = 0
    End Sub

    Private Sub Command5_Click()
    If GetAsyncKeyState(118) <> 0 Then
    Dim shotgun As Long
    Dim shotgun1 As Long
    Call ReadALong("Warrock", &H896E28, shotgun)
    shotgun1 = shotgun + &H4C
    Call WriteALong("Warrock", shotgun1, 34)
    End If
    End Sub

    Private Sub Command6_Click()
    If GetAsyncKeyState(117) <> 0 Then
    Call WriteALong("WarRock", &HBB146B0, 4)
    End If
    End Sub

    Private Sub Command7_Click()
    If GetAsyncKeyState(119) <> 0 Then
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H894E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 4)
    End If
    End Sub

    Private Sub Command8_Click()
    If GetAsyncKeyState(120) <> 0 Then
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H894E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 0)
    End If
    End Sub

    Private Sub Command9_Click()
    If GetAsyncKeyState(121) <> 0 Then
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H894E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 5)
    End If
    End Sub

    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    Private Sub Timer10_Timer()
    If GetAsyncKeyState(117) <> 0 Then
    Timer9.Interval = 1
    End If
    End Sub
    Private Sub Timer2_Timer()
    Call WriteALong("WarRock", &HDED290, 0)
    Call WriteALong("WarRock", &HB20E40, 0)
    End Sub
    Private Sub Timer3_Timer()
    If GetAsyncKeyState(112) <> 0 Then
    Timer1.Interval = 1
    End If
    End Sub
    Private Sub Timer4_Timer()
    If GetAsyncKeyState(113) <> 0 Then
    Timer1.Interval = 0
    End If
    End Sub
    Private Sub Timer5_Timer()
    If GetAsyncKeyState(114) <> 0 Then
    Timer2.Interval = 1
    End If
    End Sub
    Private Sub Timer6_Timer()
    If GetAsyncKeyState(116) <> 0 Then
    Timer2.Interval = 0
    End If
    End Sub


    Private Sub Timer8_Timer()
    If GetAsyncKeyState(118) <> 0 Then
    Timer7.Interval = 1
    End If
    End Sub





    TY!

  2. #2
    webtijn's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    3
    Why experts only? I'm not an expert, but your questions are the most noobish i've ever seen..
    Some people own, some doesn't. No mather what hack theire using.

  3. #3
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0
    Yeah thats why you cant give a answer noob -.-
    Last edited by M-Tune; 06-28-2007 at 09:12 AM.

  4. #4
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0
    Oh sorry i called you a noob webtijn, you are member of www.uwhzone.****** (the website of my & killajones)

  5. #5
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    wrong adresses.. ? and maybe u'd just copy the code from some1... i hope u had forgot 1 line to copy, leechr

  6. #6
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0
    SHUTUP!
    why post ppl topics with addresses?
    RIGHT! To share them!

  7. #7
    webtijn's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by M-Tune View Post
    Oh sorry i called you a noob webtijn, you are member of www.uwhzone.****** (the website of my & killajones)
    Besides, it's Visual Basic and not Virual Basic.
    Some people own, some doesn't. No mather what hack theire using.

  8. #8
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by webtijn View Post
    Besides, it's Visual Basic and not Virual Basic.
    I said Virtual Basic not 'Virual Basic' but you right its Visual Basic -.-

  9. #9
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    are you wanting a textbox for the value to go into,in your toolbar add a textbox(it will be text1,next 1 is text2,and so)

    so in your code it would be

    dim gun as long
    dim gun1 as long
    dim guns2 as long

    If getkeypress(vbkeynumpad1)then
    Call Readalong("WarRock",&H896e28,guns)
    guns1 = guns + &H4c
    guns2 = text1 'text1 being your textbox
    Call Writealong("WarRock",&H896e28,guns2)

  10. #10
    M-Tune's Avatar
    Join Date
    Apr 2007
    Location
    Gelderland, the Netherlands
    Posts
    95
    Reputation
    10
    Thanks
    0
    Finally a good reply! TY!!
    work good!!

  11. #11
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    hotkeys got to be in timers :x
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

Similar Threads

  1. Virtual basic warrock hack help!
    By iwanthacks121 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 05-03-2008, 03:15 PM
  2. Visual Basic help?????
    By g36gunner in forum WarRock - International Hacks
    Replies: 3
    Last Post: 11-07-2007, 06:57 PM
  3. visual basics help or vb6
    By josephjboogie3 in forum Visual Basic Programming
    Replies: 2
    Last Post: 11-05-2007, 05:25 AM
  4. Download Virtual Basic 6!!
    By Dokuda in forum WarRock - International Hacks
    Replies: 33
    Last Post: 10-01-2007, 11:09 AM
  5. VB basics & help!
    By Trixiez in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-01-2007, 10:28 AM