Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page More Silent Script Help...



Programming

This is a discussion about More Silent Script Help... within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 04-04-2008, 09:48 PM   #1 (permalink)
Senior Member
 
Join Date: Dec 2007
Posts: 464
Reputation: 6
dcdude313 is an unknown quantity at this point
Send a message via AIM to dcdude313
Default More Silent Script Help...

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>
dcdude313 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-04-2008, 10:21 PM   #2 (permalink)
Senior Member
 
Seatbelt99's Avatar
 
Join Date: Dec 2007
Location: Grand Rapids, MI
Posts: 1,069
Reputation: 68
Seatbelt99 will become famous soon enough
Send a message via AIM to Seatbelt99 Send a message via MSN to Seatbelt99
Default

Quote:
Originally Posted by dcdude313 View Post
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%

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.
__________________
Seatbelt99 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-04-2008, 10:30 PM   #3 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 1,244
Reputation: 29
casper89 is on a distinguished road
Default

You can put it in the same thread =P
casper89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-04-2008, 11:00 PM   #4 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 161
Reputation: 8
Titan5 is an unknown quantity at this point
Default

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
__________________
Get Two (2) FREE Video Games - Sign up by clicking below!
Titan5 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-04-2008, 11:12 PM   #5 (permalink)
Member
 
RCcola310's Avatar
 
Join Date: Feb 2008
Posts: 39
Reputation: 12
RCcola310 is on a distinguished road
Default

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:
RCcola310 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-04-2008, 11:23 PM   #6 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 1,244
Reputation: 29
casper89 is on a distinguished road
Default

Code:
Loop, read, C:\Documents and Settings\Brian\Desktop\Bots\dic-0294.txt
You need to make it

Filereadline, Read, C:\Documents and Settings\Brian\Desktop\Bots\dic-0294.txt, (Line Number)
Loop %Read%
casper89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-05-2008, 10:41 AM   #7 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 161
Reputation: 8
Titan5 is an unknown quantity at this point
Default

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%
}
}
__________________
Get Two (2) FREE Video Games - Sign up by clicking below!
Titan5 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
script, silent


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
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


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