HomecoolMods
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A Pc Mod Team
 
HomeLatest imagesRegisterLog in

 

 Prank Calls

Go down 
5 posters
AuthorMessage
werecool
Admin
Admin
werecool


Number of posts : 236
Registration date : 2009-02-08

Prank Calls Empty
PostSubject: Prank Calls   Prank Calls I_icon_minitimeSat Apr 18, 2009 10:22 pm

Have you ever made a prank call? I do mine with soundboards, here is one of the prank calls, I couldn't record it, I did it with a normal phone, sorry.
[11:37:44 PM] Werecool says: (phone rings)
Woman: Hello?
Dr. Phil: How's it goin?
Woman: Fine, who is this?
Dr. Phil: Vincent.
Woman: Oh my god! Really? It's so good to hear from you again!
Dr. Phil: Yeah.
Woman: Wait, Vincent who?
Dr. Phil: Kathy, Vincent Kathy.
Woman: I'm sorry I don't know you, who are you wanting to speak with?
Dr. Phil: Stephanie.
Woman: You must have the wrong number.
Dr. Phil: Ok.
Dr. Phil(pause)I want you to start living as a gay woman!
Woman: Excuse me! What did you say?
Dr. Phil: I want you to start having a gay relationship!
Woman: Oh! Well I don't have one but you do, good luck with yours.
Dr. Phil: Yeah.

Here are a few soundboard sites:
Soundboards1
Soundboard2
Back to top Go down
http://homecoolmods.com
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: my prank calls   Prank Calls I_icon_minitimeSun Apr 19, 2009 6:43 pm

If I ever do a prank call which usually I won't, but will sometimes with my mates.
I always resort to the very classic: (done with an indian acccent)

Hello Would you like to buy a Nokia Mobile Phone for
free? You can get 50 minutes free when you sign up
with your pre-paid mobile.
Line: So its for free then? (sometimes I get this)
Free, Free, FREE! you get it for free as long as
you pay 20,000 dollars!
Line: WHAT!
Please buy, Please buy!
Line: No!
But please if I don't I get fired!
Line: -------------------------------

They usually hang up now when I mention this last bit...
Back to top Go down
werecool
Admin
Admin
werecool


Number of posts : 236
Registration date : 2009-02-08

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeSun Apr 19, 2009 10:20 pm

Now that is funny.
Back to top Go down
http://homecoolmods.com
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: thanks   Prank Calls I_icon_minitimeMon Apr 20, 2009 12:45 am

Cheers
Back to top Go down
homerocks
Admin
Admin
homerocks


Number of posts : 39
Age : 31
Location : USA/ some where in Kentucky
Registration date : 2009-02-07

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeMon Apr 20, 2009 8:22 am

Harmless tricks you can email to friends....


the following codes are VBScipts or batch. read instructions.

ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...

--- --- --- --- --- --- --- --- ---

-----------------------------------------------------------------------------------
1) Convey your friend a little message and shut down his / her computer:
Type :

Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


Save it as "Anything.BAT" in All Files and send it.

--------------------------------------------------------------------------------
2) Toggle your friend's Caps Lock button simultaneously:

Code:
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Save it as "Anything.VBS" and send it.

----------------------------------------------------------------------------------
3) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :



Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Save it as "Anything.VBS" and send it.

-------------------------------------------------------------------------------------
4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


Save it as "Anything.VBS" and send it.

------------------------------------------------------------------------------
5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :

Code:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "


Save it as "Anything.VBS" and send it.

-------------------------------------------------------------------------------------
6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :

Code:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


Save it as "Anything.VBS" and send it.

-----------------------------------------------------------------------------------
7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop


Save it as "Anything.VBS" and send it.
Back to top Go down
http://world9.monstersgame.co.uk/?ac=vid&vid=382009613
Vara
Active User
Active User
Vara


Number of posts : 315
Age : 38
Location : Under a piece of software
Registration date : 2009-03-18

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeMon Apr 20, 2009 2:19 pm

Funny....
Back to top Go down
JasonHery
Active User
Active User
JasonHery


Number of posts : 84
Registration date : 2009-03-24

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeMon Apr 20, 2009 7:22 pm

I was planning on doing one but didn't go well.New call in progress.....
Back to top Go down
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: a bit much of a prank...   Prank Calls I_icon_minitimeMon Apr 20, 2009 8:34 pm

I think that's too much of a prank there, I for one would not find it amusing to have my computer shut down like that, I'll assume its a virus and probably would hit the recovery button before I have even checked!
Back to top Go down
werecool
Admin
Admin
werecool


Number of posts : 236
Registration date : 2009-02-08

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeTue Apr 21, 2009 4:06 pm

Those codes will be great for me to prank people.
Back to top Go down
http://homecoolmods.com
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: reversable much?   Prank Calls I_icon_minitimeTue Apr 21, 2009 7:52 pm

Are these codes reversable?
I mean, are they permanent?
Back to top Go down
homerocks
Admin
Admin
homerocks


Number of posts : 39
Age : 31
Location : USA/ some where in Kentucky
Registration date : 2009-02-07

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeTue Apr 21, 2009 8:20 pm

no not at all... To turn them off, all you have to do is hold Ctrl+Alt+Delete and click on the code, then click End Task.
Back to top Go down
http://world9.monstersgame.co.uk/?ac=vid&vid=382009613
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeTue Apr 21, 2009 8:51 pm

Okay I might try it out... BY SENDING IT TO HOMECOOLMODS!!! just kidding lol!
Back to top Go down
werecool
Admin
Admin
werecool


Number of posts : 236
Registration date : 2009-02-08

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeWed Apr 22, 2009 2:54 pm

I sent the notepad speaking to you in email to my sis(dippi89) and nothing happend...
Back to top Go down
http://homecoolmods.com
homerocks
Admin
Admin
homerocks


Number of posts : 39
Age : 31
Location : USA/ some where in Kentucky
Registration date : 2009-02-07

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeWed Apr 22, 2009 4:09 pm

she has to save it to her computer than open it.
Back to top Go down
http://world9.monstersgame.co.uk/?ac=vid&vid=382009613
werecool
Admin
Admin
werecool


Number of posts : 236
Registration date : 2009-02-08

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeWed Apr 22, 2009 9:21 pm

save to computer, ah gotcha
Back to top Go down
http://homecoolmods.com
Brendoge
Active User
Active User
Brendoge


Number of posts : 120
Registration date : 2009-03-29

Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitimeWed Apr 22, 2009 9:54 pm

Okay just to check, could you post what happened when she opens the document & how you stop it
Back to top Go down
Sponsored content





Prank Calls Empty
PostSubject: Re: Prank Calls   Prank Calls I_icon_minitime

Back to top Go down
 
Prank Calls
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
HomecoolMods :: Other :: General Discussion-
Jump to: