Valuater Posted February 23, 2006 Author Share Posted February 23, 2006 WIN+TAB... your dust besides you dont register intruders see my new version FEB 23, 2006 Ver 1.0.2 8) Link to comment Share on other sites More sharing options...
VoSs2o0o Posted February 23, 2006 Share Posted February 23, 2006 I have the solution to break your script: Win+e, and you have the Explorer press the Win-Key twice, then you have the control over the Mouse. create a Shortcut for "taskmgr" and maximized Kill the Process..... AutoItMacroGenerator on my Homepage (Link 2) Link to comment Share on other sites More sharing options...
Valuater Posted February 23, 2006 Author Share Posted February 23, 2006 (edited) had to work pretty hard huh??? you are right!! so... how do you think we could cover that part?? 8) Edited February 24, 2006 by Valuater Link to comment Share on other sites More sharing options...
VoSs2o0o Posted February 24, 2006 Share Posted February 24, 2006 so my script works now..... V 0.3 -*fixed* prevent Win+Tab -*added* new routine to find the Task Manager -*added* find the Sysinternals Process Explorer also Opt("WinTitleMatchMode",4) Global $hdlTaskmgr HotKeySet("^!{F9}", "unlock") Func unlock() WinSetState ( $hdlTaskmgr, "", @SW_RESTORE) WinClose($hdlTaskmgr) WinSetState ( "classname=Progman", "",@SW_ENABLE) WinSetState ( "classname=Shell_TrayWnd", "", @SW_SHOW) WinMinimizeAllUndo ( ) Send("{ALTUP}") Send("{CTRLUP}") exit endfunc Func WinKey() endfunc run("Taskmgr.exe /t") WinWait("regexp=(?i)([Task][Manager])|([Process][Explorer])") $hdlTaskmgr = WinGetHandle ("last") WinSetState ( $hdlTaskmgr, "", @SW_HIDE ) WinSetState ( "classname=Progman", "",@SW_DISABLE) WinSetState ( "classname=Shell_TrayWnd", "", @SW_HIDE) WinMinimizeAll ( ) While 1 Send("{ALTUP}") Send("{CTRLUP}") Send("{CTRLDOWN}") Send("{ALTDOWN}") sleep(100) Wend There are two ways to prevent Win+xyz Hotkeys: -Write a Hook (impossible in AutoIt, because you cannot define a Callback) -my Autoit solution: leave the modifiers pressed, there exist only ALT+CTRL+DEL that works but I think about to lock the "Windows Security" Window to prevent a logoff...... (you must switch the current desktop for that) AutoItMacroGenerator on my Homepage (Link 2) Link to comment Share on other sites More sharing options...
Valuater Posted February 24, 2006 Author Share Posted February 24, 2006 I have the solution to break your script:Win+e, and you have the Explorerpress the Win-Key twice, then you have the control over the Mouse.create a Shortcut for "taskmgr" and maximizedKill the Process.....Fixed ver 1.0.38) Link to comment Share on other sites More sharing options...
Somniis Posted March 6, 2006 Share Posted March 6, 2006 Hmm.. when I attempt to run this, I get an error: Line 65 in misc.au3 Local $p = DllStructCreate ($struct) Unknown function name. Any ideas how to fix this? Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted March 6, 2006 Moderators Share Posted March 6, 2006 Hmm.. when I attempt to run this, I get an error:Line 65 in misc.au3Local $p = DllStructCreate ($struct)Unknown function name.Any ideas how to fix this?Your not using beta... Alt+F5 in SciTe to run it. 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...
Valuater Posted March 6, 2006 Author Share Posted March 6, 2006 (edited) You need beta to run it 8) SmOke_N... SmOked me...lol Edited March 6, 2006 by Valuater Link to comment Share on other sites More sharing options...
Somniis Posted March 6, 2006 Share Posted March 6, 2006 I don't use SciTe. Anyhow, I ran it manually from the start-menu (AutoIT->Run-script(beta) and it worked, but messed up. Now the task bar is only showing, and the desktop is locked. F9 does not unlock it. Hehehe, restarting comp, brb. Link to comment Share on other sites More sharing options...
Valuater Posted March 6, 2006 Author Share Posted March 6, 2006 I don't use SciTe. Anyhow, I ran it manually from the start-menu (AutoIT->Run-script(beta) and it worked, but messed up. Now the task bar is only showing, and the desktop is locked. F9 does not unlock it. Hehehe, restarting comp, brb.it was built on Windows Xp ( works on mine )8) Link to comment Share on other sites More sharing options...
Somniis Posted March 6, 2006 Share Posted March 6, 2006 (edited) it was built on Windows Xp ( works on mine )8)I'm on XP as well. Going to try it again.Edit: I don't know if you know this, but if no password is entered at the beginning of the script, it messes up and doesn't lock anything. The desktop disappears and only the taskbar is shown.(Yes, it worked when I entered a password at the start.) Edited March 6, 2006 by Somniis Link to comment Share on other sites More sharing options...
Valuater Posted March 6, 2006 Author Share Posted March 6, 2006 I'm on XP as well. Going to try it again.Edit: I don't know if you know this, but if no password is entered at the beginning of the script, it messes up and doesn't lock anything. The desktop disappears and only the taskbar is shown.(Yes, it worked when I entered a password at the start.)FIXEDver 1.0.4March 06, 20068) Link to comment Share on other sites More sharing options...
Mosquitos Posted April 3, 2006 Share Posted April 3, 2006 Is it possible if i use this script on my pc at work to send the dat file to my emailadres when the filesize is more then 50kb? Sapiente vince, rex, noli vincere ferro! Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted April 3, 2006 Moderators Share Posted April 3, 2006 Is it possible if i use this script on my pc at work to send the dat file to my emailadres when the filesize is more then 50kb?Making your own script to monitor the size of the file If FileGetSize($FileDat) / 1024 >= 50 ThenYou could use Jdebs smtp mail script: http://www.autoitscript.com/forum/index.php?showtopic=23860 Those 2 combined should be an easy enough task? 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...
RazerM Posted April 3, 2006 Share Posted April 3, 2006 this is very good i like it! 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. Link to comment Share on other sites More sharing options...
Valuater Posted April 4, 2006 Author Share Posted April 4, 2006 (edited) this is very good i like it!thanks( and thanks for the support SmOke )8) Edited April 4, 2006 by Valuater Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted April 4, 2006 Moderators Share Posted April 4, 2006 (edited) thanks( and thanks for the support SmOke )8)No worries... Edit:Edited my edit Edited April 4, 2006 by SmOke_N 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...
Mosquitos Posted April 4, 2006 Share Posted April 4, 2006 Making your own script to monitor the size of the file If FileGetSize($FileDat) / 1024 >= 50 ThenYou could use Jdebs smtp mail script: http://www.autoitscript.com/forum/index.php?showtopic=23860 Those 2 combined should be an easy enough task? Thanks Sapiente vince, rex, noli vincere ferro! Link to comment Share on other sites More sharing options...
Mosquitos Posted April 5, 2006 Share Posted April 5, 2006 (edited) Another question... I don't find anything in the helpfile to hide the datfile. Is it possible to use _FileWriteLog to a hidden file? Sorry for the stupid question :"> FileSetAttrib(@ScriptDir & "\VAULT.Dat", "+H") Oeps sorry... :"> Edited April 5, 2006 by Mosquitos Sapiente vince, rex, noli vincere ferro! Link to comment Share on other sites More sharing options...
Valuater Posted April 5, 2006 Author Share Posted April 5, 2006 Another question...I don't find anything in the helpfile to hide the datfile.Is it possible to use _FileWriteLog to a hidden file?Sorry for the stupid question :"> FileSetAttrib("Vaulter.Dat", "+H")did you try that???8) 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