Search found 7 matches

by ButterZ
10 Jun 2022, 04:43
Forum: Gaming Help (v1)
Topic: Farming In Game
Replies: 2
Views: 393

Re: Farming In Game

is the last line of the script...

return
by ButterZ
25 Jun 2021, 20:38
Forum: Gaming Help (v1)
Topic: Auto Clicker Topic is solved
Replies: 28
Views: 420112

Re: Auto Clicker Topic is solved

This will click 12 times/second, toggled on/off with ctrl + z. #MaxThreadsPerHotkey 3 ^z:: Toggle := !Toggle Loop { If (!Toggle) Break Click Sleep 83 ; Make this number higher for slower clicks, lower for faster. } Return NEw to this what should i do to change to right click?TIA You would change "c...
by ButterZ
08 Jun 2020, 10:59
Forum: Gaming Scripts (v1)
Topic: Path of Exile (PoE) Auto Flask Macro
Replies: 20
Views: 194814

Re: Path of Exile (PoE) Auto Flask Macro

Lunast wrote:
31 May 2020, 00:16
Not working for me anymore since the last PoE update (Vulkan) sadly :(
Try this

Code: Select all

~1::
    SendInput 12345
by ButterZ
14 May 2020, 02:15
Forum: Gaming Help (v1)
Topic: Auto Clicker Topic is solved
Replies: 28
Views: 420112

Re: Auto Clicker Topic is solved

This will click 12 times/second, toggled on/off with ctrl + z. #MaxThreadsPerHotkey 3 ^z:: Toggle := !Toggle Loop { If (!Toggle) Break Click Sleep 83 ; Make this number higher for slower clicks, lower for faster. } Return NEw to this what should i do to change to right click?TIA You would change "c...
by ButterZ
04 May 2019, 00:37
Forum: Ask for Help (v1)
Topic: Can AHK Copy page title and url?
Replies: 4
Views: 2780

Can AHK Copy page title and url?

What I want to do is have a copy of the active page title and page URL copied into a notepad text document or GUI with links. . I have little experience with AHK I have made a few simple apps, but I don't know how to make this or where to begin. I started to make a GUI just to give you guys some ins...
by ButterZ
23 Feb 2019, 21:01
Forum: Ask for Help (v1)
Topic: new keyboard broke one line of code, what happened? Topic is solved
Replies: 1
Views: 505

Re: new keyboard broke one line of code, what happened? Topic is solved

This has been resolved by using CTRL instead of ALT, because of #MenuMaskKey by default on this keyboard is LAlt which when "disable windows key" feature on this keyboard was enabled it was interfering with my line of script. https://www.autohotkey.com/docs/commands/_MenuMaskKey.htm The mask key is ...
by ButterZ
23 Feb 2019, 18:11
Forum: Ask for Help (v1)
Topic: new keyboard broke one line of code, what happened? Topic is solved
Replies: 1
Views: 505

new keyboard broke one line of code, what happened? Topic is solved

So i got a new keyboard and it sort of broke one line of code that had worked before. ~w::LAlt When i press "w" i want to sprint. In the game i have mapped it to "alt". However it will not sprint until i physically press alt once while holding W. I got a corsair k68 that has 100% anti-ghosting with ...

Go to advanced search