![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | |
| Senior Member Join Date: Feb 2008
Posts: 612
Reputation: 20 ![]() | Current script: Quote:
A) Make it keep repeating until I am out of my spins. B) How to stop at a captcha so I can type it. I know for the captcha I use something like pixelgetcolor but I have no idea where to put that. So if you can help just edit the script and repost what need be fixed. Thank you.:redface: | |
| | |
| | #2 (permalink) |
| Senior Member | A) Make it keep repeating until I am out of my spins. B) How to stop at a captcha so I can type it. Code: Loop, 100
{
WinWait, TreasureTrooper.com - Mozilla Firefox,
IfWinNotActive, TreasureTrooper.com - Mozilla Firefox, , WinActivate, TreasureTrooper.com - Mozilla Firefox,
WinWaitActive, TreasureTrooper.com - Mozilla Firefox,
MouseClick, left, 606, 546
Sleep, 16000
MouseClick, left, 807, 558
Sleep, 13000
pixelGetColor, ColorVariable, *x/Y of where captcha pops up
If ColorVariable = *ID of color in hex if there IS a captcha*
PlaySound, 8833***
Pause
Else
sleep, 100
}
That should work I think...Not exactly sure on the code of playing a sound but that is in the AHK help file. Let me know if that is what you needed.
__________________ |
| | |
| | #3 (permalink) | |
| Senior Member Join Date: Feb 2008
Posts: 612
Reputation: 20 ![]() | Quote:
I know what they are but not sure how to find that. Is there a tool I can use?:confused: | |
| | |
| | #6 (permalink) |
| Senior Member Join Date: Feb 2008
Posts: 612
Reputation: 20 ![]() | Okay this is what I got. Code: Loop, 100
{
WinWait, TreasureTrooper.com - Mozilla Firefox,
IfWinNotActive, TreasureTrooper.com - Mozilla Firefox, , WinActivate, TreasureTrooper.com - Mozilla Firefox,
WinWaitActive, TreasureTrooper.com - Mozilla Firefox,
MouseClick, left, 606, 546
Sleep, 16000
MouseClick, left, 807, 558
Sleep, 13000
pixelGetColor, ColorVariable, 738, 284
If ColorVariable = 0x99FFFF
SoundPlay, C:\WINDOWS\Media\ding.wav
Pause
sleep, 100
}
It goes through once and quits. |
| | |
| | #7 (permalink) |
| Senior Member | Try this... Code: Loop, 100
{
WinWait, TreasureTrooper.com - Mozilla Firefox,
IfWinNotActive, TreasureTrooper.com - Mozilla Firefox, , WinActivate, TreasureTrooper.com - Mozilla Firefox,
WinWaitActive, TreasureTrooper.com - Mozilla Firefox,
MouseClick, left, 606, 546
Sleep, 16000
MouseClick, left, 807, 558
Sleep, 13000
pixelGetColor, ColorVariable, 738, 284
If ColorVariable = 0x99FFFF
{
SoundPlay, C:\WINDOWS\Media\ding.wav
Pause
}
sleep, 100
}
#P::Pause
If that does not work let me know.
__________________ |
| | |
| | #9 (permalink) |
| Senior Member | No problem...In case you did not realize, where i made the mistake is with the If command I needed to put in the { } so it would only run them IF the color was there. what was happening before it it would run them regardless, thus pausing the script for no reason. My stupid mistake, but I am glad we figured it out. Good luck on winning!
__________________ |
| | |
![]() |
| Tags |
| moneywheel, netwinner, script |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Netwinner Bot | cheaterdiddy | Tutorials / Releases | 18 | 02-23-2008 08:45 PM |
| NetWinner - Haxable? | iforget | General Discussion of Networks/Survey Sites | 14 | 02-08-2008 07:08 PM |
| NetWinner | Sifka4 | Other / Unlisted Networks | 8 | 12-05-2007 12:31 PM |