Backupwayback
¯\_(ツ)_/¯
+73|6563
OK

CHANGING IT UP

I need it for when i hit ALT it clicks 4 THEN right after clicks my LEFT mouse

thanks

Last edited by Backupwayback (2009-03-31 19:32:06)

Backupwayback
¯\_(ツ)_/¯
+73|6563
updated
Backupwayback
¯\_(ツ)_/¯
+73|6563
any idddea im having trouble with the delay
Backupwayback
¯\_(ツ)_/¯
+73|6563
up
Wallpaper
+303|6257|The pool
First, I have no idea what the hell youre trying to say. Second, what program are you using? Autohotkey?
Mr.Dooomed
Find your center.
+752|6591

Alt+F4 macro 2 rage quit bf2?
Nature is a powerful force. Those who seek to subdue nature, never do so permanently.
Backupwayback
¯\_(ツ)_/¯
+73|6563

Im_Dooomed wrote:

Alt+F4 macro 2 rage quit bf2?
not bf2

Wallpaper wrote:

First, I have no idea what the hell youre trying to say. Second, what program are you using? Autohotkey?
Yes autohotkey

I want ti so when i hit Alt it will hit 4 right click  then auto click middle of screen (which is Click 400,300)
DUnlimited
got any popo lolo intersting?
+1,160|6726|cuntshitlake

Code:

#NoEnv
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
#Persistent

Interval := 30
*LAlt::
    SetTimer, Lolmacro, %Interval%
    return
Lolmacro:
    Send, {RButton}
    Send, {RButton}
    Send, {RButton}
    Send, {RButton}
    click 400,300
        SetTimer, Lolmacro, off
    return
main battle tank karthus medikopter 117 megamegapowershot gg
tkoi
Utahraptor!
+148|6410|Texas
@DU, wow, overkill much? Why is there a settimer?

Code:

LAlt::SendInput, % "{RButton 4}{Click " A_ScreenWidth//2 "," A_ScreenHeight//2 "}"

Last edited by GGF0RCE (2009-04-02 17:26:31)

DUnlimited
got any popo lolo intersting?
+1,160|6726|cuntshitlake

GGF0RCE wrote:

@DU, wow, overkill much? Why is there a settimer?

Code:

LAlt::SendInput, % "{RButton 4}{Click " A_ScreenWidth//2 "," A_ScreenHeight//2 "}"
Because I'm a noob and did that by editing an existing script I had
main battle tank karthus medikopter 117 megamegapowershot gg
Backupwayback
¯\_(ツ)_/¯
+73|6563

DeathUnlimited wrote:

Code:

#NoEnv
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
#Persistent

Interval := 30
*LAlt::
    SetTimer, Lolmacro, %Interval%
    return
Lolmacro:
    Send, {RButton}
    Send, {RButton}
    Send, {RButton}
    Send, {RButton}
    click 400,300
        SetTimer, Lolmacro, off
    return
i have to hit 4 aswell though haha

When i hit Alt it has to hit 4 then move to Cordinates  (basically how cna i add 4 at start of ur script?)


EDIT think i got it will update in abit having trouble makign mouse hit where i want

Last edited by Backupwayback (2009-04-03 15:47:37)

tkoi
Utahraptor!
+148|6410|Texas
So hit the number 4, then click the center of the screen?

Code:

LAlt::SendInput, % "4{Click " A_ScreenWidth//2 "," A_ScreenHeight//2 "}"

Board footer

Privacy Policy - © 2025 Jeff Minard