WinkQuick AFK Bot With Keys

Posts 1630 of 49 · Page 2 of 4
Quote Originally Posted by markO1O8 View Post
i tested Yeap U Dont but u dont get kicked for idle too so May just Not Work For some
Did you even try joining random teamdeath match that just started and just leaving the computer?
Quote Originally Posted by Fogest View Post
Did you even try joining random teamdeath match that just started and just leaving the computer?
Hmmm OFC

Which I Added In Form1.design

Code:
Public Class Form1


    Private Declare Function GetAsyncKeyState Lib "User32" (ByVal vKey As Integer) As Short ' Declare hotkeys
    Private Property result() As Short
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Enabled = False
    End Sub
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        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


    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        For i = 6 To 255


            result = 0
            result = GetAsyncKeyState(i)


            If GetAsyncKeyState(Keys.F2) Then
                Timer1.Enabled = True
            End If

            If GetAsyncKeyState(Keys.F3) Then
                Timer1.Enabled = False
            End If
            If GetAsyncKeyState(Keys.Delete) Then
                Me.Close()
                Application.Exit()
            End If
        Next i
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Me.Close()
        Application.Exit()
    End Sub
End Class
Quote Originally Posted by markO1O8 View Post
Hmmm OFC

Which I Added In Form1.design

Code:
Public Class Form1


    Private Declare Function GetAsyncKeyState Lib "User32" (ByVal vKey As Integer) As Short ' Declare hotkeys
    Private Property result() As Short
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Enabled = False
    End Sub
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        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


    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        For i = 6 To 255


            result = 0
            result = GetAsyncKeyState(i)


            If GetAsyncKeyState(Keys.F2) Then
                Timer1.Enabled = True
            End If

            If GetAsyncKeyState(Keys.F3) Then
                Timer1.Enabled = False
            End If
            If GetAsyncKeyState(Keys.Delete) Then
                Me.Close()
                Application.Exit()
            End If
        Next i
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Me.Close()
        Application.Exit()
    End Sub
End Class
No wonder it's not working. The key isn't insert. It's F2 to start. Maybe you should fix that on the GUI of bot. I'll go try again.

Nope still doesn't work.
Quote Originally Posted by Fogest View Post
No wonder it's not working. The key isn't insert. It's F2 to start. Maybe you should fix that on the GUI of bot. I'll go try again.

Nope still doesn't work.
owww yh shit hahah
Quote Originally Posted by markO1O8 View Post
owww yh shit hahah
Yeah and it still doesn't work. Now don't lie that you tested things.
NArr ive used the code above which works perfect and updated the download atachments if still not working ill finish and make it work its working fine here so ?
HEY this can come helpful for the ironman ribbon just play MM and hide and leave ur character there or on TD
Quote Originally Posted by Lowkster View Post
HEY this can come helpful for the ironman ribbon just play MM and hide and leave ur character there or on TD
true.....
Could you PM me the new version so I can test it please?
Quote Originally Posted by Fogest View Post
Could you PM me the new version so I can test it please?
or shall i just give u the base?
Quote Originally Posted by markO1O8 View Post
or shall i just give u the base?
Just the exe is fine.
kk ill inbox it u just stay afk in TD see if it kick u, dont get kicked by team mates tho
Quote Originally Posted by markO1O8 View Post
kk ill inbox it u just stay afk in TD see if it kick u, dont get kicked by team mates tho
Are you sending it or what?
it is waiting for aprove so huys dont spam and this looks pretty basic and simple well i give it a try when it gets aproved
it wont let me upload the same again wait till aprove :/
Posts 1630 of 49 · Page 2 of 4

Post a Reply

Tags for this Thread

Need help?