Jump to content

Fun Little Prank


flip209
 Share

Recommended Posts

This is a fun little prank program I wrote get my boss (who is always playing a prank on someone). I thought that I would share it with everyone here.

Sorry I attached the Files...

Edited by flip209

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

Please excuse me french but thats one long @ss script

EDIT: Oh and FIIIRST !!!one!111eleven :D

Sry had to do it

Edited by C2C

----------------------------------90% of teens today would die if Myspace,Bebo + FaceBook had a system failure and was completely destroyed. If you are one of the 10% that would be laughing, copy and paste this to your signature.----------------------------------Code to win, 'till you die, 'till the compiler dies from your linesCode to win, take it all, just keep coding till you fallDay by day, codin' all the way, I'm not cavin' inLet another App begin, code to win

Link to comment
Share on other sites

O lol and to stop it is ctrl+alt+end

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

Caution may cause headaches...

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

Not recommended for people with Epilepsy :D

----------------------------------90% of teens today would die if Myspace,Bebo + FaceBook had a system failure and was completely destroyed. If you are one of the 10% that would be laughing, copy and paste this to your signature.----------------------------------Code to win, 'till you die, 'till the compiler dies from your linesCode to win, take it all, just keep coding till you fallDay by day, codin' all the way, I'm not cavin' inLet another App begin, code to win

Link to comment
Share on other sites

I don't know...I did not think it would matter....

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

You should add:

Mouse Options:

-----Mouse Button Switch

-----Mouse Mover

-----Mouse Disabler

Monitor Options:

-----On/Off

-----Color Flash

-----Color Region of Screen

KeyBoard Options:

-----Random Key Typer

-----Vowel Disabler

Internal/Other System Options:

-----Beep Annoyance

-----Image Popper (Pops up an image from the My Pictures directory randomly)

Interface Options:

-----Start Button Mover

Edited by JustinReno
Link to comment
Share on other sites

You should add:

Mouse Options:

-----Mouse Button Switch

-----Mouse Mover

-----Mouse Disabler

Monitor Options:

-----On/Off

-----Color Flash

-----Color Region of Screen

KeyBoard Options:

-----Random Key Typer

-----Vowel Disabler

Internal/Other System Options:

-----Beep Annoyance

-----Image Popper (Pops up an image from the My Pictures directory randomly)

Interface Options:

-----Start Button Mover

Here is the missing vowls wait they where just here?

CODE
#include <Misc.au3>

HotKeySet("{esc}", "_exit")

$dll = DllOpen("user32.dll");Opens User32 dll for _ispressed

_novowl()

Func _novowl()

Do

If _IsPressed("41", $dll) Then _delvowl()

If _IsPressed("45", $dll) Then _delvowl()

If _IsPressed("49", $dll) Then _delvowl()

If _IsPressed("4F", $dll) Then _delvowl()

If _IsPressed("55", $dll) Then _delvowl()

until 1 <> 1

EndFunc

func _delvowl()

send("{BS}")

sleep(100)

EndFunc

func _exit()

DllClose($dll)

Exit

EndFunc

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

Here is the missing vowls wait they where just here?

CODE
#include <Misc.au3>

HotKeySet("{esc}", "_exit")

$dll = DllOpen("user32.dll");Opens User32 dll for _ispressed

_novowl()

Func _novowl()

Do

If _IsPressed("41", $dll) Then _delvowl()

If _IsPressed("45", $dll) Then _delvowl()

If _IsPressed("49", $dll) Then _delvowl()

If _IsPressed("4F", $dll) Then _delvowl()

If _IsPressed("55", $dll) Then _delvowl()

until 1 <> 1

EndFunc

func _delvowl()

send("{BS}")

sleep(100)

EndFunc

func _exit()

DllClose($dll)

Exit

EndFunc

Care to clarify?

Link to comment
Share on other sites

If you type a vowl aeiou it will not be there try it esc to exit

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

I was bored and wrote another prank program:

  • Disables Start Button
  • Hides all Icons
  • Closes All Open Windows
  • Self Deletes

Exit Key is ESC

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Link to comment
Share on other sites

That is alway why I did not post the easy enough to figure out though

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

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...