Search found 7 matches

by AnimeSan
25 May 2018, 11:05
Forum: Ask for Help (v1)
Topic: Simple key to end process?
Replies: 3
Views: 585

Re: Simple key to end process?

I tried putting it before the loop, at the end of the loop, and right after the loop? putting it before didnt start the loop, putting it in the loop made the loop stop after one loop, and putting it after did not let me click escape to end the script.
by AnimeSan
24 May 2018, 19:16
Forum: Ask for Help (v1)
Topic: Simple key to end process?
Replies: 3
Views: 585

Simple key to end process?

Hello, I have the following simple script written: Loop { MouseMove, 1503,372 Sleep, 100 Click Sleep, 100 Send ^v Sleep, 200 Send {Enter} Sleep 400 Send {Enter} Sleep 400 Send {Enter} Sleep 100 } And want to know how to make it so pressing Escape ends the script. I tried putting Esc::ExitApp in diff...
by AnimeSan
18 Sep 2017, 20:23
Forum: Ask for Help (v1)
Topic: Keyboard toggler on and off
Replies: 7
Views: 1377

Re: Keyboard toggler on and off

yes!! now it works I ran as admin!! thanks you guys
by AnimeSan
18 Sep 2017, 19:53
Forum: Ask for Help (v1)
Topic: Keyboard toggler on and off
Replies: 7
Views: 1377

Re: Keyboard toggler on and off

did not seem to work, i tried 8, shift 8, asterisk key and the 8 on the number pad, numlock on and off :cry:
by AnimeSan
18 Sep 2017, 17:06
Forum: Ask for Help (v1)
Topic: Keyboard toggler on and off
Replies: 7
Views: 1377

Keyboard toggler on and off

Is there a way to use AHK to set the number-pad asterisk key (*) -- specifically not the one located as shift+8, to toggle on and off the keyboard? Once the keyboard is off, only the * key again (or a reboot) can make the keyboard work again. Basically nothing should type when I click the * key. wou...
by AnimeSan
30 Jul 2017, 23:54
Forum: Gaming Help (v1)
Topic: Autoclicker with delay
Replies: 3
Views: 3111

Re: Autoclicker with delay

THANKS SO MUCH GUYS!!!

I prefer the 4th line of the 1st code to be

~LButton:: SetTimer, startClicking, 1000

but thats just me :D
by AnimeSan
29 Jul 2017, 03:14
Forum: Gaming Help (v1)
Topic: Autoclicker with delay
Replies: 3
Views: 3111

Autoclicker with delay

Hello! this is my first post :dance: Anyways I have a question with the way this language works. I have this code: setKeyDelay, 50, 50 setMouseDelay, 0.0000000000000001 $~lbutton:: while (getKeyState("lbutton", "P")) { send, {lbutton} sleep, 0.000000000000000000000000000001 } return [/code] Which ma...

Go to advanced search