red0fireus Posted October 29, 2018 Posted October 29, 2018 Opt("TrayAutoPause",0) $blackops4 = "BlackOps4.exe" $overwatch = "Overwatch.exe" $rainmeter = "Rainmeter.exe" While 1 If ProcessExists($blackops4) Or ProcessExists($overwatch) Then Send("^+!{F12}") ElseIf Not ProcessExists($blackops4) Or Not ProcessExists($overwatch) Then Send("^+!{F11}") EndIf Sleep(1000) WEnd Is there any better way to write this? I can't seem to figure it out and this is causing issues with my system because it keeps sending the same keystroke over and over again. This is NOT a game "Hacking" script or anything like that. Its to boost my Battle.net games using Razer Cortex because Battle.Net games have issues with the Razer Cortex Boosting software. Thank you.
Moderators JLogan3o13 Posted October 29, 2018 Moderators Posted October 29, 2018 @red0fireus - stating that this is not game "Hacking" shows that you have read the rules, but did not stop long enough to really understand them: Quote Launching, automation or script interaction with games or game servers, regardless of the game. It doesn't matter if you believe you're hacking the game or not. We do not support threads that do any of the three above, which in your case would be interaction. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts