Counter-Strike 2

Counter-Strike 2

Achievement: Kill of the Century, The Professional & Cold Pizza Eater (Beta)
KamiTurtle 16 Sep, 2019 @ 8:15am
Make it easy!
This works well, I've made a AutoHotKey script that makes it better along with some console code
Console Code
mp_halftime 0;mp_match_end_restart 1; mp_match_restart_delay 1; mp_halftime_duration 1; mp_humanteam ct; mp_round_restart_delay 1; mp_warmup_end; mp_maxrounds 1; sv_gravity 9999999;mp_force_assign_teams 1;mp_freezetime 0;bot_knives_only

AutoHotKey code
Z:: Toggle := !Toggle If Toggle Loop { SendInput {Right down} Sleep 100 SendInput {Right up} Sleep 100 SendInput {Enter down} Sleep 100 SendInput {Enter up} Sleep 1000 } Else return X::ExitApp

How to use the script
To enable it, press Z on your keyboard, to stop it and close autohotkey press X.
You will need autohotkey installed. You can get it here[www.autohotkey.com]
Copy and paste the code into notepad, then save the file as whatever you would like followed by .ahk

What it does
It will automatically assign you to the CT side allowing you to afk from your computer.
Here's a gif[gfycat.com] demonstrating what it does

Will it get you banned?
I can safely say no! It's not a cheat and doesn't interfere or do anything to affect CSGO's files, all it is doing is telling your computer when to press a key and when to release the key
Last edited by KamiTurtle; 16 Sep, 2019 @ 8:30am
< >
Showing 1-2 of 2 comments
donald cranston 1 Nov, 2019 @ 3:37pm 
I pasted the script into notepad and named the file "autoct.ahk" and pressed z, but nothing happens!
Fastskull 11 Feb, 2021 @ 2:16am 
Not really sure how to do the text thing you did in this original post... but to anyone wondering why the script isn't working anymore, replace the "Enter" with space and the "Right" with "Left". works a charm.
Last edited by Fastskull; 11 Feb, 2021 @ 2:17am
< >
Showing 1-2 of 2 comments
Per page: 1530 50