p00ygui v1 Public No Protection OFC

Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.

What is Roblox Script?

Roblox Scripts typically refer to snippets of code that offer automation advantages within the game. Independent developers and scripters create these scripts, which are not officially endorsed by the Roblox platform. Nevertheless, you can still utilize these scripts through Roblox executors such as Arceus X, Hydrogen Executor, JJSploit, Fluxus executor, and others.

How to Use Roblox Script?

 

  1. Launch Roblox and join your desired game.
  2. Click the “Copy” button to duplicate the script code.
  3. Paste the script code into your preferred Roblox executor.
  4. Execute the script code and savor the enhanced experience

Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.

--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
-- Gui to Lua
-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local IMAGE = Instance.new("ImageLabel")
local ScrollingFrame = Instance.new("ScrollingFrame")
local TextLabel_3 = Instance.new("TextLabel")
local TextLabel2 = Instance.new("TextLabel")
local R6AVATAR = Instance.new("TextButton")
local RESETAVATAR = Instance.new("TextButton")
local DISCO = Instance.new("TextButton")
local HINTGAME = Instance.new("TextButton")
local BALLRAINING = Instance.new("TextButton")
local PARTICLES = Instance.new("TextButton")
local NOOTNOOT = Instance.new("TextButton")
local SKYBOX = Instance.new("TextButton")
local JUMPSCARE = Instance.new("TextButton")
local C00ZBDDKIDDGUI = Instance.new("TextButton")
local PHONk = Instance.new("TextButton")
local DAY = Instance.new("TextButton")
local NIGHT = Instance.new("TextButton")
local STOPMUSIC = Instance.new("TextButton")
local FIREALL = Instance.new("TextButton")
local DREAMYBULLXXX = Instance.new("TextButton")
local DECALSPAM1 = Instance.new("TextButton")
local JO1TAR0GUI = Instance.new("TextButton")
local ARABGUI = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.Parent = game.CoreGui

Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(196, 40, 28)
Frame.BorderSizePixel = 3
Frame.Position = UDim2.new(0.536656916, 0, 0.220883533, 0)
Frame.Size = UDim2.new(0, 356, 0, 356)

IMAGE.Parent = Frame
IMAGE.BackgroundColor3 = Color3.fromRGB(174, 167, 255)
IMAGE.BackgroundTransparency = 1
IMAGE.BorderColor3 = Color3.fromRGB(0, 0, 0)
IMAGE.BorderSizePixel = 3
IMAGE.Size = UDim2.new(0, 356, 0, 356)
IMAGE.Image = "rbxassetid://16368120020"

ScrollingFrame.Parent = Frame
ScrollingFrame.Active = true
ScrollingFrame.BackgroundTransparency = 1
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
ScrollingFrame.Position = UDim2.new(0.02, 0, 0.08, 0)
ScrollingFrame.Size = UDim2.new(0, 343, 0, 343)

TextLabel_3.Parent = ScrollingFrame
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(0, 0, 0, 0)
TextLabel_3.Size = UDim2.new(0, 356, 0, 356)
TextLabel_3.Font = Enum.Font.SourceSans
TextLabel_3.Text = ""
TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.TextSize = 14.000

TextLabel2.Parent = Frame
TextLabel2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel2.BorderColor3 = Color3.fromRGB(255, 255, 0)
TextLabel2.BorderSizePixel = 3
TextLabel2.Position = UDim2.new(0.15, 0, 0, 0)
TextLabel2.Size = UDim2.new(0, 241, 0, 30)
TextLabel2.Font = Enum.Font.SourceSans
TextLabel2.Text = "P00yGUI V1"
TextLabel2.TextColor3 = Color3.fromRGB(242, 243, 243)
TextLabel2.TextScaled = true
TextLabel2.TextSize = 14.000
TextLabel2.TextWrapped = true

-- BUTTON UP :

R6AVATAR.Parent = Frame
R6AVATAR.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
R6AVATAR.BorderColor3 = Color3.fromRGB(255, 255, 0)
R6AVATAR.BorderSizePixel = 3
R6AVATAR.Position = UDim2.new(0.82, 0, 0, 0)
R6AVATAR.Size = UDim2.new(0, 64, 0, 35)
R6AVATAR.Font = Enum.Font.SourceSans
R6AVATAR.Text = "R6"
R6AVATAR.TextColor3 = Color3.fromRGB(242, 243, 243)
R6AVATAR.TextScaled = true
R6AVATAR.TextSize = 14.000
R6AVATAR.TextWrapped = true
R6AVATAR.MouseButton1Down:connect(function()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua'),true))()
end)
RESETAVATAR.Parent = Frame
RESETAVATAR.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
RESETAVATAR.BorderColor3 = Color3.fromRGB(255, 255, 0)
RESETAVATAR.BorderSizePixel = 3
RESETAVATAR.Position = UDim2.new(0, 0, 0, 0)
RESETAVATAR.Size = UDim2.new(0, 64, 0, 35)
RESETAVATAR.Font = Enum.Font.SourceSans
RESETAVATAR.Text = "RE"
RESETAVATAR.TextColor3 = Color3.fromRGB(242, 243, 243)
RESETAVATAR.TextScaled = true
RESETAVATAR.TextSize = 14.000
RESETAVATAR.TextWrapped = true
RESETAVATAR.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.Health = 0
end)

-- PAGE1 :

DISCO.Parent = TextLabel_3
DISCO.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
DISCO.BorderColor3 = Color3.fromRGB(255, 255, 0)
DISCO.BorderSizePixel = 3
DISCO.Position = UDim2.new(0.08, 0, 0.15, 0)
DISCO.Size = UDim2.new(0, 92, 0, 30)
DISCO.Font = Enum.Font.SourceSans
DISCO.Text = "DISCO"
DISCO.TextColor3 = Color3.fromRGB(242, 243, 243)
DISCO.TextScaled = true
DISCO.TextSize = 14.000
DISCO.TextWrapped = true
DISCO.MouseButton1Down:connect(function()
local Lighting = game:GetService("Lighting")
		local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)
	
		function zigzag(X) 
			return math.acos(math.cos(X*math.pi))/math.pi
		end
	
		Counter = 0
	
		while wait(0.1) do 
			ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)
			Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)
			Counter += 0.01
		end
