Search found 7 matches

by Masky
19 Jun 2017, 07:02
Forum: Ask for Help (v1)
Topic: My script wont stop Topic is solved
Replies: 2
Views: 634

Re: My script wont stop Topic is solved

The hotkey can only run when the previous one is finished. #MaxthreadsperHotkey changes that. spam:=0 #MaxthreadsperHotkey 2 ; Allows two threads of per hotkey. Numpadleft:: spam:=!spam if (spam = 1){ loop { send {NumpadMult} Sleep,35 Send {NumpadMult} sleep,35 if (spam = 0) { break } } } return #M...
by Masky
19 Jun 2017, 05:50
Forum: Ask for Help (v1)
Topic: My script wont stop Topic is solved
Replies: 2
Views: 634

My script wont stop Topic is solved

IM trying to make spam script , it working but i cant stop it
MY CODE:
spam:=0
Numpadleft::
spam:=!spam
if (spam = 1){
loop
{
send {NumpadMult}
Sleep,35
Send {NumpadMult}
sleep,35
if (spam = 0) {
break
}
}
}
return

So if you can help please
by Masky
17 Jun 2017, 05:32
Forum: Gaming Help (v1)
Topic: 180 Degree For csgo
Replies: 0
Views: 533

180 Degree For csgo

hello im pretty new coder and im trying to do 180 script i tried a few times and it ended that i spinning and aiming on the ground
Can someone give me codes for 180 script?
by Masky
05 May 2017, 15:19
Forum: Ask for Help (v1)
Topic: How can i make my hotkey's turned off at start?
Replies: 1
Views: 381

How can i make my hotkey's turned off at start?

How can i make my hotkey's turned off at start?

NumpadEnd:: Hotkey, ~*space, Toggle
~*space::
Loop

and

NumpadDown:: Hotkey, ~LButton, Toggle
~LButton::
Loop
by Masky
28 Apr 2017, 09:41
Forum: Ask for Help (v1)
Topic: I cant run multiple Hotkeys at same time
Replies: 3
Views: 704

Re: I cant run multiple Hotkeys at same time

neomulemi6 wrote:I really don't understand what you're saying. Can you try to rephrase your question? What are you trying to do?
I have problem i cant press space and LButton and make both Hotkey script work
by Masky
28 Apr 2017, 07:24
Forum: Ask for Help (v1)
Topic: I cant run multiple Hotkeys at same time
Replies: 0
Views: 278

I cant run multiple Hotkeys at same time

Im trying to make a script but i stuck in this issue that i cant press 2 hotkeys in same time (Scripted hotkeys) I did the hotkeys like this NumpadEnd:: Hotkey, ~*space, Toggle ~*space:: NumpadDown:: Hotkey, ~LButton, Toggle ~LButton:: I cant Press LButton and space at same time one of the hotkeys w...
by Masky
28 Apr 2017, 07:22
Forum: Ask for Help (v1)
Topic: I cant run multiple Hotkeys at same time
Replies: 3
Views: 704

I cant run multiple Hotkeys at same time

Im trying to make a script but i stuck in this issue that i cant press 2 hotkeys in same time (Scripted hotkeys) I did the hotkeys like this NumpadEnd:: Hotkey, ~*space, Toggle ~*space:: NumpadDown:: Hotkey, ~LButton, Toggle ~LButton:: I cant Press LButton and space at same time one of the hotkeys w...

Go to advanced search