Search found 46 matches

by Pacifista
15 Nov 2022, 11:33
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

Re: A script help for taking a shot

mikeyww wrote:
15 Nov 2022, 09:11

Code: Select all

NumpadAdd::
on := !on
SoundBeep, 1000 + 500 * on
Return

#If on
~RButton::
SetTimer, Repeat, 800
SoundBeep, 1500
KeyWait, RButton
SetTimer, Repeat, Off
SoundBeep, 1000
Return
#If

Repeat:
Click
Return
Thank You!

Image
by Pacifista
15 Nov 2022, 08:56
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

Re: A script help for taking a shot

Hello mr mikey.. NumpadAdd:: on := !on SoundBeep, 1000 + 500 * on Return #If on ~MButton:: KeyWait, MButton, T0.8 If ErrorLevel { ; Held Click } Return #If this code is working great but on another hero i need to an addition. i keep holding rmb and this script making me to press lmb in every 0.8 sec...
by Pacifista
03 Nov 2022, 03:44
Forum: Gaming Help (v1)
Topic: Sequence when holding a certain button
Replies: 8
Views: 1055

Re: Sequence when holding a certain button

mikeyww wrote:
28 Oct 2022, 05:41

Code: Select all

shootSec = 2
waitSec  = 1
MButton Up::on := False
MButton::
on := True
While on {
 end := A_TickCount + 1000 * shootSec
 While (A_TickCount < end && on)
  Click
 Loop, % 2 * waitSec
  Sleep, 500 * on
}
Return
Working like a charm, thank you senpai.
by Pacifista
27 Oct 2022, 05:06
Forum: Gaming Help (v1)
Topic: Sequence when holding a certain button
Replies: 8
Views: 1055

Re: Sequence when holding a certain button

Is there a way to make this work like press middle mouse button and hold, it will activate pressing left mouse button for x second intervals. like my champion's bullets are spreading after 10 bullets so i'll make it shoot like 1 seconds which will fire 10 bullets and wait x seconds and shoot again f...
by Pacifista
29 Aug 2022, 06:44
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

Re: A script help for taking a shot

Umm can i ask something? Script is working great but it makes these beeps non stop so i have tried to remove beeps for only right click but it didnt work. can you help me about this? NumpadAdd:: on := !on SoundBeep, 1000 + 500 * on Return #If on ~RButton:: SoundBeep, 1000 KeyWait, RButton, T.1 If Er...
by Pacifista
21 Aug 2022, 18:18
Forum: Gaming Help (v1)
Topic: Asking for help with CS:GO 180 degrees turn script!
Replies: 12
Views: 15430

Re: Asking for help with CS:GO 180 degrees turn script!

working but i have changed the value to 1928 and reduced loop to 1. the problem was when i click a skill button, autohotkey works but character won't perform it's skill. something is interrupting the key input, f key doesn't even work in windows so i have changed command to this and it is working gr...
by Pacifista
12 Aug 2022, 06:53
Forum: Gaming Help (v1)
Topic: Writing a script
Replies: 3
Views: 531

Re: Writing a script

Thank you sir. The purpose is to shoot when the reticle turns to red. The dot is in the center.

This script you've prepared is detecting the red dot at 1280-720 and shoots?

it only has to detect the red at the center.

there is only need to beep sound for the knowing if the script is enabled or not.
by Pacifista
11 Aug 2022, 20:03
Forum: Gaming Help (v1)
Topic: Writing a script
Replies: 3
Views: 531

Writing a script

