Search found 2 matches

by HavacKas
02 Jun 2022, 21:53
Forum: Gaming Help (v1)
Topic: Csgo strafe script for longjump
Replies: 2
Views: 3236

Re: Csgo strafe script for longjump

did you already get it? if so, would they pass it? please
by HavacKas
02 Jun 2022, 21:49
Forum: Gaming Scripts (v1)
Topic: CSGO BHop (w/ strafe) AHK Script (That I made)
Replies: 13
Views: 42093

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

strafe(left)
{
moveCount := 25
sleepInterval := 4
relativeMove := 28
if (left)
{
key := "mouse 4"
move := relativeMove
} else
{
key := "a"
move := -relativeMove
}



it makes my movements very slow can you help me

Go to advanced search