Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by UnknownExploiter ;)
- -- yes all of these scripts, except bring food / crates that was made by my boi Existence
- -- NEW SCRIPT (2/10/19) "Spam C4"
- -- Spam C4 EVERYWHERE /btw remove "while true do", "wait(0.01)", and "end" to make it only throw 1 c4.
- -- and yes it works when u have 0 c4 in ur inventory <3
- while true do
- wait(0.01)
- local A = CFrame.new(game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.Position)Vector3.new(1,1,1)
- game:GetService("ReplicatedStorage").Remotes.ThrowExplosive:FireServer(A, 70, "CodeHere")
- end
- -- Bring Food / Crates Script
- loadstring(game:HttpGet(('https://pastebin.com/raw/3PFWMiWd'),true))()
- -- Give HP
- local A_1 = game:GetService("Workspace").Name.Humanoid
- local A_2 = -10000
- local A_3 = 1099752
- local A_4 = "CodeHere"
- local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
- Event:FireServer(A_1, A_2, A_3, A_4)
- -- God
- while true do
- wait(0.01)
- local A_1 = game:GetService("Workspace").Name.Humanoid
- local A_2 = -10000
- local A_3 = 1099752
- local A_4 = "CodeHere"
- local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
- Event:FireServer(A_1, A_2, A_3, A_4)
- end
- -- Kill
- local A_1 = game:GetService("Workspace").Name.Humanoid
- local A_2 = 100
- local A_3 = 1099752
- local A_4 = "CodeHere"
- local A_5 = game:GetService("Players").Name.PlayerStats.MeleeProtectionHead
- local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
- Event:FireServer(A_1, A_2, A_3, A_4, A_5)
- -- God Item
- while true do
- wait(.1)
- game.Players.LocalPlayer.Tools["ItemHere"].Ammo.Value = 30
- wait(.1)
- game.Players.LocalPlayer.Tools["ItemHere"].Durability.Value = 10
- end
- -- Loop Kill
- while true do
- wait(10)
- local A_1 = game:GetService("Workspace").Name.Humanoid
- local A_2 = 100
- local A_3 = 1099752
- local A_4 = "CodeHere"
- local A_5 = game:GetService("Players").Name.PlayerStats.MeleeProtectionHead
- local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
- Event:FireServer(A_1, A_2, A_3, A_4, A_5)
- end
- -- Admin Spawn Item Gui (Execute then respawn) (Patched)
- game.Players.LocalPlayer.Name = "neddleduck"
- -- Give HP
- local A_1 = game:GetService("Workspace").Name.Humanoid
- local A_2 = -10000
- local A_3 = 1099752
- local A_4 = "CodeHere"
- local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
- Event:FireServer(A_1, A_2, A_3, A_4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement