Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Ultimate Character GUI by Axtra", "Sentinel")
- print("Loading Script...")
- local A_1 = "Loaded Ultimate Character GUI succsessful...! GUI by: AxtraXploits/ProxodionDev"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- --Tab and Section 1: Main!
- local Tab = Window:NewTab("Main!")
- local Section = Tab:NewSection("Main!")
- --Respawn Method 1! Button
- Section:NewButton("Reset Method 1!", "Works!", function()
- print("Reset...")
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end)
- --Respawn Method 2! Button
- Section:NewButton("Reset Method 2!", "Works!", function()
- print("Reset...")
- game.Players.LocalPlayer.Character.Head:Destroy()
- end)
- --Health! Slider
- Section:NewSlider("Health!", "Works!", 100, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.Health = s
- end)
- --Walkspeed! Slider
- Section:NewSlider("WalkSpeed!", "Works!", 250, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- --JumpPower! Slider
- Section:NewSlider("JumpPower!", "Works!", 400, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- --Freeze! Toggle
- Section:NewToggle("Freeze/Anchor!", "Works", function(state)
- if state then
- print("Freeze On...")
- game.Players.LocalPlayer.Character.Head["Anchored"] = true
- else
- print("Freeze Off...")
- game.Players.LocalPlayer.Character.Head["Anchored"] = false
- end
- end)
- --Legless! R15 Button
- Section:NewButton("Legless! r15 [Server Sided]", "Works!", function()
- print("Making Avatar Leglees...")
- game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
- game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
- game.Players.LocalPlayer.Character.RightFoot:Destroy()
- game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
- game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
- game.Players.LocalPlayer.Character.LeftFoot:Destroy()
- end)
- --Legless! R6 Button
- Section:NewButton("Legless! r6 [Server Sided]", "Works!", function()
- print("Making Avatar Leglees...")
- game.Players.LocalPlayer.Character.Humanoid.LeftLeg:Destroy()
- game.Players.LocalPlayer.Character.Humanoid.RightLeg:Destroy()
- end)
- --Armless! R15 Button
- Section:NewButton("Armless! r15 [Server Sided]", "Works!", function()
- print("Making Avatar Armlees...")
- game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
- game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
- game.Players.LocalPlayer.Character.RightHand:Destroy()
- game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
- game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
- game.Players.LocalPlayer.Character.LeftHand:Destroy()
- end)
- --Armless! R6 Button
- Section:NewButton("Armless! r6 [Server Sided]", "Works!", function()
- print("Making Avatar Armlees...")
- game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
- game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
- end)
- --Fake Korblox R15! Button
- Section:NewButton("Delete Right Leg! r15 [Server Sided]", "Works!", function()
- print("Deleting RightLeg...")
- game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
- game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
- game.Players.LocalPlayer.Character.RightFoot:Destroy()
- end)
- --Fake Korblox R6! Button
- Section:NewButton("Delete Right Leg! r6 [Server Sided]", "Works!", function()
- print("Deleting RightLeg...")
- game.Players.LocalPlayer.Character.Humanoid.RightLeg:Destroy()
- end)
- --Fake Korblox R15! Button
- Section:NewButton("Delete Left Leg! r15 [Server Sided]", "Works!", function()
- print("Deleting LeftLeg...")
- game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
- game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
- game.Players.LocalPlayer.Character.LeftFoot:Destroy()
- end)
- --Fake Korblox R6! Button
- Section:NewButton("Delete Left Leg! r6 [Server Sided]", "Works!", function()
- print("Deleting LeftLeg...")
- game.Players.LocalPlayer.Character.Humanoid.LeftLeg:Destroy()
- end)
- --Delete Arm! Button
- Section:NewButton("Delete Right Arm! r6 [Server Sided]", "Works!", function()
- print("Deleting RightArm...")
- game.Players.LocalPlayer.Character["Right Arm"] : Destroy()
- end)
- --Delete Arm! Button
- Section:NewButton("Delete Left Arm! r6 [Server Sided]", "Works!", function()
- print("Deleting LeftArm...")
- game.Players.LocalPlayer.Character["Left Arm"] : Destroy()
- end)
- --Delete Arm! Button
- Section:NewButton("Delete Right Arm! r15 [Server Sided]", "Works!", function()
- print("Deleting RightArm...")
- game.Players.LocalPlayer.Character["RightLowerArm"] : Destroy()
- game.Players.LocalPlayer.Character["RightUpperArm"] : Destroy()
- game.Players.LocalPlayer.Character["RightHand"] : Destroy()
- end)
- --Delete Arm! Button
- Section:NewButton("Delete Left Arm! r15 [Server Sided]", "Works!", function()
- print("Deleting LeftArm...")
- game.Players.LocalPlayer.Character["LeftLowerArm"] : Destroy()
- game.Players.LocalPlayer.Character["LeftUpperArm"] : Destroy()
- game.Players.LocalPlayer.Character["LeftHand"] : Destroy()
- end)
- --No Animation R15 R6! Button
- Section:NewButton("No Animation! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting Animation...")
- game.Players.LocalPlayer.Character.Animate:Destroy()
- end)
- --No Mesh r6! Button
- Section:NewButton("No Mesh! r6 [Server Sided]", "Works!", function()
- print("Deleting Mesh...")
- game.Players.LocalPlayer.Character.Head["Mesh"] : Destroy()
- end)
- --Faceless! Button
- Section:NewButton("Faceless! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting Face...")
- game.Players.LocalPlayer.Character.Head["face"] : Destroy()
- end)
- --Delete Shirt! Button
- Section:NewButton("Delete Shirt! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting Shirt...")
- game.Players.LocalPlayer.Character["Shirt"] : Destroy()
- end)
- --Delete T-Shirt! Button
- Section:NewButton("Delete T-Shirt! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting T-Shirt...")
- game.Players.LocalPlayer.Character["Shirt Graphic"] : Destroy()
- end)
- --Delete Pants! Button
- Section:NewButton("Delete Pants! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting Pants...")
- game.Players.LocalPlayer.Character["Pants"] : Destroy()
- end)
- --Tab and Section 2: Fun Stuff/Characters!
- local Tab = Window:NewTab("Fun Stuff/Characters!")
- local Section = Tab:NewSection("Fun Stuff/Characters!")
- --Fe Crepper R6 Button
- Section:NewButton("[FE] Creeper r6 [Server Sided]", "use this for work: https://pastebin.com/zZugRyqu", function()
- print("Loading Crepper...")
- game.Players.LocalPlayer.Character["Right Arm"] : Destroy()
- game.Players.LocalPlayer.Character["Left Arm"] : Destroy()
- game.Players.LocalPlayer.Character.Head["Mesh"] : Destroy()
- game.Players.LocalPlayer.Character.Head["face"] : Destroy()
- game.Players.LocalPlayer.Character["Shirt"] : Destroy()
- game.Players.LocalPlayer.Character["Pants"] : Destroy()
- game.Players.LocalPlayer.Character["Shirt Graphic"] : Destroy()
- end)
- --Fe Crepper R15 Button
- Section:NewButton("[FE] Creeper r15 [Server Sided]", "use this for work: https://pastebin.com/zZugRyqu", function()
- print("Loading Crepper...")
- game.Players.LocalPlayer.Character["RightUpperArm"] : Destroy()
- game.Players.LocalPlayer.Character["LeftUpperArm"] : Destroy()
- game.Players.LocalPlayer.Character["RightLowerArm"] : Destroy()
- game.Players.LocalPlayer.Character["LeftLowerArm"] : Destroy()
- game.Players.LocalPlayer.Character["RightHand"] : Destroy()
- game.Players.LocalPlayer.Character["LeftHand"] : Destroy()
- game.Players.LocalPlayer.Character.Head["face"] : Destroy()
- game.Players.LocalPlayer.Character["Shirt"] : Destroy()
- game.Players.LocalPlayer.Character["Pants"] : Destroy()
- game.Players.LocalPlayer.Character["Shirt Graphic"] : Destroy()
- end)
- -- Naked R15 and r6 Button
- Section:NewButton("Naked! r15 and r6 [Server Sided]", "Works!", function()
- print("Deleting Shirt, Pants and T-Shirt...")
- game.Players.LocalPlayer.Character["Shirt"] : Destroy()
- game.Players.LocalPlayer.Character["Pants"] : Destroy()
- game.Players.LocalPlayer.Character["Shirt Graphic"] : Destroy()
- end)
- print("Script Loaded succsessful!")
Add Comment
Please, Sign In to add comment