C++ freeze + heat up your computer

Discuss about Programming here. You may release your source, post guide and even ask questions!

Moderator: wizme

Post Reply
royalsymbol
Sacrificer
Sacrificer
Posts: 35
Joined: Mon Sep 07, 2009 12:59 am

C++ freeze + heat up your computer

Post by royalsymbol »

http://www.youtube.com/watch?v=AAYmw9aLjj8

Description :

Code: Select all

----EDUCATIONAL PURPOSE ONLY-----

--WARNING COMPUTER TEMPATURE MAY CLIMB, IF THERES A FIRE DONT BLAME ME I TAKE NO RESPONSIBILITY FOR SHIT-----

Its identified as a virus because it has a negative impact on the computer and its user. What happens here is that input devices such as mouse and keyboard are continuously 'kicked out' by the system, so you can not use them any more. Ctrl alt del used to work, but since we use a never ending loop While(1) which means while 1 remains 1, do {this}. 1 never changes, so the script never stops kicking the input devices. No fix for this really, just restart the computer!

Warning, CPU load will climb to max 100% so its not advised to keep this script running for a bit.
PIEzLOVERS
Master of Darkness
Master of Darkness
Posts: 431
Joined: Sat Dec 12, 2009 9:01 pm
Location: Heaven !
Contact:

Re: C++ freeze + heat up your computer

Post by PIEzLOVERS »

it's just an infinite loop , it's not a virus ,
it just overloads your computer and crashes it
EG
i open 10million files of notepad in just 1 second
will my computer crash ?
DUH~
same

type this in notepad":

Code: Select all

@echo off
:1
start
goto 1
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: C++ freeze + heat up your computer

Post by guyz92 »

If you have very high amount of ram and strong processor, it should be able to take it.
Image

ADSL:
Image

Fibre:
Image
royalsymbol
Sacrificer
Sacrificer
Posts: 35
Joined: Mon Sep 07, 2009 12:59 am

Re: C++ freeze + heat up your computer

Post by royalsymbol »

Well, its not created by me ==.
even if it doesn't heat up, it can freeze due to mouse and keyboard hardware being 'kicked out' based on description, making you have to do a force restart.
sometimes if you do a hard reset, your computer can't handle the immediate turning on of computer after you just shut down, the fan can spin very fast and even the motherboard will spoil, making the computer unable to start up with a blank black screen.

also just by googling i've found delete system files maybe like boot.ini or HAL, rendering the computer unable to start up but its too dangerous i guesst :\
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: C++ freeze + heat up your computer

Post by guyz92 »

royalsymbol wrote:Well, its not created by me ==.
even if it doesn't heat up, it can freeze due to mouse and keyboard hardware being 'kicked out' based on description, making you have to do a force restart.
sometimes if you do a hard reset, your computer can't handle the immediate turning on of computer after you just shut down, the fan can spin very fast and even the motherboard will spoil, making the computer unable to start up with a blank black screen.

also just by googling i've found delete system files maybe like boot.ini or HAL, rendering the computer unable to start up but its too dangerous i guesst :\
Delete NTLDR and windows XP will not boot anymore
Image

ADSL:
Image

Fibre:
Image
User avatar
iZenna
Master of Darkness
Master of Darkness
Posts: 221
Joined: Mon Sep 07, 2009 11:52 am

Re: C++ freeze + heat up your computer

Post by iZenna »

guyz92 wrote:
royalsymbol wrote:Well, its not created by me ==.
even if it doesn't heat up, it can freeze due to mouse and keyboard hardware being 'kicked out' based on description, making you have to do a force restart.
sometimes if you do a hard reset, your computer can't handle the immediate turning on of computer after you just shut down, the fan can spin very fast and even the motherboard will spoil, making the computer unable to start up with a blank black screen.

also just by googling i've found delete system files maybe like boot.ini or HAL, rendering the computer unable to start up but its too dangerous i guesst :\
Delete NTLDR and windows XP will not boot anymore
but it's still fixable by going to xp recovery, right?
Bear + Deer
BB DD
B B D D
BD BD BD BD
Beer Beer Beer Beer

Gregor Mendel FTW!

i liek GIF files
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: C++ freeze + heat up your computer

Post by guyz92 »

iZenna wrote:
guyz92 wrote:
royalsymbol wrote:Well, its not created by me ==.
even if it doesn't heat up, it can freeze due to mouse and keyboard hardware being 'kicked out' based on description, making you have to do a force restart.
sometimes if you do a hard reset, your computer can't handle the immediate turning on of computer after you just shut down, the fan can spin very fast and even the motherboard will spoil, making the computer unable to start up with a blank black screen.

also just by googling i've found delete system files maybe like boot.ini or HAL, rendering the computer unable to start up but its too dangerous i guesst :\
Delete NTLDR and windows XP will not boot anymore
but it's still fixable by going to xp recovery, right?
Yup Still possible to boot after copy NTLDR from disc:/i386/NTLDR
Image

ADSL:
Image

Fibre:
Image
royalsymbol
Sacrificer
Sacrificer
Posts: 35
Joined: Mon Sep 07, 2009 12:59 am

Re: C++ freeze + heat up your computer

Post by royalsymbol »

some computer doesn't have prebuilt and not all of them know how do copy files :D
and computer technicians can earn $$ again we're creating a job for them so unemployment should be low
for Singapore's future economy
Post Reply