Generator Posted May 28, 2007 Posted May 28, 2007 (edited) Here it is:expandcollapse popup#NoTrayIcon #include<misc.au3> If _Singleton("MSNPlus Bot",1) = 0 Then Msgbox(64,"Warning","MSNPlus bot is already running",3) Exit EndIf Opt("WinTitleMatchMode",2) FileInstall("\Capture.dll",@TempDir,0) ;Change thd dir to yours DirCreate(@ScriptDir&"\Screenshots") Global $i=0 Global $Bool=False Global $FileName = @ScriptDir & "\Screenshots\data\data.dat" $Read=FileReadLine($FileName,1) If $Read="" Then FileClose(FileWrite(FileOpen($FileName,10),$i)) Else $Read=$i EndIf HotKeySet("{F11}","Start") HotKeySet("{ESC}","Quit") ToolTip("MSNPlus prize bot has been activated",Default,Default,"MSNPlus Prizebot",1,1) Sleep(2000) ToolTip("") ToolTip("F11 to Start/Stop, Esc to Exit",Default,Default,"MSNPlus Prizebot",1,1) Sleep(2000) ToolTip("") While 1 Sleep(1000) WEnd Func Start() $Bool=Not $Bool WinWaitActive("Play and Win! - Messenger Plus!","") WinMove("Play and Win! - Messenger Plus!","",0,0) WinActivate("Play and Win! - Messenger Plus!","") WinSetOnTop("Play and Win! - Messenger Plus!","",1) While $Bool=True $i=FileReadLine($FileName,1) $i=$i+1 FileClose(FileWrite(FileOpen($FileName,10),$i)) $RandomX=Random(41,741,1) $RandomY=Random(177,942,1) $RandomS=Random(2500,4000,1) MouseClick("left",$RandomX,$RandomY,1,10) Sleep($RandomS) DllCall(@TempDir&"\Capture.dll", "int", "CaptureRegion", "str", @ScriptDir&"\Screenshots\"&"Screenshot"&$i&".jpg", "int", 41, "int",177 , "int", 685, "int", 700, "int", 85) MouseClick("left",603,286,1,10) Sleep($RandomS) WEnd EndFunc Func Quit() ToolTip("Exiting",Default,Default,"MSNPlus Prizebot",1,1) WinSetOnTop("Play and Win! - Messenger Plus!","",0) Sleep(500) ToolTip("") Exit EndFuncSome notes: - You have to change your screen resolution to 1280x1024 for it to work properly- Press F11 to Start/Stop- Press Esc to quit- After you started, just open the prize window and it will start itself- Only works on English version of MSN *Change the title to match your language- download the capture.dll and put in your desire folderWell good luck and hope you enjoy it, i use this overnight to bot. PS: I didn't know where to put this since this is not something that requires skill, but yet i can only put it here.Update: Added Screenshot to see if you actually won and missed it, since nobody has won so far so i need something to confirm this. Credits: The LazyCat for screen capture.dll - TKM and SmOke_N for file write which a noob area for me.Screen Capture dll: Edited June 6, 2007 by Generator
Sn0opy Posted May 28, 2007 Posted May 28, 2007 make it more dynamic for users with 1024x768, because a lot of users with 17" can't use 1280x1024
RazerM Posted May 28, 2007 Posted May 28, 2007 Your cheating to win a prize, that's not fair. It says in rules only human guesses are allowed. Every winner is checked to see what pixels they clicked anyway and time delay between clicking. My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Generator Posted May 28, 2007 Author Posted May 28, 2007 make it more dynamic for users with 1024x768, because a lot of users with 17" can't use 1280x10241024X768 doesn't show the whole window, make it difficult to bot.
James Posted May 28, 2007 Posted May 28, 2007 Make it scroll down then. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
J0ker Posted May 29, 2007 Posted May 29, 2007 (edited) If it find something, does it will click the "X" or do something else? Because if it click the "X", you will lose your prize. Edited May 29, 2007 by J0ker
Gif Posted May 30, 2007 Posted May 30, 2007 (edited) - You have to change your screen resolution to 1280x1024 for it to work properlyUse @desktopWidth and @desktopheightJust saw : 1024X768 doesn't show the whole window, make it difficult to bot. Edited May 30, 2007 by c4nm7
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