Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
Jinex

Need help on AutoPoe on Garena Server

Recommended Posts

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) - Jinex
poeWidth := 358
poeHeight := 682
loop
{
checks()
}
return
 
checks()
{
global
 
; Checking if PoE Window is active
IfWinActive %_name_poe_win% ahk_class Direct3DWindowClass
{
_checksWinActive = 1
}
else
{
_checksWinActive = 0
}
sleep 200
Tooltip, Check-Results:`n`nis the Poe window active: %_checksWinActive%, 800, 100
}
loop
{
checks()
if _checksWinActive = 0
{
CoordMode, Mouse, Relative
WinActivate, Garena Plus (Beta) - Jinex
Click, x32 y309
sleep 500
Click, x-100 y605
sleep 25000
return
}
}
return
 


 

Edited by Jinex

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...