Search found 15 matches

by AshMann
09 May 2021, 14:19
Forum: Gaming Help (v1)
Topic: Mouse button pull down
Replies: 8
Views: 1622

Re: Mouse button pull down

@boiler

I mean if I hold the RButton down AND the LButton down on the mouse at the same time... only then will the mouse move down until the buttons are released
by AshMann
09 May 2021, 02:03
Forum: Gaming Help (v1)
Topic: Mouse button pull down
Replies: 8
Views: 1622

Re: Mouse button pull down

@boiler

also... is it possible to make it where it only goes down with both mouse clicks
by AshMann
09 May 2021, 01:04
Forum: Gaming Help (v1)
Topic: Mouse button pull down
Replies: 8
Views: 1622

Re: Mouse button pull down

@boiler

^^^^^^^^^^^^^^^^
by AshMann
09 May 2021, 00:19
Forum: Gaming Help (v1)
Topic: Mouse button pull down
Replies: 8
Views: 1622

Re: Mouse button pull down

THANK YOU!!!

do you also know of a script where if I hold down the spacebar for more than half a second the spacebar get spammed until i let go of the spacebar
by AshMann
08 May 2021, 22:26
Forum: Gaming Help (v1)
Topic: Mouse button pull down
Replies: 8
Views: 1622

Mouse button pull down

Hello! I am looking for a script that moves the mouse crosshair down at a steady rate when I hold down the left mouse button over half a second! Any help with this script would be great! I'm new to scripting and I'm trying it out on some processes!

Thanks!
by AshMann
29 Apr 2021, 21:09
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

Thank you!!! is there a way to shorten the delay from 1 second to half a second? or three quarters of a second???
by AshMann
29 Apr 2021, 20:31
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

YES! I'd like this exact same script but instead of spamming X or C I would like it to spam space bar until I let go of the spacebar (so keep the 1 second delay on the first space bar press but then after 1 second have the space bar spammed every 10ms or something)
by AshMann
29 Apr 2021, 14:22
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

When I use that script and hold space bar down, it spams x or c... but not spacebar
by AshMann
29 Apr 2021, 09:57
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

Thank you!

could I ask 1 more quick favor?

Is there a script that you can use space bar normally, but if I hold the spacebar down (after a 1 second delay) the space bar spams/loops until I let go of the space bar?

That might be an easier way of what I am trying to do!
by AshMann
29 Apr 2021, 06:32
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

yes my right button works when the script is running and I have notepad open. But as soon as I launch the COD:Warzone application, my right button stops working (I'm even executing the script as administrator)
by AshMann
29 Apr 2021, 06:07
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

I dont know anything about coding or scripts... I just ran across autohotkey and wanted to see if someone had a command that could do what I want! I copied what you sent and tried it but my right mouse button only works when holding Space also
by AshMann
29 Apr 2021, 06:05
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

Code: Select all

RButton::RButton
RButton & Space::
While GetKeyState("RButton", "P") & GetKeyState("Space", "P") {
 Send {Space}
 Sleep, 10
}
Return
[Mod edit: [code][/code] tags added.]
by AshMann
29 Apr 2021, 05:56
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

Code: Select all

RButton::RButton
RButton & Space::
While GetKeyState("RButton", "P") & GetKeyState("Space", "P") {
 Send {Space}
 Sleep, 10
}
Return
by AshMann
29 Apr 2021, 05:01
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Re: Warzone BHOP Script

@mikeyww

I tried that but now my Right mouse button doesnt even work unless im holding space button down also
by AshMann
29 Apr 2021, 03:29
Forum: Gaming Help (v1)
Topic: Warzone BHOP Script
Replies: 21
Views: 4127

Warzone BHOP Script

I'm trying to make a BHop script that spams spacebar when I hold down Spacebar AND also hold Right Mouse Button at the same time. This is what I have so far but I don't know how to add the Right Mouse Button extension onto the command (so that it only spams spacebar when both spacebar and right mous...

Go to advanced search