I tried to make a macro which does the following: u press a button, F4, or something, then the bot sends some text which you can edit in the bot... here is my code:
When i load it, it doesn't wait for the keydowns, why? I cant fix this :/ any help?Let>Comma=,
Dialog>Dialog1
Caption=Marcdks F-Tool
Width=450
Height=240
Top=193
Left=172
Close=0
Rezise=0
Label=Choose your sentences and then start the bot,56,20,true
Button=Start Bot,344,16,75,25,1
Label=Stop bot => Shift + Escape,304,40,true
Edit=Text1,24,64,185,Gl%Comma% Hf
Label=F5,8,72,true
Label=F6,216,64,true
Label=F7,8,112,true
Label=F8,216,112,true
Edit=Text2,232,64,185,From?
Label=F9,8,152,true
Edit=Text3,24,104,185,One Shot. One Kill%Comma% - No Luck%Comma% Just Skill!
Edit=Text4,232,104,185,GG NO RE!
Edit=Text5,24,144,185,Im Off%Comma% Cya Later Guys
Memo=Credit,296,152,125,40,This bot was made by: Marcdk
EndDialog>Dialog1
Label>MainLoop
Show>Dialog1,result
If>result=1,StartBot
Goto>MainLoop
Srt>StartBot
WindowAction>Open,Warcraft III
Goto>Start
End>StartBot
Label>Start
Onevent>Waitkeydown>VK116
press shift
press alt
wait>0.1
press enter
Send>%dialog1.Text1%
press enter
release ctrl
release alt
goto>2
label>end
Label>2
Onevent>Waitkeydown>VK117
press shift
press alt
wait>0.1
press enter
Send>%dialog1.Text2%
press enter
release ctrl
release alt
goto>3
label>end
Label>3
Onevent>Waitkeydown>VK118
press shift
press alt
wait>0.1
press enter
Send>%dialog1.Text3%
press enter
release ctrl
release alt
goto>4
label>end
Label>4
Onevent>Waitkeydown>VK119
press shift
press alt
wait>0.1
press enter
Send>%dialog1.Text4%
press enter
release ctrl
release alt
goto>5
Label>end
Label>5
Onevent>Waitkeydown>VK120
press shift
press alt
wait>0.1
press enter
Send>%dialog1.Text5%
press enter
release ctrl
release alt
goto>Start
Label>end
thx