GB47 Posted August 23, 2013 Posted August 23, 2013 (edited) hi every body i'm trying to make a bot and i wanna run cmd command in the bot like .cmd dir but i don't now how i do and this is for process list func processlist() $list = ProcessList() for $i = 1 to $list[0][0] sleep(10) _IRCSendMessage($SKS,$list[$i][0] &" "&$list[$i][1],$channel2) sleep(10) Next End func so plz i need help to make this bot i nedd to make the bot send to IRC channel all Results of the command Edited August 23, 2013 by GB47
JohnOne Posted August 23, 2013 Posted August 23, 2013 You cannot use a native function name as a UDF name. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
abberration Posted August 23, 2013 Posted August 23, 2013 Even though this is not a game bot, it may be a spam bot. We should not help with this. Easy MP3 | Software Installer | Password Manager
kylomas Posted August 23, 2013 Posted August 23, 2013 GB47, Please read the forum rules at the bottom of the page. kylomas Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
GB47 Posted August 24, 2013 Author Posted August 24, 2013 (edited) why !! there is many threads talking about bots and remote control Edited August 24, 2013 by GB47
JohnOne Posted August 24, 2013 Posted August 24, 2013 Many people see word bot and assume the worst, when in a lot of cases it's just a term for automation which is what AutoIt was designed to do. Kylomas is just asking you to read the rules so you can be sure you're not breaking them. Post what code you have, and try to better explain what you are trying. GB47 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
GB47 Posted August 24, 2013 Author Posted August 24, 2013 when i write in cmd line "dir" for example is give me Directory of C:\Users\GB47 08/22/2013 05:09 PM <DIR> . 08/22/2013 05:09 PM <DIR> .. 08/24/2013 01:38 PM <DIR> Desktop 08/22/2013 11:23 AM <DIR> Favorites 08/22/2013 03:24 PM <DIR> My Documents 08/24/2013 01:08 PM 1,373 SciTE.session 08/22/2013 11:37 AM <DIR> Start Menu 1 File(s) 1,373 bytes 6 Dir(s) 89,878,269,952 bytes free i want to the bot send me results to IRC channel sorry for my bad english i hope u understand me
JohnOne Posted August 24, 2013 Posted August 24, 2013 Here are some basic functions you need to study to complete your goal. Learn them individually from their examples in the help file and then try to string them together. Run() StdoutRead() WinActivate() ControlSend() Or Send() You can click on them to see the documentation for each. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Blue_Drache Posted August 24, 2013 Posted August 24, 2013 There are much better ways to make a fileserving bot. Why not use the native scripting language that mIRC comes with? GB47 1 Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
GB47 Posted September 2, 2013 Author Posted September 2, 2013 (edited) There are much better ways to make a fileserving bot. Why not use the native scripting language that mIRC comes with? 4 example ?? Edited September 2, 2013 by GB47
Blue_Drache Posted September 3, 2013 Posted September 3, 2013 http://lmgtfy.com/?q=mIRC+Fileserving+bot Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now