Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --EQUIP GUN FIRST BEFORE EXECUTING SCRIPT!!!!
- --MADE BY OculusQuestBoy AND USED RemoteSpy TO MAKE THIS
- --ONLY WORKS IN https://www.roblox.com/games/4674198549/The-Underground-War
- local loopKill = true --Change to false to stop
- local you = game.Players.LocalPlayer --MAKES IT ONLY WORK FOR YOU
- local weapon = you.Character.GLOCK -- Changing Weapon by what the tool is called in inventory
- while wait() do
- for i, v in pairs(game.Players:GetChildren()) do
- if v.Team ~= game.Players.LocalPlayer.Team and loopKill == true and v.Character.Humanoid.Health ~= 0 and not v.Character:FindFirstChildOfClass("Forcefield") then
- local player = v.Character.Name
- local args = {
- [1] = weapon, --Change Weapon to whatever weapon you have!
- [2] = game:GetService("Players").LocalPlayer,
- [3] = workspace[player].Humanoid,
- [4] = workspace[player].HumanoidRootPart,
- [5] = 99999999999999,
- [6] = {
- [1] = 0,
- [2] = 0,
- [3] = false,
- [4] = false,
- [5] = weapon["GunScript_Server"].IgniteScript, --Change Weapon to whatever weapon you have!
- [6] = weapon["GunScript_Server"].IcifyScript, --Change Weapon to whatever weapon you have!
- [7] = 100,
- [8] = 100,
- },
- [7] = {
- [1] = false,
- [2] = 0,
- [3] = 3,
- },
- [8] = workspace[player].Head,
- [9] = {
- [1] = false,
- [2] = {
- [1] = 1930359546,
- },
- [3] = 1,
- [4] = 1.5,
- [5] = 1,
- },
- }
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement