d

<p>--[[<br /> &nbsp;&nbsp; &nbsp;WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!<br /> ]]<br /> local gui = Instance.new(&quot;ScreenGui&quot;, game.CoreGui)</p> <p><br /> local main = Instance.new(&quot;Frame&quot;)<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&nbsp;<br /> main.Draggable = false<br /> main.Parent = gui</p> <p><br /> local l = Instance.new(&quot;TextLabel&quot;)<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 = &quot;c00lgui Cryptic by NotaPlayer214&quot;<br /> l.BackgroundTransparency = 0&nbsp;<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(&quot;TextButton&quot;)<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 = &quot;Floating Pad&quot;<br /> bt1.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; local name = game.Players.LocalPlayer.Name</p> <p>&nbsp;&nbsp; &nbsp;local p = Instance.new(&quot;Part&quot;)<br /> &nbsp;&nbsp; &nbsp;p.Parent = workspace<br /> &nbsp;&nbsp; &nbsp;p.Locked = true<br /> &nbsp;&nbsp; &nbsp;p.BrickColor = BrickColor.new(&quot;White&quot;)<br /> &nbsp;&nbsp; &nbsp;p.BrickColor = BrickColor.new(104)<br /> &nbsp;&nbsp; &nbsp;p.Size = Vector3.new(8, 1.2, 8)<br /> &nbsp;&nbsp; &nbsp;p.Anchored = true<br /> &nbsp;&nbsp; &nbsp;local m = Instance.new(&quot;CylinderMesh&quot;)<br /> &nbsp;&nbsp; &nbsp;m.Scale = Vector3.new(1, 0.5, 1)<br /> &nbsp;&nbsp; &nbsp;m.Parent = p<br /> &nbsp;&nbsp; &nbsp;while true do<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;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 /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;wait()<br /> &nbsp;&nbsp; &nbsp;end<br /> end)<br /> local fg = Instance.new(&quot;TextButton&quot;)<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 = &quot;Fly Gui&quot;<br /> fg.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; loadstring(game:HttpGet(&#39;https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua&#39;))()<br /> end)<br /> local pc = Instance.new(&quot;TextButton&quot;)<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 = &quot;Punch Script&quot;<br /> pc.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; loadstring(game:HttpGet(&quot;https://raw.githubusercontent.com/fedoratums/Base-Script/Base-Script/fedoratum punch fling&quot;,true))()<br /> end)<br /> local pp = Instance.new(&quot;TextButton&quot;)<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 = &quot;Pizza Place Teams&quot;<br /> pp.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; for i = 1, 900 do<br /> local args = {<br /> &nbsp; &nbsp; [1] = &quot;ChangeJob&quot;,<br /> &nbsp; &nbsp; [2] = &quot;Supplier&quot;<br /> }</p> <p>game:GetService(&quot;ReplicatedStorage&quot;).PlayerChannel:FireServer(unpack(args))<br /> wait(0.1)<br /> local args = {<br /> &nbsp; &nbsp; [1] = &quot;ChangeJob&quot;,<br /> &nbsp; &nbsp; [2] = &quot;Delivery&quot;<br /> }</p> <p>game:GetService(&quot;ReplicatedStorage&quot;).PlayerChannel:FireServer(unpack(args))<br /> wait(0.1)<br /> local args = {<br /> &nbsp; &nbsp; [1] = &quot;ChangeJob&quot;,<br /> &nbsp; &nbsp; [2] = &quot;Cook&quot;<br /> }</p> <p>game:GetService(&quot;ReplicatedStorage&quot;).PlayerChannel:FireServer(unpack(args))<br /> wait(0.1)<br /> local args = {<br /> &nbsp; &nbsp; [1] = &quot;ChangeJob&quot;,<br /> &nbsp; &nbsp; [2] = &quot;Pizza Boxer&quot;<br /> }</p> <p>game:GetService(&quot;ReplicatedStorage&quot;).PlayerChannel:FireServer(unpack(args))<br /> wait(0.1)<br /> local args = {<br /> &nbsp; &nbsp; [1] = &quot;ChangeJob&quot;,<br /> &nbsp; &nbsp; [2] = &quot;Cashier&quot;<br /> }</p> <p>game:GetService(&quot;ReplicatedStorage&quot;).PlayerChannel:FireServer(unpack(args))<br /> &nbsp; wait(0.2)<br /> end<br /> end)</p> <p>local fr = Instance.new(&quot;TextButton&quot;)<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 = &quot;Fling All&quot;<br /> fr.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; loadstring(game:HttpGet(&quot;https://pastebin.com/raw/zqyDSUWX&quot;))()<br /> end)</p> <p>local tts = Instance.new(&quot;TextBox&quot;)<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 = &quot;Text To Spam [Pizza Place]&quot;<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 = &quot;&quot;</p> <p>local st = Instance.new(&quot;TextButton&quot;)<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 = &quot;Spam Text&quot;<br /> st.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; for i = 1, 90 do<br /> &nbsp; &nbsp; &nbsp; &nbsp; local args = {<br /> &nbsp; &nbsp; [1] = tts.Text,<br /> &nbsp; &nbsp; [2] = false<br /> }</p> <p>workspace.Main.Chatted:FireServer(unpack(args))<br /> &nbsp; &nbsp; &nbsp; wait(0.1)<br /> &nbsp; &nbsp; end<br /> end)</p> <p>local fr = Instance.new(&quot;TextButton&quot;)<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 = &quot;Fire Remotes&quot;<br /> fr.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; for i,v in pairs(game.Replicatedstorage) do<br /> &nbsp; &nbsp; &nbsp; &nbsp; if v:IsA(&quot;RemoteEvent&quot;) then<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v:FireServer()<br /> &nbsp; &nbsp; &nbsp; &nbsp; end<br /> &nbsp; &nbsp; end<br /> end)<br /> local fc = Instance.new(&quot;TextButton&quot;)<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 = &quot;k00pkidd face [Pizza Place]&quot;<br /> fc.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; [1] = game:GetService(&quot;Players&quot;).LocalPlayer.Character.Head.face,<br /> &nbsp; &nbsp; [2] = &quot;rbxassetid://9698929683&quot;<br /> }</p> <p>workspace.Main.ChangeFace:FireServer(unpack(args))</p> <p>end)</p> <p>local iyr = Instance.new(&quot;TextButton&quot;)<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 = &quot;IY Reborn&quot;<br /> iyr.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; loadstring(game:HttpGet(&#39;https://raw.githubusercontent.com/fuckusfm/infiniteyield-reborn/master/source&#39;))()<br /> end)</p> <p>local en = Instance.new(&quot;TextButton&quot;)<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 = &quot;Energize Gui&quot;<br /> en.BackgroundTransparency = 0&nbsp;<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(&quot;TextButton&quot;)<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 = &quot;Lag Chat 1&quot;<br /> lc1.BackgroundTransparency = 0&nbsp;<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(&quot;TextButton&quot;)<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 = &quot;Lag Chat 2&quot;<br /> lc2.BackgroundTransparency = 0&nbsp;<br /> lc2.TextColor3 = Color3.new(255, 255, 255)<br /> lc2.Font = Enum.Font.SourceSansBold<br /> lc2.Parent = main</p> <p>local cgui = Instance.new(&quot;ScreenGui&quot;, game.CoreGui)</p> <p>local x = Instance.new(&quot;TextButton&quot;)<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 = &quot;Close&quot;<br /> x.BackgroundTransparency = 0&nbsp;<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 /> &nbsp; &nbsp; gui.Enabled = not gui.Enabled<br /> end)</p>