Sirhurt exploit detector

That’s because normally roblox doesn’t give a lot of control to developers unlike exploiters, Developers can’t access the CoreGUI without hacky methods, that gets patched by either roblox to the developers or the Executors, not to mention they can hook most if not all the functions of the clients, for example Kick, they can also disconnect Events, delete scripts or disable them at the same time.

Bro just doesn’t get it. The script is parented to nil but you can still destroy it :sob:
Edit: same as doing variableinstance.Parent = nil ; variableinstance:Destroy()

You should then take a look at valkyrie or something like that

Fun fact: Disabling the script and destroying it and removing every reference to it still makes the script work

Fun fact: It doesn’t. Disabling a script will stop any connection caused by it.

task.spawn(function()
while task.wait() do
print("helo")
end
end)

task.wait(2.5)
script.Enabled = false

The portion

task.wait(2.5)
script.Enabled = false

will never run because it’s being yielded by the while do loop above.
Try testing it out by doing

task.delay(2.5, function()
   script.Enabled = false
end)
while task.wait() do
   print("helo")
end

then?

I forgot
The quick fox jumps over

me when i cant read

@NERDESINPANG0

This is weird because
image

script.Enabled = false
script:Destroy()
script = nil

print("I am a sussy script")

And because
image

script.Enabled = false
script:Destroy()
script = nil

task.spawn(function()
	while task.wait() do
		warn("I am a sussy script")
	end
end)

while task.wait() do
	print("I am a sussy script")
end

It needs to be after obviously. Which is why it will be able to be deleted

Either positions, indentations or whatever alike will result with the same output.

You must not have read my reply correctly I suppose, because I said

Tho I forgot to mention it has to be at the start of the script.

why are you so insistent on defending exploits lol

Why are you saying this when you are yourself an active v3rmillion user who wanted people to bypass AAE?

How would I be defending exploits here, can you please explain it to me right now?

nuh uh

1 Like

idk im just surprised so many people here are defending sirhurt a pedophile executor made by a pedophile

1 Like

Never defended the executor in my entire life, and now that I just realized it was made by a person of that kind I’m really disgusted, what I’m saying here is that this “detection” is not reliable at all.

1 Like

liker why did you sirhurt people???


They could just remove the part where it prints “INIT SCRIPT DEVELOPER” message to make the detector broken

can you not mention my name next to a child predator <3

not liker

2 Likes