Hello Tried MouseGetPos, xpos, ypos MsgBox, The cursor is at X%xpos% Y%ypos%. Seems 2560x1440 resolution, the center is naturally 1280x720 Someone suggested this method "Loop PixelGetColor and Click whenever ur If condition is satisfied" Loop PixelGetColor, { if (color, %MouseX%=1280, %MouseY%=720, ...
by Pacifista
11 Aug 2022, 18:47
Forum: Gaming Help (v1)
Topic: Is there a way to do this?
Replies: 4
Views: 643

Re: Is there a way to do this?

Umm how is it gonna pick the color exactly?
by Pacifista
10 Aug 2022, 16:02
Forum: Gaming Help (v1)
Topic: Is there a way to do this?
Replies: 4
Views: 643

Is there a way to do this?

When my crosshair spots the enemy it turns into another color.

For example, if crosshair turns to yellow can i make it left click with a script?
by Pacifista
30 Jul 2022, 20:33
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

Re: A script help for taking a shot

~LButton::
Key:
Send {Rbutton}
Return

this is working for example. if i dont add bracket it goes crazy somehow.
by Pacifista
30 Jul 2022, 19:37
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

Re: A script help for taking a shot

Thank you, it's working like a charm but i cant convert it otherwise.

Like; Holding lmb triggers click rmb once. or any keyboard letter
by Pacifista
27 Jul 2022, 13:01
Forum: Gaming Help (v1)
Topic: A script help for taking a shot
Replies: 10
Views: 1372

A script help for taking a shot

i have a soldier and he is using sniper rifle. (marksman) when i bring my aim on someone i just want to hold on right click and for example when it is like 0.8 seconds the sight will correctly cover the screen and the script will press to the LMB. "whenever i press and hold right click for x time, i...
by Pacifista
04 Jul 2022, 12:57
Forum: Gaming Help (v1)
Topic: This script is getting stuck after a while
Replies: 8
Views: 1040

Re: This script is getting stuck after a while

add keyboard beep sound: NumpadAdd:: SetTimer, NumpadAdd Up,% (toggle:=!toggle)?600:"Off" SoundBeep, 1500 Return NumpadAdd Up::Send,% toggle?"q":"" add timer beep sound: NumpadAdd::SetTimer, NumpadAdd Up,% (toggle:=!toggle)?600:"Off" NumpadAdd Up:: Send,% toggle?"q":"" SoundBeep, 1500,% toggle*100 ...
by Pacifista
04 Jul 2022, 08:24
Forum: Gaming Help (v1)
Topic: This script is getting stuck after a while
Replies: 8
Views: 1040

Re: This script is getting stuck after a while

is it possible to add keyboard beep sound to this?

Code: Select all

NumpadAdd::SetTimer, NumpadAdd Up,% (toggle:=!toggle)?600:"Off"
SoundBeep, 1500
NumpadAdd Up::Send,% toggle?"q":
SoundBeep, 1500
This way the script still wont beep..
by Pacifista
07 May 2022, 15:29
Forum: Gaming Help (v1)
Topic: Make actions on Right or Left mouse Click
Replies: 8
Views: 1001

Re: Make actions on Right or Left mouse Click

So is it possible to use a script like this?

hold right click for 2 secs and make the left button click for once.

if i click rmb for 20 seconds it will click left in every 2 secs?

when i lift my finger from right and re press it will begin again?
by Pacifista
29 Apr 2022, 16:43
Forum: Gaming Help (v1)
Topic: Is it possible to make my mouse look up or rotate behind?
Replies: 3
Views: 667

Re: Is it possible to make my mouse look up or rotate behind?

F3:: SetKeyDelay,, 25 MouseGetPos, x, y MouseMove, 0, -300,, R Send f MouseMove, x, y Return Thank you so much for the help sir. İs there a way to make this script work like; not directly looking to the sky but also at 45 degree angles up or down? my character has omnidirectional jumps so i might a...
by Pacifista
28 Apr 2022, 02:59
Forum: Gaming Help (v1)
Topic: Is it possible to make my mouse look up or rotate behind?
Replies: 3
Views: 667

Is it possible to make my mouse look up or rotate behind?

I want to make my character look up, then use skill and then look below or center again. or look down, use skill and look to the center. This character has ability to jump like nightcrawler from xmen and he can jump back and forth. how can i do it? the steps are mouse cursor move up like 45 degree f...
by Pacifista
28 Apr 2022, 02:55
Forum: Gaming Help (v1)
Topic: This script is getting stuck after a while
Replies: 8
Views: 1040

Re: This script is getting stuck after a while

it seems NumpadAdd::SetTimer, NumpadAdd Up,% (toggle:=!toggle)?600:"Off" NumpadAdd Up::Send,% toggle?"q": this code is working like a charm and not getting stuck, thank you so much. Since this one is working there is no need to make the current running script to close and re run again. Now i have an...
by Pacifista
24 Apr 2022, 13:40
Forum: Gaming Help (v1)
Topic: This script is getting stuck after a while
Replies: 8
Views: 1040

Re: This script is getting stuck after a while

Descolada wrote:
22 Apr 2022, 12:53
Does this also get stuck eventually?

Code: Select all

toggle := False
Loop {
	if toggle
		Send q
	Sleep 600
}

F1::toggle:=!toggle
i will try to run these ones and get back at you all, thx.

Go to advanced search