Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to know if u have virus on ur game?

Asked by 5 years ago

Okay so today I was creating things on my game as I usually do and some weird things started to happen I wasn't able to use HTTPs requests even if it enebled and It started to remote some weird scripts every where when I clicked play, In admin script It didn't said that I'm the owner I think my game has a virus, and how to remove it if I have ?

0
Just check every model you have. enes223 327 — 5y
0
for dumb "viruses" search "script" in the workspace search bar and delte and scripts that you didn't make. Aznarog 54 — 5y

2 answers

Log in to vote
0
Answered by 5 years ago

Use this plug - in: Ro-Defender

Ad
Log in to vote
0
Answered by 5 years ago

You can try finding something named virus like so:

while true do
local findvirus = Game:GetChildren()
print(findvirus)
wait(1)
end

run this once and look through the file tree in the output

0
This is not a good way to find a virus. Also, I think you meant "game." User#25115 0 — 5y
0
Not only that, but printing the table of children returned by ":GetChildren()" will tell him nothing. User#25115 0 — 5y
0
Why the loop? What does it accomplish? User#25115 0 — 5y
0
This is honestly one of the worst answers I have ever seen. User#25115 0 — 5y
0
its just a troll Aznarog 54 — 5y

Answer this question