One Way To Die

One Way To Die

Không đủ lượt đánh giá
100% With Autohotkey
Bởi Jippen Faddoul
For those who like semi-cheating to achievements
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Introduction
This should be safe for the achievement hunting community, and requires basic knowledge of how to use autohotkey.
The Script
SetDefaultMouseSpeed,0 WinWaitActive One Way To Die Run() ; To stop the application at any time, simply press the Escape button Escape::ExitApp ;Run the whole application indefinitely Run(){ while true { runme() } } Runme(){ Random, oVar, 49, 51 ; randomly press 1, 2, or 3 sendinput % Chr(oVar) Sleep,10 return } F2::pause
Shoutout
If you're looking for a group to hunt for achievements with, consider joining 100Pals. We emphasize creating a non-toxic, diverse group of achievement hunters, and happily welcome folks who want to join the hobby.

Find out more at https://achievementhunting.com
2 bình luận
Huebrin 18 Thg12, 2021 @ 7:47am 
and how to use??
aringas795 23 Thg08, 2019 @ 3:32am 
thank you, worked perfectly