Jump to content

Lil-Kid locker outer


Mr.Llama
 Share

Recommended Posts

Seeing as your only new, and people don't yet trust you (no offense), I suggest you post your code or an attachment to your code instead of an exe which you can't decompile which could possibly contain anything especially something other that an AutoIt script...

Edited by Burrup

qq

Link to comment
Share on other sites

i don't post much, but i read the topics a lot. i wouldn't call mysel 'new' but i'll post the code anyway

#NoTrayIcon
#include<GUIConstants.au3>
GUIcreate("Locker-Outer", @DesktopWidth, @DesktopHeight)
GUICtrlCreateLabel("Press Ctrl-Alt-Del to unlock", 0, 0)
GuiSetState(@SW_SHOW)

While 1
BlockInput(1)
$msg = GUIGetMsg()

If WinExists("Windows Task Manager") Then
BlockInput(0)
Winkill("Windows Task Manager")
Exit 0 
EndIf   
    If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend
it's very simple, but good enuff to keep my brother from screwing w/ my computer

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...