desktop
|
Last Activity: 06/04/2007 23:09
Mentions
| 02/24/2019 |
| 19:27 - ...3}","stoppen")
While 1
Sleep(1)
WEnd
Func starten()
While 1
$hWnd = WinGetHandle("BlueStacks")
WinActivate("BlueStacks")
$pixel = PixelSearch(0, 0, DesktopWidth, DesktopHeight, 0xE89D3E, 10, 1, $hWnd)
If IsArray($pixel) Then
MouseClick("left",$pixel[0],$pixel[1],1)
Sleep(600000)
EndIf
WEnd
EndFunc
Func pau... |
| 09/12/2018 |
| 12:39 - Garkeon mentioned desktop in post [Help] Triggerbot ...)
Global $DistantRed = IniRead('colors.ini', 'Colors', 'DistantRed', 'Not Found')
Global $SniperRed = IniRead('colors.ini', 'Colors', 'SniperRed', 'Not Found')
Global $X = desktopWidth/2
Global $Y = desktopHeight/2
Global $Pause = 0
Func _Shoot()
$Pause = 0
While $Pause = 0
$currentColor = PixelGetColor($X, $Y)
If $currentColor = $Red Or ... |
| 09/27/2017 |
| 18:42 - killzone mentioned desktop in post [AutoIt] CrayonCode Bot Project (OpenSource & Free) Ive also tested Ahmed's bot and its stuck at locating the rod and loops when it finds the rod. Might be just my setting but anyhow, Im using CrayonCode. |
| 04/26/2017 |
| 23:07 - CrayonCode mentioned desktop in post [AutoIt] CrayonCode Bot Project (OpenSource & Free) New Version for all resolutions: https://github.com/CrayonCodeGit/CrayonCode-BDO-Project
I'm looking for testers and feedback. Images with avaible GUI and settings will follow when I... |
| 04/21/2017 |
| 19:25 - racheen mentioned desktop in post [HELP]Nostale Autoit bot, 3 fenster mit selben namen Wrong section,
Close pls :) |
| 10/29/2016 |
| 14:25 - skeith_sk8 mentioned desktop in post ► DEVELOPERS -DARKORBIT BOT ◄ ...use click example. ($x and $y are global var. They are the coordinates of the imagesearch). $searchImg is the path to the image to search. Example (there should be a @ before desktopWidth and Height)
Local $searchImg= _ImageSearchArea($searchImg,1,0,0, DesktopWidth, DesktopHeight, $x, $y, 22)
If $searchImg = 1 Then
MouseClick("left",$x+Rando... |
| 07/29/2016 |
| 13:34 - Tenshi07 mentioned desktop in post [Release] FPS Scenery Mode You could also replace desktopWidth with your actual screen width resolution. For example for 1080p the width would be 1920. The code is to deal with a 2nd monitor. If you have the game on a main monitor an... |
| 04:49 - Tenshi07 mentioned desktop in post [Release] FPS Scenery Mode ...ode.
This app is very useful for virtual reality Guild Wars 2. You will need to have installed vorpX to play Guild Wars 2 in VR. Or alternatively you may want to try Virtual Desktop on Steam, and setup the display to become a wall sized television, to the desired effect. Remember while playing this game with virtual reality, for best effect, set in the op... |
| 06/21/2016 |
| 19:00 - evlior mentioned desktop in post Fram Bot ...0)
framen()
WEnd
EndFunc
Func framen()
ToolTip("Framen!",0,0)
WinGetHandle("[ACTIVE]")
Sleep(5000)
ToolTip("Frosch klick!",0,0)
$search = PixelSearch(0, 0, desktopWidth desktopHeight, 0xCE1308)
If IsArray($search) Then
MouseClick( "left", $search[0], $search[1])
Opt("SendKeyDownDelay",60000)
ControlSend("{SPACE down}")
EndIf
Sleep(... |
| 18:57 - evlior mentioned desktop in post Muschelfarm Bot Muschel Farmer ... WEnd
EndFunc
Func framen()
ToolTip("Framen!",0,0)
WinGetHandle("[ACTIVE]")
Sleep(5000)
ToolTip("Frosch klick!",0,0)
$search = PixelSearch(0, 0, desktopWidth desktopHeight, 0xCE1308)
If IsArray($search) Then
MouseClick( "left", $search[0], $search[1])
Opt("SendKeyDownDelay",60000)
ControlSend("{SPACE d... |





