Albertsstuff Wiki
Advertisement
File:Download - 2021-05-25T121913.314.jpg
File:Download - 2021-05-25T114548.188 sexy with me.jpg
Eeee


Ahoy! This here is the Cleetus Article that was chosen in Hall of Fame.
"Cleetus" This Article has been chosen in hall of fame, meaning it was chosen as an article of interest.

"HYUCK HYUCK HYUCK HELLO EVERYBODY! UH, YOU PRO- IT'S YOUR BOY CLEETUS HERE! GONNA TEACH SOME OF Y'ALL UNCIVILIZED CITY FOLK HOW TO CATCH SOME PIGEONS!"

-Cleetus --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB

v--Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB vvvv--Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB --Please use Infinite Yield FE --infyield.yolasite.com --discord.io/infiniteyield

local GUI = Instance.new("ScreenGui") local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local ExitImage = Instance.new("ImageLabel")

GUI.Parent = game:GetService("CoreGui")

AnnGUI.Name = "AnnGUI" AnnGUI.Parent = GUI AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -500) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 10

background.Name = "background" background.Parent = AnnGUI background.Active = true background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 150) background.ZIndex = 10

TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0, 5, 0, 5) TextBox.Size = UDim2.new(0, 350, 0, 140) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = "This version of Infinite Yield has been discontinued. Please go to our website or discord server to get a currently supported version.\n\ndiscord.io/infiniteyield\n\ninfyield.yolasite.com" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.ZIndex = 10

shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 10

PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Size = UDim2.new(1, 0, 0.95, 0) PopupText.ZIndex = 10 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true

Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Position = UDim2.new(1, -20, 0, 0) Exit.Size = UDim2.new(0, 20, 0, 20) Exit.Text = "" Exit.ZIndex = 10

ExitImage.Parent = Exit ExitImage.BackgroundColor3 = Color3.new(1, 1, 1) ExitImage.BackgroundTransparency = 1 ExitImage.Position = UDim2.new(0, 5, 0, 5) ExitImage.Size = UDim2.new(0, 10, 0, 10) ExitImage.Image = "rbxassetid://5054663650" ExitImage.ZIndex = 10

wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)

Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -500), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() run() end)

function run() --script start --------------------------------------------------------------- --------------------------------------------------------------- -- _____ __ _ _ _ __ ___ _ _ -- -- |_ _| / _(_) (_) | \ \ / (_) | | | | -- -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | -- -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | -- -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | -- -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| -- -- -- --------------------------------------------------------------- ---------------------------Edge-Moon--------------------------- ---------------------------------------------------------------

local Version = '9.5.3' HttpService = game:GetService("HttpService") SAVEFILE = { colorR = 0.121569; colorG = 0.121569; colorB = 0.121569; cmdprefix = ';'; suggestionstoggle = true; allowfriends = true; JLnotify = true; Mseconds = '7'; Nfriends = true; cmdbarbind = ';'; chatsV = false; whispersV = false; commandsV = false; aliasSave = {} } defaults = HttpService:JSONEncode(SAVEFILE)

function writefileExploit() if is_protosmasher_caller ~= nil or elysianexecute ~= nil or Synapse ~= nil then return true end end

loaded = false function run() local function writeF() writefile("IY.txt", defaults) wait(1) local newjson = readfile("IY.txt") local CREATEFILE = HttpService:JSONDecode(newjson) colorR = CREATEFILE.colorR colorG = CREATEFILE.colorG colorB = CREATEFILE.colorB Cleetus, Sr. (Better known as Cleetus) is a persona of the Mrflimflam who first debuted in ROBLOX... THIS IS SO SAD 😭 😭 😭 😭.

Appearance

Cleetus uses the tan skin option with the ROBLOX Boy Right Leg, the ROBLOX Boy Left Leg, the ROBLOX Boy Right Arm, the ROBLOX Boy Left Arm, flamingo sucks dicks and he swallows the sperm flamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermvvflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the sperm

flamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermvflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermflamingo sucks dicks and he swallows the spermv


go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk go watch porn and have sex with ur mom or dad or your friends or yourslef watch belle delphine watch sexual vids its to hot to handle fuxk your dick fuck your dick fuck your dick gentlemen and ladies fuck your tits i wanna see the milk drip down milk sweet milk also i saw fox kristen vagina its soo good looking she let me lick it it tatses like pee and fish her vagina looks so good tho fox was sucking on my dick she broke up with flamingo. Cuz she got jealous of zara larrsson so she is now with me. fox kristen and I are having so much sex our body is num fox kriten likes to suck my dick and sit onit and bounce so hard on it sex sex sex sex that big sex seeeeeeeexxxxxxxxxx sexy sexy sexxxx dixk suxk

Advertisement