#HELP ME IMMEDIATELY PLEASE
1 messages · Page 1 of 1 (latest)
You downloaded a virus from toolbox
How do I get rid of it? Could it have been from HD admin?
hd admin itself is fine, unless from non official source
and getting rid of it can be hard, you gonna dig thro explorer and find a script that you dont recognize
Are they usually just named “script”?
not necessary
remove whatever script you took
you could run something like
task.wait(5)
for i,v in game:GetDescendants() do
if v:IsA("script") or v:IsA("localscript") then
print(i,i.Parent,i.Parent.Parent)
i might have messed up capitalization
Okay so there’s something I added called admin hammer which I think is causing this to pop up
mostlikely
or well good chance
if you remove it, does it still happend?
note: it might not show up in studio (some viruses check for that)
If u need more help on finding scripts in your game type in the searchbar type “classname=script” and you’ll find them all
its usually best to avoid toolbox items with scripts altogether
never use code you didn't write or haven't reviewed 
if you got hdadmin from toolbox, that's probably it.
search for official source
google is your friend 