Jump to content

Recommended Posts

Posted

i looked in help but couldnt find and my browser wont allow me to search forums

I need help making a certain auto it script for example

I press the hotkey {numpad1} it will send("{Enter}") then send("Hello")

another hotkey is pressed {numpad2} it will send("{enter}") then send("Goodbye")

Sorry if it sounds confusing but can somone help?

Posted

well got search working couldnt find.

Hi there m8!

something like this?

HotKeySet("{NUMPAD1}", "hello");sets hotkey
HotKeySet("{NUMPAD2}", "goodbye");sets hotkey

While 1
    Sleep(50)
WEnd
    
func hello()
    Send("{ENTER}")
    Send("Hello")
;more code can be add
EndFunc

Func goodbye()
    Send("{ENTER}")
    Send("Goodbye")
;more code can be add
EndFunc

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...