Jinex 0 Report post Posted March 13, 2014 (edited) i am trying to edit 1 from EBUnstuck script~ but the script is seem like got some problem. it is able to detect wheather the Poe is active or not but it is unable to active the Garena window and start the poe. anyone pro pls help ><PS:idk why i cant upload the script so i post it here directly WinGetPos, poePosX, poePosY, x, y, Garena Plus (Beta) - JinexpoeWidth := 358poeHeight := 682loop{checks()}return checks(){global ; Checking if PoE Window is activeIfWinActive %_name_poe_win% ahk_class Direct3DWindowClass{_checksWinActive = 1}else{_checksWinActive = 0}sleep 200Tooltip, Check-Results:`n`nis the Poe window active: %_checksWinActive%, 800, 100}loop{checks()if _checksWinActive = 0{CoordMode, Mouse, RelativeWinActivate, Garena Plus (Beta) - JinexClick, x32 y309sleep 500Click, x-100 y605sleep 25000return} }return Edited March 13, 2014 by Jinex Quote Share this post Link to post Share on other sites