Bring Mob +1 Damage Every Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
_G.a = not _G.a 
repeat wait()
    lvl = tonumber(game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.TopBar.EXP.DamagePerSecond.Text:sub(6))
    if lvl >= 100 then
        for i,v in pairs(game:GetService("Workspace").MobsZone3:GetDescendants()) do
            if v:IsA('Model') then
                if v:FindFirstChild('HumanoidRootPart') then
                   v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
                end
            end
        end
    elseif lvl >= 50 then
        for i,v in pairs(game:GetService("Workspace").MobsZone2:GetDescendants()) do
            if v:IsA('Model') then
                if v:FindFirstChild('HumanoidRootPart') then
                   v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
                end
            end
        end
    else
        for i,v in pairs(game:GetService("Workspace").Mobs:GetDescendants()) do
            if v:IsA('Model') then
                if v:FindFirstChild('HumanoidRootPart') then
                   v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
                end
            end
        end
    end
until _G.a == false 

Available Roblox Games