XInFisk Posted July 22, 2006 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
/dev/null Posted July 22, 2006 Posted July 22, 2006 XInFisk said: 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 *
XInFisk Posted July 22, 2006 Author 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
/dev/null Posted July 22, 2006 Posted July 22, 2006 XInFisk said: 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 *
w0uter Posted July 22, 2006 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
Paulie Posted July 22, 2006 Posted July 22, 2006 (edited) /dev/null said: 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
XInFisk Posted July 23, 2006 Author Posted July 23, 2006 Thank you paulie.. but it dosnt work in games? i use the beta version of autoit..
/dev/null Posted July 23, 2006 Posted July 23, 2006 Paulie said: 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 *
Moderators SmOke_N Posted July 23, 2006 Moderators Posted July 23, 2006 /dev/null said: 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.
ivan Posted July 23, 2006 Posted July 23, 2006 NAUGHTY Think out of the boxGrabber: Yet another WinInfo tool_CSVLib (still alpha)Dynamic html in au3
Bert Posted July 23, 2006 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/
XInFisk Posted July 23, 2006 Author Posted July 23, 2006 vollyman said: 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
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