Results 1 to 5 of 5
  1. #1
    yogilek's Avatar
    Join Date
    Feb 2007
    Location
    Hell
    Posts
    315
    Reputation
    12
    Thanks
    23

    Exclamation [Tutorial]Visual Basic 6 Many Options Tutorial by Yogilek.

    So i'am now <expert of visual basic 6 hacks but i need addresses (have some).
    i Release a my tutorial. if u want better and pretty hack. So Lets Start.

    1.If u Want Undetected Module Change the Commands (WLong to example a yogilek01) This Look it :

    Code:
    Public Function WLong(gamewindowtext As String, address As Long, value As Byte) later Public Function yogilek01(gamewindowtext As String, address As Long, value As Byte)
    2.A Password WithOut Adding a
    Code:
    Login In Dialog
    a)add a text box called
    Code:
    txtUserName
    b)add a second text box called
    Code:
    txtPassword
    c)and add a command called
    Code:
    Unlock1
    d)and copy and paste this
    Code:
        If txtUserName = "mpgh" And txtPassword = "yogilek" Then
        Unlock1.Enabled = False
        txtUserName.Enabled = False
        txtPassword.Enabled = False
    3.Adding CheckBoxes
    a)add a CheckBox From Options and Open It.
    b)when u see this:
    Code:
    Private Sub Check1_Click()
    
    End Sub
    write this:
    Code:
    Private Sub Check1_Click()
    If Check1 = Checked Then
    Timer1.Interval = 1
    End Sub
    and for Turn Off it Write This :
    Code:
    Private Sub Check2_Click()
    If Check2 = Checked Then
    Timer1.Interval = 0
    End Sub
    3.Adding a Hotkeys and Weapons in SLots!

    1)adding hotkeys for weapons in slots

    a)if u want winchester in slot copy this and paste:
    Code:
    If GetKeyPress(vbKey5) Then
    Dim Winchester As Long
    Dim winchester1 As Long
    Call RLong("Warrock", &H8B5288, Winchester)
    winchester1 = Winchester + &H4C
    Call WLong("Warrock", winchester1, 34)
    End If
    and for anothers :

    a)add timer called
    Code:
    hotkeys
    and open it and add example a
    Code:
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKey1) Then
    Stamina.Interval = 1
    End If
    b)Then Add a New Timer Called Stamina and add this:
    Code:
    Private Sub Stamina_Timer()
    Call WLong("WarRock", &H7F2B34, 1120403456)
    End Sub
    4.Adding a Changing Labels
    a)make a new label called example Stamina Off
    b)make a new button and open it and paste it:
    Code:
    Private Sub Command1_Click()
    Label1 = Stamina On
    Call WLong("WarRock", &H7F2B34, 1120403456)
    End Sub
    ok, and it End Of My Tutorial Don't Lech If U Can add Me a Reputation Thank You [TUTORIAL FOR NEWBIES] bye

  2. #2
    markfracasso11's Avatar
    Join Date
    Apr 2007
    Posts
    106
    Reputation
    10
    Thanks
    1
    very nice tutorial

  3. #3
    Moneys's Avatar
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    26
    Reputation
    10
    Thanks
    0

    tnx

    This helped memy bypasses stoped woring and after this tutorial they were beter than before tnx mate.

  4. #4
    caniix's Avatar
    Join Date
    Oct 2007
    Posts
    14
    Reputation
    10
    Thanks
    1
    thx for this tut

  5. #5
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    ja danke yogilek

Similar Threads

  1. Replies: 28
    Last Post: 03-02-2009, 07:44 AM
  2. Video tutorial: Making WarRock hack in Visual Basic
    By Darky in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-12-2009, 02:47 PM
  3. Tutorial - How to use Visual Basics 6 (vb6) for WarRock hacks
    By Oneirish in forum Visual Basic Programming
    Replies: 17
    Last Post: 05-26-2008, 07:24 AM
  4. Tutorial - How to use Visual Basics 6 (vb6) for WarRock "easy"
    By Oneirish in forum Programming Tutorials
    Replies: 2
    Last Post: 04-23-2008, 08:23 AM
  5. Visual Basic 6 - Download and Install Tutorial
    By gbitz in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-05-2008, 06:05 PM