| Author |
Message |
Forum: Scripts Topic: WoW Fishing |
| Chevron |
|
Posted: September 2nd, 2009, 6:49 am
|
|
Replies: 10 Views: 9068
|
| So, is someone going to take this on board? |
|
 |
Forum: Scripts Topic: WoW Fishing |
| Chevron |
|
Posted: September 1st, 2009, 10:50 am
|
|
Replies: 10 Views: 9068
|
| Can someone get this to work with win 7, stereo mix no longer works. |
|
 |
Forum: Support Topic: Multiple links in one text field |
| Chevron |
|
Posted: July 16th, 2009, 6:53 am
|
|
Replies: 3 Views: 381
|
This should be in the help section, but I if I understand you, you can use an edit like this.
Code: Gui, Add, Edit, w h Readonly, %text% If its a predefined list
OR
Code: Gui, Add, Edit, w h Readonly vText, AND
Code: GuiControl, Text, %Text%, %List% If the list will change/can. |
|
 |
Forum: Scripts Topic: Surf-Anatomy, Auto Surfer |
| Chevron |
|
Posted: July 13th, 2009, 9:36 am
|
|
Replies: 2 Views: 1447
|
| Surf-Anatomy is an Auto surfer, You place the site you want it to surf and off it goes. I'm not entirely sure if it's useful to many people but if you have sites you want it to surf for you it will do it. I also have one of my links in there If you don't want to be nice you can just take it out :) R... |
|
 |
Forum: Support Topic: Help with Filelineread and IE_LoadURL |
| Chevron |
|
Posted: July 13th, 2009, 6:33 am
|
|
Replies: 3 Views: 399
|
| Yea i did. Ok ill post the whole thing. #Include IEControl.ahk #Include CoHelper.ahk #SingleInstance force GoSub, GuiStart Gui, +LastFound +Resize Gui, Show, w800 h600 Center, WebBrowser hWnd := WinExist() CLSID_WebBrowser := "{8856F961-340A-11D0-A96B-00C04FD705A2}" IID_I... |
|
 |
Forum: Support Topic: Help with Filelineread and IE_LoadURL |
| Chevron |
|
Posted: July 12th, 2009, 10:47 pm
|
|
Replies: 3 Views: 399
|
| I have this part of my code here Loop { FileReadLine, line, %A_ScriptDir%/list.txt, %A_Index% if ErrorLevel break IE_LoadURL(pwb, %Line%) sleep, 3000 } But it doesn't want to work I've tried for ages with numerous different ways but I feel I will go insane if I keep going, so I'm a... |
|
 |
Forum: Support Topic: Readfile, help |
| Chevron |
|
Posted: June 14th, 2009, 2:07 am
|
|
Replies: 5 Views: 555
|
| FileRead, outputvar, filepath ; make sure you put the file path here stringgetpos, pos, outputvar, : StringLeft, User, outputvar, %pos% pos += 1 StringRight, Pass, outputvar, %pos% Msgbox, User: %user%`nPass: %pass% return Thank you for the help, but pos += 1 is pos += 0 or it sends the : as well B... |
|
 |
Forum: Support Topic: Readfile, help |
| Chevron |
|
Posted: June 13th, 2009, 11:41 am
|
|
Replies: 5 Views: 555
|
Hi, how you i go about pulling to variables from one text file.
It's set up as
Code: *User*:*pass*
I want
User= everything before the :
and
Pass= everything after the :
How would i go about this? |
|
 |
Forum: Scripts Topic: Auto Clicker/Talker |
| Chevron |
|
Posted: June 3rd, 2009, 10:03 pm
|
|
Replies: 0 Views: 1219
|
| Hi Everyone, I just wanted to share a script i made all on my own. I know it's a little useless but how else do you learn :P. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability... |
|
 |
Forum: Utilities Topic: RemoteByMail [GUI] |
| Chevron |
|
Posted: February 3rd, 2009, 2:23 am
|
|
Replies: 2 Views: 1517
|
Can anyone give a good explanation on how to get this to work?
Edit: This doesn't work on vista does it, or is it just me. |
|
 |
Forum: Support Topic: Get day? Help please |
| Chevron |
|
Posted: February 2nd, 2009, 8:59 pm
|
|
Replies: 8 Views: 545
|
Thank you so much dude.
This one will help me with other things too, your the best. |
|
 |
Forum: Support Topic: Get day? Help please |
| Chevron |
|
Posted: February 2nd, 2009, 11:12 am
|
|
Replies: 8 Views: 545
|
| That helped me a bit, but I'm stuck. FileRead, Mon, C:\Users\Brendan\Desktop\AHK\Time table\Monday.txt FileRead, Tue, C:\Users\Brendan\Desktop\AHK\Time table\Tuesday.txt FileRead, Wed, C:\Users\Brendan\Desktop\AHK\Time table\Wednesday.txt FileRead, Thr, C:\Users\Brendan\Desktop\AHK\Time table\Thursd... |
|
 |
Forum: Support Topic: Get day? Help please |
| Chevron |
|
Posted: February 2nd, 2009, 10:29 am
|
|
Replies: 8 Views: 545
|
| ok, so how would i work that into what i want? |
|
 |
Forum: Support Topic: Get day? Help please |
| Chevron |
|
Posted: February 2nd, 2009, 9:32 am
|
|
Replies: 8 Views: 545
|
| I'm making a calender script that reads out what I am doing that day at school, so i only want it to work from mon-fri. i was wondering is there a way to get the day then use the information from the corresponding txt file. ( i know its set to Monday atm I'm just testing & for it to work on your... |
|
 |
Forum: Scripts Topic: SteamLab 0.8.3.1 a - Take control of Steam! |
| Chevron |
|
Posted: December 17th, 2008, 2:46 am
|
|
Replies: 122 Views: 25973
|
| Hi this seams a great concept but unfortunately it does not work on my computer, i get an error between line 336 - 339 of the tool.ahk file. this is what the lines read: Line# 336:} 336: if _Action = "" { 337: _Result := %_TimerVar% 338: } 338: Else 338: _Result := false -> ... |
|
 |
| Sort by: |