Help Keep Us Free And Help Yourself To:
Our NEW 100% Free Public Item/Gold Dupe Method
NEW ALLIANCE 1-80 LEVELING GUIDE!!!
NEW HORDE 1-80 LEVELING GUIDE!!!
Our Speedy Gold Guide This is another AFK Bot, since some people seem to have troubles with PiroX. Download Here Instructions: Press F9 When Going AFK Press F10 To Play Its Autoit, which means your virus scanner will probably view it as a trojan, this is because it simulates mouse and keyboard strokes. Here is source code if you’re paranoid and want to check it then compile it yourself to be sure: HotKeySet(“{F9}”, “hide”) Func hide() Func show()
HotKeySet(“{F10}”, “show”)
AutoItSetOption(“WinTitleMatchMode”, 4)
While 1
  Sleep(1000)
WEnd
  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
  Global $Show = 1
  WinSetState(“World of Warcraft”, “”, @SW_SHOW)
  WinSetState(“World of Warcraft”, “”, @SW_MAXIMIZE)
  WinActivate($handle, “”)
EndFunc  ;==>show
Leave a comment