| Author |
Message |
Forum: Scripts Topic: Simple Mouse Gesture and Rocker |
| ratchetclan4 |
|
Posted: June 24th, 2010, 10:24 pm
|
|
Replies: 107 Views: 23566
|
This is so awesome ^.^
i like using it for webpages like drawing a Y
gdud:
msgbox, 4,, Youtube?
ifmsgbox yes
run iexplore.exe "www.youtube.com"
else
exit |
|
 |
Forum: Support Topic: help with ending loop using hotkey? |
| ratchetclan4 |
|
Posted: May 2nd, 2010, 10:47 pm
|
|
Replies: 1 Views: 295
|
| ok so i've tried making this, and whenever i press ctrl alt u it just will not exit the script? i need it so that it keeps typing /wave until i hit ctrl alt u #singleinstance, force ^!u:: goto,dead ^!i:: Loop, { setkeydelay,100 send,{enter}/wave{enter} } return dead: ex... |
|
 |
Forum: Scripts Topic: World Of Warcraft Auto Login - Improved |
| ratchetclan4 |
|
Posted: May 1st, 2010, 5:57 pm
|
|
Replies: 0 Views: 1484
|
| I've Recoded it so its alot simpler to work, and now also has an icon at the bottom with working settings :D for this one you dont need the exe file the ahk file works fine Without comments #SingleInstance force IniRead,filedirectory,wowdata.ini, section2, filedirectory If (filedirectory = "... |
|
 |
Forum: Scripts Topic: Runescape Auto Log-in/Launcher *Fixed* |
| ratchetclan4 |
|
Posted: May 1st, 2010, 1:01 pm
|
|
Replies: 5 Views: 1188
|
| I have fixed the mouse coords so it works with the new runescape layout stupid demo button 0_o also you have to make sure you dont have any other windows open Titled Runescape - The Number 1 Free Multiplayer Game i could not figure out how to ahk_class a browser game as browsers vary unlike GxWindow... |
|
 |
Forum: Scripts Topic: World Of Warcraft Launcher&Login |
| ratchetclan4 |
|
Posted: May 1st, 2010, 12:27 pm
|
|
Replies: 3 Views: 905
|
| Heres a world of warcraft launcher that will log you in automatically Instructions ========================== 1: Save as the exe 2: place it in a folder 3: run the exe file and follow its instructions 5: create a shortcut to the EXE and place it on the desktop 4: whenever you run the exe/shortcut ag... |
|
 |
Forum: Support Topic: Non breaking space [SOLVED] |
| ratchetclan4 |
|
Posted: April 15th, 2010, 2:47 pm
|
|
Replies: 12 Views: 646
|
|
 |
Forum: Scripts Topic: Runescape Auto Log-in/Launcher *Fixed* |
| ratchetclan4 |
|
Posted: April 15th, 2010, 2:34 pm
|
|
Replies: 5 Views: 1188
|
| Heres a runescape log-in script ----instructions----- 1: copy source code into notepad 2: save as FILENAME.ahk 3: Compile the script with the ahk compiler found in ( ?:/program files/autohotkey/compiler/compiler.exe ) 4: run the exe! Or just run the AHK File Source Code --------------------- Thanks ... |
|
 |
Forum: Support Topic: part of script that uses ini variable wont work? |
| ratchetclan4 |
|
Posted: April 15th, 2010, 2:00 pm
|
|
Replies: 9 Views: 248
|
| aha! the return line I remember removing that when I was writing it to try and figure out a problem and never put it back in, I think it was cause I seen the Input Box Lines with it under them that i thought it shouldn't be up there XD anyway I put your code in and it worked so I saved the file and ... |
|
 |
Forum: Support Topic: part of script that uses ini variable wont work? |
| ratchetclan4 |
|
Posted: April 15th, 2010, 1:31 pm
|
|
Replies: 9 Views: 248
|
| how about this it seems to work IniRead,userlogin,runescapelogin.ini, section2, userlogin If (userlogin = "") or (userlogin = "ERROR") IniRead,class,runescapelogin.ini, section2, class If (class = "") or (class = "ERROR") IniRea... |
|
 |
Forum: Support Topic: part of script that uses ini variable wont work? |
| ratchetclan4 |
|
Posted: April 15th, 2010, 1:05 pm
|
|
Replies: 9 Views: 248
|
| ok i have removed the { and } now the only problem is when i run the file it keeps asking me to input my password IniRead,userlogin,runescapelogin.ini, section2, userlogin If (userlogin = "") or (userlogin = "ERROR") IniRead,password,runescapelogin.ini, section2, ... |
|
 |
Forum: Support Topic: part of script that uses ini variable wont work? |
| ratchetclan4 |
|
Posted: April 15th, 2010, 12:02 pm
|
|
Replies: 9 Views: 248
|
in my script, im having trouble getting it to type a password which is stored in an ini file, it will type in all the other variables fine but this one it doesnt even seem to know is there!
send %password%
this is the last part of my script too XD |
|
 |
Forum: Scripts Topic: Guess the number - tiny little game |
| ratchetclan4 |
|
Posted: April 14th, 2010, 8:38 pm
|
|
Replies: 6 Views: 1060
|
| just two tiny little improvments here for the non gui version ive added so that it tells you what the last number you picked was and at the end it asks you if you want a rematch! i just felt it was missing these :D and reopening the file was awkward, you could also make it so it keeps track of how m... |
|
 |
Forum: Scripts Topic: Call Of Duty 4 Simple Launcher |
| ratchetclan4 |
|
Posted: April 14th, 2010, 2:48 pm
|
|
Replies: 3 Views: 1194
|
| Source has been added to the top post |
|
 |
Forum: Scripts Topic: Call Of Duty 4 Simple Launcher |
| ratchetclan4 |
|
Posted: April 14th, 2010, 1:50 pm
|
|
Replies: 3 Views: 1194
|
| Cod4 gives us two icons to select if we want multiplayer or singleplayer i made this application so that it just uses one and gives you a choice :D this is my first script that people can use Instructions ========================== 1: Save as the exe 2: place it in a folder 3: run the exe file to cr... |
|
 |
Forum: Support Topic: find a file without specifying its directory like run, ?.exe |
| ratchetclan4 |
|
Posted: April 14th, 2010, 12:50 pm
|
|
Replies: 7 Views: 315
|
| Perfect :D That worked changed the position of the msgbox to finish it off, back: IniRead,filedirectory,cod4data.ini, section2, filedirectory If (filedirectory = "") or (filedirectory = "ERROR") { [color=red]Msgbox, Please Navigate To Your {C:/Program fi... |
|
 |
| Sort by: |