-- Gui to Lua -- Version: 3.2 -- Instances: local GameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name local wtfman = Instance.new("ScreenGui") local Main = Instance.new("Frame") local UICorner = Instance.new("UICorner") local Load = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local directions_bike = Instance.new("ImageButton") local Title = Instance.new("TextLabel") local Exitbtn = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local whatgame = Instance.new("TextLabel") local UICorner_4 = Instance.new("UICorner") --Properties: wtfman.Name = "wtfman" wtfman.Parent = game.CoreGui wtfman.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = wtfman Main.BackgroundColor3 = Color3.fromRGB(50, 50, 50) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.217149913, 0, 0.438036799, 0) Main.Size = UDim2.new(0, 300, 0, 170) UICorner.CornerRadius = UDim.new(0, 6) UICorner.Parent = Main Load.Name = "Load" Load.Parent = Main Load.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Load.Position = UDim2.new(0.166666627, 0, 0.609457493, 0) Load.Size = UDim2.new(0, 200, 0, 50) Load.Font = Enum.Font.SourceSans Load.Text = "Load Script" Load.TextColor3 = Color3.fromRGB(255, 255, 255) Load.TextSize = 26.000 Load.MouseButton1Down:Connect(function() if game.PlaceId == 8540346411 then --Rebirth Champions X loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/RBX.lua"))() wtfman:Destroy() end if game.PlaceId == 8737602449 then --PLS DONATE loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/PLSD.lua"))() wtfman:Destroy() end if game.PlaceId == 7560156054 then --Clicker Simulator loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/CLS.lua"))() wtfman:Destroy() end if game.PlaceId == 6284583030 then --Pet Simulator X loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/PSX.lua"))() wtfman:Destroy() end if game.PlaceId == 8592863835 then --Magnet Simulator 2 loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolSupported/main/MagnetSim2"))() wtfman:Destroy() end if game.PlaceId == 7788040584 then --Pls donate me loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/PL.lua"))() wtfman:Destroy() end if game.PlaceId == 286090429 then --Arsenal loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/ARS.lua"))() wtfman:Destroy() end if game.PlaceId == 3101667897 then --Legends of Speed loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/LFS.lua"))() wtfman:Destroy() end if game.PlaceId == 9300407930 then --Bot Clash loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/ShinyToolV2/main/BT.lua"))() wtfman:Destroy() end end) UICorner_2.CornerRadius = UDim.new(0, 6) UICorner_2.Parent = Load directions_bike.Name = "directions_bike" directions_bike.Parent = Load directions_bike.BackgroundTransparency = 1.000 directions_bike.LayoutOrder = 15 directions_bike.Position = UDim2.new(0.0513214469, 0, 0.133619606, 0) directions_bike.Size = UDim2.new(0, 35, 0, 35) directions_bike.ZIndex = 2 directions_bike.Image = "rbxassetid://3926305904" directions_bike.ImageRectOffset = Vector2.new(644, 604) directions_bike.ImageRectSize = Vector2.new(36, 36) Title.Name = "Title" Title.Parent = Main Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.BorderColor3 = Color3.fromRGB(27, 42, 53) Title.Position = UDim2.new(0.166666672, 0, 0.14705883, 0) Title.Size = UDim2.new(0, 200, 0, 50) Title.Font = Enum.Font.SourceSans Title.Text = "ShinyTool - Without Key System" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true Exitbtn.Name = "Exitbtn" Exitbtn.Parent = Main Exitbtn.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Exitbtn.BackgroundTransparency = 1.000 Exitbtn.Position = UDim2.new(0.916666687, 0, 0, 0) Exitbtn.Size = UDim2.new(0, 25, 0, 25) Exitbtn.Font = Enum.Font.SourceSans Exitbtn.Text = "X" Exitbtn.TextColor3 = Color3.fromRGB(255, 255, 255) Exitbtn.TextSize = 22.000 Exitbtn.MouseButton1Down:Connect(function() wtfman:Destroy() end) UICorner_3.CornerRadius = UDim.new(0, 6) UICorner_3.Parent = Exitbtn whatgame.Name = "whatgame" whatgame.Parent = Main whatgame.BackgroundColor3 = Color3.fromRGB(35, 35, 35) whatgame.Position = UDim2.new(0.0333333313, 0, 0.958823502, 0) whatgame.Size = UDim2.new(0, 280, 0, 35) whatgame.Font = Enum.Font.SourceSans whatgame.Text = "Game: " whatgame.TextColor3 = Color3.fromRGB(255, 255, 255) whatgame.TextSize = 18.000 whatgame.Text = "Game: "..GameName UICorner_4.CornerRadius = UDim.new(0, 6) UICorner_4.Parent = whatgame -- Scripts: local function GRLPS_fake_script() -- Main.SECRET!!!!!!!!!!!!! local script = Instance.new('LocalScript', Main) --[[ Hey, user, there's nothing here ]]-- local apples = 16 local bananas = 18 if apples > bananas then print("Shit bro, i apple man") else print("God damn, i banana man!") end end coroutine.wrap(GRLPS_fake_script)() local function TVAZOSS_fake_script() -- Main.VERYSECRET!!!!!!!!!! local script = Instance.new('LocalScript', Main) --[[ god damn ]]-- --[[ If you want a free scripts LKHUB without key system, go to this link - https://lkhub.net/s/ ! https://lkhub.net/_autoindex/ -- i don't know what is this https://lkhub.net/assets/ -- css, js (change to dark theme only), images https://lkhub.net/admin/ -- if you want, you can crack them, you only need a password there ]]-- end coroutine.wrap(TVAZOSS_fake_script)() local function EQIZBIS_fake_script() -- Main.VERYOP!!!!!!! DON'T SEE!!! local script = Instance.new('LocalScript', Main) local krnl = 5 local synapse = 10 if synapse > krnl then print("Synapse is #1") else print("But still.. Synapse is #1") end end coroutine.wrap(EQIZBIS_fake_script)()