end)
HINTGAME.Parent = TextLabel_3
HINTGAME.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
HINTGAME.BorderColor3 = Color3.fromRGB(255, 255, 0)
HINTGAME.BorderSizePixel = 3
HINTGAME.Position = UDim2.new(0.38, 0, 0.15, 0)
HINTGAME.Size = UDim2.new(0, 92, 0, 30)
HINTGAME.Font = Enum.Font.SourceSans
HINTGAME.Text = "HINT"
HINTGAME.TextColor3 = Color3.fromRGB(242, 243, 243)
HINTGAME.TextScaled = true
HINTGAME.TextSize = 14.000
HINTGAME.TextWrapped = true
HINTGAME.MouseButton1Down:connect(function()
local m = Instance.new("Hint", game.workspace)
m.Text = "Team p00ykidd join today!!"
end)
BALLRAINING.Parent = TextLabel_3
BALLRAINING.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
BALLRAINING.BorderColor3 = Color3.fromRGB(255, 255, 0)
BALLRAINING.BorderSizePixel = 3
BALLRAINING.Position = UDim2.new(0.68, 0, 0.15, 0)
BALLRAINING.Size = UDim2.new(0, 92, 0, 30)
BALLRAINING.Font = Enum.Font.SourceSans
BALLRAINING.Text = "BALL RAIN"
BALLRAINING.TextColor3 = Color3.fromRGB(242, 243, 243)
BALLRAINING.TextScaled = true
BALLRAINING.TextSize = 14.000
BALLRAINING.TextWrapped = true
BALLRAINING.MouseButton1Down:connect(function()
while true do
			communism=math.random(0,3)
			crex=math.random(3,100)
			obesity=math.random(-500, 500)
			positivity=math.random(100, 600)
			IEndorseThese=math.random(-500, 500)
			wait()
			doom=Instance.new("Part")
			local imnotfat = math.random(1, 3)
			if imnotfat == 1 then
				doom.Shape = "Ball"
			else if imnotfat == 2 then
					doom.Shape = "Cylinder"
				else 
				end end
			doom.Material = "Neon"
			doom.Size = Vector3.new(crex, crex, crex)
			doom.Position = Vector3.new(obesity, positivity, IEndorseThese)
			doom.Color = Color3.new(math.random(), math.random(), math.random())
			doom.Velocity=Vector3.new(communism, communism, communism)
			doom.Parent = game.Workspace
			yooka=math.random(-200, -50)
			doom=Instance.new("Part")
			doom.Shape = "Ball"
			doom.Size = Vector3.new(crex, crex, crex)
			doom.Position = Vector3.new(obesity, yooka, IEndorseThese)
			doom.Color = Color3.new(math.random(), math.random(), math.random())
			doom.Velocity=Vector3.new(communism, 800, communism)
			doom.Parent = game.Workspace
			communism=math.random(0,3)
			crex=math.random(3,100)
			obesity=math.random(-500, 500)
			positivity=math.random(100, 600)
			IEndorseThese=math.random(-500, 500)
			doom=Instance.new("Part")
			doom.Shape = "Ball"
			doom.Size = Vector3.new(crex, crex, crex)
			doom.Position = Vector3.new(obesity, positivity, IEndorseThese)
			doom.Color = Color3.new(math.random(), math.random(), math.random())
			doom.Velocity=Vector3.new(communism, communism, communism)
			doom.Parent = game.Workspace
			communism=math.random(0,3)
			crex=math.random(3,100)
			obesity=math.random(-500, 500)
			positivity=math.random(100, 600)
			IEndorseThese=math.random(-500, 500)
			doom=Instance.new("Part")
			doom.Shape = "Ball"
			doom.Size = Vector3.new(crex, crex, crex)
			doom.Position = Vector3.new(obesity, positivity, IEndorseThese)
			doom.Color = Color3.new(math.random(), math.random(), math.random())
			doom.Velocity=Vector3.new(communism, communism, communism)
			doom.Parent = game.Workspace
			communism=math.random(0,3)
			crex=math.random(3,100)
			obesity=math.random(-500, 500)
			positivity=math.random(100, 600)
			IEndorseThese=math.random(-500, 500)
			doom=Instance.new("Part")
			doom.Shape = "Ball"
			doom.Size = Vector3.new(crex, crex, crex)
			doom.Position = Vector3.new(obesity, positivity, IEndorseThese)
			doom.Color = Color3.new(math.random(), math.random(), math.random())
			doom.Velocity=Vector3.new(communism, communism, communism)
			doom.Parent = game.Workspace
		end
end)
PARTICLES.Parent = TextLabel_3
PARTICLES.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
PARTICLES.BorderColor3 = Color3.fromRGB(196, 40, 28)
PARTICLES.BorderSizePixel = 3
PARTICLES.Position = UDim2.new(0.08, 0, 0.25, 0)
PARTICLES.Size = UDim2.new(0, 92, 0, 30)
PARTICLES.Font = Enum.Font.SourceSans
PARTICLES.Text = "p00ykid PARTICLES"
PARTICLES.TextColor3 = Color3.fromRGB(242, 243, 243)
PARTICLES.TextScaled = true
PARTICLES.TextSize = 14.000
PARTICLES.TextWrapped = true
PARTICLES.MouseButton1Down:connect(function()
local ID = 16368120020 -- Change your ID here fellas cXz (Image ID)
 local particle = true

-- Don’t change anything down below if you don’t know what are you doing [This script made by cXyzkidd]

if particle == true then
	for i,v in pairs (game.Workspace:GetChildren()) do
		if v:IsA("Part") then
			local particle = Instance.new("ParticleEmitter")
			particle.Texture = "http://www.roblox.com/asset/?id=" ..ID
			particle.Parent = v
			particle.Rate = 200
			for i,x in pairs (game.Workspace:GetChildren()) do
				if x:IsA("Model") then
					for i,z in pairs (x:GetChildren()) do
						if z:IsA("Part") then
							local particle2 = Instance.new("ParticleEmitter")
							particle2.Texture = "http://www.roblox.com/asset/?id=" ..ID
							particle2.Parent = z
							particle2.Rate = 200
						end
					end
				end
			end
		end
	end
end
end)
NOOTNOOT.Parent = TextLabel_3
NOOTNOOT.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
NOOTNOOT.BorderColor3 = Color3.fromRGB(203, 132, 66)
NOOTNOOT.BorderSizePixel = 3
NOOTNOOT.Position = UDim2.new(0.38, 0, 0.25, 0)
NOOTNOOT.Size = UDim2.new(0, 92, 0, 30)
NOOTNOOT.Font = Enum.Font.SourceSans
NOOTNOOT.Text = "NOOTNOOT!"
NOOTNOOT.TextColor3 = Color3.fromRGB(242, 243, 243)
NOOTNOOT.TextScaled = true
NOOTNOOT.TextSize = 14.000
NOOTNOOT.TextWrapped = true
NOOTNOOT.MouseButton1Down:connect(function()
loadstring(game:HttpGet(('https://pastebin.com/raw/EXCYgEzv'),true))()
end)
SKYBOX.Parent = TextLabel_3
SKYBOX.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
SKYBOX.BorderColor3 = Color3.fromRGB(196, 40, 28)
SKYBOX.BorderSizePixel = 3
SKYBOX.Position = UDim2.new(0.68, 0, 0.25, 0)
SKYBOX.Size = UDim2.new(0, 92, 0, 30)
SKYBOX.Font = Enum.Font.SourceSans
SKYBOX.Text = "SKYBOX"
SKYBOX.TextColor3 = Color3.fromRGB(242, 243, 243)
SKYBOX.TextScaled = true
SKYBOX.TextSize = 14.000
SKYBOX.TextWrapped = true
SKYBOX.MouseButton1Down:connect(function()
s = Instance.new("Sky")
		s.Name = "SKY"
		s.SkyboxBk = "http://www.roblox.com/Asset/?id=16368120020"
		s.SkyboxDn = "http://www.roblox.com/Asset/?id=16368120020"
		s.SkyboxFt = "http://www.roblox.com/Asset/?id=16368120020"
		s.SkyboxLf = "http://www.roblox.com/Asset/?id=16368120020"
		s.SkyboxRt = "http://www.roblox.com/Asset/?id=16368120020"
                s.SkyboxUp = "http://www.roblox.com/Asset/?id=16368120020"
                s.Parent = game.Lighting
wait()
end)
JUMPSCARE.Parent = TextLabel_3
JUMPSCARE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
JUMPSCARE.BorderColor3 = Color3.fromRGB(196, 40, 28)
JUMPSCARE.BorderSizePixel = 3
JUMPSCARE.Position = UDim2.new(0.68, 0, 0.35, 0)
JUMPSCARE.Size = UDim2.new(0, 92, 0, 30)
JUMPSCARE.Font = Enum.Font.SourceSans
JUMPSCARE.Text = "JUMPSCARE"
JUMPSCARE.TextColor3 = Color3.fromRGB(242, 243, 243)
JUMPSCARE.TextScaled = true
JUMPSCARE.TextSize = 14.000
JUMPSCARE.TextWrapped = true
JUMPSCARE.MouseButton1Down:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
		if v.Name ~= me and not v.PlayerGui:FindFirstChild("k00pkidd's Jumpscare") and v:FindFirstChild("PlayerGui") then
			spawn(function()
				local newgui = Instance.new("ScreenGui",v.PlayerGui)
				newgui.Name = "k00p's Jumpscare"
				local newimage = Instance.new("ImageLabel",newgui)
				newimage.Image = "rbxassetid://16334164032"
				newimage.Size = UDim2.new(0,900,0,345)
                               
                                newimage.BackgroundTransparency = 1
                                local m = Instance.new("Hint", game.workspace)
		                m.Text = " TEAM JKLO JOINED TO DESTROY HAHA!11!2!"
       s = Instance.new("Sound",newgui)
				s.SoundId = "rbxassetid://8683380188"
				s.Volume = 9e9
				s.Looped = true
				s:Play()
				print("Screamed "..v.Name)
				while wait(9) do

					newimage.Parent:Destroy()

				end
			end)
		end
	end
