![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Moderator | fix it IniWrite, lol, file.ini, Section1, keylol IniRead, currentvalue, file.ini, Section1, keycurrent, 0 IniRead, firstname, file.ini, Section1, keyfirstname, lasdfasdf IniRead, lastname, file.ini, Section1, keylastname, asdfasdf Return Numpad6:: MsgBox move your mouse over the ente your promo code box then hit enter. Mousegetpos, enter1x, enter1y MsgBox move your mouse over the terms of condition check off box then hit enter. Mousegetpos, terms1x, terms1y MsgBox move your mouse over the submit button then hit enter. Mousegetpos, submit1x, submit1y Sleep 3000 Sendinput {f5} loop { Sleep 3000 Click %enter1x%, %enter1y% sleep 8000 Sendinput {tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab} {tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab} {tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab}{tab} sleep 400 currentvalue ++ FileReadLine, currentemail, emaillist.txt, %currentvalue% SendInput %currentemail% IniWrite, %currentvalue%, file.ini, Section1, keycurrent sleep 1000 Sendinput {tab} sleep 1000 Sendinput password{tab} Sleep 1000 Sendinput password Sleep 1000 Click %terms1x%, %terms1y% sleep 100 Click %submit1x%, %submit1y% } |
| | |
| | #4 (permalink) |
| Member | I'm 99.99% positive it's a technical limitation within AHK, buuut.... Any way to have an AHK script simulate a mouse click within a window on, say, a flash file, without the window becoming active? ![]() Like I said, all that I've seen suggests it's absolutely impossible with AHK... edit: Also, I've noticed that when using just the plain old Send command and sending multiple {tab} keystrokes, if you send multiple tabs, many of them are not ever sent. Any idea why, or, better yet, any idea on how to ensure that the correct number of tabs are sent?
__________________ "Seriously, is 1994 the year of the idiot or something?" |
| | |
| | #6 (permalink) | |||
| banned | Quote:
Quote:
ahk might be the problem but have you tried sendmessage? that seems to be a little stronger. Quote:
i suggest checking out httpquery if you want to make a solid bot. it's a lot faster and also silent. Edit: btw... {Tab}{Tab} and {Tab 2} are the same
__________________ ![]() | |||
| | |
| | #8 (permalink) | |
| Member | Quote:
Speaking of which, one more question... lbbrowse3 -- when creating a browser in an AHK GUI, is there a way to allow tab commands to go from one input box to another on an actual website in the AHK GUI? As it is for me now, if I select anything, type something, then hit tab, the whole browser display is deselected. Kinda makes filling in forms a pain in the ass in an AHK Browser. ![]()
__________________ "Seriously, is 1994 the year of the idiot or something?" | |
| | |
![]() |
| Tags |
| ahk, questions |
| 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 |
| Questions | Jason | Chit Chat | 50 | 10-04-2008 01:42 AM |
| Questions about New bot.... | bertster | Club Bing! | 15 | 06-26-2008 04:16 PM |
| New guy questions | xOAT | Club Bing! | 10 | 05-13-2008 09:16 PM |
| New bot? and questions | cheatingbomb_123 | Club Bing! | 7 | 04-11-2008 07:22 PM |
| Few questions | User Name | Club Bing! | 2 | 12-14-2007 12:02 AM |