Advertisement
vL4d_4eVer

bad scripts protection

Nov 30th, 2018
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.99 KB | None | 0 0
  1. _G.bad = function()
  2. local v3 = Vector3.new
  3. function lol(id,vol)
  4. local sound = Instance.new("Sound",workspace)
  5. sound.Volume = vol
  6. sound.SoundId = "rbxassetid://"..id
  7. sound:Play()
  8. coroutine.resume(coroutine.create(function()
  9. repeat
  10. wait()
  11. until sound.Playing == false
  12. sound:Destroy()
  13. end))
  14. end
  15. local trapgdis = false
  16. owner.Chatted:Connect(function(msg)
  17. local msm = msg:lower()
  18. if string.find(msm,"non") then
  19. print("ohok")
  20. script:Destroy()
  21. end
  22. if string.find(msm,"entrap") then
  23. trapgundis = true
  24. elseif string.find(msm,"distrap") then
  25. trapgundis = false
  26. end
  27. end)
  28. while true do
  29. for i,v in pairs(workspace:GetDescendants()) do
  30. if v:IsA("TextLabel") then
  31. if v.Text == "Noti˅ɐ " or v.Text == "Noti?? " or v.Text == "JJ" or v.Text == "Squɑƚing." or v.Text == "Bɑldi?" or v.Text == "Gumbɑll" or v.Text == "Gumball" then
  32. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for Notive!")
  33. end
  34. if v.Text == "Thinking..." or v.Text == "Meme Guy" then
  35. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for WAO!")
  36. end
  37. if v.Text == "Solitude" or v.Text == "Sweet Dreams" or v.Text == "Label" and v.TextColor == Color3.new(0, 0, 0) then
  38. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0) print("Removed "..v.Parent.Parent.Parent.Name.." for SG!")
  39. end
  40. if v.Text == "WHY WONT YOU PEOPLE..." then
  41. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0)
  42. print("Removed "..v.Parent.Parent.Parent.." for SG Server Kill Move Edit aka 'WHY WONT YOU PEOPLE...DIE!!'!")
  43. end
  44. if v.Text == "Tech" then
  45. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0) print("Removed "..v.Parent.Parent.Parent.Name.." for Bad SGR Edit!")
  46. end
  47. if v.Text == "Baldi Justice" then
  48. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("EW "..v.Parent.Parent.Name)
  49. end
  50. if v.Text == "#####" then
  51. game:GetService("Debris"):AddItem(v.Parent.Parent or v.Parent.Parent.Parent,0) print("EW "..v.Parent.Parent.Name)
  52. end
  53. if v.Text == "CORRUPTUION" or v.Text == "MAYHEM" then
  54. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0) print("Removed "..v.Parent.Parent.Parent.Name.." for SGR!")
  55. end
  56. if v.Text == "Enlightened" then
  57. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0) print("Removed "..v.Parent.Parent.Parent.Name.." for GG!")
  58. end
  59. if string.find(v.Text,"Guest") and not string.find(v.Text,"Dancing Guest") or string.find(v.Text,"# BY")  or string.find(v.Text,"STAR") or string.find(v.Text,"Foxy")or string.find(v.Text,"FoXy") or string.find(v.Text,"FOXY") or string.find(v.Text,"Derpz") or string.find(v.Text,"Error") or string.find(v.Text,"G,u,e,s,t") then
  60. game:GetService("Debris"):AddItem(v.Parent.Parent.Parent,0) print("Removed "..v.Parent.Parent.Parent.Name.." for Bad SGR Edit!")
  61. end
  62. if string.find(v.Text,"Sin") then
  63. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for Sin thing or bad edit!")
  64. end
  65. end
  66. if v:IsA("Model") then
  67. if v.Name == "LuvGun" and trapgundis then
  68. game:GetService("Debris"):AddItem(v.Parent,0)
  69. end
  70. end
  71. if v:IsA("Part") then
  72. if v.Name == "Gauntlet Part" or v.Name == "Neon Gauntlet Part" then
  73. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for OP/Laggy script!")
  74. end
  75. end
  76. if v:IsA("Weld") then
  77. if v.Name == "GunWeld" then
  78. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for KG script!")
  79. end
  80. end
  81. if v.Name == "Eye" then
  82. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for Dumb Banisher Edit or Eyo-Zen script!")
  83. end
  84. if v.Name == "shockwav" then
  85. game:GetService("Debris"):AddItem(v.Parent.Parent,0) print("Removed "..v.Parent.Parent.Name.." for Final Explosion script!")
  86. end
  87. if v:IsA("Sound") then
  88. if v.Name == "RAINING MEN" then
  89. for i,v in pairs(workspace:GetDescendants()) do
  90. if v:IsA("Script") then
  91. v.Disabled = true
  92. v:Destroy()
  93. end
  94. end
  95. end
  96. end
  97. end
  98. wait(.1)
  99. end
  100. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement