Nbanonimous Posted December 20, 2007 Author Posted December 20, 2007 whats taht do Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
John117 Posted December 20, 2007 Posted December 20, 2007 It's not even that original of a way to mess with someone on a PC. It's about as original as taking a dump in the toilet tank so when someone flushes it comes out in the bowl.I have never heard of that! Thats great!
John117 Posted December 20, 2007 Posted December 20, 2007 Thats horrible! -I was thinking if girls use it then just clear wrap the toilet.
Nbanonimous Posted December 20, 2007 Author Posted December 20, 2007 if u think im lame them wuts a nice prog prank Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
SpookMeister Posted December 20, 2007 Posted December 20, 2007 Randomly lock the workstation.. Randomly make the mouse shake for a few seconds... Periodically open IE and direct it to some gay porn site... Every 30 minutes have it open notepad and type out a suicide note from the computer, then have the system shut down. [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
Developers Jos Posted December 20, 2007 Developers Posted December 20, 2007 (edited) if u think im lamethem wuts a nice prog prank(Sigh... here we go again...)You better behave and write normal replies because all I have seen so far doesn't look very promissing ...... Edited December 22, 2007 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
John117 Posted December 21, 2007 Posted December 21, 2007 Try mine. It's kinda original . . . http://www.autoitscript.com/forum/index.php?showtopic=51262
gruntydatsun Posted December 21, 2007 Posted December 21, 2007 This seems pretty harmless so try ejecting the first cd drive at random intervals. $CDDrive = DriveGetDrive( "cdrom" ) While 1 $Infuriation_Interval = Random(5000,50000) CDTray($CDDrive[1], "open") Sleep ($Infuriation_Interval) WEnd
Nbanonimous Posted December 21, 2007 Author Posted December 21, 2007 how do u make it open then close as a loop can u add that to the script Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
Nahuel Posted December 21, 2007 Posted December 21, 2007 Dude, just look in the help file. While 1 ;do something Wend
John117 Posted December 21, 2007 Posted December 21, 2007 (edited) you could flash pictures for a faction of a second. use a transparent gui. 'did I just see . . .' ever seen fight club? Edit Below: Something like this - #include <GuiConstants.au3> HotKeySet("{ESC}", "_ParentWin_Special_Close") ; ============================================================================ ; GUI Definition ; ============================================================================ ; GUI Global $ParentWin = GUICreate('', 68, 71, Default, Default, $WS_POPUP, $WS_EX_LAYERED) GUICtrlCreatePic(@SystemDir & "\oobe\images\merlin.gif", 0, 0, 0, 0) GUICtrlSetState(-1, $GUI_DISABLE) GUISetState(@SW_SHOW, $ParentWin) ; ============================================================================ ; Main Loop ; ============================================================================ While 1 WinMove($ParentWin, '', Random(1, @desktopWidth-68), Random(1, @desktopHeight-71)) GUISetState(@SW_SHOW, $ParentWin) Sleep(10) GUISetState(@SW_HIDE, $ParentWin) Sleep(Random(5000,50000)) WEnd ; ============================================================================ ; Functions ; ============================================================================ Func _ParentWin_Special_Close() Exit EndFunc ;==>_ParentWin_Special_Close Edited December 21, 2007 by Hatcheda
Nbanonimous Posted December 22, 2007 Author Posted December 22, 2007 (edited) wtf was that last post? Final Code: #NoTrayIcon $CDDrive = DriveGetDrive( "cdrom" ) While 1 $Infuriation_Interval = Random(5000,50000) CDTray($CDDrive[1], "open") CDTray($CDDrive[1], "close") Sleep ($Infuriation_Interval) WEnd Edited December 22, 2007 by Nblufire12 Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
John117 Posted December 22, 2007 Posted December 22, 2007 (edited) If you don't get the last post then you've never seen fight club so you don't know what the real picture should be, or you're just an idiot. Or perhaps you're just an idiot. Edited December 22, 2007 by Hatcheda
Nevin Posted December 22, 2007 Posted December 22, 2007 (edited) Haha, eh the sleep is a bit too short. Interesting idea, though. Edited December 22, 2007 by Nevin
John117 Posted December 22, 2007 Posted December 22, 2007 (edited) yeah, I was thinking short like say one image on a film spool. 'did I just see' helps to leave the question. if anything I would increase the random from several minutes to a few hours. Edited December 22, 2007 by Hatcheda
Developers Jos Posted December 22, 2007 Developers Posted December 22, 2007 Just seen the result of this thread in Examples .... *click* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts