Help - Search - Members - Calendar
Full Version: Wondering
AC Tools Everything Macro > AC Tool Macros > Other Macros
kingkongusa
Been wondering , is the macro for the game San andreas multi player that will type /rob enter is anywhere around here ?
and if not , i would like to ask for one that when i prees C , it will type F6 , then /rob , and Enter , is it possibole some how ?
if its around the forums , please give me a link i would really apperciate it . thanks a bunch
SaGaR
QUOTE(kingkongusa @ May 7 2009, 10:48 AM) *
Been wondering , is the macro for the game San andreas multi player that will type /rob enter is anywhere around here ?
and if not , i would like to ask for one that when i prees C , it will type F6 , then /rob , and Enter , is it possibole some how ?
if its around the forums , please give me a link i would really apperciate it . thanks a bunch

i think there isn't,
but you can make one yourself, the thing you're asking is actually very very very very basic,

i dunno if you want the hotkey to be "C" by any means, but you can change that setting in ACTool>Editor>Preference>Global Hotkeys

or is "C" the key to start typing (i cant remember)
CODE
SetActiveWindow GTA SA:MP //The name of the GTA window, i dont remember it exactly
Keys C                       //It wil press C
delay 1 sec                  //It will wait one second before it continues
Keys {F6}                          
delay 1 sec
keys /rob                    //It will type /rob
keys {enter}


i think that is what you want according to your description;)
i hope it helps
kingkongusa
hey bro , thanks for the try , but i think u misunderstood me , yes i think its supposted to be easy just i am a real noob haha
what i mean is , like
if i prees the button C for exmaple , it will type F6 , delay , then it will type /rob , then it will type enter , to send it .
thats what i meant . if you could try , i would apperciate it !
SaGaR
QUOTE(kingkongusa @ May 8 2009, 01:11 AM) *
hey bro , thanks for the try , but i think u misunderstood me , yes i think its supposted to be easy just i am a real noob haha
what i mean is , like
if i prees the button C for exmaple , it will type F6 , delay , then it will type /rob , then it will type enter , to send it .
thats what i meant . if you could try , i would apperciate it !


that's what the thing above does, only also presses "C", i don't know how to make it respond to the "C" button
butyou can change that in the settings in ACTool as i said,
else it's exactly the same code as above except for the 2nd line: "Keys C //It wil press C"

so try it and let me know wink.gif

owh yeah bytheway, do you want it to TYPE "F6" or PRESS "F6"?
cuz that would also make a difference of course;)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.