0% found this document useful (0 votes)
88 views34 pages

Main Lua

Uploaded by

dihshibih
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views34 pages

Main Lua

Uploaded by

dihshibih
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 34

local Rayfield = loadstring(game:HttpGet('https://sirius.

menu/rayfield'))()

local Window = Rayfield:CreateWindow({


Name = "Liberty stories",
LoadingTitle = "Example hub",
LoadingSubtitle = "by L5ive",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "youtubeexamplehub"
},
Discord = {
Enabled = false,
Invite = "noinvitelink", -- The Discord invite code, do not include
discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every
time they load it up
},
KeySystem = false, -- Set this to true to use our key system
KeySettings = {
Title = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided",
FileName = "Key", -- It is recommended to use something unique as other
scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key,
they will be unable to use your script
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site
you would like Rayfield to get the key from
Key = {"Hello"} -- List of keys that will be accepted by the system, can be
RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})

local MainTab = Window:CreateTab("Home", nil) -- Title, Image


local MainSection = MainTab:CreateSection("main")

Rayfield:Notify({
Title = "you executed the script",
Content = "very good gui",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})

local Button = MainTab:CreateButton({


Name = "cash spawner",
Callback = function()
local OrionLib =
loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/
source')))()
local Window = OrionLib:MakeWindow({Name = "PROJECT NOTHING", HidePremium = false,
SaveConfig = true, ConfigFolder = "OrionTest", IntroText = "PROJECT NOTHING"})

--[[
Name = <string> - The name of the UI.
HidePremium = <bool> - Whether or not the user details shows Premium status or not.
SaveConfig = <bool> - Toggles the config saving in the UI.
ConfigFolder = <string> - The name of the folder where the configs are saved.
IntroEnabled = <bool> - Whether or not to show the intro animation.
IntroText = <string> - Text to show in the intro animation.
IntroIcon = <string> - URL to the image you want to use in the intro animation.
Icon = <string> - URL to the image you want displayed on the window.
CloseCallback = <function> - Function to execute when the window is closed.
]]
local Tab = Window:MakeTab({
Name = "LEGEND OF SPEED",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "auto reberth",
Callback = function()
function O()
local args = {
[1] = "rebirthRequest"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("rebirthE
vent"):FireServer(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000.1)
O()
end
O()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]

Tab:AddButton({
Name = "Auto Collect Orbs",
Callback = function()
function l()
local args = {
[1] = "collectOrb",
[2] = "Red Orb",
[3] = "City"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent
"):FireServer(unpack(args))
local args = {
[1] = "collectOrb",
[2] = "Blue Orb",
[3] = "City"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent
"):FireServer(unpack(args))
local args = {
[1] = "collectOrb",
[2] = "Yellow Orb",
[3] = "City"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent
"):FireServer(unpack(args))
local args = {
[1] = "collectOrb",
[2] = "Orange Orb",
[3] = "City"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent
"):FireServer(unpack(args))
wait(0.0000001)
l()
end
l()
end
})

Tab:AddButton({
Name = "Auto Collect Gems",
Callback = function()
function o()
local args = {
[1] = "collectOrb",
[2] = "Gem",
[3] = "City"
}

game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent
"):FireServer(unpack(args))

wait(0.000000000000000000000000000000000000000000000000000000000000000000000000001)
o()
end
o()
end
})

Tab:AddButton({
Name = "Autoracer/farmer + Fake Steps, etc+",
Callback = function()
--[[WARNING: Heads up! This script has not been verified by ScriptBlox. Use
at your own risk!]]loadstring(game:HttpGet('https://raw.githubusercontent.com/
StupidProAArsenal/main/main/Legenos%20of%20speedos'))()
end
})

Tab:AddButton({
Name = "Project Nothing",
Callback = function()
local VLib = was
end
})
-- Variáveis
getgenv().AutoOrb = true
getgenv().AutoRebirth = true
getgenv().AutoGem = true
getgenv().AutoEgg = true
getgenv().Egg = "Yellow Crystal"
getgenv().BugPet = true
getgenv().AutoHoop = true
local Player = game:GetService("Players").LocalPlayer

-- Funções
function AutoOrb()
while getgenv().AutoOrb == true do

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")
game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")
game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb", "Red
Orb", "City")
wait()
end
end

function AutoGem()
while getgenv().AutoGem == true do

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Gem", "City")
wait()
end
end

function AutoRebirth()
while getgenv().AutoRebirth == true do

game:GetService("ReplicatedStorage").rEvents.rebirthEvent:FireServer("rebirthReques
t")
wait()
end
end

function BugPet()
while getgenv().BugPet == true do

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")
game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")
game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer("collectOrb",
"Yellow Orb", "City")

game:GetService("ReplicatedStorage").rEvents.rebirthEvent:FireServer("rebirthReques
t")
wait(0.1)
end
end

-- Body
local FarmTab = Window:MakeTab({
Name = "AUTO FARM LOS",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local TeleportTab = Window:MakeTab({


Name = "TELEPORTS LOS",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local EggTab = Window:MakeTab({


Name = "PETS LOS",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local MiscTab = Window:MakeTab({


Name = "MISC LOS",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

-- Toggles
FarmTab:AddToggle({
Name = "Auto Orb",
Default = false,
Callback = function(Value)
getgenv().AutoOrb = Value
AutoOrb()
end
})

FarmTab:AddToggle({
Name = "Auto Hoop",
Default = false,
Callback = function(Value)
getgenv().AutoHoop = Value
spawn(function()
while getgenv().AutoHoop == true do
for i, v in
pairs(game:GetService("Workspace").Hoops:GetChildren()) do
firetouchinterest(v,
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, 0)
wait()
firetouchinterest(v,
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, 1)
end
end
end)
end
})

FarmTab:AddToggle({
Name = "Auto Gem",
Default = false,
Callback = function(Value)
getgenv().AutoGem = Value
AutoGem()
end
})

MiscTab:AddToggle({
Name = "Auto Rebirth",
Default = false,
Callback = function(Value)
getgenv().AutoRebirth = Value
AutoRebirth()
end
})

EggTab:AddToggle({
Name = "Auto Egg",
Default = false,
Callback = function(Value)
function Egg()
while getgenv().AutoEgg == true do

game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer("openCr
ystal", getgenv().Egg)
wait()
end
end

getgenv().AutoEgg = Value
Egg()
end
})

EggTab:AddToggle({
Name = "Bug Pet",
Default = false,
Callback = function(Value)
getgenv().BugPet = Value
BugPet()
end
})

-- Buttons
TeleportTab:AddButton({
Name = "Highway Legends",
Callback = function()
local plr = game.Players.LocalPlayer
local char = plr.Character
char.HumanoidRootPart.CFrame = CFrame.new(3682.60254, 71.5308151,
5592.50879, -0.0193620101, 3.62180188e-08, -0.999812543, 4.99353519e-08, 1,
3.52577771e-08, 0.999812543, -4.92433294e-08, -0.0193620101)
end
})

TeleportTab:AddButton({
Name = "Snow City",
Callback = function()
local plr = game.Players.LocalPlayer
local char = plr.Character
char.HumanoidRootPart.CFrame = CFrame.new(-866.386841, 4.00088787,
2165.70654, -0.499959469, -9.93534854e-08, -0.866048813, -4.44803661e-08, 1, -
8.90424445e-08, 0.866048813, -5.99544503e-09, -0.499959469)
end
})

TeleportTab:AddButton({
Name = "Magma City",
Callback = function()
local plr = game.Players.LocalPlayer
local char = plr.Character
char.HumanoidRootPart.CFrame = CFrame.new(1616.82739, 4.05089617,
4330.65283, 7.86637156e-06, -4.15036254e-08, -1, -6.3789912e-08, 1, -4.15041264e-
08, 1, 6.37902389e-08, 7.86637156e-06)
end
})

TeleportTab:AddButton({
Name = "City",
Callback = function()
local plr = game.Players.LocalPlayer
local char = plr.Character
char.HumanoidRootPart.CFrame = CFrame.new(-537.767456, 3.95088959,
386.226837, 1, 0, 0, 0, 1, 0, 0, 0, 1)
end
})

-- Dropdowns
EggTab:AddDropdown({
Name = "Select Egg",
Default = "Yellow Crystal",
Options = {"Yellow Crystal", "Blue Crystal", "Red Crystal", "Lightning Crystal",
"Inferno Crystal", "Lava Crystal", "Snow Crystal", "Electro Legends Crystal",
"Space Crystal", "Alien Crystal", "Electro Crystal", "Desert Crystal"},
Callback = function(Value)
getgenv().Egg = Value
end
})
local Tab = Window:MakeTab({
Name = "DOORS",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "OPEN VYNIXIUS HUB SCRIPT (ROOMS + DOORS)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/
Vynixius/main/Doors/Script.lua"))()
end
})
Tab:AddButton({
Name = "OPEN MSDOORS SCRIPT (ROOMS + DOORS)",
Callback = function()
loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/
MSDOORS/main/MSDOORS.lua"),true))()
end
})
Tab:AddButton({
Name = "OPEN VERY OP SCRIPT (INF KNOBS +)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/sponguss/Doors-
Entity-Replicator/main/source.lua"))()
end
})
Tab:AddButton({
Name = "OPEN POOPDOORS V0.1 (ORGINAL)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
bypassspeed100/main/op%20script"))()
end
})
Tab:AddButton({
Name = "OPEN MORPHS SCRIPT (KINDA BAD WILL UPDATE)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/ChronoAccelerator/
Public-Scripts/main/Morphing/MorphScript.lua"))();
end
})
Tab:AddButton({
Name = "OPEN ENTITY SPAWNER SCRIPT",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/
UtilitiesHub/main/UtilitiesGUI'))()
end
})
Tab:AddButton({
Name = "OPEN BYPASSER SCRIPT",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/weszek/Doors/
main/Doors%20by'))()
end
})
Tab:AddButton({
Name = "OPEN FREE TABLET SCRIPT",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/
Scripts/main/Scanner.lua'))()
end
})
Tab:AddButton({
Name = "TABLET IN RIFT",
Callback = function()
loadstring(game:HttpGet('https://pastebin.com/raw/bucRxAMi'))()
end
})
Tab:AddButton({
Name = "OPEN MAYHEM MODE SCRIPT",
Callback = function()
loadstring(game:HttpGet("https://github.com/HollowedOutMods/MayhemMode/
blob/main/loader.lua?raw=true"))()
end
})
Tab:AddButton({
Name = "NEVER BE KICKED FROM GAME",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/gsxvWvnj"))()
end
})
Tab:AddButton({
Name = "INFINTE YEILD",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source"))()
end
})
Tab:AddButton({
Name = "FLOOR 2 TEXTURES",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/iCherryKardes/
Doors/main/Floor%202%20Mod"))()
end
})
Tab:AddButton({
Name = "HARDCORE MODE",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/Doors-
Hardcore-/main/Doors%20Hardcore"))()
end
})
Tab:AddButton({
Name = "FREE CRUCIFIX (PLAYER SPAWNED)",
Callback = function()
_G.Uses = 1 _G.Range = 30
loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/
Crucifix/main/Crucifix.lua'))()
end
})
Tab:AddButton({
Name = "A-1000 AUTOWALK",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/DaRealGeo/
roblox/master/rooms-autowalk"))()
end
})
Tab:AddButton({
Name = "TERMINALVIBES HUB (KINDA GOOD)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/OminousVibes-
Exploit/Scripts/main/doors/loadstring.lua"))()
end
})
Tab:AddButton({
Name = "IMPOSSIBLE MODE",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/CKBP3r47"))()
end
})
Tab:AddButton({
Name = "ALL PLUSHIES GUI",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/s21b8TkT", true))()
end
})
Tab:AddButton({
Name = "NERD HACK (AUTO HIDE +)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-
Hack/main/FullDoorsGuiHack_Done.lua", true))()
end
})
Tab:AddButton({
Name = "10+ SCRIPTS IN ONE GUI",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/UltraStuff/
scripts2/main/doors"))()
end
})
Tab:AddButton({
Name = "OPEN DOORS EARLY",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/Doors-
Godmode/main/op"))()
end
})
Tab:AddButton({
Name = "INF USE CRUCIFIX",
Callback = function()

loadstring(game:HttpGet('https://raw.githubusercontent.com/DoorsCoolScripts/INF-
Crucifix/main/op'))()
end
})
Tab:AddButton({
Name = "DOORS FLOOR 2 (VERY HARD)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
FloorSpoof/main/Floor2Spoof"))()
end
})
Tab:AddButton({
Name = "FREE SHEARS (CAN BREAK GAME)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
Shears/main/op"))()
end
})
Tab:AddButton({
Name = "SHEARS IN RIFT (CAN BREAK GAME)",
Callback = function()
loadstring(game:HttpGet("https://github.com/CreckHub/main-
Scripts/raw/main/shears.lua"))()
end
})
Tab:AddButton({
Name = "GET A GUN",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/doors-
gun/main/gun"))()
end
})
Tab:AddButton({
Name = "BECOME TINY",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/small-
doors/main/op%20script"))()
end
})
Tab:AddButton({
Name = "ULTRA VITAMINS (DRUGS)",
Callback = function()

loadstring(game:HttpGet('https://raw.githubusercontent.com/DoorsCoolScripts/god-
vitamins/main/op%20script'))()
end
})
Tab:AddButton({
Name = "KILL YOURSELF",
Callback = function()
game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
end
})
Tab:AddButton({
Name = "CRUCIFIX ON EVERYTHING (Q + LEFT CLICK)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
crucifixonall/main/op%20script"))()
end
})
Tab:AddButton({
Name = "BANANA THROW (FE SUPER HARD MODE)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
BananaThrow/main/Op"))()
end
})
Tab:AddButton({
Name = "BANANA GUN (FE SUPER HARD MODE)",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
end
})
Tab:AddButton({
Name = "HOLY HAND GERNADE ON EVERYTHING",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/x0YVrBkd", true))()
end
})
Tab:AddButton({
Name = "GERNADE ON EVERYTHING",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/zeFBYYy9", true))()
end
})
Tab:AddButton({
Name = "REMOVE BANANAS AND JEFF",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/
Scripts/main/April%20Fools%20Helper.lua", true))()
end
})
Tab:AddButton({
Name = "TURN HOLY HAND GERNADE INTO REAL GERNADE",
Callback = function()
game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function()
if
game.Players.LocalPlayer.Backpack:FindFirstChild("HolyGrenade") then
local HolyGrenade =
game.Players.LocalPlayer.Backpack.HolyGrenade
local Grenade = game:GetObjects("rbxassetid://431532934")
[1]
local Weld = Instance.new("Weld")

HolyGrenade.Handle.Transparency = 1
HolyGrenade.TextureId = "http://www.roblox.com/asset/?
id=913025958"
HolyGrenade.Handle.sound_open.SoundId =
"rbxassetid://5699659105"

Grenade.Parent = HolyGrenade
Grenade.CanCollide = false
Grenade.Anchored = false
Grenade.Size = Vector3.new(1, 1, 1)

Weld.Parent = Grenade
Weld.Part0 = Grenade
Weld.Part1 = HolyGrenade.Handle
end
end)
end
})
Tab:AddButton({
Name = "BECOME PARTLY BLIND (PATCHED)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/
Scripts/main/Blind.lua"))()
end
})
Tab:AddButton({
Name = "TURN SCREECH INTO HAPPY MEAL",
Callback = function()
local Screech = game:GetObjects("rbxassetid://13046474650")[1]
Screech.Parent = game:GetService("ReplicatedStorage"):WaitForChild("Entities")
game:GetService("Debris"):AddItem(game:GetService("ReplicatedStorage"):WaitForChild
("Entities").Screech, 0)
end
})
Tab:AddButton({
Name = "GET CHICKEN ITEM",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/
Scripts/main/Chicken%20Item.lua"))()
end
})
Tab:AddButton({
Name = "GET PURPLE FLASHLIGHT",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/
main/Purple%20Flashlight"))()
end
})
Tab:AddButton({
Name = "GET A FLASHLIGHT",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/
main/Normal%20Flashlight"))()
end
})
Tab:AddButton({
Name = "DEATH + KNOBS FARMER (EXECUTE ABOVE DOOR 30-40 FOR KNOBS)",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/
main/Doors%20Death%20Farmer"))()
end
})
Tab:AddButton({
Name = "MAXWELL CAT PLUSHIE",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/
main/Maxwell%20Plushie"))()
end
})
Tab:AddButton({
Name = "AUTO SWITCH DISPLAY ACHEIVEMENTS",
Callback = function()
local list = require(game:GetService("ReplicatedStorage").Achievements)
while task.wait() do
for i,v in pairs(list) do

game:GetService("ReplicatedStorage").EntityInfo.FlexAchievement:FireServer(i)
end
end
end
})
Tab:AddButton({
Name = "GET JEFF THE KILLER PLUSHIE",
Callback = function()
local tool = game:GetObjects("rbxassetid://13069619857")[1]
tool.Parent = game.Players.LocalPlayer.Backpack
end
})
Tab:AddButton({
Name = "FE JACK SPAMMER (MIGHT NEED ANTICHEAT BYPASS)",
Callback = function()
loadstring(game:HttpGet('https://pastebin.com/raw/hyay9T8n'))()
end
})
Tab:AddButton({
Name = "BIRTHDAY MODE",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/
BirthdayModeDOORS/main/BirthdayModeScript'))()
end
})
Tab:AddButton({
Name = "5 KNOB TABLET IN STARTER SHOP",
Callback = function()
_G.UpdateStars = true -- stars disappear after picking up a
book/breaker pole | false: a little lag
_G.OnShop = true -- can buy on pre run shop
_G.Price = 5 -- tablet price on shop
_G.Description = "Stole This Tablet From A Six Year Old. I Think He's
Mad😂" -- tablet description on shop

loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/
Scripts/main/Scanner.lua'))()
end
})
Tab:AddButton({
Name = "LAZER GUN",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/
main/Laser%20Gun"))()
end
})
Tab:AddButton({
Name = "BETTER BANANA GUN (only synapse x)",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
end
})
Tab:AddButton({
Name = "ADD GUNS ON DOOR 0 NEXT TO KEY!",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/DoorsCoolScripts/
doorsgun0/main/op%20script"))()
end
})
Tab:AddButton({
Name = "ADD SWORD IN STARTER SHOP (5 KNOBS)",
Callback = function()
local Functions =
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/
Utilities/main/Functions.lua"))()
local CustomShop =
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/
Utilities/main/Doors/Custom%20Shop%20Items/Source.lua"))()

local exampleTool = LoadCustomInstance("rbxassetid://47433")

CustomShop.CreateItem(exampleTool, {
Title = "Sword",
Desc = "It slices, it dices.",
Image = "https://tr.rbxcdn.com/0c57ae9f8f02ff45adf3ddff6710b33a/420/420/Model/
Png",
Price = 5,
Stack = 1,
})
end
})
Tab:AddButton({
Name = "CHICKEN MOD",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/
Scripts/main/Chicken%20Mod.lua", true))()
end
})
Tab:AddLabel("None Of The Starter Shop Items Will Affect Your Knobs!")
Tab:AddButton({
Name = "DESTORY GUI",
Callback = function()
OrionLib:Destroy()
end
})
--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
local Tab = Window:MakeTab({
Name = "JAIL BREAK",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "make it auto say damm",
Callback = function()
function dam()
local args = {
[1] = "the HELL",
[2] = "All"
}

game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):Wa
itForChild("SayMessageRequest"):FireServer(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000.9)
dam()
end
dam()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
Tab:AddBind({
Name = "spawn volt",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()

end
})
Tab:AddBind({
Name = "custimize",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()

game:GetService("ReplicatedStorage"):WaitForChild("GarageLoadLastSelection"):FireSe
rver()

end
})

--[[
Name = <string> - The name of the bind.
Default = <keycode> - The default value of the bind.
Hold = <bool> - Makes the bind work like: Holding the key > The bind returns true,
Not holding the key > Bind returns false.
Callback = <function> - The function of the bind.
]]
--[[
Name = <string> - The name of the bind.
Default = <keycode> - The default value of the bind.
Hold = <bool> - Makes the bind work like: Holding the key > The bind returns true,
Not holding the key > Bind returns false.
Callback = <function> - The function of the bind.
]]
Tab:AddBind({
Name = "Spawn labo",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()
local args={
[1]="Chassis",
[2]="Lamborghini"
}

game:GetService("ReplicatedStorage"):WaitForChild("GarageSpawnVehicle"):FireServer(
unpack(args))
end
})

--[[
Name = <string> - The name of the bind.
Default = <keycode> - The default value of the bind.
Hold = <bool> - Makes the bind work like: Holding the key > The bind returns true,
Not holding the key > Bind returns false.
Callback = <function> - The function of the bind.
]]
Tab:AddButton({
Name = "AUTO ROB SCRIPT (MIGHT BE BANABLE)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Pxsta72/
ProjectAuto/main/free"))()

end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]

Tab:AddBind({
Name = "spawn tesla",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()
local args = {[1] = "Chassis", [2] = "Model3"}
game:GetService("ReplicatedStorage"):WaitForChild("GarageSpawnVehicle"):FireServer(
unpack(args))

end
})
Tab:AddButton({
Name = "SENSATION HUB (WAY TOO OP)",
Callback = function()
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/
730854e5b6499ee91deb1080e8e12ae3.lua"))()
end
})

--[[
Name = <string> - The name of the bind.
Default = <keycode> - The default value of the bind.
Hold = <bool> - Makes the bind work like: Holding the key > The bind returns true,
Not holding the key > Bind returns false.
Callback = <function> - The function of the bind.
]]
--[[
Name = <string> - The name of the bind.
Default = <keycode> - The default value of the bind.
Hold = <bool> - Makes the bind work like: Holding the key > The bind returns true,
Not holding the key > Bind returns false.
Callback = <function> - The function of the bind.
]]
--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "SILENT AIM + WALLBANG",
Callback = function()
getgenv().toggled = true --/ true & f1alse

getgenv().old = getgenv().old or
require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList

if getgenv().toggled then

require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList = function(...)
local nearestDistance, nearestEnemy = 1000, nil
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Team ~= game:GetService("Players").LocalPlayer.Team and
v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
if (v.Character.HumanoidRootPart.Position -
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitu
de < nearestDistance then
nearestDistance, nearestEnemy =
(v.Character.HumanoidRootPart.Position -
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitu
de, v
end
end
end
local arg = {old(...)}
if (tostring(getfenv(2).script) == "BulletEmitter" or
tostring(getfenv(2).script) == "Taser") and nearestEnemy then
arg[1] = nearestEnemy.Character.HumanoidRootPart
arg[2] = nearestEnemy.Character.HumanoidRootPart.Position
end
return unpack(arg)
end
else

require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList = getgenv().old
end
end
})
Tab:AddButton({
Name = "SILENT AIM + WALLBANG (OFF)",
Callback = function()
getgenv().toggled = false --/ true & f1alse

getgenv().old = getgenv().old or
require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList

if getgenv().toggled then

require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList = function(...)
local nearestDistance, nearestEnemy = 1000, nil
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Team ~= game:GetService("Players").LocalPlayer.Team and
v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
if (v.Character.HumanoidRootPart.Position -
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitu
de < nearestDistance then
nearestDistance, nearestEnemy =
(v.Character.HumanoidRootPart.Position -
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitu
de, v
end
end
end
local arg = {old(...)}
if (tostring(getfenv(2).script) == "BulletEmitter" or
tostring(getfenv(2).script) == "Taser") and nearestEnemy then
arg[1] = nearestEnemy.Character.HumanoidRootPart
arg[2] = nearestEnemy.Character.HumanoidRootPart.Position
end
return unpack(arg)
end
else

require(game:GetService("ReplicatedStorage").Module.RayCast).RayIgnoreNonCollideWit
hIgnoreList = getgenv().old
end
end
})
local Tab = Window:MakeTab({
Name = "GLIDE SIM",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

Tab:AddButton({
Name = "+1M SPEED (LIGHTNING)",
Callback = function()
local a = 1000000
for i = 1,a do
game:GetService("ReplicatedStorage").Remote.Event.Game:FindFirstChild("[C-
S]PlayerPick"):FireServer(1)
end
end
})

_G.RunningAutoFarm = true

function pooerpe()
while _G.RunningAutoFarm == true do
game:GetService("ReplicatedStorage").Remote.Event.Game:FindFirstChild("[C-
S]PlayerPick"):FireServer(50)
wait(0.0000001)
end
end

Tab:AddToggle({
Name = "QUICK SPEED AFK AUTO FARM",
Defualt = false,
Callback = function(Value)
_G.RunningAutoFarm = Value
pooerpe()
end
})
Tab:AddButton({
Name = "+10K SPEED",
Callback = function()
local a = 10000
for i = 1,a do
game:GetService("ReplicatedStorage").Remote.Event.Game:FindFirstChild("[C-
S]PlayerPick"):FireServer(1)
end
end
})
Tab:AddButton({
Name = "+1 SPEED",
Callback = function()
game:GetService("ReplicatedStorage").Remote.Event.Game:FindFirstChild("[C-
S]PlayerPick"):FireServer(1)
end
})
Tab:AddButton({
Name = "SLOWER AUTOFARM (LESS CHANCE OF BAN)",
Callback = function()
function l() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(-2.90702939, 181.860809, 11.6168785, -0.999289513, 0.00669043371,
0.0370909795, -1.2993616e-08, 0.984118164, -0.177514598, -0.0376895554, -
0.177388474, -0.983418941) wait(120) l() end l()
end
})
Tab:AddLabel("Or Just Use The Built In Auto-Fly To Not Get Ban!")

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
local Tab = Window:MakeTab({
Name = "RACE CLICKER",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "AUTO FARM",
Callback = function()
function opp()

game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("Knit"):
WaitForChild("Services"):WaitForChild("ClickService"):WaitForChild("RF"):WaitForChi
ld("Click"):InvokeServer()
wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
0.1)
opp()
end
opp()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "GLOBE",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "spam text",
Callback = function()
function text()
local args = {
[1] = "Use project nothings script you can find it on
my discord",
[2] = "All"
}

game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):Wa
itForChild("SayMessageRequest"):FireServer(unpack(args))
wait(.1)
text()
end
text()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "INFINITE YEILD (1M+ GAMES)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source"))()
end
})
Tab:AddButton({
Name = "OWL HUB (50+ GAMES)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/
OwlHub/master/OwlHub.txt"))()
end
})
local Tab = Window:MakeTab({
Name = "LIFTING SIM",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "Auto Farm Script",
Callback = function()
loadstring(game:HttpGetAsync('https://rentry.co/46649/raw'))()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "BLOXBURG",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "AUTO FARM SCRIPT BANABLE",
Callback = function()
loadstring(game:HttpGet("https://luxhub.cc/script.lua"))()

end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "+1 fat every second (COULD BE BANABLE!)",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "AUTO COLLECT MEAT",
Callback = function()
function boo()
local args = {
[1] = {
["TYPE"] = "Meat",
["POSITION"] = Vector3.new(-33,
919.8671264648438, 46),
["UID"] = "e9be5df7-f0f8-4ac5-afd2-
062559954b21"
}
}

game:GetService("ReplicatedStorage"):WaitForChild("COLLECT"):WaitForChild("FUNCTION
"):InvokeServer(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000.1)
boo()
end
boo()
end
})
--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "+1 money every click",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "Auto clicker",
Callback = function()
function M()
game:GetService("ReplicatedStorage"):WaitForChild("events-
shared/network@GlobalEvents"):WaitForChild("placeBlock"):FireServer()

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000.1)
M()
end
M()
end
})

_G.WhatEggUsing = "string"
Tab:AddDropdown({
Name = "Dropdown",
Default = "1",
Options = {"Grass Egg", "Stone Egg", "Cactus Egg", "Sandstone Egg", "Snowman
Egg", "Ice Egg"},
Callback = function(Value)
_G.WhatEggUsing = Value
end
})
Tab:AddButton({
Name = "Button!",
Callback = function()
if _G.WhatEggUsing == "Grass Egg" then
local args = {
[1] = 0,
[2] = "Grass Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Stone Egg" then
local args = {
[1] = 0,
[2] = "Stone Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Cactus Egg" then
local args = {
[1] = 0,
[2] = "Cactus Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Sandstone Egg" then
local args = {
[1] = 0,
[2] = "Sandstone Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Snowman Egg" then
local args = {
[1] = 0,
[2] = "Snowman Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Ice Egg" then
local args = {
[1] = 0,
[2] = "Ice Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
end
})

_G.autoopenegg = false

function autoopenegg()
while _G.autoopenegg == true do
if _G.WhatEggUsing == "Grass Egg" then
local args = {
[1] = 0,
[2] = "Grass Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Stone Egg" then
local args = {
[1] = 0,
[2] = "Stone Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Cactus Egg" then
local args = {
[1] = 0,
[2] = "Cactus Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Sandstone Egg" then
local args = {
[1] = 0,
[2] = "Sandstone Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Snowman Egg" then
local args = {
[1] = 0,
[2] = "Snowman Egg"
}
game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
if _G.WhatEggUsing == "Ice Egg" then
local args = {
[1] = 0,
[2] = "Ice Egg"
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:openEgg"):FireServer(unpack(args))
end
wait(1)
autoopenegg()
end
end

Tab:AddToggle({
Name = "Auto Open Egg Selected",
Default = false,
Callback = function(Value)
_G.autoopenegg = Value
autoopenegg()
end
})
--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
Tab:AddButton({
Name = "auto reberth",
Callback = function()
function auto()
local args = {
[1] = 5
}

game:GetService("ReplicatedStorage"):WaitForChild("functions-shared/
network@GlobalFunctions"):WaitForChild("s:rebirth"):FireServer(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000.1)
auto()
end
auto()
end

})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "ARM LIFTING SIM",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "niga legen",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "auto click",
Callback = function()
function you()
local args = {
[1] = "swingKatana"
}

game:GetService("Players").LocalPlayer:WaitForChild("ninjaEvent"):FireServer(unpack
(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000.1)
you()
end
you()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "ARM WRESSAL",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "AUTO POEN THIS EGG",
Callback = function()
function bhg()
local args = {
[1] = "Icy",
[2] = {},
[4] = false
}

game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"
):WaitForChild("sleitnick_knit@1.4.7"):WaitForChild("knit"):WaitForChild("Services"
):WaitForChild("EggService"):WaitForChild("RF"):WaitForChild("purchaseEgg"):InvokeS
erver(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000.1)
bhg()
end
bhg()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]
local Tab = Window:MakeTab({
Name = "brain sim",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = <string> - The name of the tab.
Icon = <string> - The icon of the tab.
PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
]]
Tab:AddButton({
Name = "auto clicker",
Callback = function()
function cli()
local args = {
[1] = "Green Book"
}

game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BookClic
ked"):FireServer(unpack(args))

wait(000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
.1)
cli()
end
cli()
end
})

--[[
Name = <string> - The name of the button.
Callback = <function> - The function of the button.
]]

end,
})

You might also like