Idle Operation Payback coin?

Posts 18 of 8 · Page 1 of 1
Idle Operation Payback coin?
Is it possible to idle to gold for the Operation Payback coin?

I know its possible to set up the console to run around in circles, but there has got to be a better way.
Yea i have been wondering about that too. i guess you can idle but other players will kick you if you just script a move arround to not afk.
I know it could be done by having 6 select people on each team
im using autohotkey for positioning my mouse to exacly "play operation payback" button, and razer deathadder 2013 macro to make some moves around and clicking left mouse so it can reconnect after kick. if you want i can upload scripts but you have to improve ahk or have razer mouse
Quote Originally Posted by VIRTZN View Post
im using autohotkey for positioning my mouse to exacly "play operation payback" button, and razer deathadder 2013 macro to make some moves around and clicking left mouse so it can reconnect after kick. if you want i can upload scripts but you have to improve ahk or have razer mouse
appreciate it!! thanks
Can you upload ahk script?
Can anyone post here a nice macro? Or any afk script that reconnects after kick please?
This is by no means perfect... This was only meant for personal use..
Download AutoHotkey
Make a new .ahk file (text file extension renamed.)
Ctrl+Shift+C to get the color and mouse coords
Ctrl+V to paste color and mouse coords after the previous command
F12 to run script once you're looking at the home screen.

$^+C::
MouseGetPos mx, my
PixelGetColor color, %mx%, %my%
clipboard = %color%, %mx%, %my%
MsgBox, Color: %color%`nMouse X/Y: %mx%, %my%
return

+^S::Suspend
#IfWinActive Counter-Strike: Global Offensive
F12::
Loop
{
PixelGetColor,homescreen, 348, 292 ;;0x87B2BD a color on your steam profile picture you will need to change this part
PixelGetColor,gobutton, 1430, 950
If homescreen = 0x87B2BD ;;change this!
{
Click 1047, 672 ;;disconnected ok button
click 1149, 282 ;;payback button
Soundbeep
Sleep 15000
click 1476, 947 ;;go button
Sleep 15000
click 972, 972 ;;auto select
}
else
{
If gobutton = 0x000000
{
click 1476, 947 ;;go button
Sleep 15000
click 972, 972 ;;auto select
}

else
{
Send {w down} ;;anti away from keyboard stuff
Send {3}
Click
Sleep 1000
Send {w up}
Send {5}
Send {g}
}

Sleep 100000
}
}
return
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?