Kingdom Life II Script | GOD MODE, OP WEAPONS, GAMEPASS MORPHS

Png-7-9-300x169-1.png

Created by enpo82

Features:

  • GOD MODE
    • choose whatever character you want first
  • OP WEAPONS
    • gives you a bunch of the same weapon and equips them all at the same time for maximum damage, recommended with god mode since it can kill you sometimes
  • GAMEPASS MORPHS
    • use in spawn, then pick any character
Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
Window = Library.CreateLib("Kingdom Life Shitter", "Synapse")

-- MAIN
Main = Window:NewTab("Main")
MainSection = Main:NewSection("Useful")
MainSection1 = Main:NewSection("Gamepass Morphs (USE IN SPAWN)")
MainSection2 = Main:NewSection("Tool Menu (UNEQUIP TOOLS FIRST)")


MainSection:NewButton("Enable PVP", "Puts you in PVP mode if you are in Roleplay Mode.", function()
	game:GetService("ReplicatedStorage").Remotes.PVP:FireServer()
end)

MainSection:NewToggle("God Mode (SELECT CHARACTER FIRST)", "Gives you God Mode.", function(state)
	if state then
		_G.God = true
		while _G.God == true do
			wait()
			game:GetService("ReplicatedStorage").Remotes.Guards.Elite:FireServer()
		end
	else
		_G.God = false
	end
end)



MainSection1:NewButton("Elite Guard", "Turns you into an Elite Guard.", function()
	game:GetService("ReplicatedStorage").Remotes.Guards.Elite:FireServer()
end)

MainSection1:NewButton("Necro Elite", "Turns you into a Necro Elite.", function()
	game:GetService("ReplicatedStorage").Remotes.Necro.Elite:FireServer()
end)

MainSection1:NewButton("Elf Elite", "Turns you into an Elf Elite.", function()
    game:GetService("ReplicatedStorage").Remotes.Elves.ElfElite:FireServer()
end)



MainSection2:NewButton("Remove Tools", "Removes your tools.", function()
    for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
		if v.ClassName == "Tool" or "HopperBin" then
			v:Destroy()
		end
	end
end)

MainSection2:NewButton("Default Tools", "Gives you the default tools.", function()
    game:GetService("ReplicatedStorage").Remotes.Tools:FireServer()
end)

MainSection2:NewButton("OP Excalibur", "Gives you the Excalibur.", function()
    local Excalibur = game:GetService("ReplicatedStorage").Tools.RPWeapons.Elite.Elite
    local amount = 40
    
    for a = amount, 1, -1 do
    Excalibur:FireServer(a)
    end
    
    wait(0.5)
        for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if v.name == "Excalibur" then
            v.Parent = game.Players.LocalPlayer.Character
        end
    end
end)

MainSection2:NewButton("OP Aicamacil", "Gives you the Aicamacil.", function()
    local Aicamacil = game:GetService("ReplicatedStorage").Tools.RPWeapons.ElfElite.ElfElite
    local amount = 40
    
    for a = amount, 1, -1 do
    Aicamacil:FireServer(a)
    end
    
    wait(0.5)
        for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if v.name == "Aicamacil" then
            v.Parent = game.Players.LocalPlayer.Character
        end
    end
end)

MainSection2:NewButton("OP Bone", "Gives you a bone.", function()
    local Bone = game:GetService("ReplicatedStorage").Tools.RPWeapons.Skeleton.Weapon17
    local amount = 40
    
    for a = amount, 1, -1 do
    Bone:FireServer(a)
    end
    
    wait(0.5)
        for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if v.name == "Bone" then
            v.Parent = game.Players.LocalPlayer.Character
        end
    end
end)

MainSection2:NewButton("OP Club", "Gives you a club.", function()
    local Club = game:GetService("ReplicatedStorage").Tools.RPWeapons.Ogre.Weapon14
    local amount = 40
    
    for a = amount, 1, -1 do
    Club:FireServer(a)
    end
    
    wait(0.5)
        for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if v.name == "Club" then
            v.Parent = game.Players.LocalPlayer.Character
        end
    end
end)



-- CREDITS
Credit = Window:NewTab("Credits")
CreditSection = Credit:NewSection("Made by nu7#3943")
CreditSection:NewLabel("Kavo UI Library by xHeptc")

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