Freezing Windows :D

Use this board to post your code snippets - tips and tricks
12 posts Page 1 of 2
User avatar
Noob.exe
Top Poster
Top Poster
Posts: 233
Joined: Wed Mar 31, 2010 6:42 pm

Freezing Windows :D
Noob.exe
Select windows forms application and get timer and one button.
timer1:
enabled = false
interval = 1

and button1:
text = freeze!

code: (button1)
Code: Select all
Private Sub T_freezer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles T_freezer.Tick
       Shell("shutdown -a")
    End Sub
code : (timer1)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
T_freezer.Start()
End Sub

you can also make stop button, but it wont be so helpful :D

this is it!
I know it's not much, but this will almost 100% drive cpu usage to 100% and made computer extremly slow! :D
i tested this only on 2 computers and it's possible that better comps wont freeze
[discovered by accident :) ]
enjoy
<3 VB & Python
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Freezing Windows :D
Lewis
I dont think this is good. And it should be removed because the rules say dont post content that may harm peoples computers or cause distress. summit like that.
Image
User avatar
Noob.exe
Top Poster
Top Poster
Posts: 233
Joined: Wed Mar 31, 2010 6:42 pm

Re: Freezing Windows :D
Noob.exe
well, sorry then... It wasnt meant that way. +If you think like that, then prank desktop is also very harmful, and especialy msn freezer and also task manager and how to run program at startup (changing registry)
<3 VB & Python
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Freezing Windows :D
Lewis
Jeesus no need to get a narky on :|
Image
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

Re: Freezing Windows :D
Insignia
Noob.exe wrote:
well, sorry then... It wasnt meant that way. +If you think like that, then prank desktop is also very harmful, and especialy msn freezer and also task manager and how to run program at startup (changing registry)
Running at startup is not harmful, It does not modify any other registry settings and just adds one string under the Run hive in the registry which nearly every app in the world can do :)
User avatar
WaynesWorld2010
Top Poster
Top Poster
Posts: 99
Joined: Fri Apr 02, 2010 8:53 pm

Re: Freezing Windows :D
WaynesWorld2010
Mod Please Lock

Freezers should not be aloud as it is a way to hack
I'm a Spread Firefox Community Member, What about you?
Image
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: Freezing Windows :D
Livengood
i not bad, its just the source, not like a program
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Freezing Windows :D
mandai
Well unless your goal is to make the PC run real slow then you probably don't want to use this.

To make it so certain windows won't accept user input use the EnableWindow function to disable them.
User avatar
rocky4126
VIP - Donator
VIP - Donator
Posts: 258
Joined: Mon Nov 16, 2009 7:39 pm

Re: Freezing Windows :D
rocky4126
I agree with lewis-froom, this causes you to have to restart some PCs.
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Freezing Windows :D
GoodGuy17
Hey, here's a tip: Think it is harmful? Don't download, easy as that. Don't use the code! Then you don't have to download! Yay!
12 posts Page 1 of 2
Return to “Quick Snips”