| Author |
Message |
Topic: How can i do this |
SpiderGames
Replies: 4
Views: 151
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 4:38 pm Subject: How can i do this |
| why not just imbed the webpage into your gui? |
Topic: Sort Question |
SpiderGames
Replies: 4
Views: 128
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 4:30 pm Subject: Sort Question |
Thanks for the replys
This is Uberi's code
SortArray(InputArray)
{
MaxIndex := ObjMaxIndex(InputArray), (MaxIndex = "") ? (MaxIndex := 0) ... |
Topic: Sort Question |
SpiderGames
Replies: 4
Views: 128
|
Forum: Ask for Help Posted: Sun Dec 11, 2011 5:52 pm Subject: Sort Question |
it's been a while since i posted but here goes...
I've been experimenting with recursive programming and I came across a sorting method called "Quick Sort". It sorts lists with an n Log( ... |
Topic: IRC Bot |
SpiderGames
Replies: 8
Views: 1498
|
Forum: Scripts & Functions Posted: Mon Jul 12, 2010 10:52 am Subject: IRC Bot |
HAY GUYS go away.
If he wants to spend his time making and IRC bot he can.
BTW is IRC web based? |
Topic: Color Change And Rapid Fire |
SpiderGames
Replies: 10
Views: 816
|
Forum: Ask for Help Posted: Wed Apr 07, 2010 7:56 pm Subject: Color Change And Rapid Fire |
Look up Hotkeys and PixelGetColor (colour) in Help file.
That should get you started.
Btw is this for TF2? |
Topic: Hotkey is pressing itself |
SpiderGames
Replies: 3
Views: 960
|
Forum: Ask for Help Posted: Wed Apr 07, 2010 7:49 pm Subject: Hotkey is pressing itself |
| # Win (Windows logo key). In v1.0.48.01+, for Windows Vista and later, hotkeys that include the Windows key (e.g. #a) will wait for the Windows key to be released before sending any text containing an ... |
Topic: Airstrafescript |
SpiderGames
Replies: 5
Views: 1429
|
Forum: Ask for Help Posted: Wed Apr 07, 2010 7:45 pm Subject: Airstrafescript |
~*wheeldown::
{
SetKeyDelay, -1
Send, {space down}
Send, {blind}{forward up}{right down}{d down}
Sleep, 110
Send, {blind ... |
Topic: AHK Tutorials [Video] |
SpiderGames
Replies: 2
Views: 838
|
Forum: General Chat Posted: Sat Apr 03, 2010 11:57 pm Subject: AHK Tutorials [Video] |
Best Tutorial ever: ->
[url=http://yougotrickrolled.com/]=)
(and most subtle) |
Topic: Your favorite script? |
SpiderGames
Replies: 3
Views: 482
|
Forum: General Chat Posted: Sat Apr 03, 2010 11:54 pm Subject: Your favorite script? |
Loop,
Send, !{f4}
|
Topic: Bad Company 2 |
SpiderGames
Replies: 7
Views: 1002
|
Forum: Ask for Help Posted: Sat Mar 27, 2010 1:24 pm Subject: Bad Company 2 |
| It helps if you tell us what error you are getting. Also post the entire code plox. |
Topic: Hotkey is pressing itself |
SpiderGames
Replies: 3
Views: 960
|
Forum: Ask for Help Posted: Sun Mar 21, 2010 11:01 pm Subject: Hotkey is pressing itself |
Look up "Hotkey" in the AHK help file and look for
"$" symbol.
=) |
Topic: Disable Cut/Copy to Clipboard |
SpiderGames
Replies: 3
Views: 618
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 6:39 pm Subject: Disable Cut/Copy to Clipboard |
Can't copy any more. ->
^c::
Now what works better...
$^c::
if lock = 1
Return,
clipboard =
send ^c
ClipWait
StringSplit, oVar, clipboard, `n
count = 0
retur ... |
Topic: Razer Dimondback and 3ds max |
SpiderGames
Replies: 1
Views: 363
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 6:29 pm Subject: Razer Dimondback and 3ds max |
| u should be able to work with settings in your MAX to use wheel instead. If you have mouse software install it. Other wise look up emulating mouse clicks in help file. |
Topic: Download games(hockey) from Work. |
SpiderGames
Replies: 3
Views: 291
|
Forum: Ask for Help Posted: Thu Dec 03, 2009 9:19 pm Subject: Download games(hockey) from Work. |
Yes but after ill be usin git to download a list of games (times/dates) to MS outlook, compare it to my calander and if im free accept the game. I know how to do it i just hit a snag.
The . ... |
Topic: Detect whether the sound is now playing or not |
SpiderGames
Replies: 6
Views: 698
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 2:49 pm Subject: Detect whether the sound is now playing or not |
| So you want to know if there is "A" sound or "The" sound playing? You do not have headphones/speakers to output it. You just want to know if your soundcard is processing sound? |
| |