#Malicious script

1 messages · Page 1 of 1 (latest)

carmine cedar
#

This shows up when I try to test my game, apparently it's caused by a malicious script in a free model? How do I find the malicious script? I have like 100+ free models in my workspace.

naive ore
#

just dont use free models brah they always have backdoors but if you insist you open script explorer pressing control + shift + f and searching for key words like local HttpService = game:GetService("HttpService").

frail halo
#

also search for loadstring

#

and also just write everything yourself

#

helps your game stand out from the crowd

carmine cedar
#

What I'm doing is just like a little personal project, not a real game, hence why I use free models

#

Any additional ways to possibly solve this?

carmine cedar
naive ore
#

code is probs encrypted

carmine cedar
#

Anything at all I can do?

versed coyoteBOT
#

studio** You are now Level 5! **studio

carmine cedar
#

I've worked on this place for a while

naive ore
#

not really much you can do beside searching each one

#

and they def embedded it deep so it will take ages

frail halo
#

and write your own codeThumbs

carmine cedar
naive ore
naive ore
carmine cedar
#

Why would someone even go to the effort of doing that

naive ore
#

lots of reasons

carmine cedar
#

Like whats the point of even getting access to my shit

naive ore
carmine cedar
#

Large games dont even use free models at all do they

naive ore
#

these virus scripts can access the backend of ur game so if u have any database methods ur cooked

#

or any playerdata etc....

carmine cedar
#

I think all I can do is find a way to see all scripts, disable/delete all of them except for the handfull of ones I want

#

There are like 2 scripts I actually use lol

#

But 100+ come with free models

naive ore
neon acorn
carmine cedar
#

Yeah

naive ore
neon acorn
#

uh

#

it

#

its a warning from a script named that

naive ore
#

oh fair

neon acorn
#

its probably the arm thingy but idk

naive ore
#

up to you

carmine cedar
#

One sec

naive ore
#

lowkey might be better if u just invite me to the game im not super tech savy so I tend to not download random files from strangers online just to be safe

neon acorn
naive ore
#

yea but im pretty sure they can fake the extensions no?

#

or the file type whatever its called

#

id rather not risk it lowkey

neon acorn
#

its intended purpose is to be opened with roblox studio

#

so its just gonna do nothing

naive ore
carmine cedar
#

I guess I solved it, I used a script to delete all scripts in my project

for i, v in pairs(game:GetDescendants()) do
if v:IsA("Script") or v:IsA("LocalScript") or v:IsA("ModuleScript") then
pcall(function()
v:Destroy()
end)
end
end

#

Now just to re-enable the scripts I actually want

#

Which are like 2 scripts

naive ore
neon acorn
naive ore
#

I mean whatever works

carmine cedar
naive ore
#

oh nice

#

well goodluck bro stay wary of the free model scripts

#

👍

carmine cedar
#

Yeah man there's some crazy ppl out there

#

Going to such lengths to get a backdoor to see my shitty building skills

livid torrent
#

you can also do className=Script in the explorer search i believe

neon acorn
#

script, localscript, modulescript

livid torrent
neon acorn
#

huh

#

didnt know you can do is:

#

👍

formal seal
#

is:Script

fresh aspen
fresh aspen
fresh aspen
fresh aspen
# carmine cedar Yeah man there's some crazy ppl out there

and just a reminder, those backdoors earn money for the exploiters. they're getting paid to do it. that's why there's so many. if they weren't making money off it, they wouldn't do it, or at least, wouldn't do this to such an excessive degree.

#

so, don't hate these malicious actors for their malicious code.

#

blame the drooling ipad kids who are buying roblox cheats with their parents credit card, which effectively pays money to the malicious actors, and financially motivates them to keep doing it.

#

it's a really sad thing to see, but well, offer kids some cheats in exchange for money and a lot of them will take that offer.

#

and they'll pay even more if you can give them server access, which can only be done if there is a backdoor in your game, which is likely only to come from one or two places: the toolbox, and you trying to install unofficial versions of things.

#

e.g unofficial versions of adonis having a backdoor in them. that's a real thing.

#

but always, they're doing it because they're getting paid to do it. it's the sad, sorry fact of it just being how it is.