| Author |
Message |
Forum: Support Topic: [Request] format this in a structured/modular format |
| Riddick51PB |
|
Posted: July 16th, 2007, 4:58 pm
|
|
Replies: 1 Views: 337
|
| can someone give me the following AHK script in a modular/structured format? ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: He's in the BF2 thread ; ; ; Only run this script when bf2.exe is running in the foreground ; #SingleInstance force #InstallKeybdHook #InstallMo... |
|
 |
Forum: Support Topic: how define a static variable? |
| Riddick51PB |
|
Posted: July 16th, 2007, 5:19 am
|
|
Replies: 2 Views: 469
|
| goal: define a variable, wKeyDelay and set it to a value of 38. define wKeyDelay equal 38 only one time. wKeyDelay = 38 ??? SayToAll(a_szMessage) { SetKeyDelay, wKeyDelay Send, {; Down} Sleep 100 Send, {; Up} Send, %a_szMessage% Sleep 100 Send, {Enter} SetK... |
|
 |
Forum: Support Topic: [Basic] won't print exclamations |
| Riddick51PB |
|
Posted: July 15th, 2007, 12:06 am
|
|
Replies: 5 Views: 912
|
| And the $75.00 solution is (assuming your function takes this input): $Numpad2:: $NumpadDown:: SayToTeam("Please: Squad up and you'll get Squad Bonus Points{!}{!}{!}") return I think Laszlo has paypal{!} he didn't ask for $75.00. that's where your log... |
|
 |
Forum: Support Topic: [Basic] won't print exclamations |
| Riddick51PB |
|
Posted: July 14th, 2007, 10:09 pm
|
|
Replies: 5 Views: 912
|
| excellent, thanks man! +1 karma for you |
|
 |
Forum: Support Topic: I'm in a world of pain. |
| Riddick51PB |
|
Posted: July 14th, 2007, 3:35 am
|
|
Replies: 7 Views: 1288
|
Justme wrote: Riddick51PB wrote: i can give you a solution for $75.00 PayPal. Sorry, but that would be against forum policies. Oh wait a sec - and my own.
if you're going to sound savvy, you would quote the specific forum rule. then we know you're not just making up a bunch off bullshit, mr guest. |
|
 |
Forum: Support Topic: [Basic] won't print exclamations |
| Riddick51PB |
|
Posted: July 14th, 2007, 2:49 am
|
|
Replies: 5 Views: 912
|
| i can't get the exclamation marks to "type out", they won't appear. everything else on the SayToTeam line will print off, but not the !!! are ! a special AHK code? $Numpad2:: $NumpadDown:: SayToTeam("Please: Squad up and you'll get Squad Bonus Points!!!") return |
|
 |
Forum: Support Topic: I'm in a world of pain. |
| Riddick51PB |
|
Posted: July 14th, 2007, 2:46 am
|
|
Replies: 7 Views: 1288
|
| i can give you a solution for $75.00 PayPal. |
|
 |
Forum: Support Topic: [question] on {Enter} |
| Riddick51PB |
|
Posted: June 21st, 2007, 4:37 pm
|
|
Replies: 1 Views: 405
|
| question: does simulating the {Enter} key pressed/released need {Enter down} and {Enter Up} ? or can just {Enter} be used? why isn't down and up used on the next code line? Send, %a_szMessage%{Enter} the way it is following: Send, {LCtrl down} ; Initiate 'Crouch' If IsKeyPressed&... |
|
 |
Forum: Scripts Topic: Hexadecimal to Decimal Conversion Tool |
| Riddick51PB |
|
Posted: April 28th, 2007, 4:38 pm
|
|
Replies: 9 Views: 6337
|
| windows hex calculator: Start, Run, calc [Enter], View, Scientific |
|
 |
Forum: Support Topic: [Help] BF2142 say chat script |
| Riddick51PB |
|
Posted: April 22nd, 2007, 8:01 pm
|
|
Replies: 1 Views: 455
|
| in BF2142: when i press the letter [R] say_team: "Plz drop an ammo hub/medkit Thank You!" without the quotes ok, so in-game [R] is my reload key, now, will i be able to reload and say that at the say_team chat both at the same time? if not, just bind it to numeric keypad Zero key thanks! |
|
 |
| Sort by: |