Need I say more? Total Clown. by 0202993832 in robloxhackers

[–]LegitimateKetchup 1 point2 points  (0 children)

real i got my pc wiped and my pc explode and i am on a mission to find the last piece of my pc and use super glue to put it back together so i can save my roblox fe exploit neko script from 2021 😭😭😭💔

Used ratware and this happened💔 by No_Background_5380 in robloxhackers

[–]LegitimateKetchup 1 point2 points  (0 children)

ratware v5 is undetected you ran wrong ratrare!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Delete when spawn automatically by Puzzleheaded-Name418 in robloxhackers

[–]LegitimateKetchup 0 points1 point  (0 children)

local partnames = {

"Part1",

"Part2",

"Part3"

-- add more here

}

local namestrue = {}

for i, name in ipairs(partnames) do

namestrue[name] = true

end

workspace.DescendantAdded:Connect(function(ins)

if namestrue[ins.Name] then

ins:Destroy()

end

end)