This is comment for paste
Dark Market Script bunch of script by MawinCK
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
- local w = library:CreateWindow("Some shit game")
- local b = w:CreateFolder("Main")
- b:Button("Kill All",function()
- local place_Holder = {}
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if v.Name == "InflictTarget" then
- place_Holder = v
- end
- end;
- for i=2,#game.Players:GetPlayers() do
- pcall(function()
- local v=game.Players:GetPlayers()[i]
- place_Holder:FireServer(v.Character.Humanoid,v.Character.UpperTorso,math.huge,nil,0,false)
- end)
- end;
- end)
- b:Button("God Mode",function()
- local place_Holder = {}
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if v.Name == "InflictTarget" then
- place_Holder = v
- end
- end;
- pcall(function()
- place_Holder:FireServer(game.Players.LocalPlayer.Character.Humanoid,game.Players.LocalPlayer.Character.UpperTorso,-math.huge,nil,0,false)
- end)
- end)
Add Comment
Please, Sign In to add comment