Results 1 to 7 of 7
  1. #1
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    Unhappy Visual Basic 6 FREEZING

    I have timer and it freezes BUT HOW I UNFREEZE???can't stop swimming!?!?!
    GIVE ME EXAMPLE!?!?!

  2. #2
    MS Word's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    483
    Reputation
    11
    Thanks
    2
    Quote Originally Posted by jokuvaan11 View Post
    I have timer and it freezes BUT HOW I UNFREEZE???can't stop swimming!?!?!
    GIVE ME EXAMPLE!?!?!
    so u have a button wich leads to the timer like ?

    Code:
    Timer1.Interval = 1

    then u just make another button with
    Code:
    Timer1.Interval = 0

  3. #3
    Stranger00's Avatar
    Join Date
    May 2007
    Posts
    208
    Reputation
    17
    Thanks
    0
    I think he'll still be swimming. I'm not sure. If you are still swimming after you disable/set inteval to 0, then try writting the value 0 to the address. 0 is the value to walk again.

  4. #4
    Threadstarter
    Advanced Member
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    Question 00000000000000000000000000000000000000000000

    Quote Originally Posted by Stranger00 View Post
    I think he'll still be swimming. I'm not sure. If you are still swimming after you disable/set inteval to 0, then try writting the value 0 to the address. 0 is the value to walk again.
    Where I put 0??

    Private Sub Command6_Click()
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H896E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 4)
    End Sub

  5. #5
    wessel93's Avatar
    Join Date
    May 2007
    Location
    Far, Far, Away
    Posts
    51
    Reputation
    10
    Thanks
    0

    Wink

    Quote Originally Posted by jokuvaan11 View Post
    Where I put 0??

    Private Sub Command6_Click()
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H896E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 4)
    End Sub
    4 is the value, put an 0 @ 4 and you stop to swim

  6. #6
    lolhackerlol's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    298
    Reputation
    13
    Thanks
    0
    Quote Originally Posted by jokuvaan11 View Post
    Where I put 0??

    Private Sub Command6_Click()
    Dim Swim As Long
    Dim Swim1 As Long
    Call ReadALong("Warrock", &H896E28, Swim)
    Swim1 = Swim + &H54
    Call WriteALong("Warrock", Swim1, 4)
    End Sub
    Put tht in a timer

    Make 2 buttons

    In 1 of them put timer(wht ever the nimber is) interval = 1

    and in the other put timer(wht ever the nimber is) interval = 0
    https://i140.photobucke*****m/albums/r30/kelsy_012/mpghzn5.gif

  7. #7
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    or if you have hotkeys just make another timer with the off code wich you just change the 4 to a 0,and interval for timer at 1.well and set your hotkey of course

Similar Threads

  1. Writing your own Visual Basics (v5 or v6) Trainer
    By TheRedEye in forum Game Hacking Tutorials
    Replies: 29
    Last Post: 12-09-2013, 09:56 AM
  2. Need visual basic download
    By Trixiez in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-01-2007, 10:45 AM
  3. problem with the visual basic tut
    By Elliwood in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-30-2007, 12:45 AM
  4. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM
  5. Packets & Visual Basic
    By BadBob in forum Hack Requests
    Replies: 5
    Last Post: 07-20-2006, 09:28 PM