end)
C00ZBDDKIDDGUI.Parent = TextLabel_3
C00ZBDDKIDDGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
C00ZBDDKIDDGUI.BorderColor3 = Color3.fromRGB(196, 40, 28)
C00ZBDDKIDDGUI.BorderSizePixel = 3
C00ZBDDKIDDGUI.Position = UDim2.new(0.38, 0, 0.35, 0)
C00ZBDDKIDDGUI.Size = UDim2.new(0, 92, 0, 30)
C00ZBDDKIDDGUI.Font = Enum.Font.SourceSans
C00ZBDDKIDDGUI.Text = "l00ygui v2"
C00ZBDDKIDDGUI.TextColor3 = Color3.fromRGB(242, 243, 243)
C00ZBDDKIDDGUI.TextScaled = true
C00ZBDDKIDDGUI.TextSize = 14.000
C00ZBDDKIDDGUI.TextWrapped = true
C00ZBDDKIDDGUI.MouseButton1Down:connect(function()
-- Gui to Lua
-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextButton_4 = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")
local TextButton_6 = Instance.new("TextButton")
local TextButton_7 = Instance.new("TextButton")
local TextButton_8 = Instance.new("TextButton")
local TextButton_9 = Instance.new("TextButton")
local TextButton_10 = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ResetOnSpawn = true

Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
Frame.BorderSizePixel = 3
Frame.Position = UDim2.new(0.127426162, 0, 0.341796875, 0)
Frame.Size = UDim2.new(0, 298, 0, 263)
Frame.Active = true
Frame.Draggable = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextLabel.BorderSizePixel = 3
TextLabel.Position = UDim2.new(0.00335570471, 0, 0, 0)
TextLabel.Size = UDim2.new(0, 296, 0, 50)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "l00ygui v2"
TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
TextLabel.TextSize = 30.000

TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton.BorderSizePixel = 3
TextButton.Position = UDim2.new(0, 0, 0.228136882, 0)
TextButton.Size = UDim2.new(0, 90, 0, 42)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Sky"
TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton.TextSize = 20.000

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_2.BorderSizePixel = 3
TextButton_2.Position = UDim2.new(0.348993272, 0, 0.228136882, 0)
TextButton_2.Size = UDim2.new(0, 90, 0, 42)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "decal"
TextButton_2.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_2.TextSize = 20.000

TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_3.BorderSizePixel = 3
TextButton_3.Position = UDim2.new(0.697986603, 0, 0.228136882, 0)
TextButton_3.Size = UDim2.new(0, 90, 0, 42)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "Flood"
TextButton_3.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_3.TextSize = 20.000

TextButton_4.Parent = Frame
TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_4.BorderSizePixel = 3
TextButton_4.Position = UDim2.new(0, 0, 0.448669195, 0)
TextButton_4.Size = UDim2.new(0, 90, 0, 42)
TextButton_4.Font = Enum.Font.SourceSans
TextButton_4.Text = "Unanchor"
TextButton_4.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_4.TextSize = 20.000
TextButton_4.TextWrapped = true

TextButton_5.Parent = Frame
TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_5.BorderSizePixel = 3
TextButton_5.Position = UDim2.new(0.348993301, 0, 0.448669195, 0)
TextButton_5.Size = UDim2.new(0, 90, 0, 42)
TextButton_5.Font = Enum.Font.SourceSans
TextButton_5.Text = "kill all"
TextButton_5.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_5.TextSize = 20.000
TextButton_5.TextWrapped = true

TextButton_6.Parent = Frame
TextButton_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_6.BorderSizePixel = 3
TextButton_6.Position = UDim2.new(0.697986603, 0, 0.448669195, 0)
TextButton_6.Size = UDim2.new(0, 90, 0, 42)
TextButton_6.Font = Enum.Font.SourceSans
TextButton_6.Text = "BasePlate"
TextButton_6.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_6.TextSize = 20.000
TextButton_6.TextWrapped = true

TextButton_7.Parent = Frame
TextButton_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_7.BorderSizePixel = 3
TextButton_7.Position = UDim2.new(0.0033557415, 0, 0.650190115, 0)
TextButton_7.Size = UDim2.new(0, 90, 0, 42)
TextButton_7.Font = Enum.Font.SourceSans
TextButton_7.Text = "Disco"
TextButton_7.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_7.TextSize = 20.000
TextButton_7.TextWrapped = true

TextButton_8.Parent = Frame
TextButton_8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_8.BorderSizePixel = 3
TextButton_8.Position = UDim2.new(0.345637619, 0, 0.650190115, 0)
TextButton_8.Size = UDim2.new(0, 90, 0, 42)
TextButton_8.Font = Enum.Font.SourceSans
TextButton_8.Text = "Hint"
TextButton_8.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_8.TextSize = 20.000
TextButton_8.TextWrapped = true

TextButton_9.Parent = Frame
TextButton_9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_9.BorderSizePixel = 3
TextButton_9.Position = UDim2.new(0.694630921, 0, 0.650190115, 0)
TextButton_9.Size = UDim2.new(0, 90, 0, 42)
TextButton_9.Font = Enum.Font.SourceSans
TextButton_9.Text = "Restore sky"
TextButton_9.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_9.TextSize = 20.000
TextButton_9.TextWrapped = true

TextButton_10.Parent = Frame
TextButton_10.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton_10.BorderSizePixel = 3
TextButton_10.Position = UDim2.new(-0.00335564511, 0, 0.866920173, 0)
TextButton_10.Size = UDim2.new(0, 90, 0, 42)
TextButton_10.Font = Enum.Font.SourceSans
TextButton_10.Text = "Clear Terrain"
TextButton_10.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_10.TextSize = 20.000
TextButton_10.TextWrapped = true

-- Scripts:

local function UXPMNF_fake_script() -- TextButton.Script 
	local script = Instance.new('Script', TextButton)

	function click()
			s = Instance.new("Sky")
			s.Name = "Sky"
			s.Parent = game.Lighting
			s.SkyboxBk = "http://www.roblox.com/asset/?id=16015361261"
		s.SkyboxDn = "http://www.roblox.com/asset/?id=16015361261"
		s.SkyboxFt = "http://www.roblox.com/asset/?id=16015361261"
		s.SkyboxLf = "http://www.roblox.com/asset/?id=16015361261"
		s.SkyboxRt = "http://www.roblox.com/asset/?id=16015361261"
		s.SkyboxUp = "http://www.roblox.com/asset/?id=16015361261"
			game.Lighting.TimeOfDay = 12
		end
	script.Parent.MouseButton1Down:connect(click)
end
coroutine.wrap(UXPMNF_fake_script)()
local function GZPR_fake_script() -- TextButton_2.Script 
	local script = Instance.new('Script', TextButton_2)

	function click()
		function exPro(root)
			for _, v in pairs(root:GetChildren()) do
				if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=158118263" then
					v.Parent = nil
				elseif v:IsA("BasePart") then
					v.Material = "Plastic"
					v.Transparency = 0
					local One = Instance.new("Decal", v)
					local Two = Instance.new("Decal", v)
					local Three = Instance.new("Decal", v)
					local Four = Instance.new("Decal", v)
					local Five = Instance.new("Decal", v)
					local Six = Instance.new("Decal", v)
					One.Texture = "http://www.roblox.com/asset/?id=16015361261"
					Two.Texture = "http://www.roblox.com/asset/?id=16015361261"
					Three.Texture = "http://www.roblox.com/asset/?id=16015361261"
					Four.Texture = "http://www.roblox.com/asset/?id=16015361261"
					Five.Texture = "http://www.roblox.com/asset/?id=16015361261"
					Six.Texture = "http://www.roblox.com/asset/?id=16015361261"
					One.Face = "Front"
					Two.Face = "Back"
					Three.Face = "Right"
					Four.Face = "Left"
					Five.Face = "Top"
					Six.Face = "Bottom"
				end
				exPro(v)
			end
		end
		function asdf(root)
			for _, v in pairs(root:GetChildren()) do
				asdf(v)
			end
		end
		exPro(game.Workspace)
		asdf(game.Workspace)
	end
	
	script.Parent.MouseButton1Down:connect(click)
end
coroutine.wrap(GZPR_fake_script)()
local function THYBV_fake_script() -- TextButton_3.Script 
	local script = Instance.new('Script', TextButton_3)

	function click()
		Game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")	
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(THYBV_fake_script)()
local function CGGNR_fake_script() -- TextButton_4.Script 
	local script = Instance.new('Script', TextButton_4)

	function click()
		function exPro(root)
			for _, v in pairs(root:GetChildren()) do
				if v:IsA("BasePart") then
					v.Material = "Plastic"
					v.Transparency = 0
					v.Anchored = false
					v.Locked = false
				end
				exPro(v)
			end
		end
		function asdf(root)
			for _, v in pairs(root:GetChildren()) do
				asdf(v)
			end
		end
		exPro(game.Workspace)
		asdf(game.Workspace)
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(CGGNR_fake_script)()
local function NIHPAHP_fake_script() -- TextButton_5.Script 
	local script = Instance.new('Script', TextButton_5)

	function click()
		for i,v in pairs(game.Players:GetChildren()) do
			v.Character:BreakJoints()
		end
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(NIHPAHP_fake_script)()
local function DBZZ_fake_script() -- TextButton_6.Script 
	local script = Instance.new('Script', TextButton_6)

	function click()
		local pt = Instance.new("Part")
		pt.BrickColor = BrickColor.new("Silver")
		pt.Anchored = true
		pt.CanCollide = true
		pt.BottomSurface = "Weld"
		pt.Parent = workspace
		pt.Name = (math.random(1,1000000))
		pt.Size = Vector3.new(1000, 1, 1000)
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(DBZZ_fake_script)()
local function ACZY_fake_script() -- TextButton_7.Script 
	local script = Instance.new('Script', TextButton_7)

	function click()
		basics = {Color3.new(255/255,0/255,0/255),Color3.new(255/255,85/255,0/255),Color3.new(218/255,218/255,0/255),Color3.new(0/255,190/255,0/255),Color3.new(0/255,85/255,255/255),Color3.new(0/255,0/255,127/255),Color3.new(170/255,0/255,255/255),Color3.new(0/255,204/255,204/255),Color3.new(255/255,85/255,127/255),Color3.new(0/255,0/255,0/255),Color3.new(255/255,255/255,255/255)}
		game.Lighting.FogStart = 25
		game.Lighting.FogEnd = 300
		while true do
			wait(0.5)
			game.Lighting.FogColor = basics[math.random(1,#basics)]
		end
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(ACZY_fake_script)()
local function IVVUACL_fake_script() -- TextButton_8.Script 
	local script = Instance.new('Script', TextButton_8)

	function click()
	local m = Instance.new("Hint", game.workspace)
	m.Text = "Team l00ykdd join today!!"
	end
	script.Parent.MouseButton1Down:Connect(click)
end
coroutine.wrap(IVVUACL_fake_script)()
local function QEPGVDS_fake_script() -- TextButton_9.Script 
	local script = Instance.new('Script', TextButton_9)

	function click()
		for i,v in pairs(game.Lighting:GetChildren()) do
			v:Destroy()
		end
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(QEPGVDS_fake_script)()
local function HFYFM_fake_script() -- TextButton_10.Script 
	local script = Instance.new('Script', TextButton_10)

	function click()
		game.Workspace.Terrain:Clear()
	end
	
	script.Parent.MouseButton1Down:connect(click)
	
end
coroutine.wrap(HFYFM_fake_script)()
wait()
setclipboard("KEY IS C00ZBDDKIDD")
end)
PHONk.Parent = TextLabel_3
PHONk.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
PHONk.BorderColor3 = Color3.fromRGB(196, 40, 28)
PHONk.BorderSizePixel = 3
PHONk.Position = UDim2.new(0.08, 0, 0.35, 0)
PHONk.Size = UDim2.new(0, 92, 0, 30)
PHONk.Font = Enum.Font.SourceSans
PHONk.Text = "PHONk"
PHONk.TextColor3 = Color3.fromRGB(242, 243, 243)
PHONk.TextScaled = true
PHONk.TextSize = 14.000
PHONk.TextWrapped = true
PHONk.MouseButton1Down:connect(function()
local tubers93		= Instance.new("Sound")
		tubers93.Parent		= game:GetService("Workspace")
		tubers93.SoundId		= "rbxassetid://4822707169 "
		tubers93.Playing		= true
		tubers93.Looped		= true
		tubers93.Volume		= 5e9
end)
DAY.Parent = TextLabel_3
DAY.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
DAY.BorderColor3 = Color3.fromRGB(75, 151, 75)
DAY.BorderSizePixel = 3
DAY.Position = UDim2.new(0.08, 0, 0.45, 0)
DAY.Size = UDim2.new(0, 92, 0, 30)
DAY.Font = Enum.Font.SourceSans
DAY.Text = "DAY"
DAY.TextColor3 = Color3.fromRGB(242, 243, 243)
DAY.TextScaled = true
DAY.TextSize = 14.000
DAY.TextWrapped = true
DAY.MouseButton1Down:connect(function()
while true do
		print ("Loop cycle start")
		game.Lighting.TimeOfDay = "12:00:00"
		wait(0.5)
	end
end)
NIGHT.Parent = TextLabel_3
NIGHT.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
NIGHT.BorderColor3 = Color3.fromRGB(196, 40, 28)
NIGHT.BorderSizePixel = 3
NIGHT.Position = UDim2.new(0.38, 0, 0.45, 0)
NIGHT.Size = UDim2.new(0, 92, 0, 30)
NIGHT.Font = Enum.Font.SourceSans
NIGHT.Text = "NIGHT"
NIGHT.TextColor3 = Color3.fromRGB(242, 243, 243)
NIGHT.TextScaled = true
NIGHT.TextSize = 14.000
NIGHT.TextWrapped = true
NIGHT.MouseButton1Down:connect(function()
while true do
		print ("Loop cycle start")
		game.Lighting.TimeOfDay = "18:00:00"
		wait(0.5)
	end
end)
STOPMUSIC.Parent = TextLabel_3
STOPMUSIC.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
STOPMUSIC.BorderColor3 = Color3.fromRGB(75, 151, 75)
STOPMUSIC.BorderSizePixel = 3
STOPMUSIC.Position = UDim2.new(0.68, 0, 0.45, 0)
STOPMUSIC.Size = UDim2.new(0, 92, 0, 30)
STOPMUSIC.Font = Enum.Font.SourceSans
STOPMUSIC.Text = "STOP MUSIC"
STOPMUSIC.TextColor3 = Color3.fromRGB(242, 243, 243)
STOPMUSIC.TextScaled = true
STOPMUSIC.TextSize = 14.000
STOPMUSIC.TextWrapped = true
STOPMUSIC.MouseButton1Down:connect(function()
for i,v in pairs(workspace:GetDescendants()) do
        if v:IsA("Sound") then
            v.Playing = false
        end
    end
end)
FIREALL.Parent = TextLabel_3
FIREALL.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
FIREALL.BorderColor3 = Color3.fromRGB(75, 151, 75)
FIREALL.BorderSizePixel = 3
FIREALL.Position = UDim2.new(0.38, 0, 0.55, 0)
FIREALL.Size = UDim2.new(0, 92, 0, 30)
FIREALL.Font = Enum.Font.SourceSans
FIREALL.Text = "FIRE MYSELF"
FIREALL.TextColor3 = Color3.fromRGB(242, 243, 243)
FIREALL.TextScaled = true
FIREALL.TextSize = 14.000
FIREALL.TextWrapped = true
FIREALL.MouseButton1Down:connect(function()
local player = game:GetService("Players").LocalPlayer
local Fire = Instance.new("Fire", player.Character.Torso)
Fire.Size = 20
Fire.Color = Color3.new(1,1,90)
Fire.SecondaryColor = Color3.new(1,1,90)
end)
DREAMYBULLXXX.Parent = TextLabel_3
DREAMYBULLXXX.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
DREAMYBULLXXX.BorderColor3 = Color3.fromRGB(196, 40, 28)
DREAMYBULLXXX.BorderSizePixel = 3
DREAMYBULLXXX.Position = UDim2.new(0.08, 0, 0.55, 0)
DREAMYBULLXXX.Size = UDim2.new(0, 92, 0, 30)
DREAMYBULLXXX.Font = Enum.Font.SourceSans
DREAMYBULLXXX.Text = "p00ykidd meme"
DREAMYBULLXXX.TextColor3 = Color3.fromRGB(242, 243, 243)
DREAMYBULLXXX.TextScaled = true
DREAMYBULLXXX.TextSize = 14.000
DREAMYBULLXXX.TextWrapped = true
DREAMYBULLXXX.MouseButton1Down:connect(function()
local player = game:GetService("Players").LocalPlayer
gui1 = Instance.new("BillboardGui", player.Character.Head)
gui1.Size = UDim2.new(10,0,10,0)
gui1.StudsOffset = Vector3.new(0,0,0)
gui1.AlwaysOnTop = true
text1 = Instance.new("ImageLabel")
text1.Image = "http://www.roblox.com/asset/?id=45120559"
text1.Size = UDim2.new(1,0,1,0)
text1.Position = UDim2.new(0,0,0.2,0)
text1.BackgroundTransparency = 1
text1.Parent = gui1
wait()
end)
DECALSPAM1.Parent = TextLabel_3
DECALSPAM1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
DECALSPAM1.BorderColor3 = Color3.fromRGB(196, 40, 28)
DECALSPAM1.BorderSizePixel = 3
DECALSPAM1.Position = UDim2.new(0.68, 0, 0.55, 0)
DECALSPAM1.Size = UDim2.new(0, 92, 0, 30)
DECALSPAM1.Font = Enum.Font.SourceSans
DECALSPAM1.Text = "Sky2"
DECALSPAM1.TextColor3 = Color3.fromRGB(242, 243, 243)
DECALSPAM1.TextScaled = true
DECALSPAM1.TextSize = 14.000
DECALSPAM1.TextWrapped = true
DECALSPAM1.MouseButton1Down:connect(function()
s = Instance.new("Sky")
s.Name = "Skybox"
s.SkyboxBk = "http://www.roblox.com/asset/?id="
s.SkyboxDn = "http://www.roblox.com/asset/?id="
s.SkyboxFt = "http://www.roblox.com/asset/?id="
s.SkyboxLf = "http://www.roblox.com/asset/?id="
s.SkyboxRt = "http://www.roblox.com/asset/?id="
s.SkyboxUp = "http://www.roblox.com/asset/?id="
        s.Parent = game.Lighting
		local ID = 16334164032
		function spamDecal(v)
			if v:IsA("Part") then
				for i = 0, 5 do
					D = Instance.new("Decal")
					D.Name = "k00pz"
					D.Face = i
					D.Parent = v
					D.Texture = ("http://www.roblox.com/asset/?id="..Id)
				end
			else
				if v:IsA("Model") then
					for a,b in pairs(v:GetChildren()) do
						spamDecal(b)
					end
				end
			end
		end
		function decalspam(id)
			Id = id
			for i,v in pairs(game.Workspace:GetChildren()) do
				if v:IsA("Part") then
					for i = 0, 5 do
						D = Instance.new("Decal")
						D.Name = "k00pz"
						D.Face = i
						D.Parent = v
						D.Texture = ("http://www.roblox.com/asset/?id="..id)
					end
				else
					if v:IsA("Model") then
						for a,b in pairs(v:GetChildren()) do
							spamDecal(b)
						end
					end
				end
			end
		end	
decalspam(ID)
end)
JO1TAR0GUI.Parent = TextLabel_3
JO1TAR0GUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
JO1TAR0GUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
JO1TAR0GUI.BorderSizePixel = 3
JO1TAR0GUI.Position = UDim2.new(0.08, 0, 0.65, 0)
JO1TAR0GUI.Size = UDim2.new(0, 92, 0, 30)
JO1TAR0GUI.Font = Enum.Font.SourceSans
JO1TAR0GUI.Text = "DELETED"
JO1TAR0GUI.TextColor3 = Color3.fromRGB(242, 243, 243)
JO1TAR0GUI.TextScaled = true
JO1TAR0GUI.TextSize = 14.000
JO1TAR0GUI.TextWrapped = true
JO1TAR0GUI.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontentcom/BOSSJKLO/JAT/main/JOHTAR0G08"))()
end)
ARABGUI.Parent = TextLabel_3
ARABGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
ARABGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
ARABGUI.BorderSizePixel = 3
ARABGUI.Position = UDim2.new(0.38, 0, 0.65, 0)
ARABGUI.Size = UDim2.new(0, 92, 0, 30)
ARABGUI.Font = Enum.Font.SourceSans
ARABGUI.Text = "l00ygui v1"
ARABGUI.TextColor3 = Color3.fromRGB(242, 243, 243)
ARABGUI.TextScaled = true
ARABGUI.TextSize = 14.000
ARABGUI.TextWrapped = true
ARABGUI.MouseButton1Down:connect(function()
loadstring("\108\111\99\97\108\32\103\117\105\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\99\114\101\101\110\71\117\105\34\41\10\103\117\105\46\78\97\109\101\32\61\32\34\108\48\48\121\71\117\105\32\45\32\67\108\105\101\110\116\32\83\105\100\101\34\10\103\117\105\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\67\111\114\101\71\117\105\10\10\45\45\115\99\114\101\101\110\103\117\105\32\61\32\103\117\105\10\10\10\10\10\10\10\108\111\99\97\108\32\70\114\97\109\101\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\70\114\97\109\101\34\41\10\70\114\97\109\101\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\56\44\32\48\41\10\70\114\97\109\101\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\53\44\32\48\44\32\48\46\53\44\32\48\41\10\70\114\97\109\101\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\49\44\32\49\44\32\49\41\10\70\114\97\109\101\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\70\114\97\109\101\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\51\10\70\114\97\109\101\46\65\99\116\105\118\101\32\61\32\116\114\117\101\10\70\114\97\109\101\46\68\114\97\103\103\97\98\108\101\32\61\32\116\114\117\101\10\70\114\97\109\101\46\80\97\114\101\110\116\32\61\32\103\117\105\10\10\10\108\111\99\97\108\32\73\109\97\103\101\76\97\98\101\108\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\73\109\97\103\101\76\97\98\101\108\34\41\10\73\109\97\103\101\76\97\98\101\108\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\73\109\97\103\101\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\48\44\32\48\32\44\48\41\10\73\109\97\103\101\76\97\98\101\108\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\50\55\44\32\50\55\44\32\50\55\41\10\73\109\97\103\101\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\10\73\109\97\103\101\76\97\98\101\108\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\48\10\73\109\97\103\101\76\97\98\101\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\48\48\48\49\44\32\48\44\32\48\46\48\48\48\49\44\32\48\41\10\73\109\97\103\101\76\97\98\101\108\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\56\56\53\44\32\51\53\44\32\48\46\56\51\44\32\53\52\41\10\73\109\97\103\101\76\97\98\101\108\46\73\109\97\103\101\32\61\32\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\54\48\49\53\51\54\49\50\54\49\34\10\73\109\97\103\101\76\97\98\101\108\46\65\99\116\105\118\101\32\61\32\102\97\108\115\101\10\10\108\111\99\97\108\32\84\101\120\116\76\97\98\101\108\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\76\97\98\101\108\34\41\10\84\101\120\116\76\97\98\101\108\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\51\44\32\48\44\32\48\46\49\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\51\44\32\48\44\32\48\46\48\48\48\48\49\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\48\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\32\61\32\34\108\48\48\121\103\117\105\32\118\49\34\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\83\105\122\101\32\61\32\50\57\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\76\97\98\101\108\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\76\97\98\101\108\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\48\48\48\48\49\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\83\107\121\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\73\68\32\61\32\49\54\48\49\53\51\54\49\50\54\49\10\32\108\111\99\97\108\32\83\107\121\98\111\120\32\61\32\116\114\117\101\10\32\10\105\102\32\83\107\121\98\111\120\32\61\61\32\116\114\117\101\32\116\104\101\110\10\108\111\99\97\108\32\115\107\121\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\107\121\34\41\10\115\107\121\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\76\105\103\104\116\105\110\103\10\115\107\121\46\83\107\121\98\111\120\66\107\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\115\107\121\46\83\107\121\98\111\120\68\110\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\115\107\121\46\83\107\121\98\111\120\70\116\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\115\107\121\46\83\107\121\98\111\120\76\102\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\115\107\121\46\83\107\121\98\111\120\82\116\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\115\107\121\46\83\107\121\98\111\120\85\112\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\101\110\100\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\68\101\99\97\108\32\83\112\97\109\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\73\68\32\61\32\49\54\48\49\53\51\54\49\50\54\49\10\10\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\32\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\105\102\32\118\58\73\115\65\40\34\80\97\114\116\34\41\32\116\104\101\110\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\49\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\50\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\51\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\52\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\53\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\54\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\100\101\99\97\108\49\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\50\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\51\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\52\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\53\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\54\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\49\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\50\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\51\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\52\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\53\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\54\46\80\97\114\101\110\116\32\61\32\118\10\9\9\9\100\101\99\97\108\49\46\70\97\99\101\32\61\32\34\70\114\111\110\116\34\10\9\9\32\32\32\32\100\101\99\97\108\50\46\70\97\99\101\32\61\32\34\84\111\112\34\10\9\9\32\32\32\32\100\101\99\97\108\51\46\70\97\99\101\32\61\32\34\76\101\102\116\34\10\9\9\32\32\32\32\100\101\99\97\108\52\46\70\97\99\101\32\61\32\34\82\105\103\104\116\34\10\9\9\32\32\32\32\100\101\99\97\108\53\46\70\97\99\101\32\61\32\34\66\111\116\116\111\109\34\10\9\9\32\32\32\32\100\101\99\97\108\54\46\70\97\99\101\32\61\32\34\66\97\99\107\34\10\9\9\101\110\100\10\9\9\101\110\100\10\9\9\9\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\32\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\9\105\102\32\118\58\73\115\65\40\34\77\111\100\101\108\34\41\32\116\104\101\110\10\9\9\9\102\111\114\32\105\44\122\32\105\110\32\112\97\105\114\115\32\40\118\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\9\105\102\32\122\58\73\115\65\40\34\80\97\114\116\34\41\32\116\104\101\110\10\9\9\9\9\9\9\108\111\99\97\108\32\100\101\99\97\108\55\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\56\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\57\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\49\48\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\49\49\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\108\111\99\97\108\32\100\101\99\97\108\49\50\32\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\41\10\9\9\9\100\101\99\97\108\55\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\56\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\57\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\49\48\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\49\49\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\49\50\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\9\9\100\101\99\97\108\55\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\56\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\57\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\49\48\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\49\49\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\49\50\46\80\97\114\101\110\116\32\61\32\122\10\9\9\9\100\101\99\97\108\55\46\70\97\99\101\32\61\32\34\70\114\111\110\116\34\10\9\9\32\32\32\32\100\101\99\97\108\56\46\70\97\99\101\32\61\32\34\84\111\112\34\10\9\9\32\32\32\32\100\101\99\97\108\57\46\70\97\99\101\32\61\32\34\76\101\102\116\34\10\9\9\32\32\32\32\100\101\99\97\108\49\48\46\70\97\99\101\32\61\32\34\82\105\103\104\116\34\10\9\9\32\32\32\32\100\101\99\97\108\49\49\46\70\97\99\101\32\61\32\34\66\111\116\116\111\109\34\10\9\9\32\32\32\32\100\101\99\97\108\49\50\46\70\97\99\101\32\61\32\34\66\97\99\107\34\10\9\9\9\101\110\100\10\9\9\9\101\110\100\10\9\9\9\101\110\100\10\9\9\9\101\110\100\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\55\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\80\97\114\116\105\99\108\101\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\73\68\32\61\32\49\54\48\49\53\51\54\49\50\54\49\10\32\108\111\99\97\108\32\112\97\114\116\105\99\108\101\32\61\32\116\114\117\101\10\32\10\105\102\32\112\97\114\116\105\99\108\101\32\61\61\32\116\114\117\101\32\116\104\101\110\10\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\32\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\105\102\32\118\58\73\115\65\40\34\80\97\114\116\34\41\32\116\104\101\110\10\9\108\111\99\97\108\32\112\97\114\116\105\99\108\101\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\10\9\112\97\114\116\105\99\108\101\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\112\97\114\116\105\99\108\101\46\80\97\114\101\110\116\32\61\32\118\10\9\112\97\114\116\105\99\108\101\46\82\97\116\101\32\61\32\50\48\48\10\9\102\111\114\32\105\44\120\32\105\110\32\112\97\105\114\115\32\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\105\102\32\120\58\73\115\65\40\34\77\111\100\101\108\34\41\32\116\104\101\110\10\9\9\9\102\111\114\32\105\44\122\32\105\110\32\112\97\105\114\115\32\40\120\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\9\105\102\32\122\58\73\115\65\40\34\80\97\114\116\34\41\32\116\104\101\110\10\9\9\9\9\9\108\111\99\97\108\32\112\97\114\116\105\99\108\101\50\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\10\9\112\97\114\116\105\99\108\101\50\46\84\101\120\116\117\114\101\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\34\32\46\46\73\68\10\9\112\97\114\116\105\99\108\101\50\46\80\97\114\101\110\116\32\61\32\122\10\9\112\97\114\116\105\99\108\101\50\46\82\97\116\101\32\61\32\50\48\48\10\9\9\9\9\101\110\100\10\9\9\9\101\110\100\10\9\9\101\110\100\10\9\9\101\110\100\10\9\9\101\110\100\10\9\9\101\110\100\10\101\110\100\10\10\102\111\114\32\71\101\116\44\80\108\97\121\101\114\115\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\10\102\111\114\32\71\101\116\44\80\108\97\121\101\114\115\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\9\10\9\9\9\102\111\114\32\71\101\116\44\87\111\114\107\115\112\97\99\101\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\10\9\9\9\9\105\102\32\40\87\111\114\107\115\112\97\99\101\46\78\97\109\101\32\61\61\32\80\108\97\121\101\114\115\46\78\97\109\101\41\32\116\104\101\110\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\59\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\84\101\120\116\117\114\101\32\61\32\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\54\48\49\53\51\54\49\50\54\49\34\41\59\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\46\72\101\97\100\59\10\9\9\9\9\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\82\97\116\101\32\61\32\50\48\48\10\9\10\9\9\9\9\101\110\100\10\9\10\9\9\9\101\110\100\10\9\10\9\9\101\110\100\10\9\10\9\10\9\10\9\9\102\111\114\32\71\101\116\44\87\111\114\107\115\112\97\99\101\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\84\101\120\116\117\114\101\32\61\32\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\54\48\48\48\56\57\52\55\57\49\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\59\10\9\9\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\82\97\116\101\32\61\32\50\48\48\10\9\10\9\9\101\110\100\10\9\9\101\110\100\10\9\9\10\9\9\102\111\114\32\71\101\116\44\87\111\114\107\115\112\97\99\101\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\84\101\120\116\117\114\101\32\61\32\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\54\48\48\48\56\57\52\55\57\49\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\46\84\111\114\115\111\59\10\9\9\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\82\97\116\101\32\61\32\50\48\48\10\9\9\9\10\9\9\9\101\110\100\10\9\9\9\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\48\48\48\48\49\44\32\48\44\32\48\46\52\53\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\54\54\54\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\102\111\114\32\105\44\118\32\105\110\32\110\101\120\116\44\119\111\114\107\115\112\97\99\101\58\99\104\105\108\100\114\101\110\39\39\100\111\10\9\9\9\105\102\40\118\58\73\115\65\39\66\97\115\101\80\97\114\116\39\41\116\104\101\110\10\9\9\9\9\109\101\61\118\59\10\9\9\9\9\98\98\103\61\73\110\115\116\97\110\99\101\46\110\101\119\40\39\66\105\108\108\98\111\97\114\100\71\117\105\39\44\109\101\41\59\10\9\9\9\9\98\98\103\46\78\97\109\101\61\39\115\116\117\102\39\59\10\9\9\9\9\98\98\103\46\65\100\111\114\110\101\101\61\109\101\59\10\9\9\9\9\98\98\103\46\83\105\122\101\61\85\68\105\109\50\46\110\101\119\40\50\46\53\44\48\44\50\46\53\44\48\41\10\9\9\9\9\45\45\98\98\103\46\83\116\117\100\115\79\102\102\115\101\116\61\86\101\99\116\111\114\51\46\110\101\119\40\48\44\50\44\48\41\10\9\9\9\9\116\108\98\61\73\110\115\116\97\110\99\101\46\110\101\119\39\84\101\120\116\76\97\98\101\108\39\59\10\9\9\9\9\116\108\98\46\84\101\120\116\61\39\54\54\54\32\54\54\54\32\54\54\54\32\54\54\54\32\54\54\54\32\54\54\54\39\59\10\9\9\9\9\116\108\98\46\70\111\110\116\61\39\83\111\117\114\99\101\83\97\110\115\66\111\108\100\39\59\10\9\9\9\9\116\108\98\46\70\111\110\116\83\105\122\101\61\39\83\105\122\101\52\56\39\59\10\9\9\9\9\116\108\98\46\84\101\120\116\67\111\108\111\114\51\61\67\111\108\111\114\51\46\110\101\119\40\49\44\48\44\48\41\59\10\9\9\9\9\116\108\98\46\83\105\122\101\61\85\68\105\109\50\46\110\101\119\40\49\46\50\53\44\48\44\49\46\50\53\44\48\41\59\10\9\9\9\9\116\108\98\46\80\111\115\105\116\105\111\110\61\85\68\105\109\50\46\110\101\119\40\45\48\46\49\50\53\44\45\50\50\44\45\49\46\49\44\48\41\59\10\9\9\9\9\116\108\98\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\61\49\59\10\9\9\9\9\116\108\98\46\80\97\114\101\110\116\61\98\98\103\59\10\9\9\9\101\110\100\59\101\110\100\59\10\9\9\102\117\110\99\116\105\111\110\32\120\100\115\40\100\100\41\10\9\9\9\102\111\114\32\105\44\118\32\105\110\32\110\101\120\116\44\100\100\58\99\104\105\108\100\114\101\110\39\39\100\111\10\9\9\9\9\105\102\40\118\58\73\115\65\39\66\97\115\101\80\97\114\116\39\41\116\104\101\110\10\9\9\9\9\9\118\46\66\114\105\99\107\67\111\108\111\114\61\66\114\105\99\107\67\111\108\111\114\46\110\101\119\39\82\101\97\108\108\121\32\98\108\97\99\107\39\59\10\9\9\9\9\9\118\46\84\111\112\83\117\114\102\97\99\101\61\39\83\109\111\111\116\104\39\59\10\9\9\9\9\9\118\46\66\111\116\116\111\109\83\117\114\102\97\99\101\61\39\83\109\111\111\116\104\39\59\10\9\9\9\9\9\115\61\73\110\115\116\97\110\99\101\46\110\101\119\40\39\83\101\108\101\99\116\105\111\110\66\111\120\39\44\118\41\59\10\9\9\9\9\9\115\46\65\100\111\114\110\101\101\61\118\59\10\9\9\9\9\9\115\46\67\111\108\111\114\61\66\114\105\99\107\67\111\108\111\114\46\110\101\119\39\82\101\97\108\108\121\32\114\101\100\39\59\10\9\9\9\9\9\97\61\73\110\115\116\97\110\99\101\46\110\101\119\40\39\80\111\105\110\116\76\105\103\104\116\39\44\118\41\59\10\9\9\9\9\9\97\46\67\111\108\111\114\61\67\111\108\111\114\51\46\110\101\119\40\49\44\48\44\48\41\59\10\9\9\9\9\9\97\46\82\97\110\103\101\61\49\53\59\10\9\9\9\9\9\97\46\66\114\105\103\104\116\110\101\115\115\61\53\59\10\9\9\9\9\9\102\61\73\110\115\116\97\110\99\101\46\110\101\119\40\39\70\105\114\101\39\44\118\41\59\10\9\9\9\9\9\102\46\83\105\122\101\61\49\49\59\10\9\9\9\9\9\102\46\72\101\97\116\61\49\50\59\10\9\9\9\9\101\110\100\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\84\105\109\101\79\102\68\97\121\61\48\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\66\114\105\103\104\116\110\101\115\115\61\48\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\83\104\97\100\111\119\67\111\108\111\114\61\67\111\108\111\114\51\46\110\101\119\40\48\44\48\44\48\41\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\65\109\98\105\101\110\116\61\67\111\108\111\114\51\46\110\101\119\40\49\44\48\44\48\41\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\70\111\103\69\110\100\61\50\48\48\59\10\9\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\70\111\103\67\111\108\111\114\61\67\111\108\111\114\51\46\110\101\119\40\48\44\48\44\48\41\59\10\9\9\9\9\108\111\99\97\108\32\100\101\99\32\61\32\39\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\49\57\51\57\57\50\52\53\39\59\10\9\9\9\9\108\111\99\97\108\32\102\97\99\32\61\32\123\39\70\114\111\110\116\39\44\32\39\66\97\99\107\39\44\32\39\76\101\102\116\39\44\32\39\82\105\103\104\116\39\44\32\39\84\111\112\39\44\32\39\66\111\116\116\111\109\39\125\10\9\9\9\9\45\45\99\111\114\111\117\116\105\110\101\46\119\114\97\112\40\102\117\110\99\116\105\111\110\40\41\10\9\9\9\9\45\45\102\111\114\32\95\44\95\95\32\105\110\32\112\97\105\114\115\40\102\97\99\41\32\100\111\10\9\9\9\9\45\45\108\111\99\97\108\32\100\100\101\99\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\68\101\99\97\108\34\44\32\118\41\10\9\9\9\9\45\45\100\100\101\99\46\70\97\99\101\32\61\32\95\95\10\9\9\9\9\45\45\100\100\101\99\46\84\101\120\116\117\114\101\32\61\32\100\101\99\10\9\9\9\9\45\45\101\110\100\32\101\110\100\41\40\41\10\9\9\9\9\105\102\32\35\40\118\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\62\48\32\116\104\101\110\10\9\9\9\9\9\120\100\115\40\118\41\10\9\9\9\9\101\110\100\10\9\9\9\101\110\100\10\9\9\101\110\100\10\9\9\120\100\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\41\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\52\53\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\77\117\115\105\99\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\116\117\98\101\114\115\57\51\9\9\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\111\117\110\100\34\41\10\9\9\116\117\98\101\114\115\57\51\46\80\97\114\101\110\116\9\9\61\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\87\111\114\107\115\112\97\99\101\34\41\10\9\9\116\117\98\101\114\115\57\51\46\83\111\117\110\100\73\100\9\9\61\32\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\56\52\55\54\54\49\56\50\49\34\10\9\9\116\117\98\101\114\115\57\51\46\80\108\97\121\105\110\103\9\9\61\32\116\114\117\101\10\9\9\116\117\98\101\114\115\57\51\46\76\111\111\112\101\100\9\9\61\32\116\114\117\101\10\9\9\116\117\98\101\114\115\57\51\46\80\105\116\99\104\32\32\32\32\32\32\61\32\49\10\9\9\116\117\98\101\114\115\57\51\46\86\111\108\117\109\101\9\9\61\32\49\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\48\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\55\44\32\48\44\32\48\46\52\53\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\68\105\115\99\111\32\70\111\103\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\119\104\105\108\101\32\116\114\117\101\32\100\111\10\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\65\109\98\105\101\110\116\32\61\32\67\111\108\111\114\51\46\110\101\119\40\109\97\116\104\46\114\97\110\100\111\109\40\41\32\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\32\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\41\10\9\9\9\119\97\105\116\40\48\46\50\41\10\9\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\83\104\97\100\111\119\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\110\101\119\40\109\97\116\104\46\114\97\110\100\111\109\40\41\32\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\32\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\41\10\9\9\9\119\97\105\116\40\48\46\50\41\32\10\9\9\101\110\100\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\48\48\48\48\49\44\32\48\44\32\48\46\55\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\83\104\101\100\108\101\116\115\107\121\105\102\121\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\102\111\114\32\71\101\116\44\80\108\97\121\101\114\115\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\9\10\9\9\9\102\111\114\32\71\101\116\44\87\111\114\107\115\112\97\99\101\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\10\9\9\9\9\105\102\32\40\87\111\114\107\115\112\97\99\101\46\78\97\109\101\32\61\61\32\80\108\97\121\101\114\115\46\78\97\109\101\41\32\116\104\101\110\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\59\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\84\101\120\116\117\114\101\32\61\32\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\56\55\49\48\57\49\52\51\34\41\59\10\9\10\9\9\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\46\72\101\97\100\59\10\9\10\9\9\9\9\101\110\100\10\9\10\9\9\9\101\110\100\10\9\10\9\9\101\110\100\10\9\10\9\10\9\10\9\9\102\111\114\32\71\101\116\44\87\111\114\107\115\112\97\99\101\32\105\110\32\105\112\97\105\114\115\40\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\84\101\120\116\117\114\101\32\61\32\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\49\55\52\49\51\52\53\56\48\50\34\41\59\10\9\10\9\9\9\80\97\114\116\105\99\108\101\69\109\105\116\116\101\114\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\59\10\9\10\9\9\101\110\100\10\9\10\9\10\9\10\9\9\97\61\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\107\121\34\44\103\97\109\101\46\76\105\103\104\116\105\110\103\41\10\9\10\9\9\98\61\123\34\66\107\34\44\34\68\110\34\44\34\70\116\34\44\34\76\102\34\44\34\82\116\34\44\34\85\112\34\125\10\9\10\9\9\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\98\41\32\100\111\10\9\10\9\9\9\97\91\34\83\107\121\98\111\120\34\46\46\118\93\61\34\114\98\120\97\115\115\101\116\105\100\58\47\47\49\55\50\52\50\51\52\54\56\32\34\10\9\10\9\9\101\110\100\10\9\10\9\10\9\10\9\9\112\114\105\110\116\40\34\77\117\115\105\99\32\101\120\101\99\117\116\101\100\33\34\41\10\9\10\9\9\115\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\111\117\110\100\34\41\10\9\10\9\9\115\46\78\97\109\101\32\61\32\34\77\117\115\105\99\34\10\9\10\9\9\115\46\83\111\117\110\100\73\100\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\49\51\48\55\53\57\50\51\57\34\32\45\45\80\117\116\32\116\104\101\32\105\100\32\105\110\116\111\32\116\104\101\114\101\46\10\9\10\9\9\115\46\76\111\111\112\101\100\32\61\32\116\114\117\101\10\9\10\9\9\115\46\80\105\116\99\104\32\61\32\49\32\45\45\89\111\117\32\99\97\110\32\101\100\105\116\32\116\104\101\115\101\32\115\101\116\116\105\110\103\115\46\10\9\10\9\9\115\46\86\111\108\117\109\101\32\61\32\50\48\48\48\32\45\45\89\111\117\32\99\97\110\32\101\100\105\116\32\116\104\101\115\101\32\115\101\116\116\105\110\103\115\46\10\9\10\9\9\115\46\97\114\99\104\105\118\97\98\108\101\32\61\32\102\97\108\115\101\10\9\10\9\10\9\10\9\9\115\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\87\111\114\107\115\112\97\99\101\10\9\10\9\10\9\10\9\9\119\97\105\116\40\49\41\10\9\10\9\10\9\9\115\58\112\108\97\121\40\41\10\9\10\9\10\9\10\9\9\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\9\105\115\105\115\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\77\101\115\115\97\103\101\34\44\119\111\114\107\115\112\97\99\101\41\10\9\9\9\105\115\105\115\46\84\101\120\116\32\61\32\34\79\72\32\70\85\67\75\44\32\83\72\69\68\76\69\84\83\75\89\39\83\32\82\65\80\32\73\83\32\83\84\65\82\84\73\78\71\33\34\10\9\9\9\119\97\105\116\40\49\41\10\9\9\9\105\115\105\115\58\68\101\115\116\114\111\121\40\41\10\9\9\9\98\111\109\98\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\69\120\112\108\111\115\105\111\110\34\41\10\9\9\9\98\111\109\98\46\80\97\114\101\110\116\32\61\32\118\46\67\104\97\114\97\99\116\101\114\46\84\111\114\115\111\10\9\9\9\98\111\109\98\46\80\111\115\105\116\105\111\110\32\61\32\118\46\67\104\97\114\97\99\116\101\114\46\84\111\114\115\111\46\80\111\115\105\116\105\111\110\10\9\9\9\98\111\109\98\46\66\108\97\115\116\80\114\101\115\115\117\114\101\32\61\32\49\48\48\48\10\9\9\9\98\111\109\98\46\66\108\97\115\116\82\97\100\105\117\115\32\61\32\49\48\48\48\10\9\9\101\110\100\10\9\9\112\114\105\110\116\40\34\77\117\115\105\99\32\101\120\101\99\117\116\101\100\33\34\41\10\9\10\9\9\115\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\111\117\110\100\34\41\10\9\10\9\9\115\46\78\97\109\101\32\61\32\34\77\117\115\105\99\34\10\9\10\9\9\115\46\83\111\117\110\100\73\100\32\61\32\34\104\116\116\112\58\47\47\119\119\119\46\114\111\98\108\111\120\46\99\111\109\47\97\115\115\101\116\47\63\105\100\61\49\56\51\57\53\50\55\51\51\49\34\32\45\45\80\117\116\32\116\104\101\32\105\100\32\105\110\116\111\32\116\104\101\114\101\46\10\9\10\9\9\115\46\76\111\111\112\101\100\32\61\32\116\114\117\101\10\9\10\9\9\115\46\80\105\116\99\104\32\61\32\49\32\45\45\89\111\117\32\99\97\110\32\101\100\105\116\32\116\104\101\115\101\32\115\101\116\116\105\110\103\115\46\10\9\10\9\9\115\46\86\111\108\117\109\101\32\61\32\52\32\45\45\89\111\117\32\99\97\110\32\101\100\105\116\32\116\104\101\115\101\32\115\101\116\116\105\110\103\115\46\10\9\10\9\9\115\46\97\114\99\104\105\118\97\98\108\101\32\61\32\102\97\108\115\101\10\9\10\9\10\9\10\9\9\115\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\87\111\114\107\115\112\97\99\101\10\9\10\9\10\9\10\9\9\119\97\105\116\40\49\10\9\9\41\10\9\10\9\10\9\9\115\58\112\108\97\121\40\41\10\9\10\9\10\9\10\9\9\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\9\105\115\105\115\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\77\101\115\115\97\103\101\34\44\119\111\114\107\115\112\97\99\101\41\10\9\9\9\105\115\105\115\46\84\101\120\116\32\61\32\34\79\72\32\70\85\67\75\44\32\83\72\69\68\76\69\84\83\75\89\39\83\32\82\65\80\32\73\83\32\83\84\65\82\84\73\78\71\33\32\76\69\76\34\10\9\9\9\119\97\105\116\40\49\41\10\9\9\9\105\115\105\115\58\68\101\115\116\114\111\121\40\41\10\9\9\9\98\111\109\98\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\69\120\112\108\111\115\105\111\110\34\41\10\9\9\9\98\111\109\98\46\80\97\114\101\110\116\32\61\32\118\46\67\104\97\114\97\99\116\101\114\46\84\111\114\115\111\10\9\9\9\98\111\109\98\46\80\111\115\105\116\105\111\110\32\61\32\118\46\67\104\97\114\97\99\116\101\114\46\84\111\114\115\111\46\80\111\115\105\116\105\111\110\10\9\9\9\98\111\109\98\46\66\108\97\115\116\80\114\101\115\115\117\114\101\32\61\32\49\48\48\48\10\9\9\9\98\111\109\98\46\66\108\97\115\116\82\97\100\105\117\115\32\61\32\49\48\48\48\10\9\9\101\110\100\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\55\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\85\110\97\110\99\104\111\114\32\65\108\108\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\66\117\116\116\111\110\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\66\117\116\116\111\110\34\41\10\84\101\120\116\66\117\116\116\111\110\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\55\44\32\48\44\32\48\46\55\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\55\50\44\32\54\49\44\32\49\51\57\41\32\45\45\32\79\114\97\110\103\101\10\84\101\120\116\66\117\116\116\111\110\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\50\10\84\101\120\116\66\117\116\116\111\110\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\46\54\54\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\32\61\32\34\72\105\110\116\34\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\83\105\122\101\32\61\32\50\51\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\87\114\97\112\112\101\100\32\61\32\116\114\117\101\10\84\101\120\116\66\117\116\116\111\110\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\66\117\116\116\111\110\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\66\117\116\116\111\110\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\84\101\120\116\66\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\9\10\9\9\108\111\99\97\108\32\109\115\103\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\72\105\110\116\34\41\10\9\9\109\115\103\46\80\97\114\101\110\116\32\61\32\87\111\114\107\115\112\97\99\101\10\9\10\9\9\119\104\105\108\101\32\116\114\117\101\32\100\111\10\9\9\9\109\115\103\46\84\101\120\116\32\61\32\34\84\104\105\115\32\71\97\109\101\32\71\101\116\32\70\117\99\107\101\100\32\66\121\32\84\101\97\109\32\108\48\48\121\107\105\100\100\32\76\101\76\34\10\9\9\9\119\97\105\116\40\49\46\53\41\10\9\9\9\109\115\103\46\84\101\120\116\32\61\32\34\71\101\116\32\70\117\99\107\101\100\32\77\97\102\97\107\97\49\33\49\33\33\49\33\49\34\10\9\9\9\119\97\105\116\40\49\46\53\41\10\9\9\9\109\115\103\46\84\101\120\116\32\61\32\34\84\101\97\109\108\48\48\121\107\105\100\100\32\87\97\115\32\72\101\114\101\32\76\101\76\49\33\49\33\33\49\33\49\34\10\9\9\9\119\97\105\116\40\49\46\53\41\10\9\9\101\110\100\10\101\110\100\41\10\10\108\111\99\97\108\32\84\101\120\116\76\97\98\101\108\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\76\97\98\101\108\34\41\10\84\101\120\116\76\97\98\101\108\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\56\53\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\48\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\32\61\32\34\84\101\97\109\32\108\48\48\121\107\105\100\100\32\74\111\105\110\32\116\111\100\97\121\33\33\34\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\83\105\122\101\32\61\32\49\53\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\76\97\98\101\108\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\76\97\98\101\108\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10\10\108\111\99\97\108\32\84\101\120\116\76\97\98\101\108\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\76\97\98\101\108\34\41\10\84\101\120\116\76\97\98\101\108\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\44\32\48\44\32\48\46\50\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\51\53\44\32\48\44\32\48\46\48\53\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\44\32\48\44\32\48\41\10\84\101\120\116\76\97\98\101\108\46\66\111\114\100\101\114\83\105\122\101\80\105\120\101\108\32\61\32\48\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\32\61\32\34\77\97\100\101\32\108\48\48\121\107\105\100\100\34\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\83\105\122\101\32\61\32\50\56\10\84\101\120\116\76\97\98\101\108\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\84\101\120\116\76\97\98\101\108\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\50\53\53\44\32\50\53\53\44\32\50\53\53\41\10\84\101\120\116\76\97\98\101\108\46\70\111\110\116\32\61\32\69\110\117\109\46\70\111\110\116\46\67\111\100\101\10\84\101\120\116\76\97\98\101\108\46\80\97\114\101\110\116\32\61\32\70\114\97\109\101\10")()
end)

-- Scripts :

local function QFCS_fake_script() -- Frame.Dragify 
	local script = Instance.new('LocalScript', Frame)

	local UIS = game:GetService("UserInputService")
	function dragify(Frame)
	    dragToggle = nil
	    local dragSpeed = 0
	    dragInput = nil
	    dragStart = nil
	    local dragPos = nil
	    function updateInput(input)
	        local Delta = input.Position - dragStart
	        local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
	        game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
	    end
	    Frame.InputBegan:Connect(function(input)
	        if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
	            dragToggle = true
	            dragStart = input.Position
	            startPos = Frame.Position
	            input.Changed:Connect(function()
	                if input.UserInputState == Enum.UserInputState.End then
	                    dragToggle = false
	                end
	            end)
	        end
	    end)
	    Frame.InputChanged:Connect(function(input)
	        if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
	            dragInput = input
	        end
	    end)
	    game:GetService("UserInputService").InputChanged:Connect(function(input)
	        if input == dragInput and dragToggle then
	            updateInput(input)
	        end
	    end)
	end
	
	dragify(script.Parent)
end
coroutine.wrap(QFCS_fake_script)()

Remember to employ a dummy account when injecting scripts. We cannot be held responsible for any potential harm caused to your Roblox account.

 

Leave a Comment

Your email address will not be published. Required fields are marked *