Skip to content

[BUG] Script obfuscated with strong preset is always failing to execute inside Roblox environment! #163

@Infraction7

Description

@Infraction7

So the bug is pretty weird so when trying to run obfuscated with strong preset script in roblox env it fails with error: attempt to call a nil value

Steps to reproduce:

  1. Obfuscate anything to run in roblox using strong preset (i used CLI)
  2. Place obtained script to a script in roblox studio and publish place then go to roblox serer
  3. Open console and you shall see an error

Screenshot: [Host]

Source script that is being obfuscated: (don't mind im obfuscating random things that shouldn't be obfuscated im just playing around)

local Scripts = game:GetService("ServerScriptService")["Server"]

for _, module in pairs(Scripts:GetChildren()) do
	if module:IsA("ModuleScript") then
		task.spawn(require(module))
	end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions