Macro info

Ask gaming related questions (AHK v1.1 and older)
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Macro info

26 Mar 2024, 11:51

Hi, i did a macro for a fps game, it is a shotgun quick change/switch. It is working fine but there are a cooldown of 275 ms in order to let it working properly.
I mean, the game won't allow the gun shot if there isn't at least 275 ms delay between every shot.

Cooldown < 275 ms = permanent switching loop without shooting.

My question is: there is a way to bypass "that game shooting cooldown" and finally decrease/remove delay in order to shot faster and skip the gun "extraction" animation ?

I thought to move the mouse click (firing action) after the switching action and adding something to let the script wait until executing the mouse click before repeating the sequence. But i'm not sure the game is just preventing the mouse click (firing action) when the delay is < 275 ms, so i'm not sure this solution could work.

Looking around i spotted some guys directly skipping the switch animation (i can see their guns shooting without executing the gun extraction animation). Not sure they are cheating, maybe they found a way to skip the cooldown and the macro is faster enough that you can't even see the gun extraction.

Code: Select all

~MButton::
While (Getkeystate("MButton","P"))
{  
Send {LButton down}
Sleep, 12
Send LButton {up}
Sleep, 12
Send {3 down}
Sleep, 12
Send 3 {up}
Sleep, 12
Send {1 down}
Sleep, 12
Send 1 {up}
Sleep, 215
}
Send, {LButton up}
Sleep 1
Return
Also, i spotted some guys with rapid-fire / no recoil, they are just using a macro but if i try to edit the left click into a double click (as they said), i get a better recoil but really slower fire. Any ideas ?
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Re: Macro info

26 Mar 2024, 18:35

hi, logitech g hub in sequence mode (instead of holding mode) is faster than my script, any tip to rewrite and make this code working faster ? Maybe with ahk v2 ?
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Re: Macro info

27 Mar 2024, 07:56

Why ban from discord ? What i did ? Why other people can ask help for gaming purpose and i can't ? If you just won't it in discord, i understood, no reason to ban...
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Re: Macro info

27 Mar 2024, 08:08

Just a remind, this script is for a game where macros are free to use, it isn't forbidden and litterally everyone using it, i didn't anything illegal or against the rules of this community, this isn't hacking or cheating, i noticed the issue is ahk script related, i'm not trying to bypass any "game limit", using logitech gaming software (g hub) the macro is faster even if the delay is higher. I'm looking for someone able to help me making my ahk script faster at least as g hub software.

G hub software -> Faster macro with 450 ms total delay
My ahk script -> Slower macro with 275 ms total delay -> how is it possible ?

The game -> didn't block or limit the macro usage (the "bypass" question was my fault, i thought it was a game limit but it isn't, it is just my script issue), everyone is free to do his best and litterally everyone going around with macros.
User avatar
boiler
Posts: 16978
Joined: 21 Dec 2014, 02:44

Re: Macro info

27 Mar 2024, 08:56

keep-out wrote: Why ban from discord ? What i did ?
Apparently, you discussed gaming on the AHK channel, which is not allowed. As I understand it, the rules are very clear about this.

keep-out wrote: Why other people can ask help for gaming purpose and i can't ?
Others can't -- not on the AHK channel.

keep-out wrote: If you just won't it in discord, i understood, no reason to ban...
They have every right to ban because it's their channel and their rule.
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Re: Macro info

27 Mar 2024, 09:15

boiler wrote:
27 Mar 2024, 08:56
keep-out wrote: Why ban from discord ? What i did ?
Apparently, you discussed gaming on the AHK channel, which is not allowed. As I understand it, the rules are very clear about this.

keep-out wrote: Why other people can ask help for gaming purpose and i can't ?
Others can't -- not on the AHK channel.

keep-out wrote: If you just won't it in discord, i understood, no reason to ban...
They have every right to ban because it's their channel and their rule.
AHK channel isn't the same as ahk forum ? anyway there is someone intrested in helping me ? please, i just want to understand why my ahk script is slower than a mouse editor software
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: Macro info

27 Mar 2024, 09:39

keep-out wrote: AHK channel isn't the same as ahk forum ?
No. Specifically because of this rule:

https://discord.com/channels/115993023636176902/631631940465983488/631634803661340672
Why aren't game scripts/cheats allowed?

Discords' Terms of Service explicitly forbids it, and it's just scummy and frowned upon in general.
Read more here: https://discordapp.com/terms
keep-out
Posts: 9
Joined: 26 Mar 2024, 10:59

Re: Macro info

27 Mar 2024, 10:54

fischgeek wrote:
27 Mar 2024, 09:39
keep-out wrote: AHK channel isn't the same as ahk forum ?
No. Specifically because of this rule:

https://discord.com/channels/115993023636176902/631631940465983488/631634803661340672
Why aren't game scripts/cheats allowed?

Discords' Terms of Service explicitly forbids it, and it's just scummy and frowned upon in general.
Read more here: https://discordapp.com/terms
Ok i didn't know that, anyway you already know my issue with related screens, can you help me please ? Any tip about rewriting my script and make it faster as g hub software ?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 133 guests