Advertisement
I_LOVE_MY_FAMILY123

Cezar Hub

Feb 21st, 2023
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.05 KB | Gaming | 1 1
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Cezar Hub", "Ocean")
  3.  
  4. -- Main (main window)
  5. local Main = Window:NewTab("Main")
  6. -- The work before :NewSection has to be the one after the local Main or how you named it.
  7. -- Numele la prima coloada din gui.
  8. local MainSection = Main:NewSection("Main")
  9. MainSection:NewLabel("Made by Cezar. Discord: Cezar#3685")
  10.  
  11. MainSection:NewButton("Find and execute script for game", "Look in games tab to see if your game is here", function()
  12.     if game.PlaceId == 920587237 then
  13.         loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  14.     elseif game.PlaceId == 286090429 then
  15.         loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  16.     elseif game.PlaceId == 6872265039 then
  17.         loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua"))()
  18.     elseif game.PlaceId == 263761432 then
  19.         loadstring(game:HttpGet("https://paste.ee/r/GzZjj"))()
  20.     elseif game.PlaceId == 6284583030 then
  21.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Flxry/Main/MilkyHub/Pet%20Simulator%20X"))()
  22.     elseif game.PlaceId == 8737602449 then
  23.         loadstring(game:HttpGet("https://raw.githubusercontent.com/CF-Trail/tzechco-PlsDonateAutofarmBackup/main/old.lua"))()
  24.     elseif game.PlaceId == 155615604 then
  25.         loadstring(game:HttpGet('https://raw.githubusercontent.com/senorkal/YmirAdmin/main/source'))()
  26.     elseif game.PlaceId == 8908228901 then
  27.         loadstring(game:HttpGet('https://ppearl.vercel.app'))()
  28.         print("key = ynGzuhvnwFKyaEhX")
  29.     elseif game.PlaceId == 2202352383 then
  30.         loadstring(game:HttpGet('https://pastebin.com/raw/D9btNZUr'))()
  31.     end
  32. end)
  33.  
  34.  
  35.  
  36.  
  37. local Games = Window:NewTab("Games")
  38. local GamesSection = Games:NewSection("Games")
  39.  
  40. GamesSection:NewButton("Adopt Me", "A script for Adopt Me.", function()
  41.     loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'), true)()
  42. end)
  43.  
  44. GamesSection:NewButton("Arsenal", "A script for Arsenal.", function()
  45.     loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'), true)()
  46. end)
  47.  
  48. GamesSection:NewButton("Bedwars", "A script for bedwars.", function()
  49.     loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua"), true)()
  50. end)
  51.  
  52. GamesSection:NewButton("Horrifing Housing", "A script for horrifing housing.", function()
  53.     loadstring(game:HttpGet("https://paste.ee/r/GzZjj"), true)()
  54. end)
  55.  
  56. GamesSection:NewButton("Pet Simulator X", "A script for pet simulator x.", function()
  57.     loadstring(game:HttpGet("https://raw.githubusercontent.com/Flxry/Main/MilkyHub/Pet%20Simulator%20X"), true)()
  58. end)
  59.  
  60. GamesSection:NewButton("Pls Donate", "A script for pls donate.", function()
  61.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CF-Trail/tzechco-PlsDonateAutofarmBackup/main/old.lua"), true)()
  62. end)
  63.  
  64. GamesSection:NewButton("Prison Life", "A script for prison life.", function()
  65.     loadstring(game:HttpGet('https://raw.githubusercontent.com/senorkal/YmirAdmin/main/source'),true)()
  66. end)
  67.  
  68. GamesSection:NewButton("Shark Bite 2", "A script for shark bite 2 (key = ynGzuhvnwFKyaEhX).", function()
  69.     loadstring(game:HttpGet('https://ppearl.vercel.app'), true)()
  70. end)
  71.  
  72. GamesSection:NewButton("Super Power Training Simulator 1", "A script for super power training simulator.", function()
  73.     loadstring(game:HttpGet('https://pastebin.com/raw/D9btNZUr', true))()
  74. end)
  75.  
  76. GamesSection:NewButton("Super Power Training Simulator kill all", "A kill all script for spts.", function()
  77.     loadstring(game:HttpGet("https://pastebin.com/raw/vP7UeiGp", true))()
  78. end)
  79.  
  80. GamesSection:NewButton("Zombie Attack", "A script for Zombie Attack.", function()
  81.     loadstring(game:HttpGet('https://raw.githubusercontent.com/zeuise0002/SSSWWW222/main/README.md'),true)()
  82. end)
  83.  
  84. -- Player
  85. -- Alta zona dar acum pt player
  86. local Player = Window:NewTab("Player")
  87. -- Sectiunea unde o sa fie scripturile
  88. local PlayerSection = Player:NewSection("Player")
  89.  
  90. -- Ca un buton dar e un slider. adica deala de care tragi si se schimba valoarea. E pentru speed.
  91. PlayerSection:NewSlider("WalkSpeed", "Change your walkspeed to anything you want.", 500, 16, function(s) -- 500 (MaxValue) | 16 (MinValue)
  92.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  93. end)
  94.  
  95. -- La fel ca mai sus dar pentru jump power.
  96. PlayerSection:NewSlider("JumpPower", "Change your jumppower to anything you want.", 500, 50, function(s) -- 500 (MaxValue) | 50 (MinValue)
  97.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  98. end)
  99.  
  100. -- Puton sa resetezi jumppower si walkspeed
  101. PlayerSection:NewButton("Reset WalkSpeed and JumpPower", "Resets WalkSpeed and Jumppower back to normal", function()
  102.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  103.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  104. end)
  105.  
  106. -- Asta este toggle (adica pot sa il activez si sa il desactivez)
  107. PlayerSection:NewToggle("Super Human", "You get more walkspeed and jumppower.", function(state)
  108.     if state then
  109.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  110.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 140
  111.     else
  112.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  113.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  114.     end
  115. end)
  116.  
  117.  
  118. local Scripts = Window:NewTab("Scripts")
  119. local ScriptsSection = Scripts:NewSection("Credits")
  120.  
  121. -- Asta sa fie ca numele de sus adica Main:NewSection . A da asta este butonul.
  122. ScriptsSection:NewButton("Infinite Yield", "Activates Infinite Yield Admin.", function()
  123.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  124. end)
  125.  
  126. ScriptsSection:NewButton("Reset", "Resets your character.", function()
  127.     game.Players.LocalPlayer.Character.Head:Destroy()
  128. if game.Players.LocalPlayer.Character.Humanoid.Health < 5 then
  129.     local deathmanok = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").position
  130.     wait(1.5)
  131.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(deathmanok)
  132. end
  133. end)
  134.  
  135. ScriptsSection:NewButton("Rejoin", "Rejoins in the same server.", function()
  136.     local TeleportService = game:GetService("TeleportService")
  137. local Players = game:GetService("Players")
  138. local LocalPlayer = Players.LocalPlayer
  139.  
  140. local Rejoin = coroutine.create(function()
  141.     local Success, ErrorMessage = pcall(function()
  142.         TeleportService:Teleport(game.PlaceId, LocalPlayer)
  143.     end)
  144.  
  145.     if ErrorMessage and not Success then
  146.         warn(ErrorMessage)
  147.     end
  148. end)
  149.  
  150. coroutine.resume(Rejoin)
  151. end)
  152.  
  153. ScriptsSection:NewButton("Server Hop", "Changes the server.", function()
  154.     --Server Hop Script cr.Magma Hub Src
  155.     local PlaceID = game.PlaceId
  156.     local AllIDs = {}
  157.     local foundAnything = ""
  158.     local actualHour = os.date("!*t").hour
  159.     local Deleted = false
  160.     --[[
  161.     local File = pcall(function()
  162.         AllIDs = game:GetService('HttpService'):JSONDecode(readfile("NotSameServers.json"))
  163.     end)
  164.     if not File then
  165.         table.insert(AllIDs, actualHour)
  166.         writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
  167.     end
  168.     ]]
  169.     function TPReturner()
  170.         local Site;
  171.         if foundAnything == "" then
  172.             Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100'))
  173.         else
  174.             Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything))
  175.         end
  176.         local ID = ""
  177.         if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then
  178.             foundAnything = Site.nextPageCursor
  179.         end
  180.         local num = 0;
  181.         for i,v in pairs(Site.data) do
  182.             local Possible = true
  183.             ID = tostring(v.id)
  184.             if tonumber(v.maxPlayers) > tonumber(v.playing) then
  185.                 for _,Existing in pairs(AllIDs) do
  186.                     if num ~= 0 then
  187.                         if ID == tostring(Existing) then
  188.                             Possible = false
  189.                         end
  190.                     else
  191.                         if tonumber(actualHour) ~= tonumber(Existing) then
  192.                             local delFile = pcall(function()
  193.                                 -- delfile("NotSameServers.json")
  194.                                 AllIDs = {}
  195.                                 table.insert(AllIDs, actualHour)
  196.                             end)
  197.                         end
  198.                     end
  199.                     num = num + 1
  200.                 end
  201.                 if Possible == true then
  202.                     table.insert(AllIDs, ID)
  203.                     wait()
  204.                     pcall(function()
  205.                         -- writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
  206.                         wait()
  207.                         game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer)
  208.                     end)
  209.                     wait(4)
  210.                 end
  211.             end
  212.         end
  213.     end
  214.  
  215.     function Teleport()
  216.         while wait() do
  217.             pcall(function()
  218.                 TPReturner()
  219.                 if foundAnything ~= "" then
  220.                     TPReturner()
  221.                 end
  222.             end)
  223.         end
  224.     end
  225.  
  226.     Teleport()
  227. end)
  228.  
  229. ScriptsSection:NewButton("Anti Afk", "If you are afk you wont get kicked.", function()
  230.     wait(0.5)local ba=Instance.new("ScreenGui")
  231. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  232. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  233. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  234. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  235. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
  236. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0,1,1)
  237. ca.TextSize=22;da.Parent=ca
  238. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  239. da.Size=UDim2.new(0,370,0,107)_b.Parent=da
  240. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  241. _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Headshot#5868"
  242. _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
  243. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
  244. ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  245. ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  246. game:service'Players'.LocalPlayer.Idled:connect(function()
  247. bb:CaptureController()bb:ClickButton2(Vector2.new())
  248. ab.Text="Roblox kicked you but we didnt let them!"wait(2)ab.Text="Status : Active"end)
  249. end)
  250.  
  251. ScriptsSection:NewButton("Gravity gun", "You can control unanchored parts. Very buggy.", function()
  252.     loadstring(game:HttpGet("https://pastebin.com/raw/HBgahL6i"))()
  253. end)
  254.  
  255. ScriptsSection:NewButton("Low cpu usage", "You can consume low cpu but you have to back out.", function()
  256. _G.ShowUp = false --// Shows the gui above (Useful for games like TPT2)
  257. loadstring(game:HttpGet("https://raw.githubusercontent.com/Empire4946/roblox-gpu-saverBETTER/main/handler/main.txt"))()
  258. end)
  259.  
  260. local Info = Window:NewTab("Info")
  261. local InfoSection = Info:NewSection("Info")
  262.  
  263. InfoSection:NewLabel("Made by Cezar. Discord: Cezar#3685")
  264. InfoSection:NewLabel("Join discord for support and to give me suggestions")
  265. InfoSection:NewButton("Discord Invite", "Click To Copy The Discord Invite.", function()
  266.     setclipboard("https://discord.gg/xq3ggSMt5K")
  267.     toclipboard("https://discord.gg/xq3ggSMt5K")
  268. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement