latoonne Posted June 14, 2006 Posted June 14, 2006 Message Waiting with clock font. ~ #NoTrayIcon Dim $Array[12],$Count $Array[0] = "·" $Array[1] = "¸" $Array[2] = "¹" $Array[3] = "º" $Array[4] = "»" $Array[5] = "¼" $Array[6] = "½" $Array[7] = "¾" $Array[8] = "¿" $Array[9] = "À" $Array[10] = "Á" $Array[11] = "Â" SplashTextOn ("Please Wait."," ", 100,50,0,0,0,"Wingdings", "40") $i=0 While 1 ControlSetText("Please Wait.", "","Static1" ,$Array[$i]) $i=$i+1 if $i = 12 Then $i=0 sleep(250) Wend
Valuater Posted June 14, 2006 Posted June 14, 2006 Cute... Use code or autoit boxes [ code] ; no space ; paste code [ /code] ; no space 8)
JoshDB Posted June 14, 2006 Posted June 14, 2006 Wow... That's awesome ( : Ha, I haven't been on these forums since... 2006, almost. Behold, my legacy signature:My AutoIt idol is Valuater. You know you love him, too.My Stuff: D&D AGoT Tools Suite
RazerM Posted June 14, 2006 Posted June 14, 2006 Really cool! I would have never thought of that. 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.
Simucal Posted June 14, 2006 Posted June 14, 2006 lol, that is awesome. AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Don N Posted June 14, 2006 Posted June 14, 2006 nice work, thats really cool _____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper
AutoItKing Posted June 14, 2006 Posted June 14, 2006 Cute http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
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