Search found 6 matches

by wboycher
02 Jun 2018, 19:59
Forum: Gaming Scripts (v1)
Topic: CSGO BHop (w/ strafe) AHK Script (That I made)
Replies: 13
Views: 41519

Re: CSGO BHop (w/ strafe) AHK Script (That I made)

Go to https://github.com/BinaryDoge/CSGO-bhop-AHK to edit my script if it has anymore problems
by wboycher
02 Jun 2018, 19:17
Forum: Gaming Scripts (v1)
Topic: CSGO BHop (w/ strafe) AHK Script (That I made)
Replies: 13
Views: 41519

Re: CSGO BHop (w/ strafe) AHK Script (That I made)

#Warn SetWorkingDir %A_ScriptDir% #SingleInstance ignore #NoEnv SendMode, Input SetBatchLines -1 F6::Suspend Home::Reload jump() { Send, {Space} } mouseXY(x, y) { DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) } strafe(left) { moveCount := 25 sleepInterval := 2 relativeMove := 28 if (left) ...
by wboycher
02 Jun 2018, 18:37
Forum: Gaming Scripts (v1)
Topic: CSGO BHop (w/ strafe) AHK Script (That I made)
Replies: 13
Views: 41519

Re: CSGO BHop (w/ strafe) AHK Script (That I made)

Sorry for not replying, I havent been on here for a while. Thank you all for the compliments and feedback. I will improve the script and post the improved version.
by wboycher
20 May 2018, 21:32
Forum: Gaming Scripts (v1)
Topic: CSGO BHop (w/ strafe) AHK Script (That I made)
Replies: 13
Views: 41519

CSGO BHop (w/ strafe) AHK Script (That I made)

Middle Button (press on scroll wheel) to bhop. To adjust the speed and length of each strafe, look for the following block of text in the code: moveCount := 25 sleepInterval := 2 relativeMove := 28 Adjust these variables to get different results until you find your favorite config. Or, if the existi...

Go to advanced search