Skip to content

Instantly share code, notes, and snippets.

@avindra
Created June 6, 2016 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avindra/ec44c404390f35de9777291b08721ed4 to your computer and use it in GitHub Desktop.
Save avindra/ec44c404390f35de9777291b08721ed4 to your computer and use it in GitHub Desktop.
CS GO: Jump to the top of silo on de_nuke
isFast = 1
XButton2::
Send {3} ; Use knife
Send {W down} ; Move forward
Sleep 690 ; ...
Send {Space} ; Jump at the right moment
Send {Ctrl down} ; Crouch
Sleep 1200 ; Hold it...
Send {W up} ; You made it.
Send {Ctrl up}
Click ; Victory knife swipe
Send {2} ; Back to business
Send {1} ; Back to business
XButton1::
Return
Send ``
if (isFast)
{
isFast = 0
Send sensitivity 20
} else {
isFast = 1
Send sensitivity 1.0
}
Send {Enter}
Send ``
@avindra
Copy link
Author

avindra commented Jun 6, 2016

Posting this old script here I used to use to get on top of silo in nuke every time.

It no longer works, and Valve made it super easy to jump on top of silo in the new Nuke 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment