Scare Your Friends (Fake Error) menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    Kabraxis's Avatar Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Scare Your Friends (Fake Error)

    Ever wanted to play a trick on your friend? Why not make them think something is wrong with their precious World of Warcraft? 6):

    1) Start -> Run -> type notepad and hit enter.
    2) When notepad opens, type msg = msgbox ("Critical error!" ,16, "ERROR")
    (You can change what it says, first value is the text inside the box, second value is the icon ID, third value is the message box's title).
    3) Hit Ctrl-S (Save) and save as error.vbs
    Make sure on the drop-down menu you change *.txt to All files.
    4) Go to the desktop and make a new shortcut to the file you just saved and give it the name World of Warcraft
    5) Right click -> Properties -> Change Icon and change it to the WoW icon.
    6) Delete the real WoW shortcut and replace it with this one. 6):


    Just a fun little trick to play on your friends, nothing really special.

    Scare Your Friends (Fake Error)
  2. #2
    Toxik's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    haha.. nice

    +Rep Me Whenever I Post Something You Find Useful

  3. #3
    sohnemann's Avatar Member
    Reputation
    92
    Join Date
    Jun 2007
    Posts
    211
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Nice one +rep

  4. #4
    xlAnonym0uslx's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2006
    Posts
    503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Love it, gonna try it. +rep

  5. #5
    tuny's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Good one rofl ! +rep

  6. #6
    T3h_UnK0Wn's Avatar Contributor
    Reputation
    82
    Join Date
    Apr 2007
    Posts
    80
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Haha! I know a better one

    1. Create a new shortcut

    2. Type in shutdown -s -t 10 -c "Error!"

    3. And name is World of Warcraft. Save it!

    4. Change icon to WoW icon!

    Have fun xD
    T3h_UnK0Wn: R.I.P: 04.04.2007 - 7.19.2007

  7. #7
    julian_in's Avatar Member
    Reputation
    8
    Join Date
    Jul 2006
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    haha, yeah ino that one, T3h_UnK0Wn, its better :lol:

    beside;
    if you're into that coding, you can actually make them go even more crzy in another way.. change the 16, to 18, and then you make another "popup" when they click on one of those 3 buttons instead of each of them just closes down.. sry but im not into coding was just a thought i had :P
    Last edited by julian_in; 07-08-2007 at 01:12 PM.

  8. #8
    Zacred's Avatar Member
    Reputation
    59
    Join Date
    Feb 2007
    Posts
    290
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Originally Posted by T3h_UnK0Wn
    Haha! I know a better one

    1. Create a new shortcut

    2. Type in shutdown -s -t 10 -c "Error!"

    3. And name is World of Warcraft. Save it!

    4. Change icon to WoW icon!

    Have fun xD

    To forfill T3h_UnK0Wn
    Write this into the notepad document:
    ________________________________
    echo off
    cls
    shutdown -s -t 10 -c "ERROR"
    exit
    ________________________________

    And save it as a .bat file.
    You might not need all the lines (not sure), but it works

    I usually do this whenever I'm on someone elses computer, or in a computer store with showoff computers linked at the walls. Just putting the .bat files in the startup folder at User/start/programs/startup saving with the title java.bat, nobody will understand a shit when the pc just shuts down each time you turn it on ;D;D;D

    If you want the script to spam the network (the pc should be higher rank than Guest) just write in this:

    ________________________________
    echo off
    cls
    :start
    cls
    net send * FATAL ERROR! PLEASE SHUTDOWN IMMEDIENTLY!
    goto start
    ________________________________

    To annoy ppl deluxe (the script opens same page forever until shutdown manually)
    ________________________________
    echo off
    cls
    :start
    cls
    start http://www.yoursite.com
    echo _____________
    echo Javascript error.
    echo Please contact manufacturer.
    echo.
    echo Microsoft Coorporation.
    goto start
    ________________________________

    This could be great fun if you know what you'r doing ;D
    Sometimes I do as suggested in posts above this, to put a shortcut to the .bat file on the desktop under a fake name and a fake icon to make ppl go crazy

    BTW
    The standard icons should be found at c/windows/system32/shell.dll
    Please tell me if the line is wrong or you got some cool functions to add



    You could also do a chain crash
    Copy diffrent spamming programs like the net send and place them somewhere in C\
    then make something like this.

    Startup file which is placed in user/start/programs/startup/:
    _________________________
    echo off
    cls
    :start
    cls
    start c\spam1.bat
    start c\spam2.bat
    start c\spam3.bat
    and so on.....

    goto start
    _________________________

    Then the spam1 could look like:
    _________________________
    echo off
    cls
    :start
    cls
    start http://www.SomeBadSite.com
    goto start
    _________________________


    Spam2 could be:
    _________________________
    echo off
    cls
    :start
    cls
    net send * OmG L33T ShieT!
    goto start
    _________________________


    Last edited by Zacred; 07-08-2007 at 11:07 PM. Reason: Auto-merged Doublepost

  9. #9
    lilsavalex's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Originally Posted by T3h_UnK0Wn
    Haha! I know a better one

    1. Create a new shortcut

    2. Type in shutdown -s -t 10 -c "Error!"

    3. And name is World of Warcraft. Save it!

    4. Change icon to WoW icon!

    Have fun xD
    This one is better it actually turns off the computer

  10. #10
    Diagorr's Avatar Member
    Reputation
    12
    Join Date
    Apr 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Does this network thing SPAM or does it send one message?
    and if it spams how do I make it go one message or if it doesnt spam
    how does I make it spam?

    That was all thanks

  11. #11
    Imakepigsfly's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    yur sooooo evil!!!

  12. #12
    sohnemann's Avatar Member
    Reputation
    92
    Join Date
    Jun 2007
    Posts
    211
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Originally Posted by Diagorr
    Does this network thing SPAM or does it send one message?
    and if it spams how do I make it go one message or if it doesnt spam
    how does I make it spam?

    That was all thanks
    This thing SPAMS. To make it spam place these ":start" and "goto start" thingys in front of and after the actual code. To make it send a single message, remove the loop.

  13. #13
    Acespades's Avatar Site Donator
    Reputation
    258
    Join Date
    Jun 2007
    Posts
    1,160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    couldnt this also be used to overheat a computer? like mass running wow?

    Not giving out any ideas XD

    Code:
     echo off
    cls
    :start
    cls
    start file:///C:/Program%20Files/World%20of%20Warcraft/WoW.exe
    echo _____________
    echo Javascript error.
    echo Please contact manufacturer.
    echo.
    echo Microsoft Coorporation.
    goto start
    Cough Cough
    Last edited by Acespades; 07-08-2007 at 09:34 PM.

  14. #14
    King_yoshi's Avatar Member
    Reputation
    17
    Join Date
    Feb 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Not bad.. I knwo most people don't use macs. But macs would be immune to this. Additionally, the infinite opening of a web page, can be called a "bomb". Which is considered hacking, and can get you banned form WoW. (The only reason I mentioned this is ebcause my friend got perma banned from wow when he sent this to one of his in game friends. Who then reported him)

  15. #15
    Zacred's Avatar Member
    Reputation
    59
    Join Date
    Feb 2007
    Posts
    290
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scare Your Friends (Fake Error)

    Originally Posted by Diagorr
    Does this network thing SPAM or does it send one message?
    and if it spams how do I make it go one message or if it doesnt spam
    how does I make it spam?

    That was all thanks
    Simply remove the loop function.
    You can see I made a :start point which at the end I tell the script to go back to. If you replace "goto start" with like "goto exit" which isnt in the script, it would just stop running.


    Originally Posted by King_yoshi
    Additionally, the infinite opening of a web page, can be called a "bomb". Which is considered hacking, and can get you banned form WoW. (The only reason I mentioned this is ebcause my friend got perma banned from wow when he sent this to one of his in game friends. Who then reported him)
    Sounds like some friend.

    BTW to stop the countdown to shutdown, simply type in "shutdown /a" in your Run/cmd.
    Last edited by Zacred; 07-08-2007 at 11:09 PM.

Page 1 of 3 123 LastLast

Similar Threads

  1. Wind up your friends with fake spells.
    By Doughal in forum World of Warcraft Guides
    Replies: 20
    Last Post: 05-29-2009, 06:57 PM
  2. [Useless Fun] critical error trick, make your friends d/c
    By Xerticle in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 11-27-2008, 03:28 PM
  3. Scare your friends like hell..
    By Rofled in forum Community Chat
    Replies: 4
    Last Post: 11-29-2007, 06:50 PM
  4. Scare your friends, and scam them!
    By nerdywow in forum WoW Scam Prevention
    Replies: 10
    Last Post: 08-14-2007, 05:48 PM
  5. make your friends say things they dont want to say!
    By Krazzee in forum World of Warcraft Exploits
    Replies: 63
    Last Post: 05-20-2007, 10:45 AM
All times are GMT -5. The time now is 10:07 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search