![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member | ok so i got the last thing working now i need a little help, well the last thing was just going to cheatingnetwork.net, now i want it to click on the chatbox and enter in something, it goees to Cn but doesnt do anything else, heres my script. whats the prob. im prolly doign completely wrong but im learning. WinGet, WinID, ID, Google - Windows Internet Explorer ControlSetText, edit1, www.cheatingnetwork.net, ahk_ID %WinID% ControlSend, edit1, {enter}, ahk_ID %winID% SetControlDelay, 1000 SetTitlematchmode, 1 ControlClick, x117 y436, ahk_ID Cheating Network - Windows Internet Explorer WinGet, WinID, ID, Cheating Network - Windows Internet Explorer ControlSetText, edit2, Hi, ahk_ID %WinID% ControlSend, edit2, {enter}, ahk_ID %winID%
__________________ http://www.flashipods4free.com/goods/144132.png <a href="http://juice.altiris.com/aff/16162/1"> <img border="0" alt="Altiris Juice" title="Altiris Juice" src="http://juice.altiris.com/images/80x15.jpg"/></a> |
| | |
| | #2 (permalink) | |
| Senior Member | Quote:
Couple thins. You don't have to do the WinGet a second time. As long as you are using the same IE window you just keep the same WinID. If you want to use SetTitleMatchMode, 1 you don't have to type it, that is default. Is the chat box actually edit2? I don't know, but I did not think it was.
__________________ | |
| | |
| | #4 (permalink) |
| Senior Member Join Date: Feb 2008
Posts: 161
Reputation: 8 ![]() | also having a little trouble with making silent heres my code so far... Run, firefox.exe Sleep, 15000 WinGet, WinID, ID, Mozilla Firefox Start Page - Mozilla Firefox Loop, read, C:\Documents and Settings\Brian\Desktop\Bots\dic-0294.txt { Loop, parse, A_LoopReadLine, %A_Tab% { ControlClick, X1195 Y63, ahk_ID %WInID% ControlSend, {BACKSPACE 16}%A_LoopField%{ENTER}, ahk_ID %WinID% Random, VarTime, 420, 570 VarTimeH = %VarTime%000 Sleep, %VarTimeH% } } opens firefox then nothing |
| | |
| | #5 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | I'm not sure how to fix that script, but I do know that it is EXTREMELY difficult to make a silent Firefox script. Just try switching it for IE if you can.
__________________ I really recommend ThisSiteIsForReal. Its the best gpt site I've found and credits free offers instantly! If you haven't signed up yet------> http://www.thissiteisforreal.com/start.php?rid=350769 Thanks. :banana: |
| | |
| | #7 (permalink) |
| Senior Member Join Date: Feb 2008
Posts: 161
Reputation: 8 ![]() | ok it looks like this now, but still stops after getting the id... Run, firefox.exe Sleep, 15000 WinGet, active_id, ID, A WinMaximize, ahk_id %active_id% FileReadLine, Read, %A_WorkingDir%dic-0294.txt, %A_Index% { Loop %Read%, A_LoopReadLine, %A_Tab% { ControlClick, X1195 Y63, ahk_ID %WInID% ControlSend, {BACKSPACE 16}%A_LoopField%{ENTER}, ahk_ID %WinID% Random, VarTime, 420, 570 VarTimeH = %VarTime%000 Sleep, %VarTimeH% } } |
| | |
![]() |
| Tags |
| script, silent |
| 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 |
| Silent Script Help Please | dcdude313 | Programming | 4 | 04-04-2008 07:08 PM |
| My first AHK Script | marshman998 | Programming | 6 | 03-10-2008 02:17 PM |
| AHK Help- Simple script i need | ronaldo | Programming | 9 | 03-09-2008 10:36 AM |
| Sony RLS Script | snowboardbum | Other / Unlisted Networks | 7 | 01-16-2008 12:10 AM |
| help with new script | coltsfan1 | Club Live | 0 | 12-08-2007 11:43 PM |