![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member Join Date: Dec 2007
Posts: 780
Reputation: 52 ![]() | I've been trying to use control and control click Code: #z::
InputBox, mindelay, Delay, What minimum delay would you like to use? , , , , , , , ,8000
InputBox, maxdelay, Delay, What maximum delay would you like to use? , , , , , , , ,8000
Gui, Add, DropDownList, vGame, Chicktionary|Clink|Crosswire|Dingbats|EnLIVEnment|Flexicon|Matt Lauer|Seekadoo|Spelling Bee|Star Shuffle|World Slugger|Random
Gui, Add, Button, default, OK
gui, show
return
ButtonOK:
gui, submit
loop, read, cookies.txt
{
run, bugcaptcha2.exe
sleep, 750
send, {tab}
CLipboard = %A_LoopReadLine%
send, ^v
send, {tab 5}
send, {enter}
send, {tab 3}
If game = Random
{
Random, gamesel, 1, 11
send, {down %gamesel%}
}
Else
{
control, Showdropdown, , WindowsForms10.COMBOBOX.app.0.378734a1
control, choosestring, %game%, WindowsForms10.COMBOBOX.app.0.378734a1
}
controlclick, X20 Y160
controlclick, X20 Y175
send, {tab}
Random, delay, %mindelay%, %maxdelay%
send, %delay%
}
loop
{
sleep, 1500
IfWinNotExist, THE BUG v0.85 alpha + captcha v2
exitapp
WinActivateBottom, THE BUG v0.85 alpha + captcha v2
send, {tab}
send, {enter}
send, {tab 2}
send {enter}
}
#p:: Pause
It acts as though that code is not even in the program. inplace of controlclick, I also tried control, uncheck, . . . but that didn't work either. I've also tries it by specifying the window with wintitle, but this is meant to be done on the active window so I figured it didn't matter |
| | |
| | #4 (permalink) |
| I said "NOT FUCKING SCAF" Join Date: Dec 2007 Location: Somewhere in Michigan.
Posts: 1,514
Reputation: 71 ![]() | Decompile TheHob. I *think* what you're looking for will be in there. TheHob is an unprotected AHK. ![]()
__________________ <itami> I'm not showing nudes vdChild <itami> Er...was supposed to be a PM |
| | |
![]() |
| Tags |
| ahk, control, functions, related |
| 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 |
| Can somebody please help me out (xbox 360 related) | broncs7zags | Gaming | 5 | 02-29-2008 08:59 PM |
| Interesting Computer-Related Site | stlshawgo | Programming | 0 | 02-15-2008 10:32 PM |
| Morning Burst Shine Control Facial Scrub - Free Sample | axman63 | Free Stuff | 3 | 12-23-2007 11:05 PM |