THE BUTTON

THE BUTTON

评价数不足
How to get all achievements without pressing the button (yourself)
由 Tonald Drump 制作
   
奖励
收藏
已收藏
取消收藏
Setup
1) Install Python.

2) Use cmd to do:
pip install keyboard

and

pip install pyautogui

3) Save a copy of this Python script changing the x and y values to the resolution of your monitor.
import pyautogui, time, keyboard x = 3840 y = 2160 time.sleep(2) while not keyboard.is_pressed("q"): pyautogui.click(x//2, y//2)
Getting the achievements
1) Run the game.
2) Alt+Tab out of the game.
3) Run the Python script.
4) Immediately Alt+Tab back into the game.
5) Watch the script do all the clicking for you and get all the achievements.
6) If you want to stop the clicking, press q key on the keyboard.
3 条留言
Killua 2024 年 4 月 16 日 下午 9:37 
Works, Thanks! :sadstar2022:
Dave 2024 年 1 月 12 日 下午 1:49 
or get friends to press it for you, i just realised that this was a bad idea because if you play this for atleast 100 hours you probbaly have no other friends left
Bergerino 2023 年 11 月 25 日 下午 2:35 
just install an autoclicker at that point