Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page [AHK] Using control and related functions



Programming

This is a discussion about [AHK] Using control and related functions within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2008, 08:19 PM   #1 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default [AHK] Using control and related functions

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
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-03-2008, 07:33 AM   #2 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default

bump
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-10-2008, 05:19 PM   #3 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default

this program really has no use now, but I would still like to know

bump-age
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-10-2008, 09:06 PM   #4 (permalink)
I said "NOT FUCKING SCAF"
 
sc4fpse's Avatar
 
Join Date: Dec 2007
Location: Somewhere in Michigan.
Posts: 1,514
Reputation: 71
sc4fpse will become famous soon enough
Default

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
sc4fpse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-10-2008, 09:17 PM   #5 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default

which version? I tried decompiling it with no pass and it didn't work. are you sure those are written in ahk?
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-12-2008, 05:34 PM   #6 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default

bump, help anyone?
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-14-2008, 03:54 PM   #7 (permalink)
Senior Member
 
ahage16's Avatar
 
Join Date: Dec 2007
Posts: 780
Reputation: 52
ahage16 will become famous soon enough
Default

never again shall someone who knows ahk complain about leechers!
ahage16 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
ahk, control, functions, related


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.