Advertisement
ManFactorymaker

LOADSTRING DETECTOR! found out

May 6th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. loadstring detector:
  2.  
  3. script1:
  4. script.Parent.MouseButton1Click:Connect(function()
  5. loadstring("script.Parent.Parent.TestSubject.Disabled = true")()
  6. loadstring(script.Parent.Parent.Code.Text)()
  7. end)
  8.  
  9. script2:
  10. script.Parent.ExecuteCode.MouseButton1Click:Connect(function()
  11. wait(0.2)
  12. if(script.Parent.TestSubject.Disabled == true) then
  13.  
  14. else
  15. script.Parent.ExecuteCode.Text = "loadstring is not enabled"
  16. end
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement