How about the blocks ? Is it a free model or did u make it yourself
None of free model here, this game is absolutely have nothing, It bascially lobby of story game that undone
Try checking your plugins. Also what about that “AntiExploitModule”?
it was module i found it dev forum, so i decided to put it here, the exploiter cant do over speed move
Could you send the link to the devforum post
Also it could be one of your plugins that insert the backdoor before roblox sends the message to servers to publish and deletes it when it succesfully publishes, which could be why you don’t see anything else
here. Anti-Exploit Framework | UnknownParabellum - #55 by UnknownParabellum
by the way, the exploiter use exploit in my game before i put this module
It is probably one of your plugins
Does your script have any vulnerabilities? (eg. Error in your code that allows exploiters to bypass)
If u don’t know where is it , can you show the code so we can check?
Oh yes that is also a possibility
Let me show all code in my game
(Game script)
print("Hello world!")
(Script)
game.ReplicatedStorage.ConsoleError.OnServerEvent:Connect(function(plr,note,text)
if text == nil then
plr:Kick("NO HACK FOR U")
end
end)
(antiexploit)
local AntiExploit = require(script.AntiExploitModule)
AntiExploit:Start()
(localscript #1)
game:GetService("ScriptContext").Error:connect(function(message, stack, scriptFrom)
if scriptFrom == nil then
game:GetService("ReplicatedStorage").ConsoleError:FireServer(message, nil)
end
game:GetService("ReplicatedStorage").ConsoleError:FireServer(message, scriptFrom:GetFullName())
end)
(localscript #2)
game:GetService("Lighting").Name = tostring(math.random())
game:GetService("Workspace").Name = tostring(math.random())
game:GetService("ReplicatedStorage").Name = tostring(math.random())
game:GetService("Players").Name = tostring(math.random())
game:GetService("ReplicatedFirst").Name = tostring(math.random())
script:Destroy()
Doing this is essentially useless, not only does this make it harder for you to script things, it only changes their name once so all the exploiter has to do is find the new name, then just use that. It’s like changing “Workspace” to “Wrkspace”, it’s the same, just a different name.
Okay, I’ll remove these all.
I’ll try to disable all plugin too!
Exploiter still able to run those script even all of my plugin were disabled!!
Maybe he’s just using a paid ss exploit that can bypass games? Idk
Anyways if the exploiter is still annoying you, shut down the game , open up the game later and check if the exploiter is still annoying you
But i want to fix these, he might annoying innocent player and make i lose players
Report his account then
Also can you link me the game?
I’ll use him to test my anti exploit so im not gonna report him yet.
Let me know if it works. If it doesn’t , I will link a anti exploit that I usually use for my game
You want the game link or what ?