Search found 4 matches

by [Ice]
20 Mar 2017, 21:43
Forum: Gaming Help (v1)
Topic: Strafe Script
Replies: 14
Views: 22441

Re: Strafe Script

What you are looking for is a reverse AutoStrafe/StrafeHack script. I'll help you. What you can do is use the mouseXY function when pressing A and D to move left and right, your script may look something like this mouseXY(x,y) { DllCall("mouse_event",short,1,short,x,short,y,short,0,short,0) } *~$A:...
by [Ice]
19 Mar 2017, 04:33
Forum: Gaming Help (v1)
Topic: Strafe Script
Replies: 14
Views: 22441

Re: Strafe Script

evilC wrote:From what I understand, CSGO is fairly uncommon in the fact that it responds to either cursor movement or "delta" input, so anything should work.
I've seen bhop scripts that work like this but can you help me with some of the commands since I have no idea what to do?
by [Ice]
18 Mar 2017, 15:27
Forum: Gaming Help (v1)
Topic: Strafe Script
Replies: 14
Views: 22441

Re: Strafe Script

evilC wrote:What do you want it for? A mouse-look FPS game, or a game where you have a mouse cursor?

The code would be quite different for each of these scenarios.

FPS game. CSGO to be exact.
by [Ice]
18 Mar 2017, 01:03
Forum: Gaming Help (v1)
Topic: Strafe Script
Replies: 14
Views: 22441

Strafe Script

Hi.

I'm new to ahk and coding and general and kind of lost on making my own script. I was wondering if there is a script where when I press a it moves my mouse left and when I let go of a it, my mouse stops going left. Same thing with d just going to the right. If there is thank you for your help.

Go to advanced search