<< Back to Warzone Classic Forum   Search

Posts 1 - 10 of 10   
Autopilot question: 2/1/2021 22:43:08


Max Scherzer 
Level 62
Report
So, I am in a rt game that could go for potentially days https://www.warzone.com/MultiPlayer?GameID=25617291 and to my knowledge, for autopilot I have to hit commit for it, is there any way out of that?
Autopilot question: 2/1/2021 22:44:32


καλλιστηι 
Level 62
Report
Quickest tournament: Final Championship Game - nice name.
Make a program which will hit commit every turn.
Edit: Or download autoclicker

Edited 2/1/2021 22:45:33
- downvoted post by KaelF
Autopilot question: 2/1/2021 22:46:39


Max Scherzer 
Level 62
Report
Seriously
Autopilot question: 2/1/2021 22:47:11


καλλιστηι 
Level 62
Report
I am not talking about hacking Warzone.
You can make easily a program which takes screenshots and then clicks where you want it to.
Autopilot question: 2/1/2021 22:47:42


KaelF
Level 59
Report
i did have Macro for Firefox
Autopilot question: 2/1/2021 22:48:40


καλλιστηι 
Level 62
Report
For example pyautogui can let you click every minute to specific spots on your screen.
Just make sure to create a emergency break key in case you can't turn it off.
Autopilot question: 2/1/2021 23:13:54


JK_3 
Level 63
Report
window.setInterval(function(){
  $('#ujs_RunAndCommitBtn_btn').click();
}, 4000);

The code above will run your autopilot every 4 seconds, make sure to note down the interval_id you get when you start that function, so you can stop it using
window.clearInterval(interval_id)
Autopilot question: 2/1/2021 23:37:57


Farah♦ 
Level 61
Report
Don't try to automate things like these. You've entered a game or tournament where you've been able to read the settings beforehand. You should be aware of the risks when not reviewing these settings carefully. If you disagree with the settings after you've joined said game or tournament, there is always the option to ignore it and let the boot timer do its thing.
Autopilot question: 2/1/2021 23:55:10


JK_3 
Level 63
Report
Rather than get booted, try surrendering first!

But yeah, as Farah points out, its probably better to try to not get involved in such games at all
Posts 1 - 10 of 10