Advertisement
hacimiks

Ocearium Lib

Apr 10th, 2024 (edited)
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.55 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/slf0Dev/Ocerium_Project/main/Library.lua"))()
  2. local Window = Library.Main("RemiAPE","LeftAlt") -- change "LeftAlt" to key that you want will hide gui
  3.  
  4.  
  5. local Tab = Window.NewTab("Main")
  6. local Section = Tab.NewSection("Auto Farm")
  7. local EnabledToggle = Section.NewToggle("Auto Win",function(bool)
  8.     _G.autowinfarm = bool;
  9.     while wait(.1) do
  10.         if _G.autowinfarm == true and  game.Players.LocalPlayer.Character and  game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  11.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-236, 180, 360, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  12.         end
  13.     end
  14. end)
  15.  
  16. local Section2 = Tab.NewSection("Other")
  17.  local EnabledToggle = Section2.NewToggle("Remove Fall Damage (Auto)", function(bool)
  18.     __G.NoFallDamage = bool;
  19.                             while wait(0.5) do
  20.                                     if _G.NoFallDamage == true then
  21.                             local FallDamageScript = (game.Players.LocalPlayer.Character ~= nil) and game.Players.LocalPlayer.Character:FindFirstChild("FallDamageScript") or nil
  22.                             if FallDamageScript then
  23.                             FallDamageScript:Destroy()
  24.                             end end end
  25.             end)
  26.  
  27. local EnabledToggle = Section2.NewToggle("Walk On Water", function(bool)
  28.     if bool == false then do game.Workspace.WaterLevel.CanCollide = false
  29.         game.Workspace.WaterLevel.Size = Vector3.new(10, 1, 10)
  30.     end
  31. end
  32.         if bool == true then do game.Workspace.WaterLevel.CanCollide = true
  33.             game.Workspace.WaterLevel.Size = Vector3.new(5000, 1, 5000)
  34.         end
  35.     end
  36. end)
  37.  
  38. local Button = Section2.NewButton("Remove Blizzard Ui", function()
  39.     game.Players.LocalPlayer.PlayerGui.BlizzardGui:destroy()
  40. end)
  41.  
  42. local Button = Section2.NewButton("Remove Sandstorm Ui", function()
  43.     game.Players.LocalPlayer.PlayerGui.SandStormGui:destroy()
  44. end)
  45.  
  46. local Section3 = Tab.NewSection("Gamepass")
  47. local EnabledToggle = Section3.NewToggle("Vote Map (Compass)", function(bool)
  48.     if bool == false then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = false
  49.     end
  50. end
  51.             if bool == true then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = true
  52.             end
  53.         end
  54.     end)
  55.  
  56. local Section4 = Tab.NewSection("Teleport")
  57. local Button = Section4.NewButton("Island", function(bool)
  58.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-123.5, 38.5, -27.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) --Game Island
  59. end)
  60.  
  61. local Button = Section4.NewButton("Island", function(bool)
  62.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-320, 170, 341, 1, 0, 0, 0, 1, 0, 0, 0, 1) --Spawn Tower
  63. end)
  64.  
  65. local Tab2 = Window.NewTab("Miscellaneous")
  66. local Section5 = Tab2.NewSection("Extras")
  67. local Button = Section5.NewButton("Infinite Yield", function()
  68.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  69. end)
  70.  
  71. local Button = Section5.NewButton("Mobile Keyboard", function()
  72.     loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  73. end)
  74.  
  75. local Button = Section5.NewButton("Fly Gui V3", function()
  76.     loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  77. end)
  78.  
  79. local Button = Section5.NewButton("Headless (Client)", function()
  80.     loadstring(game:HttpGet("https://pastebin.com/raw/um5UETpy"))()
  81. end)
  82.  
  83. local Section6 = Tab2.NewSection("Troll")
  84. local Button = Section6.NewButton("FE Universal Admin", function()
  85.     loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau'))()
  86. end)
  87.  
  88. local Button = Section6.NewButton("FE Server Crasher", function()
  89.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/FE-Server-Crash/main/source"))()
  90. end)
  91.  
  92. local Button = Section6.NewButton("FE Server Lagger", function()
  93.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/FE-server-lag/main/source"))()
  94. end)
  95.  
  96. local Button = Section6.NewButton("FE Admin Commands", function()
  97.     loadstring(game:HttpGet("https://raw.githubusercontent.com/JoeScriptHub/GrimEx-Admin/main/GrimEx%20Admin"))()
  98. end)
  99.  
  100. local Section7 = Tab2.NewSection("Universal Esp")
  101. local Button = Section7.NewButton("Lightux Esp", function()
  102.     loadstring(game:HttpGet('https://pastebin.com/raw/3cKjwUCG'))()
  103. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement