Jump to content

-AFK.safe1.0- another desktop locker!


NicoTn
 Share

Recommended Posts

Hello guyz,

i wanted to try making a desktop locker for ages xD but never had the time for it! but its holiday and i was bored so i made this :(

attached source to post! but the source wont work on your pc unless u modify it! cuz i did alot of editing udf's so it prob wont work!

just get the .rar :( >_< if you guys could gimme some feedback or comments ill appreciate it! :D

,Nickz

PS: first program in a while!

AFKsafe v1.0 BETA.rar

AFKsafe.au3

while 1
     If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe")
wend
[size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Link to comment
Share on other sites

Very nice I remember making one of these before but now I just do something like this...

$User32 = DllOpen("User32.dll")

While _Idle()
    _User32_LockWorkStation()
    ExitLoop
Wend

Func _Idle()
     ;...
EndFunc

Func _User32_LockWorkStation()
    local $vRetVal = DllCall($User32,"int","LockWorkStation")
    return $vRetVal[0]
EndFunc
Link to comment
Share on other sites

thnx :(, well i got bored of ramming WINKEY+L so i made that >_< boredom can result in great ideas :(

while 1
     If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe")
wend
[size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
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...