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?
- Launch Roblox and join your desired game.
- Click the “Copy” button to duplicate the script code.
- Paste the script code into your preferred Roblox executor.
- Execute the script code and savor the enhanced experience.
-- Generated using RoadToGlory's Converter v1.1 (RoadToGlory#9879)
-- Instances:
local Converted = {
["_ScreenGui"] = Instance.new("ScreenGui");
["_Main"] = Instance.new("Frame");
["_KrystalDance"] = Instance.new("TextButton");
["_LocalScript"] = Instance.new("LocalScript");
["_UIStroke"] = Instance.new("UIStroke");
["_UICorner"] = Instance.new("UICorner");
["_Sniper"] = Instance.new("TextButton");
["_LocalScript1"] = Instance.new("LocalScript");
["_UIStroke1"] = Instance.new("UIStroke");
["_UICorner1"] = Instance.new("UICorner");
["_NepV"] = Instance.new("TextButton");
["_LocalScript2"] = Instance.new("LocalScript");
["_UIStroke2"] = Instance.new("UIStroke");
["_UICorner2"] = Instance.new("UICorner");
["_Pistol"] = Instance.new("TextButton");
["_LocalScript3"] = Instance.new("LocalScript");
["_UIStroke3"] = Instance.new("UIStroke");
["_UICorner3"] = Instance.new("UICorner");
["_Banisher"] = Instance.new("TextButton");
["_LocalScript4"] = Instance.new("LocalScript");
["_UIStroke4"] = Instance.new("UIStroke");
["_UICorner4"] = Instance.new("UICorner");
["_Karambit"] = Instance.new("TextButton");
["_LocalScript5"] = Instance.new("LocalScript");
["_UIStroke5"] = Instance.new("UIStroke");
["_UICorner5"] = Instance.new("UICorner");
["_Frame"] = Instance.new("Frame");
["_Frame1"] = Instance.new("Frame");
["_Frame2"] = Instance.new("Frame");
["_Frame3"] = Instance.new("Frame");
["_Frame4"] = Instance.new("Frame");
["_Frame5"] = Instance.new("Frame");
["_Frame6"] = Instance.new("Frame");
["_Frame7"] = Instance.new("Frame");
["_TextLabel"] = Instance.new("TextLabel");
["_Frame8"] = Instance.new("Frame");
["_UIStroke6"] = Instance.new("UIStroke");
["_UICorner6"] = Instance.new("UICorner");
["_Frame9"] = Instance.new("Frame");
["_UICorner7"] = Instance.new("UICorner");
["_UIStroke7"] = Instance.new("UIStroke");
["_TextLabel1"] = Instance.new("TextLabel");
["_TextLabel2"] = Instance.new("TextLabel");
["_UIStroke8"] = Instance.new("UIStroke");
["_UIStroke9"] = Instance.new("UIStroke");
["_TextLabel3"] = Instance.new("TextLabel");
["_UICorner8"] = Instance.new("UICorner");
["_TextLabel4"] = Instance.new("TextLabel");
["_UIStroke10"] = Instance.new("UIStroke");
["_UIGradient"] = Instance.new("UIGradient");
["_LocalScript6"] = Instance.new("LocalScript");
["_TextLabel5"] = Instance.new("TextLabel");
["_UIStroke11"] = Instance.new("UIStroke");
["_LocalScript7"] = Instance.new("LocalScript");
["_TextLabel6"] = Instance.new("TextLabel");
["_UIStroke12"] = Instance.new("UIStroke");
["_LocalScript8"] = Instance.new("LocalScript");
["_TextLabel7"] = Instance.new("TextLabel");
["_UIStroke13"] = Instance.new("UIStroke");
["_LocalScript9"] = Instance.new("LocalScript");
["_TextLabel8"] = Instance.new("TextLabel");
["_UIStroke14"] = Instance.new("UIStroke");
["_LocalScript10"] = Instance.new("LocalScript");
["_TextLabel9"] = Instance.new("TextLabel");
["_UIStroke15"] = Instance.new("UIStroke");
["_LocalScript11"] = Instance.new("LocalScript");
["_TextLabel10"] = Instance.new("TextLabel");
["_UIStroke16"] = Instance.new("UIStroke");
["_LocalScript12"] = Instance.new("LocalScript");
}
-- Properties:
Converted["_ScreenGui"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Converted["_ScreenGui"].Parent = game:GetService("CoreGui")
Converted["_Main"].BackgroundColor3 = Color3.fromRGB(50.00000461935997, 0, 43.00000123679638)
Converted["_Main"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Main"].BorderSizePixel = 0
Converted["_Main"].Position = UDim2.new(0.241965026, 0, 0.431952655, 0)
Converted["_Main"].Size = UDim2.new(0, 320, 0, 168)
Converted["_Main"].Name = "Main"
Converted["_Main"].Parent = Converted["_ScreenGui"]
Converted["_KrystalDance"].Font = Enum.Font.Ubuntu
Converted["_KrystalDance"].Text = "Krystal Dance"
Converted["_KrystalDance"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_KrystalDance"].TextSize = 14
Converted["_KrystalDance"].TextWrapped = true
Converted["_KrystalDance"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_KrystalDance"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_KrystalDance"].BorderSizePixel = 0
Converted["_KrystalDance"].Position = UDim2.new(0.0531250015, 0, 0.351190478, 0)
Converted["_KrystalDance"].Size = UDim2.new(0, 83, 0, 38)
Converted["_KrystalDance"].Name = "KrystalDance"
Converted["_KrystalDance"].Parent = Converted["_Main"]
Converted["_UIStroke"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke"].Thickness = 3
Converted["_UIStroke"].Parent = Converted["_KrystalDance"]
Converted["_UICorner"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner"].Parent = Converted["_KrystalDance"]
Converted["_Sniper"].Font = Enum.Font.Ubuntu
Converted["_Sniper"].Text = "Sniper"
Converted["_Sniper"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Sniper"].TextSize = 14
Converted["_Sniper"].TextWrapped = true
Converted["_Sniper"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_Sniper"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Sniper"].BorderSizePixel = 0
Converted["_Sniper"].Position = UDim2.new(0.366070181, 0, 0.351190478, 0)
Converted["_Sniper"].Size = UDim2.new(0, 83, 0, 38)
Converted["_Sniper"].Name = "Sniper"
Converted["_Sniper"].Parent = Converted["_Main"]
Converted["_UIStroke1"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke1"].Thickness = 3
Converted["_UIStroke1"].Parent = Converted["_Sniper"]
Converted["_UICorner1"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner1"].Parent = Converted["_Sniper"]
Converted["_NepV"].Font = Enum.Font.Ubuntu
Converted["_NepV"].Text = "Neptunian V"
Converted["_NepV"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_NepV"].TextSize = 14
Converted["_NepV"].TextWrapped = true
Converted["_NepV"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_NepV"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_NepV"].BorderSizePixel = 0
Converted["_NepV"].Position = UDim2.new(0.686971366, 0, 0.351190478, 0)
Converted["_NepV"].Size = UDim2.new(0, 83, 0, 38)
Converted["_NepV"].Name = "NepV"
Converted["_NepV"].Parent = Converted["_Main"]
Converted["_UIStroke2"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke2"].Thickness = 3
Converted["_UIStroke2"].Parent = Converted["_NepV"]
Converted["_UICorner2"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner2"].Parent = Converted["_NepV"]
Converted["_Pistol"].Font = Enum.Font.Ubuntu
Converted["_Pistol"].Text = "Pistol"
Converted["_Pistol"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Pistol"].TextSize = 14
Converted["_Pistol"].TextWrapped = true
Converted["_Pistol"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_Pistol"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Pistol"].BorderSizePixel = 0
Converted["_Pistol"].Position = UDim2.new(0.366070271, 0, 0.688301444, 0)
Converted["_Pistol"].Size = UDim2.new(0, 83, 0, 38)
Converted["_Pistol"].Name = "Pistol"
Converted["_Pistol"].Parent = Converted["_Main"]
Converted["_UIStroke3"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke3"].Thickness = 3
Converted["_UIStroke3"].Parent = Converted["_Pistol"]
Converted["_UICorner3"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner3"].Parent = Converted["_Pistol"]
Converted["_Banisher"].Font = Enum.Font.Ubuntu
Converted["_Banisher"].Text = "Banisher"
Converted["_Banisher"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Banisher"].TextSize = 14
Converted["_Banisher"].TextWrapped = true
Converted["_Banisher"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_Banisher"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Banisher"].BorderSizePixel = 0
Converted["_Banisher"].Position = UDim2.new(0.0531250015, 0, 0.688301444, 0)
Converted["_Banisher"].Size = UDim2.new(0, 83, 0, 38)
Converted["_Banisher"].Name = "Banisher"
Converted["_Banisher"].Parent = Converted["_Main"]
Converted["_UIStroke4"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke4"].Thickness = 3
Converted["_UIStroke4"].Parent = Converted["_Banisher"]
Converted["_UICorner4"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner4"].Parent = Converted["_Banisher"]
Converted["_Karambit"].Font = Enum.Font.Ubuntu
Converted["_Karambit"].Text = "Karambit"
Converted["_Karambit"].TextColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Karambit"].TextSize = 14
Converted["_Karambit"].TextWrapped = true
Converted["_Karambit"].BackgroundColor3 = Color3.fromRGB(90.00000223517418, 0, 102.00000911951065)
Converted["_Karambit"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Karambit"].BorderSizePixel = 0
Converted["_Karambit"].Position = UDim2.new(0.686971366, 0, 0.688301444, 0)
Converted["_Karambit"].Size = UDim2.new(0, 83, 0, 38)
Converted["_Karambit"].Name = "Karambit"
Converted["_Karambit"].Parent = Converted["_Main"]
Converted["_UIStroke5"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke5"].Thickness = 3
Converted["_UIStroke5"].Parent = Converted["_Karambit"]
Converted["_UICorner5"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner5"].Parent = Converted["_Karambit"]
Converted["_Frame"].BackgroundColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame"].BorderColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame"].Position = UDim2.new(0.0250000954, 0, 0.301396698, 0)
Converted["_Frame"].Size = UDim2.new(0, 304, 0, 0)
Converted["_Frame"].Parent = Converted["_Main"]
Converted["_Frame1"].BackgroundColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame1"].BorderColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame1"].Position = UDim2.new(0.975000024, 0, 0.640682399, 0)
Converted["_Frame1"].Size = UDim2.new(0, -1, 0, -57)
Converted["_Frame1"].Parent = Converted["_Main"]
Converted["_Frame2"].BackgroundColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame2"].BorderColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_Frame2"].Position = UDim2.new(0.0250000954, 0, 0.640682399, 0)
Converted["_Frame2"].Size = UDim2.new(0, 304, 0, 0)
Converted["_Frame2"].Parent = Converted["_Main"]
Converted["_Frame3"].BackgroundColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame3"].BorderColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame3"].Position = UDim2.new(0.0249998085, 0, 0.640682399, 0)
Converted["_Frame3"].Size = UDim2.new(0, 0, 0, -57)
Converted["_Frame3"].Parent = Converted["_Main"]
Converted["_Frame4"].BackgroundColor3 = Color3.fromRGB(95.00000193715096, 95.00000193715096, 95.00000193715096)
Converted["_Frame4"].BorderColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_Frame4"].Position = UDim2.new(0.975000024, 0, 0.968063354, 0)
Converted["_Frame4"].Size = UDim2.new(0, -1, 0, -57)
Converted["_Frame4"].Parent = Converted["_Main"]
Converted["_Frame5"].BackgroundColor3 = Color3.fromRGB(95.00000193715096, 95.00000193715096, 95.00000193715096)
Converted["_Frame5"].BorderColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame5"].Position = UDim2.new(0.0250000004, 0, 0.628777623, 0)
Converted["_Frame5"].Size = UDim2.new(0, 304, 0, 0)
Converted["_Frame5"].Parent = Converted["_Main"]
Converted["_Frame6"].BackgroundColor3 = Color3.fromRGB(95.00000193715096, 95.00000193715096, 95.00000193715096)
Converted["_Frame6"].BorderColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_Frame6"].Position = UDim2.new(0.0250000004, 0, 0.968063354, 0)
Converted["_Frame6"].Size = UDim2.new(0, 304, 0, 0)
Converted["_Frame6"].Parent = Converted["_Main"]
Converted["_Frame7"].BackgroundColor3 = Color3.fromRGB(95.00000193715096, 95.00000193715096, 95.00000193715096)
Converted["_Frame7"].BorderColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_Frame7"].Position = UDim2.new(0.0249998085, 0, 0.968063354, 0)
Converted["_Frame7"].Size = UDim2.new(0, 0, 0, -55)
Converted["_Frame7"].Parent = Converted["_Main"]
Converted["_TextLabel"].Font = Enum.Font.Ubuntu
Converted["_TextLabel"].Text = "R6 ="
Converted["_TextLabel"].TextColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_TextLabel"].TextScaled = true
Converted["_TextLabel"].TextSize = 14
Converted["_TextLabel"].TextWrapped = true
Converted["_TextLabel"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel"].BackgroundTransparency = 1
Converted["_TextLabel"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel"].BorderSizePixel = 0
Converted["_TextLabel"].Position = UDim2.new(0, 0, 0.0595238097, 0)
Converted["_TextLabel"].Size = UDim2.new(0, 48, 0, 12)
Converted["_TextLabel"].Parent = Converted["_Main"]
Converted["_Frame8"].BackgroundColor3 = Color3.fromRGB(17.00000088661909, 0, 255)
Converted["_Frame8"].BorderColor3 = Color3.fromRGB(255, 255, 255)
Converted["_Frame8"].Position = UDim2.new(0.131249994, 0, 0.130952388, 0)
Converted["_Frame8"].Size = UDim2.new(0, 12, 0, -10)
Converted["_Frame8"].Parent = Converted["_Main"]
Converted["_UIStroke6"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke6"].Thickness = 1.100000023841858
Converted["_UIStroke6"].Parent = Converted["_Frame8"]
Converted["_UICorner6"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner6"].Parent = Converted["_Frame8"]
Converted["_Frame9"].BackgroundColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_Frame9"].BorderColor3 = Color3.fromRGB(255, 255, 255)
Converted["_Frame9"].Position = UDim2.new(0.150000006, 0, 0.226190478, 0)
Converted["_Frame9"].Size = UDim2.new(0, 12, 0, -10)
Converted["_Frame9"].Parent = Converted["_Main"]
Converted["_UICorner7"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner7"].Parent = Converted["_Frame9"]
Converted["_UIStroke7"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke7"].Thickness = 1.100000023841858
Converted["_UIStroke7"].Parent = Converted["_Frame9"]
Converted["_TextLabel1"].Font = Enum.Font.Ubuntu
Converted["_TextLabel1"].Text = "R15 ="
Converted["_TextLabel1"].TextColor3 = Color3.fromRGB(165.00000536441803, 0, 137.00000703334808)
Converted["_TextLabel1"].TextScaled = true
Converted["_TextLabel1"].TextSize = 14
Converted["_TextLabel1"].TextWrapped = true
Converted["_TextLabel1"].BackgroundColor3 = Color3.fromRGB(95.00000193715096, 95.00000193715096, 95.00000193715096)
Converted["_TextLabel1"].BackgroundTransparency = 1
Converted["_TextLabel1"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel1"].BorderSizePixel = 0
Converted["_TextLabel1"].Position = UDim2.new(0.0249998085, 0, 0.15476191, 0)
Converted["_TextLabel1"].Size = UDim2.new(0, 34, 0, 12)
Converted["_TextLabel1"].Parent = Converted["_Main"]
Converted["_TextLabel2"].Font = Enum.Font.Ubuntu
Converted["_TextLabel2"].Text = "Genesis Hub"
Converted["_TextLabel2"].TextColor3 = Color3.fromRGB(150.0000062584877, 0, 161.0000056028366)
Converted["_TextLabel2"].TextScaled = true
Converted["_TextLabel2"].TextSize = 14
Converted["_TextLabel2"].TextWrapped = true
Converted["_TextLabel2"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel2"].BackgroundTransparency = 1
Converted["_TextLabel2"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel2"].BorderSizePixel = 0
Converted["_TextLabel2"].Position = UDim2.new(0.215625003, 0, 0, 0)
Converted["_TextLabel2"].Size = UDim2.new(0, 150, 0, 50)
Converted["_TextLabel2"].Parent = Converted["_Main"]
Converted["_UIStroke8"].Color = Color3.fromRGB(40.00000141561031, 0, 53.000004440546036)
Converted["_UIStroke8"].Thickness = 3
Converted["_UIStroke8"].Parent = Converted["_TextLabel2"]
Converted["_UIStroke9"].ApplyStrokeMode = Enum.ApplyStrokeMode.Border
Converted["_UIStroke9"].Thickness = 3
Converted["_UIStroke9"].Parent = Converted["_Main"]
Converted["_TextLabel3"].Font = Enum.Font.Ubuntu
Converted["_TextLabel3"].Text = "Zyphon was here;)"
Converted["_TextLabel3"].TextColor3 = Color3.fromRGB(70.00000342726707, 0, 84.00000259280205)
Converted["_TextLabel3"].TextScaled = true
Converted["_TextLabel3"].TextSize = 14
Converted["_TextLabel3"].TextWrapped = true
Converted["_TextLabel3"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel3"].BackgroundTransparency = 1
Converted["_TextLabel3"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel3"].BorderSizePixel = 0
Converted["_TextLabel3"].Position = UDim2.new(0.696874976, 0, 0.0119047621, 0)
Converted["_TextLabel3"].Size = UDim2.new(0, 75, 0, 12)
Converted["_TextLabel3"].Parent = Converted["_Main"]
Converted["_UICorner8"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner8"].Parent = Converted["_Main"]
Converted["_TextLabel4"].Font = Enum.Font.Ubuntu
Converted["_TextLabel4"].Text = "!!UNOFFICIAL!!"
Converted["_TextLabel4"].TextColor3 = Color3.fromRGB(161.0000056028366, 0, 0)
Converted["_TextLabel4"].TextScaled = true
Converted["_TextLabel4"].TextSize = 14
Converted["_TextLabel4"].TextWrapped = true
Converted["_TextLabel4"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel4"].BackgroundTransparency = 1
Converted["_TextLabel4"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel4"].BorderSizePixel = 0
Converted["_TextLabel4"].Position = UDim2.new(0.215625003, 0, 0, 0)
Converted["_TextLabel4"].Size = UDim2.new(0, 73, 0, 14)
Converted["_TextLabel4"].Parent = Converted["_Main"]
Converted["_UIStroke10"].Color = Color3.fromRGB(53.000004440546036, 0, 0)
Converted["_UIStroke10"].Thickness = 0.699999988079071
Converted["_UIStroke10"].Parent = Converted["_TextLabel4"]
Converted["_UIGradient"].Color = ColorSequence.new{
ColorSequenceKeypoint.new(0, Color3.fromRGB(179.000004529953, 0, 255)),
ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))
}
Converted["_UIGradient"].Parent = Converted["_Main"]
Converted["_TextLabel5"].Font = Enum.Font.Ubuntu
Converted["_TextLabel5"].Text = "Genesis Hub Loaded!"
Converted["_TextLabel5"].TextColor3 = Color3.fromRGB(150.0000062584877, 0, 161.0000056028366)
Converted["_TextLabel5"].TextScaled = true
Converted["_TextLabel5"].TextSize = 14
Converted["_TextLabel5"].TextWrapped = true
Converted["_TextLabel5"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel5"].BackgroundTransparency = 1
Converted["_TextLabel5"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel5"].BorderSizePixel = 0
Converted["_TextLabel5"].Position = UDim2.new(0, -90, 0, 0)
Converted["_TextLabel5"].Size = UDim2.new(0, 726, 0, 61)
Converted["_TextLabel5"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke11"].Color = Color3.fromRGB(40.00000141561031, 0, 53.000004440546036)
Converted["_UIStroke11"].Thickness = 3
Converted["_UIStroke11"].Parent = Converted["_TextLabel5"]
Converted["_TextLabel6"].Font = Enum.Font.Ubuntu
Converted["_TextLabel6"].Text = "Updates:"
Converted["_TextLabel6"].TextColor3 = Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366)
Converted["_TextLabel6"].TextScaled = true
Converted["_TextLabel6"].TextSize = 14
Converted["_TextLabel6"].TextWrapped = true
Converted["_TextLabel6"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel6"].BackgroundTransparency = 1
Converted["_TextLabel6"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel6"].BorderSizePixel = 0
Converted["_TextLabel6"].Position = UDim2.new(0, -13, 0, 50)
Converted["_TextLabel6"].Size = UDim2.new(0, 288, 0, 61)
Converted["_TextLabel6"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke12"].Color = Color3.fromRGB(53.000004440546036, 53.000004440546036, 53.000004440546036)
Converted["_UIStroke12"].Thickness = 1.600000023841858
Converted["_UIStroke12"].Parent = Converted["_TextLabel6"]
Converted["_TextLabel7"].Font = Enum.Font.Ubuntu
Converted["_TextLabel7"].Text = "- Added Krystal Dance"
Converted["_TextLabel7"].TextColor3 = Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366)
Converted["_TextLabel7"].TextScaled = true
Converted["_TextLabel7"].TextSize = 14
Converted["_TextLabel7"].TextWrapped = true
Converted["_TextLabel7"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel7"].BackgroundTransparency = 1
Converted["_TextLabel7"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel7"].BorderSizePixel = 0
Converted["_TextLabel7"].Position = UDim2.new(0, 21, 0, 101)
Converted["_TextLabel7"].Size = UDim2.new(0, 281, 0, 61)
Converted["_TextLabel7"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke13"].Color = Color3.fromRGB(53.000004440546036, 53.000004440546036, 53.000004440546036)
Converted["_UIStroke13"].Thickness = 0.8999999761581421
Converted["_UIStroke13"].Parent = Converted["_TextLabel7"]
Converted["_TextLabel8"].Font = Enum.Font.Ubuntu
Converted["_TextLabel8"].Text = "- Uploaded on ScriptBlox"
Converted["_TextLabel8"].TextColor3 = Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366)
Converted["_TextLabel8"].TextScaled = true
Converted["_TextLabel8"].TextSize = 14
Converted["_TextLabel8"].TextWrapped = true
Converted["_TextLabel8"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel8"].BackgroundTransparency = 1
Converted["_TextLabel8"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel8"].BorderSizePixel = 0
Converted["_TextLabel8"].Position = UDim2.new(0, 21, 0, 137)
Converted["_TextLabel8"].Size = UDim2.new(0, 319, 0, 61)
Converted["_TextLabel8"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke14"].Color = Color3.fromRGB(53.000004440546036, 53.000004440546036, 53.000004440546036)
Converted["_UIStroke14"].Thickness = 0.8999999761581421
Converted["_UIStroke14"].Parent = Converted["_TextLabel8"]
Converted["_TextLabel9"].Font = Enum.Font.Ubuntu
Converted["_TextLabel9"].Text = "- New UI"
Converted["_TextLabel9"].TextColor3 = Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366)
Converted["_TextLabel9"].TextScaled = true
Converted["_TextLabel9"].TextSize = 14
Converted["_TextLabel9"].TextWrapped = true
Converted["_TextLabel9"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel9"].BackgroundTransparency = 1
Converted["_TextLabel9"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel9"].BorderSizePixel = 0
Converted["_TextLabel9"].Position = UDim2.new(0, 21, 0, 186)
Converted["_TextLabel9"].Size = UDim2.new(0, 113, 0, 31)
Converted["_TextLabel9"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke15"].Color = Color3.fromRGB(53.000004440546036, 53.000004440546036, 53.000004440546036)
Converted["_UIStroke15"].Thickness = 0.8999999761581421
Converted["_UIStroke15"].Parent = Converted["_TextLabel9"]
Converted["_TextLabel10"].Font = Enum.Font.Ubuntu
Converted["_TextLabel10"].Text = "- Tech Advances (conversion errors and other bs fixed"
Converted["_TextLabel10"].TextColor3 = Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366)
Converted["_TextLabel10"].TextScaled = true
Converted["_TextLabel10"].TextSize = 14
Converted["_TextLabel10"].TextWrapped = true
Converted["_TextLabel10"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel10"].BackgroundTransparency = 1
Converted["_TextLabel10"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel10"].BorderSizePixel = 0
Converted["_TextLabel10"].Position = UDim2.new(0, 21, 0, 205)
Converted["_TextLabel10"].Size = UDim2.new(0, 702, 0, 61)
Converted["_TextLabel10"].Parent = Converted["_ScreenGui"]
Converted["_UIStroke16"].Color = Color3.fromRGB(53.000004440546036, 53.000004440546036, 53.000004440546036)
Converted["_UIStroke16"].Thickness = 0.8999999761581421
Converted["_UIStroke16"].Parent = Converted["_TextLabel10"]
-- Fake Module Scripts:
local fake_module_scripts = {}
-- Fake Local Scripts:
local function AZOO_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.KrystalDance.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_KrystalDance"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Krystal%20Dance"))()
end)
end
local function BCYVINC_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.Sniper.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_Sniper"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sniper"))()
end)
end
local function GDTLFMR_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.NepV.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_NepV"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neptunian%20V"))()
end)
end
local function TUTS_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.Pistol.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_Pistol"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Pistol"))()
end)
end
local function ITZSZOA_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.Banisher.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_Banisher"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Banisher"))()
end)
end
local function QFEIA_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.Karambit.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_Karambit"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local button = script.Parent
button.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Karambit"))()
end)
end
local function XVILNIC_fake_script() -- Fake Script: StarterGui.ScreenGui.Main.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_Main"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local UIS = game:GetService('UserInputService')
local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.25
local dragStart = nil
local startPos = nil
local 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(dragSpeed), {Position = position}):Play()
end
frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) 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)
UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)
end
local function FLMJV_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel5"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
local function AHMPWB_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel6"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
local function AHAYLU_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel7"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
local function JUFCOT_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel8"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
local function VYMGR_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel9"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
local function FZALPN_fake_script() -- Fake Script: StarterGui.ScreenGui.TextLabel.LocalScript
local script = Instance.new("LocalScript")
script.Name = "LocalScript"
script.Parent = Converted["_TextLabel10"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local TextLabel = script.Parent
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(
2,
Enum.EasingStyle.Sine,
Enum.EasingDirection.InOut,
0,
false,
0
)
--Zyphon was here;)
local goal = {}
goal.TextTransparency = 1
local tween = TweenService:Create(TextLabel, TweenInfo, goal)
tween:Play()
wait(2)
TextLabel.Visible = false
end
coroutine.wrap(AZOO_fake_script)()
coroutine.wrap(BCYVINC_fake_script)()
coroutine.wrap(GDTLFMR_fake_script)()
coroutine.wrap(TUTS_fake_script)()
coroutine.wrap(ITZSZOA_fake_script)()
coroutine.wrap(QFEIA_fake_script)()
coroutine.wrap(XVILNIC_fake_script)()
coroutine.wrap(FLMJV_fake_script)()
coroutine.wrap(AHMPWB_fake_script)()
coroutine.wrap(AHAYLU_fake_script)()
coroutine.wrap(JUFCOT_fake_script)()
coroutine.wrap(VYMGR_fake_script)()
coroutine.wrap(FZALPN_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.


