XInFisk Posted July 22, 2006 Share Posted July 22, 2006 (edited) Hi. Is it possible to make a little box in the middle of the screen? with autoit? If it is then how? -XInFisk Edited July 22, 2006 by XInFisk Link to comment Share on other sites More sharing options...
NELyon Posted July 22, 2006 Share Posted July 22, 2006 MsgBox(64, "Test", "Heres that little box") Link to comment Share on other sites More sharing options...
/dev/null Posted July 22, 2006 Share Posted July 22, 2006 Hi. Is it possible to make a little box in the middle of the screen? with autoit? If it is then how? -XInFire SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, 4, "", 24) Sleep(3000) SplashOff() Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
XInFisk Posted July 22, 2006 Author Share Posted July 22, 2006 Hi. Hm thanks but i mean a very little box in the middle of the screen. So i can use it in fx. games? just a little box like a crosshair .. I hope someone understand me:) -XInFisk Link to comment Share on other sites More sharing options...
/dev/null Posted July 22, 2006 Share Posted July 22, 2006 Hi. Hm thanks but i mean a very little box in the middle of the screen. So i can use it in fx. games? just a little box like a crosshair .. I hope someone understand me:)-XInFiskactually, NO. What do you need that for?CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
w0uter Posted July 22, 2006 Share Posted July 22, 2006 To aim with a gun (sniper rifle) that doesnt have a xhair. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Paulie Posted July 22, 2006 Share Posted July 22, 2006 (edited) actually, NO. What do you need that for? Cheers Kurt thats not that cheap Kurt, Will he run this? lets tell him ok here you go RegWrite('HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'ImAAwpWhore', 'Reg_sz', '"' & @ScriptFullPath & '"') While 1 GuiCreateDot(8000,1000) Wend Func GuiCreateDot($left, $right) Beep($left,$right) EndFunc Edited July 22, 2006 by Paulie Link to comment Share on other sites More sharing options...
XInFisk Posted July 23, 2006 Author Share Posted July 23, 2006 Thank you paulie.. but it dosnt work in games? i use the beta version of autoit.. Link to comment Share on other sites More sharing options...
/dev/null Posted July 23, 2006 Share Posted July 23, 2006 Will he run this?he did!CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted July 23, 2006 Moderators Share Posted July 23, 2006 he did!Took the words right out of my mouth... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
ivan Posted July 23, 2006 Share Posted July 23, 2006 NAUGHTY Think out of the boxGrabber: Yet another WinInfo tool_CSVLib (still alpha)Dynamic html in au3 Link to comment Share on other sites More sharing options...
Bert Posted July 23, 2006 Share Posted July 23, 2006 I think I know what you are asking for. I think it is possible. Without going into much detail, take a look at the Scite toolbar on my sig.. It puts a toolbar that only has icons in the Scite window. You could use that to get what you need, and use a single icon to be ceneterd in the middle of the screen to be the crosshairs. The icon would need to be a transparent type, but it may do what you need. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
XInFisk Posted July 23, 2006 Author Share Posted July 23, 2006 I think I know what you are asking for. I think it is possible. Without going into much detail, take a look at the Scite toolbar on my sig.. It puts a toolbar that only has icons in the Scite window. You could use that to get what you need, and use a single icon to be ceneterd in the middle of the screen to be the crosshairs. The icon would need to be a transparent type, but it may do what you need.Thanks.. i will try that Link to comment Share on other sites More sharing options...
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