d
<p>--[[<br />
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!<br />
]]<br />
local gui = Instance.new("ScreenGui", game.CoreGui)</p>
<p><br />
local main = Instance.new("Frame")<br />
main.Size = UDim2.new(0.33, 0, 0.7, 0)<br />
main.Position = UDim2.new(0.01, 0, 0.2, 0)<br />
main.BackgroundColor3 = Color3.new(0, 0, 0)<br />
main.BorderColor3 = Color3.new(1, 0, 0)<br />
main.BorderSizePixel = 3<br />
main.Active = true<br />
main.BackgroundTransparency = 0 <br />
main.Draggable = false<br />
main.Parent = gui</p>
<p><br />
local l = Instance.new("TextLabel")<br />
l.Size = UDim2.new(0.33, 0, 0.08, 0)<br />
l.Position = UDim2.new(0.01, 0, 0.11, 0)<br />
l.BackgroundColor3 = Color3.new(0, 0, 0)<br />
l.BorderColor3 = Color3.new(1, 0, 0)<br />
l.BorderSizePixel = 3<br />
l.Text = "c00lgui Cryptic by NotaPlayer214"<br />
l.BackgroundTransparency = 0 <br />
l.TextColor3 = Color3.new(255, 255, 255)<br />
l.Font = Enum.Font.SourceSans<br />
l.Parent = gui<br />
l.TextScaled = true</p>
<p>local bt1 = Instance.new("TextButton")<br />
bt1.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
bt1.Position = UDim2.new(0.00, 0, 0.0, 0)<br />
bt1.BackgroundColor3 = Color3.new(0, 0, 0)<br />
bt1.BorderColor3 = Color3.new(1, 0, 0)<br />
bt1.BorderSizePixel = 3<br />
bt1.Text = "Floating Pad"<br />
bt1.BackgroundTransparency = 0 <br />
bt1.TextColor3 = Color3.new(255, 255, 255)<br />
bt1.Font = Enum.Font.SourceSans<br />
bt1.Parent = main<br />
bt1.TextScaled = true<br />
bt1.MouseButton1Down:Connect(function()<br />
local name = game.Players.LocalPlayer.Name</p>
<p> local p = Instance.new("Part")<br />
p.Parent = workspace<br />
p.Locked = true<br />
p.BrickColor = BrickColor.new("White")<br />
p.BrickColor = BrickColor.new(104)<br />
p.Size = Vector3.new(8, 1.2, 8)<br />
p.Anchored = true<br />
local m = Instance.new("CylinderMesh")<br />
m.Scale = Vector3.new(1, 0.5, 1)<br />
m.Parent = p<br />
while true do<br />
p.CFrame = CFrame.new(game.Players:findFirstChild(name).Character.Torso.CFrame.x, game.Players:findFirstChild(name).Character.Torso.CFrame.y - 4, game.Players:findFirstChild(name).Character.Torso.CFrame.z)<br />
wait()<br />
end<br />
end)<br />
local fg = Instance.new("TextButton")<br />
fg.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
fg.Position = UDim2.new(0.35, 0, 0.0, 0)<br />
fg.BackgroundColor3 = Color3.new(0, 0, 0)<br />
fg.BorderColor3 = Color3.new(1, 0, 0)<br />
fg.BorderSizePixel = 3<br />
fg.Text = "Fly Gui"<br />
fg.BackgroundTransparency = 0 <br />
fg.TextColor3 = Color3.new(255, 255, 255)<br />
fg.Font = Enum.Font.SourceSans<br />
fg.Parent = main<br />
fg.TextScaled = true<br />
fg.MouseButton1Down:Connect(function()<br />
loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()<br />
end)<br />
local pc = Instance.new("TextButton")<br />
pc.Size = UDim2.new(0.3, 0, 0.1, 0)<br />
pc.Position = UDim2.new(0.7, 0, 0.0, 0)<br />
pc.BackgroundColor3 = Color3.new(0, 0, 0)<br />
pc.BorderColor3 = Color3.new(1, 0, 0)<br />
pc.BorderSizePixel = 3<br />
pc.Text = "Punch Script"<br />
pc.BackgroundTransparency = 0 <br />
pc.TextColor3 = Color3.new(255, 255, 255)<br />
pc.Font = Enum.Font.SourceSans<br />
pc.Parent = main<br />
pc.TextScaled = true<br />
pc.MouseButton1Down:Connect(function()<br />
loadstring(game:HttpGet("https://raw.githubusercontent.com/fedoratums/Base-Script/Base-Script/fedoratum punch fling",true))()<br />
end)<br />
local pp = Instance.new("TextButton")<br />
pp.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
pp.Position = UDim2.new(0.0, 0, 0.12, 0)<br />
pp.BackgroundColor3 = Color3.new(0, 0, 0)<br />
pp.BorderColor3 = Color3.new(1, 0, 0)<br />
pp.BorderSizePixel = 3<br />
pp.Text = "Pizza Place Teams"<br />
pp.BackgroundTransparency = 0 <br />
pp.TextColor3 = Color3.new(255, 255, 255)<br />
pp.Font = Enum.Font.SourceSans<br />
pp.Parent = main<br />
pp.TextScaled = true<br />
pp.MouseButton1Down:Connect(function()<br />
for i = 1, 900 do<br />
local args = {<br />
[1] = "ChangeJob",<br />
[2] = "Supplier"<br />
}</p>
<p>game:GetService("ReplicatedStorage").PlayerChannel:FireServer(unpack(args))<br />
wait(0.1)<br />
local args = {<br />
[1] = "ChangeJob",<br />
[2] = "Delivery"<br />
}</p>
<p>game:GetService("ReplicatedStorage").PlayerChannel:FireServer(unpack(args))<br />
wait(0.1)<br />
local args = {<br />
[1] = "ChangeJob",<br />
[2] = "Cook"<br />
}</p>
<p>game:GetService("ReplicatedStorage").PlayerChannel:FireServer(unpack(args))<br />
wait(0.1)<br />
local args = {<br />
[1] = "ChangeJob",<br />
[2] = "Pizza Boxer"<br />
}</p>
<p>game:GetService("ReplicatedStorage").PlayerChannel:FireServer(unpack(args))<br />
wait(0.1)<br />
local args = {<br />
[1] = "ChangeJob",<br />
[2] = "Cashier"<br />
}</p>
<p>game:GetService("ReplicatedStorage").PlayerChannel:FireServer(unpack(args))<br />
wait(0.2)<br />
end<br />
end)</p>
<p>local fr = Instance.new("TextButton")<br />
fr.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
fr.Position = UDim2.new(0.35, 0, 0.12, 0)<br />
fr.BackgroundColor3 = Color3.new(0, 0, 0)<br />
fr.BorderColor3 = Color3.new(1, 0, 0)<br />
fr.BorderSizePixel = 3<br />
fr.Text = "Fling All"<br />
fr.BackgroundTransparency = 0 <br />
fr.TextColor3 = Color3.new(255, 255, 255)<br />
fr.Font = Enum.Font.SourceSans<br />
fr.Parent = main<br />
fr.TextScaled = true<br />
fr.MouseButton1Down:Connect(function()<br />
loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))()<br />
end)</p>
<p>local tts = Instance.new("TextBox")<br />
tts.Size = UDim2.new(1.0, 0, 0.08, 0)<br />
tts.Position = UDim2.new(0.00, 0, 0.9, 0)<br />
tts.BackgroundColor3 = Color3.new(0, 0, 0)<br />
tts.BorderColor3 = Color3.new(1, 0, 0)<br />
tts.BorderSizePixel = 3<br />
tts.PlaceholderText = "Text To Spam [Pizza Place]"<br />
tts.TextColor3 = Color3.new(255, 255, 255)<br />
tts.BackgroundTransparency = 0<br />
tts.Font = Enum.Font.SourceSansBold<br />
tts.TextSize = 15<br />
tts.Parent = main<br />
tts.TextScaled = true<br />
tts.Text = ""</p>
<p>local st = Instance.new("TextButton")<br />
st.Size = UDim2.new(0.3, 0, 0.1, 0)<br />
st.Position = UDim2.new(0.7, 0, 0.12, 0)<br />
st.BackgroundColor3 = Color3.new(0, 0, 0)<br />
st.BorderColor3 = Color3.new(1, 0, 0)<br />
st.BorderSizePixel = 3<br />
st.Text = "Spam Text"<br />
st.BackgroundTransparency = 0 <br />
st.TextColor3 = Color3.new(255, 255, 255)<br />
st.Font = Enum.Font.SourceSans<br />
st.Parent = main<br />
st.TextScaled = true<br />
st.MouseButton1Down:Connect(function()<br />
for i = 1, 90 do<br />
local args = {<br />
[1] = tts.Text,<br />
[2] = false<br />
}</p>
<p>workspace.Main.Chatted:FireServer(unpack(args))<br />
wait(0.1)<br />
end<br />
end)</p>
<p>local fr = Instance.new("TextButton")<br />
fr.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
fr.Position = UDim2.new(0.00, 0, 0.23, 0)<br />
fr.BackgroundColor3 = Color3.new(0, 0, 0)<br />
fr.BorderColor3 = Color3.new(1, 0, 0)<br />
fr.BorderSizePixel = 3<br />
fr.Text = "Fire Remotes"<br />
fr.BackgroundTransparency = 0 <br />
fr.TextColor3 = Color3.new(255, 255, 255)<br />
fr.Font = Enum.Font.SourceSans<br />
fr.Parent = main<br />
fr.TextScaled = true<br />
fr.MouseButton1Down:Connect(function()<br />
for i,v in pairs(game.Replicatedstorage) do<br />
if v:IsA("RemoteEvent") then<br />
v:FireServer()<br />
end<br />
end<br />
end)<br />
local fc = Instance.new("TextButton")<br />
fc.Size = UDim2.new(0.65, 0, 0.1, 0)<br />
fc.Position = UDim2.new(0.35, 0, 0.23, 0)<br />
fc.BackgroundColor3 = Color3.new(0, 0, 0)<br />
fc.BorderColor3 = Color3.new(1, 0, 0)<br />
fc.BorderSizePixel = 3<br />
fc.Text = "k00pkidd face [Pizza Place]"<br />
fc.BackgroundTransparency = 0 <br />
fc.TextColor3 = Color3.new(255, 255, 255)<br />
fc.Font = Enum.Font.SourceSans<br />
fc.Parent = main<br />
fc.TextScaled = true<br />
fc.MouseButton1Down:Connect(function()<br />
local args = {<br />
[1] = game:GetService("Players").LocalPlayer.Character.Head.face,<br />
[2] = "rbxassetid://9698929683"<br />
}</p>
<p>workspace.Main.ChangeFace:FireServer(unpack(args))</p>
<p>end)</p>
<p>local iyr = Instance.new("TextButton")<br />
iyr.Size = UDim2.new(0.34, 0, 0.1, 0)<br />
iyr.Position = UDim2.new(0.0, 0, 0.34, 0)<br />
iyr.BackgroundColor3 = Color3.new(0, 0, 0)<br />
iyr.BorderColor3 = Color3.new(1, 0, 0)<br />
iyr.BorderSizePixel = 3<br />
iyr.Text = "IY Reborn"<br />
iyr.BackgroundTransparency = 0 <br />
iyr.TextColor3 = Color3.new(255, 255, 255)<br />
iyr.Font = Enum.Font.SourceSans<br />
iyr.Parent = main<br />
iyr.TextScaled = true<br />
iyr.MouseButton1Down:Connect(function()<br />
loadstring(game:HttpGet('https://raw.githubusercontent.com/fuckusfm/infiniteyield-reborn/master/source'))()<br />
end)</p>
<p>local en = Instance.new("TextButton")<br />
en.Size = UDim2.new(0.3, 0, 0.1, 0)<br />
en.Position = UDim2.new(0.35, 0, 0.34, 0)<br />
en.BackgroundColor3 = Color3.new(0, 0, 0)<br />
en.BorderColor3 = Color3.new(1, 0, 0)<br />
en.BorderSizePixel = 3<br />
en.Text = "Energize Gui"<br />
en.BackgroundTransparency = 0 <br />
en.TextColor3 = Color3.new(255, 255, 255)<br />
en.Font = Enum.Font.SourceSans<br />
en.Parent = main<br />
en.TextScaled = true</p>
<p>local lc1 = Instance.new("TextButton")<br />
lc1.Size = UDim2.new(0.13, 0, 0.1, 0)<br />
lc1.Position = UDim2.new(0.66, 0, 0.34, 0)<br />
lc1.BackgroundColor3 = Color3.new(0, 0, 0)<br />
lc1.BorderColor3 = Color3.new(1, 0, 0)<br />
lc1.BorderSizePixel = 3<br />
lc1.Text = "Lag Chat 1"<br />
lc1.BackgroundTransparency = 0 <br />
lc1.TextColor3 = Color3.new(255, 255, 255)<br />
lc1.Font = Enum.Font.SourceSansBold<br />
lc1.Parent = main</p>
<p><br />
local lc2 = Instance.new("TextButton")<br />
lc2.Size = UDim2.new(0.20, 0, 0.1, 0)<br />
lc2.Position = UDim2.new(0.8, 0, 0.34, 0)<br />
lc2.BackgroundColor3 = Color3.new(0, 0, 0)<br />
lc2.BorderColor3 = Color3.new(1, 0, 0)<br />
lc2.BorderSizePixel = 3<br />
lc2.Text = "Lag Chat 2"<br />
lc2.BackgroundTransparency = 0 <br />
lc2.TextColor3 = Color3.new(255, 255, 255)<br />
lc2.Font = Enum.Font.SourceSansBold<br />
lc2.Parent = main</p>
<p>local cgui = Instance.new("ScreenGui", game.CoreGui)</p>
<p>local x = Instance.new("TextButton")<br />
x.Size = UDim2.new(0.33, 0, 0.07, 0)<br />
x.Position = UDim2.new(0.01, 0, 0.9, 0)<br />
x.BackgroundColor3 = Color3.new(0, 0, 0)<br />
x.BorderColor3 = Color3.new(1, 0, 0)<br />
x.BorderSizePixel = 3<br />
x.Text = "Close"<br />
x.BackgroundTransparency = 0 <br />
x.TextColor3 = Color3.new(255, 255, 255)<br />
x.Font = Enum.Font.SourceSans<br />
x.Parent = cgui<br />
x.TextScaled = true<br />
x.MouseButton1Down:Connect(function()<br />
gui.Enabled = not gui.Enabled<br />
end)</p>