IgameD

Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.
IgameD

Discutii diverse jocuri


    [Bot] Anti-AFK Bot (No Injection & Focus not Needed)

    Adriano
    Adriano
    Admin


    Mesaje : 51
    Data de inscriere : 19/08/2011
    Varsta : 30
    Localizare : United States Lewiston Maine

    [Bot] Anti-AFK Bot (No Injection & Focus not Needed) Empty [Bot] Anti-AFK Bot (No Injection & Focus not Needed)

    Mesaj Scris de Adriano Dum Aug 21, 2011 6:43 am

    WoW Version: All WoW versions

    Details: This will minimize (and make the window dissappear off your taskbar) WoW when you press {F9} while its minimized it will send the {UP} then {DOWN} arrow every 3 mins (while its dissappeared off your taskbar). When you press {F10} it will make WoW appear on your taskbar then maximize it. (So this will make your comp faster if you need to do a report or just wana look sumthin up )

    AutoIt 3.X
    Cod:
    HotKeySet("{F9}", "hide")
    HotKeySet("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    While 1
      Sleep(1000)
    WEnd

    Func hide()
      Global $Show = 0
      Global $handle = WinGetHandle("classname=GxWindowClassD3d")
      WinSetState($handle, "", @SW_MINIMIZE)
      WinSetState($handle, "", @SW_HIDE)
      If @error Then
          MsgBox(0, "error", "couldnt find WoW")
      Else
          While 1
            $unique = Random(1, 4, 1)
            If $unique = 1 Then
                ControlSend($handle, "", "", "{UP DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{UP UP}")
                ControlSend($handle, "", "", "{DOWN DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{DOWN UP}")
                Sleep(200000 + Random(5000, 15000, 1))
            ElseIf $unique = 2 Then
                ControlSend($handle, "", "", "{RIGHT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{RIGHT UP}")
                ControlSend($handle, "", "", "{LEFT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{LEFT UP}")
                Sleep(200000 + Random(5000, 15000, 1))
            ElseIf $unique = 3 Then
                ControlSend($handle, "", "", "{DOWN DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{DOWN UP}")
                ControlSend($handle, "", "", "{UP DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{UP UP}")
                Sleep(200000 + Random(5000, 15000, 1))
            ElseIf $unique = 4 Then
                ControlSend($handle, "", "", "{LEFT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{LEFT UP}")
                ControlSend($handle, "", "", "{RIGHT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend($handle, "", "", "{RIGHT UP}")
                Sleep(200000 + Random(5000, 15000, 1))
            EndIf
            If $Show > 0 Then ExitLoop
          WEnd
      EndIf
    EndFunc  ;==>hide

    Func show()
      Global $Show = 1
      WinSetState("World of Warcraft", "", @SW_SHOW)
      WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
      WinActivate($handle, "")
    EndFunc  ;==>show


    [Trebuie sa fiti inscris si conectat pentru a vedea acest link]

      Data/ora curentă este: Sam Mai 18, 2024 10:51 pm