Results 1 to 9 of 9
  1. #1
    [x]_[s]tar's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    guess where?!!!!
    Posts
    269
    Reputation
    10
    Thanks
    15
    My Mood
    Angry

    Post this a new code i dont know if that work

    VB AFK bot code
    If GetAsyncKeyState(Keys.F1) Then
    If Label4.Text = "[OFF]" Then
    Label4.Text = "[ON]"
    Label4.ForeColor = Color.Green
    'hack
    afkbot.Start()
    Exit Sub
    End If
    If Label4.Text = "[ON]" Then
    Label4.Text = "[OFF]"
    Label4.ForeColor = Color.Red
    'normal
    afkbot.Stop()
    Exit Sub
    End If
    End If
    Private Sub afkbot_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles afkbot.Tick
    ' AFK move section
    Try
    Interaction.AppActivate("crossfire")
    My.Computer.Keyboard.SendKeys("W")
    My.Computer.Keyboard.SendKeys("A")
    My.Computer.Keyboard.SendKeys("S")
    My.Computer.Keyboard.SendKeys("D")
    Catch
    End Try
    End Sub

  2. #2
    okled's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    tirane albania
    Posts
    1,593
    Reputation
    -94
    Thanks
    471
    My Mood
    Sleepy
    i am gonna try it into dll

  3. #3
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Maybe it works, then I will make afk bot.

  4. #4
    markO1O8's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    433
    Reputation
    24
    Thanks
    104
    My Mood
    Amazed
    thanks for this new feature for my hack
    [CENTER]I'm back!

  5. #5
    seyo's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    german
    Posts
    41
    Reputation
    10
    Thanks
    11
    My Mood
    Hungover
    i hate hackers biut i hack to xD but im searching 4 a teacher xD
    who teach me to make hacks for games or programms can enyone help i dont fint the ight section Q.Q

    THX
    /me My biggest dream is to be a
    [MPGH]Coder
    Pro with a hack
    Pro with out hack
    PENG

  6. #6
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Thats new? OMG -.-

    Thats oldddddddddddd!

  7. #7
    H4ckBlood's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    The Neterlands
    Posts
    78
    Reputation
    10
    Thanks
    6
    Lol, its not for C++ , since when has C++ labels??
    I think its for Visual Basic

    Its true, im H4ckBlood and im back,
    Still not afraid, Just Google me!

  8. #8
    Victoria's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Everywhere where love is♥
    Posts
    1,154
    Reputation
    -20
    Thanks
    94
    My Mood
    In Love
    It works, i have almost the same code.
    It works so approved i think

  9. #9
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    It is visual basic, not c++. Every coder see that.
    But it helps me alot, because I only knew the: Sendkeys option.