Thread: VB6 Vip codes!

Results 1 to 1 of 1
  1. #1
    oualidf3's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    netherlands, home
    Posts
    26
    Reputation
    10
    Thanks
    57

    VB6 Vip codes!

    VIP Hack Code's (Visual Basic 6 Only!!)
    -------------------------------------------------
    Very Weak Bypass:
    Call Shell(Environ$("COMSPEC") & " /c net stop PnkBstrA", vbHide)
    -------------------------------------------------
    Auto medic/Auto repair:
    Call writeabyte("Warrock", &HAdress, &HOffset)
    Call writeabyte("Warrock", &HAdress, &HOffset)
    -------------------------------------------------
    S.T.W. (Shoot Through Walls)
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    -------------------------------------------------
    Premium CrossHair:
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    -------------------------------------------------
    Gold Premium:
    Dim prem As Long
    Dim prem1 As Long
    Call readalong("WarRock", &HAdress, prem)
    prem1 = prem + &HOffset
    Call writealong("WarRock", prem1, 3)
    -------------------------------------------------
    0 Delay:
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    -------------------------------------------------
    OPK:
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)
    Call writeabyte("warrock", &HAdress, &HOffset)

    DONT LEECH PLZ!

    VB6 spambot tut:

    Your Module will need this :
    Code:
    Private Declare Function GetKey Lib "user32" (ByVal vkey As Long) As Integer


    Create a Timer (Timer1) and a Text Box
    Properties : Enabled = True | Interval = 6000 [1000 = 1 miliseccond]

    Code:
    Private Sub Timer1_Timer()
    If GetKey(vbKeyEnd) Then
    SendKeys Text1.Text
    SendKeys "{enter}"
    End If
    End Sub


    OR



    Private Sub Timer1_Timer()
    SendKeys (Text2.Text & "{enter}")
    End Sub





    Now make 2 buttons [Caption = START]:
    Code:

    Private Sub Command1_Click()
    Timer1.Enabled = True
    End Sub


    2nd button [caption = STOP]:
    Code:
    Private Sub Command2_Click()
    Timer1.Enabled = False
    End Sub



    and suppose u want to change ur timer1 Interval

    Make a 3rd Button & 2nd Text Box:

    Code:
    Private Sub Command3_Click()
    Timer1.Interval = Text2.Text
    End Sub

    Compile & Make *.exe
    Done!

    plz thank me!

  2. The Following 2 Users Say Thank You to oualidf3 For This Useful Post:

    55555 (01-24-2009),maorsapir (01-23-2009)

Similar Threads

  1. [TUT] arnold's hack v1.1 vb6 source code
    By arnold in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-11-2008, 10:36 PM
  2. Vb6 hacks / codes
    By hansschwanz in forum Visual Basic Programming
    Replies: 4
    Last Post: 04-30-2008, 04:53 PM
  3. Sell VIP codes at stores such as EA Games
    By radnomguywfq3 in forum Suggestions, Requests & General Help
    Replies: 16
    Last Post: 02-20-2008, 09:41 AM
  4. Again Problem With Vb6 Swim Code
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-09-2007, 05:26 PM

Tags for this Thread