0% found this document useful (0 votes)
53 views2 pages

Lawrencium Lua

Uploaded by

Honza Svoboda
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)
53 views2 pages

Lawrencium Lua

Uploaded by

Honza Svoboda
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/ 2

-- Load the Mercury library

local Mercury =
loadstring(game:HttpGet("https://raw.githubusercontent.com/deeeity/mercury-lib/
master/src.lua"))()

-- Create the GUI


local GUI = Mercury:Create{
Name = "Lawrencium",
Size = UDim2.fromOffset(600, 400),
Theme = Mercury.Themes.Dark,
}

-- Create the "main" tab


local TabMain = GUI:Tab{
Name = "main",
Icon = "rbxassetid://8569322835"
}

-- Create buttons inside the "main" tab


TabMain:Button{
Name = "Blank",
Description = nil,
Callback = function()
print("Blank button clicked")
end
}

TabMain:Button{
Name = "Solo Challenging Simulator",
Description = nil,
Callback = function()

game:GetService("ReplicatedStorage").Events.Rewards.GetRewardEvent:FireServer({1,99
e99})

game:GetService("ReplicatedStorage").Events.Rewards.GetRewardEvent:FireServer({2,ma
th.huge})

game:GetService("ReplicatedStorage").Events.Rewards.GetRewardEvent:FireServer({3,ma
th.huge})
end
}

TabMain:Button{
Name = "Blank 2",
Description = nil,
Callback = function()
print("Blank 2 button clicked")
end
}

TabMain:Button{
Name = "Blank 3",
Description = nil,
Callback = function()
print("Blank 3 button clicked")
end
}
-- Create the "Misc" tab
local TabMisc = GUI:Tab{
Name = "Misc",
Icon = "rbxassetid://8569322835"
}

-- Replace "Empty 1" with "Infinite Yield" button


TabMisc:Button{
Name = "Infinite Yield",
Description = nil,
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end
}

-- Create additional buttons in the "Misc" tab


TabMisc:Button{
Name = "Shader RTX",
Description = nil,
Callback = function()
loadstring(game:HttpGet(('https://pastefy.app/xXkUxA0P/raw'),true))()
end
}

TabMisc:Button{
Name = "FPS booster",
Description = nil,
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/
discord.gg-rips/main/FPSBooster.lua"))()
end
}

TabMisc:Button{
Name = "chat bypass",
Description = nil,
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Anonymous12131/
MenaceV2.1.-Best-bypasser/main/
obf_i7iAAH834YFQno0FLyuLPcNR5ouJrmvEFdtmXtF1C6u935ghB9DAFK5L3zgsPs6X.lua.txt'))()
end
}
TabMisc:Button{
Name = "chat bypass ",
Description = nil,
Callback = function()
local playerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
end
}

You might also like