Cheating Network
 
 

Go Back   Cheating Network > Cheated Networks > Club Bing!
Reload this Page AHK help



Club Bing!

This is a discussion about AHK help within the Club Bing! section, where you will Discuss anything about Club Bing that you would like in here.



Reply
 
LinkBack Thread Tools Display Modes
Old 12-08-2007, 12:25 AM   #1 (permalink)
Junior Member
 
Join Date: Dec 2007
Posts: 28
Reputation: 0
alcohol120 is an unknown quantity at this point

cBay Rating:
Default

for all those experienced autohotkey users, a quick question.. (i know its off-topic but i neeeed help and im afraid people on the other topic wont post)

i have an very basic simple autohotkey script that just presses the spacebar once, then waits 1250 milliseconds, presses it again, then waits 1250 milliseconds, then press the spacebar one last time. i can get this to work in like firefox or notepad but when i open up a game say like quake where i want to press space three times with that delay, it doesn't work. is there anyway i can fix it so its like actually pressing the spacebar?
alcohol120 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 12-08-2007, 11:41 AM   #2 (permalink)
Junior Member
 
Join Date: Dec 2007
Posts: 29
Reputation: 0
Precisewitem is an unknown quantity at this point

cBay Rating:
Default

<div class='quotetop'>QUOTE (alcohol120 @ Dec 8 2007, 12:25 AM) <{POST_SNAPBACK}></div><div class='quotetop'>QUOTE </div>
Quote:
for all those experienced autohotkey users, a quick question.. (i know its off-topic but i neeeed help and im afraid people on the other topic wont post)

i have an very basic simple autohotkey script that just presses the spacebar once, then waits 1250 milliseconds, presses it again, then waits 1250 milliseconds, then press the spacebar one last time. i can get this to work in like firefox or notepad but when i open up a game say like quake where i want to press space three times with that delay, it doesn't work. is there anyway i can fix it so its like actually pressing the spacebar?[/b][/b]
You need to use a hotkey to run the script while in the game. The code is simple though, any time you need help check the included helpfile in the auto hot key folder, it explains the syntax for all commands.
Send {SPACE}
Sleep, 1250
Send {SPACE}
Sleep, 1250
Send {SPACE}
Precisewitem is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-08-2007, 11:51 AM   #3 (permalink)
Junior Member
 
Join Date: Dec 2007
Posts: 28
Reputation: 0
alcohol120 is an unknown quantity at this point

cBay Rating:
Default

yeah i tried that but it still doesnt work. heres my code

<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>Send {Space}
Sleep 1250 ;The number of milliseconds between keystrokes (or use SetKeyDelay).
Send {Space}
Sleep 1250 ;The number of milliseconds between keystrokes (or use SetKeyDelay).
Send {Space}
r::Reload ; Assign R as a hotkey to restart the script</div>
alcohol120 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-10-2007, 02:14 PM   #4 (permalink)
Junior Member
 
Join Date: Dec 2007
Posts: 28
Reputation: 0
alcohol120 is an unknown quantity at this point

cBay Rating:
Default

bump
alcohol120 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
ahk


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.