Thursday, 31 October 2013

Setting Macro Untuk AWP




<Root>
      <DefaultMacro>
            <Major></Major>
            <Description></Description>
            <Comment></Comment>
            <GUIOption>
                  <RepeatType>0</RepeatType>
            </GUIOption>
            <KeyUp>
                  <Syntax></Syntax>
            </KeyUp>
            <KeyDown>
                  <Syntax>//   It is your new script below.
//-------------------
//there are three ways to create the script.
//1. Insert functions from top and left panels.
//2. Record both mouse and keyboard movements using record button.
//3. Input with either keyboard panel below or your actual keyboard.
RightDown 1
Delay 46 ms
LeftDown 1
Delay 20 ms
LeftDown 1
Delay 20 ms
KeyDown 32 1
Delay 15 ms
KeyDown 8 1
Delay 13 ms
KeyDown 30 1
Delay 15 ms
KeyDown 20 1
Delay 30 ms
KeyUp 20 1
Delay 30 ms
KeyDown 20 1
Delay 30 ms
KeyUp 20 1
Delay 30 ms</Syntax>
            </KeyDown>
            <Software>AWP +FF
</Software></DefaultMacro>
</Root>

No comments:

Post a Comment