rosu mania script pastebin --[[ ----------------------- Description: rosu!mania auto If you want to miss just hit one of the notes wrong :P !THIS ONLY WORKS FOR PROTOSMASHER! -The keybinds work for anything as long as it is 0-9, a-z, and ; -This mainly works for game speed/note speed 1 rosu mania script pastebin How to dowload it? rosu mania script pastebin -If you switch the skin you have to disable and enable the auto button again ----------------------- Game: https://www.roblox.com/games/3126135622/rosu-mania-Update-7-14 ----------------------- Credits: GUI ~ brianops1 rosu mania script pastebin PasteShr rosu mania script pastebin Scripter(s) ~ brianops1 ----------------------- Scripts: --]] plr = game:GetService('Players').LocalPlayer Root = plr.Character.HumanoidRootPart --[[ --~ Copy Vector3 (setclipboard function) ~-- rosu mania script pastebin PasteShr rosu mania script pastebin plr = game:GetService('Players').LocalPlayer Root = plr.Character.HumanoidRootPart function loc(A) location = string.find(A, ".",0,true) return string.sub(A, 0,location - 1) end function copy() setclipboard(loc(x) .. ", " .. loc(y) .. ", " .. loc(z)) rosu mania script pastebin How to dowload it? rosu mania script pastebin end x = Root.CFrame.x y = Root.CFrame.y z = Root.CFrame.z print('-----------------') print('Your x value is '.. loc(x)) print('Your y value is '.. loc(y)) print('Your z value is '.. loc(z)) pcall(copy) rosu mania script pastebin PasteShr rosu mania script pastebin --~ Baseplate Teleport ~-- Height = 5000 --this is how high up the plate will be SizeX = 60 --this is how big the X axis will be for the part SizeY = 60 --this is how big the Y axis will be for the part rosu mania script pastebin How to get it? rosu mania script pastebin --Execute once to make the baseplate, execute again to delete and teleport back plr = game:GetService('Players').LocalPlayer Root = plr.Character.HumanoidRootPart local check = game.Workspace:FindFirstChild("BRIAN'S PLATFORM") if check then Root.CFrame = _G.StartingPosition check:Destroy() else _G.StartingPosition = Root.CFrame rosu mania script pastebin How to get it? rosu mania script pastebin local P = Instance.new("Part", workspace) P.Anchored = true P.CFrame = Root.CFrame * CFrame.new(0, Height, 0) P.Name = "BRIAN'S PLATFORM" P.Size = Vector3.new(SizeX, 1, SizeY) Root.CFrame = P.CFrame * CFrame.new(0,5,0) end --]] rosu mania script pastebin PasteShr rosu mania script pastebin print('Loading') UIS = game:GetService("UserInputService") mouse = plr:GetMouse() local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Game = Instance.new("TextLabel") local Minimize = Instance.new("TextButton") local Close = Instance.new("TextButton") rosu mania script pastebin How to dowload it? rosu mania script pastebin local Credit = Instance.new("TextLabel") local B1 = Instance.new("TextButton") local L1 = Instance.new("TextLabel") local B2 = Instance.new("TextButton") local L2 = Instance.new("TextLabel") local B3 = Instance.new("TextButton") local L3 = Instance.new("TextLabel") local B4 = Instance.new("TextButton") local L4 = Instance.new("TextLabel") local B5 = Instance.new("TextButton") rosu mania script pastebin How to dowload it? rosu mania script pastebin local L5 = Instance.new("TextLabel") local B6 = Instance.new("TextButton") local L6 = Instance.new("TextLabel") local B7 = Instance.new("TextButton") local L7 = Instance.new("TextLabel") local B8 = Instance.new("TextButton") local L8 = Instance.new("TextLabel") function VarOff() _G.on1 = 0 _G.on2 = 0 rosu mania script pastebin How to dowload it? rosu mania script pastebin _G.on3 = 0 _G.on4 = 0 _G.on5 = 0 _G.on6 = 0 _G.on7 = 0 _G.on8 = 0 end VarOff() ScreenGui.Parent = game.CoreGui Frame.Parent = ScreenGui rosu mania script pastebin PasteShr rosu mania script pastebin Frame.BackgroundColor3 = Color3.new(0.219608, 0.572549, 1) Frame.BackgroundTransparency = 0.69999998807907 Frame.BorderColor3 = Color3.new(1, 1, 1) Frame.Position = UDim2.new(0, 191, 0, 102) Frame.Size = UDim2.new(0, 295, 0, 270) Frame.Active = true Frame.Selectable = true Frame.Draggable = true Game.Name = "Game" Game.Parent = Frame rosu mania script pastebin How to dowload it? rosu mania script pastebin Game.BackgroundColor3 = Color3.new(1, 1, 1) Game.BackgroundTransparency = 0.69999998807907 Game.BorderColor3 = Color3.new(1, 1, 1) Game.BorderSizePixel = 0 Game.Size = UDim2.new(0, 245, 0, 25) Game.Font = Enum.Font.SourceSans Game.Text = "" Game.TextColor3 = Color3.new(0, 0, 0) Game.TextSize = 14 Minimize.Name = "Minimize" rosu mania script pastebin How to dowload it? rosu mania script pastebin Minimize.Parent = Frame Minimize.BackgroundColor3 = Color3.new(1, 1, 1) Minimize.BackgroundTransparency = 0.69999998807907 Minimize.BorderColor3 = Color3.new(1, 1, 1) Minimize.BorderSizePixel = 0 Minimize.Position = UDim2.new(0, 245, 0, 0) Minimize.Size = UDim2.new(0, 25, 0, 25) Minimize.Font = Enum.Font.SourceSans Minimize.Text = "-" Minimize.TextColor3 = Color3.new(0, 0, 0) rosu mania script pastebin How to use it? rosu mania script pastebin Minimize.TextSize = 14 Close.Name = "Close" Close.Parent = Frame Close.BackgroundColor3 = Color3.new(1, 1, 1) Close.BackgroundTransparency = 0.69999998807907 Close.BorderColor3 = Color3.new(0.87451, 0.87451, 0.87451) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0, 270, 0, 0) Close.Size = UDim2.new(0, 25, 0, 25) Close.Font = Enum.Font.SourceSans rosu mania script pastebin How to dowload it? rosu mania script pastebin Close.Text = "x" Close.TextColor3 = Color3.new(0, 0, 0) Close.TextSize = 14 Credit.Name = "Credit" Credit.Parent = Frame Credit.BackgroundColor3 = Color3.new(1, 1, 1) Credit.BackgroundTransparency = 0.80000001192093 Credit.BorderColor3 = Color3.new(1, 1, 1) Credit.Position = UDim2.new(0, 0, 0, 245) Credit.Size = UDim2.new(0, 295, 0, 25) rosu mania script pastebin How to use it? rosu mania script pastebin Credit.Font = Enum.Font.SourceSans Credit.Text = "GUI ~ brianops1 | Scipter(s) ~ " Credit.TextColor3 = Color3.new(0, 0, 0) Credit.TextSize = 14 B1.Name = "B1" B1.Parent = Frame B1.BackgroundColor3 = Color3.new(1, 1, 1) B1.BackgroundTransparency = 0.5 B1.BorderColor3 = Color3.new(1, 1, 1) B1.Position = UDim2.new(0.0240000002, 0, 0.123000003, 0) rosu mania script pastebin How to use it? rosu mania script pastebin B1.Size = UDim2.new(0, 135, 0, 45) B1.Font = Enum.Font.SourceSans B1.Text = "" B1.TextColor3 = Color3.new(0, 0, 0) B1.TextSize = 14 L1.Name = "L1" L1.Parent = B1 L1.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L1.BackgroundTransparency = 0.30000001192093 L1.BorderSizePixel = 0 rosu mania script pastebin How to get it? rosu mania script pastebin L1.Size = UDim2.new(0, 10, 0, 10) L1.Font = Enum.Font.SourceSans L1.Text = "" L1.TextColor3 = Color3.new(0, 0, 0) L1.TextSize = 14 B2.Name = "B2" B2.Parent = Frame B2.BackgroundColor3 = Color3.new(1, 1, 1) B2.BackgroundTransparency = 0.5 B2.BorderColor3 = Color3.new(1, 1, 1) rosu mania script pastebin How to get it for free? rosu mania script pastebin B2.Position = UDim2.new(0.518999994, 0, 0.123000003, 0) B2.Size = UDim2.new(0, 135, 0, 45) B2.Font = Enum.Font.SourceSans B2.Text = "" B2.TextColor3 = Color3.new(0, 0, 0) B2.TextSize = 14 L2.Name = "L2" L2.Parent = B2 L2.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L2.BackgroundTransparency = 0.30000001192093 rosu mania script pastebin How to get it for free? rosu mania script pastebin L2.BorderSizePixel = 0 L2.Size = UDim2.new(0, 10, 0, 10) L2.Font = Enum.Font.SourceSans L2.Text = "" L2.TextColor3 = Color3.new(0, 0, 0) L2.TextSize = 14 B3.Name = "B3" B3.Parent = Frame B3.BackgroundColor3 = Color3.new(1, 1, 1) B3.BackgroundTransparency = 0.5 rosu mania script pastebin How to get it for free? rosu mania script pastebin B3.BorderColor3 = Color3.new(1, 1, 1) B3.Position = UDim2.new(0.0240000002, 0, 0.317999989, 0) B3.Size = UDim2.new(0, 135, 0, 45) B3.Font = Enum.Font.SourceSans B3.Text = "" B3.TextColor3 = Color3.new(0, 0, 0) B3.TextSize = 14 L3.Name = "L3" L3.Parent = B3 L3.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) rosu mania script pastebin How to dowload it? rosu mania script pastebin L3.BackgroundTransparency = 0.30000001192093 L3.BorderSizePixel = 0 L3.Size = UDim2.new(0, 10, 0, 10) L3.Font = Enum.Font.SourceSans L3.Text = "" L3.TextColor3 = Color3.new(0, 0, 0) L3.TextSize = 14 B4.Name = "B4" B4.Parent = Frame B4.BackgroundColor3 = Color3.new(1, 1, 1) rosu mania script pastebin How to get it for free? rosu mania script pastebin B4.BackgroundTransparency = 0.5 B4.BorderColor3 = Color3.new(1, 1, 1) B4.Position = UDim2.new(0.518999994, 0, 0.317999989, 0) B4.Size = UDim2.new(0, 135, 0, 45) B4.Font = Enum.Font.SourceSans B4.Text = "" B4.TextColor3 = Color3.new(0, 0, 0) B4.TextSize = 14 L4.Name = "L4" L4.Parent = B4 rosu mania script pastebin How to get it for free? rosu mania script pastebin L4.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L4.BackgroundTransparency = 0.30000001192093 L4.BorderSizePixel = 0 L4.Size = UDim2.new(0, 10, 0, 10) L4.Font = Enum.Font.SourceSans L4.Text = "" L4.TextColor3 = Color3.new(0, 0, 0) L4.TextSize = 14 B5.Name = "B5" B5.Parent = Frame rosu mania script pastebin How to use it? rosu mania script pastebin B5.BackgroundColor3 = Color3.new(1, 1, 1) B5.BackgroundTransparency = 0.5 B5.BorderColor3 = Color3.new(1, 1, 1) B5.Position = UDim2.new(0.0240000002, 0, 0.514999986, 0) B5.Size = UDim2.new(0, 135, 0, 45) B5.Font = Enum.Font.SourceSans B5.Text = "" B5.TextColor3 = Color3.new(0, 0, 0) B5.TextSize = 14 L5.Name = "L5" rosu mania script pastebin How to use it? rosu mania script pastebin L5.Parent = B5 L5.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L5.BackgroundTransparency = 0.30000001192093 L5.BorderSizePixel = 0 L5.Size = UDim2.new(0, 10, 0, 10) L5.Font = Enum.Font.SourceSans L5.Text = "" L5.TextColor3 = Color3.new(0, 0, 0) L5.TextSize = 14 B6.Name = "B6" rosu mania script pastebin How to get it for free? rosu mania script pastebin B6.Parent = Frame B6.BackgroundColor3 = Color3.new(1, 1, 1) B6.BackgroundTransparency = 0.5 B6.BorderColor3 = Color3.new(1, 1, 1) B6.Position = UDim2.new(0.518999994, 0, 0.514999986, 0) B6.Size = UDim2.new(0, 135, 0, 45) B6.Font = Enum.Font.SourceSans B6.Text = "" B6.TextColor3 = Color3.new(0, 0, 0) B6.TextSize = 14 rosu mania script pastebin PasteShr rosu mania script pastebin L6.Name = "L6" L6.Parent = B6 L6.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L6.BackgroundTransparency = 0.30000001192093 L6.BorderSizePixel = 0 L6.Size = UDim2.new(0, 10, 0, 10) L6.Font = Enum.Font.SourceSans L6.Text = "" L6.TextColor3 = Color3.new(0, 0, 0) L6.TextSize = 14 rosu mania script pastebin How to get it? rosu mania script pastebin B7.Name = "B7" B7.Parent = Frame B7.BackgroundColor3 = Color3.new(1, 1, 1) B7.BackgroundTransparency = 0.5 B7.BorderColor3 = Color3.new(1, 1, 1) B7.Position = UDim2.new(0, 7, 0, 192) B7.Size = UDim2.new(0, 135, 0, 45) B7.Font = Enum.Font.SourceSans B7.Text = "" B7.TextColor3 = Color3.new(0, 0, 0) rosu mania script pastebin How to get it for free? rosu mania script pastebin B7.TextSize = 14 L7.Name = "L7" L7.Parent = B7 L7.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L7.BackgroundTransparency = 0.30000001192093 L7.BorderSizePixel = 0 L7.Size = UDim2.new(0, 10, 0, 10) L7.Font = Enum.Font.SourceSans L7.Text = "" L7.TextColor3 = Color3.new(0, 0, 0) rosu mania script pastebin PasteShr rosu mania script pastebin L7.TextSize = 14 B8.Name = "B8" B8.Parent = Frame B8.BackgroundColor3 = Color3.new(1, 1, 1) B8.BackgroundTransparency = 0.5 B8.BorderColor3 = Color3.new(1, 1, 1) B8.Position = UDim2.new(0, 153, 0, 192) B8.Size = UDim2.new(0, 135, 0, 45) B8.Font = Enum.Font.SourceSans B8.Text = "" rosu mania script pastebin How to use it? rosu mania script pastebin B8.TextColor3 = Color3.new(0, 0, 0) B8.TextSize = 14 L8.Name = "L8" L8.Parent = B8 L8.BackgroundColor3 = Color3.new(0.0509804, 0.137255, 0.254902) L8.BackgroundTransparency = 0.30000001192093 L8.BorderSizePixel = 0 L8.Size = UDim2.new(0, 10, 0, 10) L8.Font = Enum.Font.SourceSans L8.Text = "" rosu mania script pastebin How to get it? rosu mania script pastebin L8.TextColor3 = Color3.new(0, 0, 0) L8.TextSize = 14 B1.TextWrapped = true B2.TextWrapped = true B3.TextWrapped = true B4.TextWrapped = true B5.TextWrapped = true B6.TextWrapped = true B7.TextWrapped = true B8.TextWrapped = true rosu mania script pastebin How to get it for free? rosu mania script pastebin ---------------------------------Functions--------------------------------- m = 0 Minimize.MouseButton1Click:connect(function() if m == 0 then m = 1 B1.Visible = false B2.Visible = false B3.Visible = false B4.Visible = false B5.Visible = false rosu mania script pastebin How to get it for free? rosu mania script pastebin B6.Visible = false B7.Visible = false B8.Visible = false Credit.Visible = false Frame.Size = UDim2.new(0, 295, 0, 25) else m = 0 B1.Visible = true B2.Visible = true B3.Visible = true rosu mania script pastebin How to get it for free? rosu mania script pastebin B4.Visible = true B5.Visible = true B6.Visible = true B7.Visible = true B8.Visible = true Credit.Visible = true Frame.Size = UDim2.new(0, 295, 0, 270) end end) Close.MouseButton1Click:connect(function() rosu mania script pastebin How to get it? rosu mania script pastebin VarOff() ScreenGui:Destroy() end) function on(light) light.BackgroundColor3 = Color3.fromRGB(51, 139, 255) end function off(light) light.BackgroundColor3 = Color3.fromRGB(13, 35, 65) end local keys = {} rosu mania script pastebin How to dowload it? rosu mania script pastebin keys["0"] = 0x30;keys["1"] = 0x31;keys["2"] = 0x32;keys["3"] = 0x33;keys["4"] = 0x34;keys["5"] = 0x35;keys["6"] = 0x36;keys["7"] = 0x37;keys["8"] = 0x38;keys["9"] = 0x39;keys.A = 0x41;keys.B = 0x42;keys.C = 0x43;keys.D = 0x44;keys.E = 0x45;keys.F = 0x46;keys.G = 0x47;keys.H = 0x48;keys.I = 0x49;keys.J = 0x4A;keys.K = 0x4B;keys.L = 0x4C;keys.M = 0x4D;keys.N = 0x4E;keys.O = 0x4F;keys.P = 0x50;keys.Q = 0x51;keys.R = 0x52;keys.S = 0x53;keys.T = 0x54;keys.U = 0x55;keys.V = 0x56;keys.W = 0x57;keys.X = 0x58;keys.Y = 0x59;keys.Z = 0x5A;keys[";"] = 0xBA; function Hit(key,hold,release) if not hold and not release then for i,v in pairs(keys) do if i == string.upper(key) then Input.KeyPress(v) break end end elseif hold then rosu mania script pastebin PasteShr rosu mania script pastebin for i,v in pairs(keys) do if i == string.upper(key) then Input.KeyDown(v) break end end elseif release then for i,v in pairs(keys) do if i == string.upper(key) then Input.KeyUp(v) rosu mania script pastebin How to get it for free? rosu mania script pastebin break end end end return end if not _G.connections then _G.connections = {} end for i,v in pairs(_G.connections) do rosu mania script pastebin How to dowload it? rosu mania script pastebin v:Disconnect() end _G.connections = {} ---------------------------------MainCode--------------------------------- Credit.Text = Credit.Text .. "brianops1" --Scripter Credit Here Game.Text = "rosu!mania" --Game name here B1.Text = "Auto - Perfect" --Name of the buttons (scripts) rosu mania script pastebin How to get it for free? rosu mania script pastebin B2.Text = "Auto - Great" B3.Text = "" B4.Text = "" B5.Text = "" B6.Text = "" B7.Text = "" B8.Text = "" B1.MouseButton1Click:connect(function() rosu mania script pastebin How to use it? rosu mania script pastebin if _G.on1 == 1 then _G.on1 = 0 off(L1) for i,v in pairs(_G.connections) do v:Disconnect() end _G.connections = {} else _G.on1 = 1 on(L1) rosu mania script pastebin PasteShr rosu mania script pastebin for a,b in pairs(plr.PlayerGui.GameUI.GameplayFrame.Tracks:GetChildren()) do if b and b:IsA("Frame") then local key if b.Name == "Track1" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track1"].Text elseif b.Name == "Track2" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track2"].Text elseif b.Name == "Track3" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track3"].Text elseif b.Name == "Track4" then rosu mania script pastebin PasteShr rosu mania script pastebin key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track4"].Text end local con = b.ChildAdded:Connect(function(child) if _G.on1 == 1 then if child:IsA("Frame") then local hit = false while _G.on1 == 1 and child and not hit do game:GetService('RunService').Stepped:wait() if child.Position.Y.Scale >= .98 then hit = true rosu mania script pastebin How to get it for free? rosu mania script pastebin Hit(key,false,false) end if not child then hit = true end end elseif child:IsA("Folder") then local hit = false while _G.on1 == 1 and child and not hit do game:GetService('RunService').Stepped:wait() rosu mania script pastebin How to dowload it? rosu mania script pastebin if child.Head.Position.Y.Scale >= .98 then Hit(key,true,false) end if child.Tail.Position.Y.Scale >= .98 then Hit(key,false,true) hit = true end if not child then hit = true end rosu mania script pastebin How to use it? rosu mania script pastebin end end end end) table.insert(_G.connections,con) end end game:GetService('RunService').Stepped:wait() end end) rosu mania script pastebin How to dowload it? rosu mania script pastebin B2.MouseButton1Click:connect(function() if _G.on2 == 1 then _G.on2 = 0 off(L2) for i,v in pairs(_G.connections) do v:Disconnect() end _G.connections = {} rosu mania script pastebin How to get it for free? rosu mania script pastebin else _G.on2 = 1 on(L2) for a,b in pairs(plr.PlayerGui.GameUI.GameplayFrame.Tracks:GetChildren()) do if b and b:IsA("Frame") then local key if b.Name == "Track1" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track1"].Text elseif b.Name == "Track2" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track2"].Text rosu mania script pastebin PasteShr rosu mania script pastebin elseif b.Name == "Track3" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track3"].Text elseif b.Name == "Track4" then key = plr["PlayerGui"]["GameUI"]["MENUS"]["OptionsFrame"]["Keybinds"]["Track4"].Text end local con = b.ChildAdded:Connect(function(child) if _G.on2 == 1 then if child:IsA("Frame") then local hit = false while _G.on2 == 1 and child and not hit do rosu mania script pastebin How to use it? rosu mania script pastebin game:GetService('RunService').Stepped:wait() if child.Position.Y.Scale >= .94 then hit = true Hit(key,false,false) end if not child then hit = true end end elseif child:IsA("Folder") then rosu mania script pastebin How to use it? rosu mania script pastebin local hit = false while _G.on2 == 1 and child and not hit do game:GetService('RunService').Stepped:wait() if child.Head.Position.Y.Scale >= .94 then Hit(key,true,false) end if child.Tail.Position.Y.Scale >= .94 then Hit(key,false,true) hit = true end rosu mania script pastebin PasteShr rosu mania script pastebin if not child then hit = true end end end end end) table.insert(_G.connections,con) end end rosu mania script pastebin How to use it? rosu mania script pastebin game:GetService('RunService').Stepped:wait() end end) B3.MouseButton1Click:connect(function() if _G.on3 == 1 then _G.on3 = 0 off(L3) else rosu mania script pastebin How to use it? rosu mania script pastebin _G.on3 = 1 on(L3) --code game:GetService('RunService').Stepped:wait() end end) B4.MouseButton1Click:connect(function() if _G.on4 == 1 then rosu mania script pastebin How to get it? rosu mania script pastebin _G.on4 = 0 off(L4) else _G.on4 = 1 on(L4) game:GetService('RunService').Stepped:wait() --code end end) rosu mania script pastebin How to dowload it? rosu mania script pastebin B5.MouseButton1Click:connect(function() if _G.on5 == 1 then _G.on5 = 0 off(L5) else _G.on5 = 1 on(L5) game:GetService('RunService').Stepped:wait() --code rosu mania script pastebin How to dowload it? rosu mania script pastebin end end) B6.MouseButton1Click:connect(function() if _G.on6 == 1 then _G.on6 = 0 off(L6) else _G.on6 = 1 rosu mania script pastebin How to dowload it? rosu mania script pastebin on(L6) game:GetService('RunService').Stepped:wait() --code end end) B7.MouseButton1Click:connect(function() if _G.on7 == 1 then _G.on7 = 0 rosu mania script pastebin How to get it? rosu mania script pastebin off(L7) else _G.on7 = 1 on(L7) game:GetService('RunService').Stepped:wait() --code end end) rosu mania script pastebin PasteShr rosu mania script pastebin B8.MouseButton1Click:connect(function() if _G.on8 == 1 then _G.on8 = 0 off(L8) else _G.on8 = 1 on(L8) game:GetService('RunService').Stepped:wait() --code end rosu mania script pastebin How to dowload it? rosu mania script pastebin end) print('Loaded') rosu mania script pastebin