Autohotkey

Questions and advice for new players

Moderators: Forum Moderators, Server Moderators

Forum rules
Newbie Forum is a moderated OOC forum.

Inflammatory bullshit, thread de-railing, or any other disruptive posts may result in punitive action.
Post Reply
Troy_Marco
Posts: 34.0
Joined: January 17th, 2010, 1:22 pm

Autohotkey

Post by Troy_Marco »

I know that program that called " Autohotkey " ... I did download it and install it .

I know how to use it , Maybe ...!

After choosing " Edit script " , What to write exactly ?

I wanna say like : SAS - Let me see your hands in the Air !

So what to write exactly In " Edit script " Please ?.....So i can type it immediately while in game .

May somebody answer me please ...

Thanks
Anthony Martinez
Posts: 247.0
Joined: May 4th, 2008, 5:28 pm

Re: Autohotkey

Post by Anthony Martinez »

Jeffu_Koiso
Andrew_David
Server Moderator
Server Moderator
Posts: 671.0
Joined: April 21st, 2009, 7:24 am
Game Name(s): Andrew_David
Location: Fantasy World

Re: Autohotkey

Post by Andrew_David »

Numpad5::
SendInput SAS - Let me see your hands in the Air!{Enter}
sleep 1000
return
There what you want.
Image
Infernus Club #1
[00:01:50] ** Newbie Donald_Hamburger: I hear you coding now, you think you can take people's jobs motherfucker? Huh?! **
John_Pendergast
Posts: 693.0
Joined: March 28th, 2009, 11:50 pm
Location: Hungary

Re: Autohotkey

Post by John_Pendergast »

Add a 't' before SAS so that it'll open the chatbox.

Code: Select all

Numpad5::
SendInput tSAS - Let me see your hands in the Air!{Enter}
sleep 1000
return
John Pendergast
Troy_Marco
Posts: 34.0
Joined: January 17th, 2010, 1:22 pm

Re: Autohotkey

Post by Troy_Marco »

Ok thanks !

And what about the LSPD ?

Same thing ?
Leo_Cash
Posts: 739.0
Joined: March 19th, 2009, 11:12 am
Location: Poland

Re: Autohotkey

Post by Leo_Cash »

Troy_Marco wrote:Ok thanks !

And what about the LSPD ?

Same thing ?
You just change the text you want. Script stays the same.
TatsuyaNakajima
Troy_Marco
Posts: 34.0
Joined: January 17th, 2010, 1:22 pm

Re: Autohotkey

Post by Troy_Marco »

Ok !!!!!!!!!!!

Thanks all ........... :D
Post Reply