Prank help menu

User Tag List

Thread: Prank help

Results 1 to 4 of 4
  1. #1
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Prank help

    Ok im doing a prank on my friend but i need some one to help me fix my code a little bit. (explination after code)

    Code:
    @echo off
    C:
    cls
    Echo Do you want to wipe all your computer's data? (Y/N)
    Pause >nul
    cls
    Echo Are you sure your want to delete all data? (Y/N)
    Pause >nul
    cls
    Echo Preparing to delete all Data 0 Percent.
    Echo Preparing to delete all Data 10 Percent..
    Echo Preparing to delete all Data 20 Percent...
    Echo Preparing to delete all Data 30 Percent....
    Echo Preparing to delete all Data 40 Percent.....
    Echo Preparing to delete all Data 50 Percent......
    Echo Preparing to delete all Data 60 Percent.......
    Echo Preparing to delete all Data 70 Percent........
    Echo Preparing to delete all Data 80 Percent.........
    Echo Preparing to delete all Data 90 Percent..........
    Echo Preparing to delete all Data 100 Percent..........
    Echo Press any button to continue...
    pause >nul
    dir /s
    shutdown -s -t 900 -c "You have been hacked!!"
    I want to make it unable to close (even in process manager) but only close when it gets to shutdown -s -t. Please help me

    :edit: also how can i make it into an application where there is no edit button and looks like a real application because my friend plays wow all the time so i want to mess with him so when he click wow from his desktop it shutdown his computer and makes it look like all his files are being deleted.
    Last edited by dragonowner; 09-02-2008 at 08:20 AM.

    Prank help
  2. #2
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think this would go in the general programming forum, also for making it into an applictation, someone already posted a guide in the General programs forum (not to be confused with the first) this would be very easy to replicate in almost every programming language, my suggestion would be to read some simple guides for console input / output in some language of you're choice

    Code:
    c++ example:
    
    #include <iostream>
    
    using namespace std;
    int main()
    {
         cout << "do you want to wipe all your computers data? Y\N" << endl;
        char response;
        cin >> response;
    }
    just for starters.

  3. #3
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahh ok i know the c++ code u gave but i wanted to use the im using now (no idea what it is lawl)

  4. #4
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the code you posted is batch, and doesn't belong in this forum. you will need to make an application if you want to make something like you mentioned.

    also i think 900 would be the time it takes to shutdown (in seconds) so its some 15 minutes, just set it to something low like 1.

Similar Threads

  1. HELP: Gold Scam Exploit
    By GoldDragon in forum World of Warcraft General
    Replies: 11
    Last Post: 01-23-2007, 07:26 PM
  2. Banner Ad Redesign help
    By Matt in forum Community Chat
    Replies: 57
    Last Post: 07-08-2006, 08:40 PM
  3. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 1
    Last Post: 05-07-2006, 08:36 PM
  4. Hit points and talent points? Please help
    By hankusdankus in forum World of Warcraft General
    Replies: 6
    Last Post: 05-04-2006, 02:00 PM
  5. bot help
    By xwhitedeathx in forum World of Warcraft General
    Replies: 3
    Last Post: 05-01-2006, 03:50 AM
All times are GMT -5. The time now is 04:57 PM. 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