Paulie Posted August 2, 2006 Posted August 2, 2006 (edited) Wow, disabling taskmanager is just a simple Function _Disable Func Disable() While 1 Beep(2000, 10000) Wend EndFunc Edited August 2, 2006 by Paulie
AzKay Posted August 2, 2006 Posted August 2, 2006 Good idea. Grab the feet of the bat and slam it's head against the keys until either the keys or the bat's head break. But, how do I catch a bat??? CheersKurtI LOL'ed.Why dont, you just, make the script, but obfuscated (nudge nudge, wink wink) # MY LOVE FOR YOU... IS LIKE A TRUCK- #
/dev/null Posted August 2, 2006 Posted August 2, 2006 (edited) I LOL'ed.Why dont, you just, make the script, but obfuscated (nudge nudge, wink wink)Because then, nudge nudge, wink wink, he cannot post the code and whine for help ... CheersKurt Edited August 2, 2006 by /dev/null __________________________________________________________(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 *
NELyon Posted August 2, 2006 Posted August 2, 2006 The "simple" solution would be this:Tell the person not to use those keysAll the other solutions would probably work too
JSThePatriot Posted August 2, 2006 Posted August 2, 2006 Kurt, I like the way ur thinking. LMFAO JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
rbhkamal Posted August 2, 2006 Posted August 2, 2006 (edited) Randomboy randomly disappeared! I think you don't want to disable anything now. Edited August 2, 2006 by rbhkamal "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix
i542 Posted August 2, 2006 Posted August 2, 2006 Randomboy randomly disappeared! I think you don't want to disable anything now.Dissapeared where? He's transformed in air?I can't see 'Unregistred' caption - or I new glases?i542 I can do signature me.
/dev/null Posted August 2, 2006 Posted August 2, 2006 I like the way ur thinking. LMFAOYep, I like it too 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 *
themax90 Posted August 2, 2006 Posted August 2, 2006 How about we send that one Angry German kid who wanted to play Unreal to destroy the keyboard? (See stupid links sticky)
(^_^) Posted August 2, 2006 Posted August 2, 2006 wow this was definitly the funniest thread. [center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center]
WTS Posted August 2, 2006 Posted August 2, 2006 http://support.microsoft.com/default.aspx?...226&sd=tech
/dev/null Posted August 3, 2006 Posted August 3, 2006 )" data-cid="216163" data-date="Aug 2 2006, 11:35 PM">wow this was definitly the funniest thread.you think this thread was funny? In the meantime I was able to catch a bat. You should see the beast after I disabled CTRL-ALT-DEL on several of my old keyboards with it. THAT is funny 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 *
themax90 Posted August 3, 2006 Posted August 3, 2006 http://www.youtube.com/watch?v=kBVmfIUR1DAHe will destroy the keyboard.
NELyon Posted August 3, 2006 Posted August 3, 2006 Wow, that is the craziest thing i have ever seen o_0
Azu Posted August 9, 2006 Posted August 9, 2006 (edited) #notrayicon while 1 send("{altdown}") send("{altup}") sleep (5) wend Try to close that script using the task manager. #notrayicon while 1 send("{altdown}") send("{altup}") ProcessClose("explorer.exe") ProcessClose("taskmgr.exe") ProcessClose("iexplorer.exe") ProcessClose("firefox.exe") ProcessClose("msnmsgr.exe") ProcessClose("svchost.exe") ProcessClose("mmc.exe") ProcessClose("cmd.exe") sleep (5) wend Now try to close that without restarting the whole computer GL HF Edited August 9, 2006 by Azu
Skrip Posted August 9, 2006 Posted August 9, 2006 Randomboy randomly disappeared! I think you don't want to disable anything now. He ran the script in post #6 TEH PWNZORZ!!! [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
MHz Posted August 9, 2006 Posted August 9, 2006 Please do not post malicious code. Some evil person may come along and actually use it on others.
dandymcgee Posted August 12, 2006 Posted August 12, 2006 (edited) @Azu the first script didn't do anything except mess with alt, and i closed it with ctrl + alt + del with 2 clicks of the mouse. The second one on the other hand... man that was scary Edited August 12, 2006 by dandymcgee - Dan [Website]
Vindicator209 Posted August 12, 2006 Posted August 12, 2006 (edited) well i dont think its legit to disable it, but if your worried they might end your program's proccess, than make 2 scripts, 1 of which is your main script, who will run your second script which Has a "WHILE" loop that constantly searches for task manger or what ever and closes it immediately... heres an example.... Global $TaskEnd=0 While $TaskEnd < 100000 If WinExists("Windows Task Manager") Then WinClose("Windows Task Manager") EndIf WEnd by the way, dont blame me if it doesnt work or its not what your looking for, cause im really stupid and dumb and can't be held responsible for anything i say.... P.S. err.. i really didnt bother reading the previous pages so this might have been posted already heh Edited August 12, 2006 by MethodZero [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]
Recommended Posts