local v0 = game:GetService('TweenService') local v1 = game:GetService('Players') local v2 = game:GetService('SoundService') local v3 = v1.LocalPlayer local v4 = v3:WaitForChild('PlayerGui') local v5 = Instance.new('ScreenGui') v5.Name = 'FeedbackGUI' v5.ResetOnSpawn = false v5.ZIndexBehavior = Enum.ZIndexBehavior.Sibling v5.Parent = v4 local v11 = Instance.new('Frame') v11.Name = 'Backdrop' v11.Size = UDim2.new(1, 0, 1, 0) v11.Position = UDim2.new(0, 0, 0, 0) v11.BackgroundColor3 = Color3.fromRGB(0, 0, 0) v11.BackgroundTransparency = 0.5 v11.BorderSizePixel = 0 v11.Parent = v5 local v19 = Instance.new('Frame') v19.Name = 'MainFrame' v19.Size = UDim2.new(0, 400, 0, 250) v19.Position = UDim2.new(0.5, -200, 0.5, -125) v19.BackgroundColor3 = Color3.fromRGB(30, 30, 45) v19.BorderSizePixel = 0 v19.Parent = v5 local v26 = Instance.new('UICorner') v26.CornerRadius = UDim.new(0, 20) v26.Parent = v19 local v29 = Instance.new('UIGradient') v29.Color = ColorSequence.new({ ColorSequenceKeypoint.new(0, Color3.fromRGB(40, 40, 60)), ColorSequenceKeypoint.new(1, Color3.fromRGB(25, 25, 40)), }) v29.Rotation = 45 v29.Parent = v19 local v33 = Instance.new('UIStroke') v33.Color = Color3.fromRGB(138, 43, 226) v33.Thickness = 3 v33.Transparency = 0.3 v33.Parent = v19 local v38 = Instance.new('UIStroke') v38.Color = Color3.fromRGB(200, 100, 255) v38.Thickness = 6 v38.Transparency = 0.7 v38.Parent = v19 local v43 = Instance.new('TextLabel') v43.Size = UDim2.new(1, 0, 0, 50) v43.Position = UDim2.new(0, 0, 0, 10) v43.BackgroundTransparency = 1 v43.Text = '🌟' v43.TextSize = 48 v43.Font = Enum.Font.GothamBold v43.TextColor3 = Color3.fromRGB(255, 255, 255) v43.Parent = v19 local v53 = Instance.new('TextLabel') v53.Size = UDim2.new(1, -40, 0, 80) v53.Position = UDim2.new(0, 20, 0, 60) v53.BackgroundTransparency = 1 v53.Text = 'If you enjoy the script, please like my posts. It helps me make more stuff!' v53.TextSize = 18 v53.Font = Enum.Font.Gotham v53.TextColor3 = Color3.fromRGB(255, 255, 255) v53.TextWrapped = true v53.TextYAlignment = Enum.TextYAlignment.Top v53.Parent = v19 local v66 = Instance.new('TextButton') v66.Size = UDim2.new(0.85, 0, 0, 45) v66.Position = UDim2.new(0.075, 0, 0, 150) v66.BackgroundColor3 = Color3.fromRGB(34, 197, 94) v66.Text = 'Sure, I will' v66.TextSize = 16 v66.Font = Enum.Font.GothamBold v66.TextColor3 = Color3.fromRGB(255, 255, 255) v66.TextStrokeTransparency = 0.5 v66.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) v66.BorderSizePixel = 0 v66.Parent = v19 local v78 = Instance.new('UICorner') v78.CornerRadius = UDim.new(0, 12) v78.Parent = v66 local v81 = Instance.new('UIGradient') v81.Color = ColorSequence.new({ ColorSequenceKeypoint.new(0, Color3.fromRGB(34, 197, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(16, 185, 129)), }) v81.Parent = v66 local v84 = Instance.new('UIStroke') v84.Color = Color3.fromRGB(255, 255, 255) v84.Thickness = 0 v84.Transparency = 0 v84.Parent = v66 local v89 = Instance.new('TextButton') v89.Size = UDim2.new(0.85, 0, 0, 45) v89.Position = UDim2.new(0.075, 0, 0, 200) v89.BackgroundColor3 = Color3.fromRGB(239, 68, 68) v89.Text = "Na this ain't boss baby enough" v89.TextSize = 16 v89.Font = Enum.Font.GothamBold v89.TextColor3 = Color3.fromRGB(255, 255, 255) v89.TextStrokeTransparency = 0.5 v89.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) v89.BorderSizePixel = 0 v89.Parent = v19 local v101 = Instance.new('UICorner') v101.CornerRadius = UDim.new(0, 12) v101.Parent = v89 local v104 = Instance.new('UIGradient') v104.Color = ColorSequence.new({ ColorSequenceKeypoint.new(0, Color3.fromRGB(239, 68, 68)), ColorSequenceKeypoint.new(1, Color3.fromRGB(225, 29, 72)), }) v104.Parent = v89 local v107 = Instance.new('UIStroke') v107.Color = Color3.fromRGB(255, 255, 255) v107.Thickness = 0 v107.Transparency = 0 v107.Parent = v89 v11.BackgroundTransparency = 1 v19.BackgroundTransparency = 1 v43.TextTransparency = 1 v53.TextTransparency = 1 v66.BackgroundTransparency = 1 v66.TextTransparency = 1 v89.BackgroundTransparency = 1 v89.TextTransparency = 1 v33.Transparency = 1 v38.Transparency = 1 local v119 = v0:Create( v11, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 0.5 } ) local v120 = v0:Create( v19, TweenInfo.new(0.5, Enum.EasingStyle.Back, Enum.EasingDirection.Out), { BackgroundTransparency = 0 } ) local v121 = v0:Create( v43, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { TextTransparency = 0 } ) local v122 = v0:Create( v53, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { TextTransparency = 0 } ) local v123 = v0:Create( v66, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 0 } ) local v124 = v0:Create( v66, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { TextTransparency = 0 } ) local v125 = v0:Create( v89, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 0 } ) local v126 = v0:Create( v89, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { TextTransparency = 0 } ) local v127 = v0:Create( v33, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Transparency = 0.3 } ) local v128 = v0:Create( v38, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Transparency = 0.7 } ) v119:Play() v120:Play() v121:Play() v122:Play() v123:Play() v124:Play() v125:Play() v126:Play() v127:Play() v128:Play() spawn(function() while v19.Parent do local v153 = v0:Create( v38, TweenInfo.new( 1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut ), { Transparency = 0.4 } ) v153:Play() v153.Completed:Wait() local v154 = v0:Create( v38, TweenInfo.new( 1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut ), { Transparency = 0.7 } ) v154:Play() v154.Completed:Wait() end end) spawn(function() while v43.Parent do local v155 = v0:Create( v43, TweenInfo.new(3, Enum.EasingStyle.Linear), { Rotation = 360 } ) v155:Play() v155.Completed:Wait() v43.Rotation = 0 end end) local function v129(v130) local v131 = Instance.new('TextLabel') v131.Size = UDim2.new(0, 200, 0, 200) v131.Position = UDim2.new(0.5, -100, 0.5, -100) v131.BackgroundTransparency = 1 v131.Text = v130 v131.TextSize = 144 v131.Font = Enum.Font.GothamBold v131.TextColor3 = Color3.fromRGB(255, 255, 255) v131.TextTransparency = 1 v131.Parent = v5 local v142 = v0:Create( v131, TweenInfo.new(1, Enum.EasingStyle.Back, Enum.EasingDirection.Out), { TextTransparency = 0, TextSize = 216, Rotation = 360 } ) local v143 = v0:Create( v131, TweenInfo.new(1, Enum.EasingStyle.Back, Enum.EasingDirection.In), { TextTransparency = 1, TextSize = 0, Rotation = 720 } ) local v144 = v0:Create( v11, TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 1 } ) v142:Play() v144:Play() v142.Completed:Connect(function() v143:Play() v143.Completed:Connect(function() v131:Destroy() v11:Destroy() end) end) end v66.MouseButton1Click:Connect(function() local v145 = Instance.new('Sound') v145.SoundId = 'rbxassetid://121104033043165' v145.Volume = 0.5 v145.Parent = v2 v145:Play() v19:Destroy() v129('❤️') game:GetService('Debris'):AddItem(v145, 3) end) v89.MouseButton1Click:Connect(function() local v149 = Instance.new('Sound') v149.SoundId = 'rbxassetid://8904888220' v149.Volume = 0.5 v149.Parent = v2 v149:Play() v19:Destroy() v129('🥀') game:GetService('Debris'):AddItem(v149, 3) end) v66.MouseEnter:Connect(function() v0:Create( v66, TweenInfo.new(0.2, Enum.EasingStyle.Back, Enum.EasingDirection.Out), { Size = UDim2.new(0.87, 0, 0, 47) } ):Play() v0:Create(v84, TweenInfo.new(0.2), { Thickness = 2 }):Play() v0:Create( v66, TweenInfo.new(0.2), { BackgroundColor3 = Color3.fromRGB(45, 220, 110) } ):Play() end) v66.MouseLeave:Connect(function() v0:Create( v66, TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Size = UDim2.new(0.85, 0, 0, 45) } ):Play() v0:Create(v84, TweenInfo.new(0.2), { Thickness = 0 }):Play() v0:Create( v66, TweenInfo.new(0.2), { BackgroundColor3 = Color3.fromRGB(34, 197, 94) } ):Play() end) v89.MouseEnter:Connect(function() v0:Create( v89, TweenInfo.new(0.2, Enum.EasingStyle.Back, Enum.EasingDirection.Out), { Size = UDim2.new(0.87, 0, 0, 47) } ):Play() v0:Create(v107, TweenInfo.new(0.2), { Thickness = 2 }):Play() v0:Create( v89, TweenInfo.new(0.2), { BackgroundColor3 = Color3.fromRGB(255, 85, 85) } ):Play() end) v89.MouseLeave:Connect(function() v0:Create( v89, TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Size = UDim2.new(0.85, 0, 0, 45) } ):Play() v0:Create(v107, TweenInfo.new(0.2), { Thickness = 0 }):Play() v0:Create( v89, TweenInfo.new(0.2), { BackgroundColor3 = Color3.fromRGB(239, 68, 68) } ):Play() end) local v0=game:GetService("Workspace");local v1=game:GetService("UserInputService");local v2=game:GetService("RunService");local v3=game:GetService("Players");local v4=game:GetService("TweenService");local v5=v3.LocalPlayer;local v6=v5:WaitForChild("PlayerGui");local v7={CubeName="",CubeSize=Vector3.new(1.75,1.75,1.75),CubeAttribute="EffectColor",Enabled=false,Speed=10,LockType="Half Lock",Keybind=Enum.KeyCode.T,DebugMode=true};local v8={Name=false,Attribute=true,Size=true};local function v9() local v28=Instance.new("ScreenGui");v28.Name="SoundSpaceAutoplayer";v28.ResetOnSpawn=false;v28.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;local v33=Instance.new("Frame");v33.Name="MainFrame";v33.Size=UDim2.new(0,280,0,140);v33.Position=UDim2.new(0.5, -140,0.5, -70);v33.BackgroundColor3=Color3.fromRGB(25,25,30);v33.BorderSizePixel=0;v33.Parent=v28;local v40=Instance.new("UICorner");v40.CornerRadius=UDim.new(0,12);v40.Parent=v33;local v43=Instance.new("ImageLabel");v43.Name="Shadow";v43.Size=UDim2.new(1,30,1,30);v43.Position=UDim2.new(0, -15,0, -15);v43.BackgroundTransparency=1;v43.Image="rbxasset://textures/ui/GuiImagePlaceholder.png";v43.ImageColor3=Color3.fromRGB(0,0,0);v43.ImageTransparency=0.5;v43.ScaleType=Enum.ScaleType.Slice;v43.SliceCenter=Rect.new(10,10,118,118);v43.ZIndex=0;v43.Parent=v33;local v56=Instance.new("Frame");v56.Name="TitleBar";v56.Size=UDim2.new(1,0,0,35);v56.BackgroundColor3=Color3.fromRGB(35,35,40);v56.BorderSizePixel=0;v56.Parent=v33;local v62=Instance.new("UICorner");v62.CornerRadius=UDim.new(0,12);v62.Parent=v56;local v65=Instance.new("Frame");v65.Size=UDim2.new(1,0,0,12);v65.Position=UDim2.new(0,0,1, -12);v65.BackgroundColor3=Color3.fromRGB(35,35,40);v65.BorderSizePixel=0;v65.Parent=v56;local v71=Instance.new("TextLabel");v71.Name="Title";v71.Size=UDim2.new(1, -20,1,0);v71.Position=UDim2.new(0,10,0,0);v71.BackgroundTransparency=1;v71.Text="Sound Space Autoplayer";v71.TextColor3=Color3.fromRGB(255,255,255);v71.TextSize=14;v71.Font=Enum.Font.GothamBold;v71.TextXAlignment=Enum.TextXAlignment.Left;v71.Parent=v56;local v84=Instance.new("Frame");v84.Name="StatusFrame";v84.Size=UDim2.new(1, -20,0,30);v84.Position=UDim2.new(0,10,0,45);v84.BackgroundColor3=Color3.fromRGB(35,35,40);v84.BorderSizePixel=0;v84.Parent=v33;local v91=Instance.new("UICorner");v91.CornerRadius=UDim.new(0,8);v91.Parent=v84;local v94=Instance.new("TextLabel");v94.Name="StatusLabel";v94.Size=UDim2.new(1, -20,1,0);v94.Position=UDim2.new(0,10,0,0);v94.BackgroundTransparency=1;v94.Text="Status: Disabled";v94.TextColor3=Color3.fromRGB(255,85,85);v94.TextSize=13;v94.Font=Enum.Font.GothamMedium;v94.TextXAlignment=Enum.TextXAlignment.Left;v94.Parent=v84;local v106=Instance.new("Frame");v106.Name="SpeedFrame";v106.Size=UDim2.new(1, -20,0,50);v106.Position=UDim2.new(0,10,0,85);v106.BackgroundColor3=Color3.fromRGB(35,35,40);v106.BorderSizePixel=0;v106.Parent=v33;local v113=Instance.new("UICorner");v113.CornerRadius=UDim.new(0,8);v113.Parent=v106;local v116=Instance.new("TextLabel");v116.Name="SpeedLabel";v116.Size=UDim2.new(1, -20,0,20);v116.Position=UDim2.new(0,10,0,5);v116.BackgroundTransparency=1;v116.Text="Speed: 10";v116.TextColor3=Color3.fromRGB(200,200,200);v116.TextSize=12;v116.Font=Enum.Font.GothamMedium;v116.TextXAlignment=Enum.TextXAlignment.Left;v116.Parent=v106;local v127=Instance.new("Frame");v127.Name="SliderBG";v127.Size=UDim2.new(1, -20,0,6);v127.Position=UDim2.new(0,10,0,32);v127.BackgroundColor3=Color3.fromRGB(20,20,25);v127.BorderSizePixel=0;v127.Parent=v106;local v134=Instance.new("UICorner");v134.CornerRadius=UDim.new(0,3);v134.Parent=v127;local v137=Instance.new("Frame");v137.Name="SliderFill";v137.Size=UDim2.new(0.1,0,1,0);v137.BackgroundColor3=Color3.fromRGB(100,150,255);v137.BorderSizePixel=0;v137.Parent=v127;local v143=Instance.new("UICorner");v143.CornerRadius=UDim.new(0,3);v143.Parent=v137;local v146=Instance.new("TextButton");v146.Name="SliderButton";v146.Size=UDim2.new(1,0,1,0);v146.BackgroundTransparency=1;v146.Text="";v146.Parent=v127;v28.Parent=v6;return {GUI=v28,MainFrame=v33,StatusLabel=v94,SpeedLabel=v116,SliderFill=v137,SliderButton=v146,SliderBG=v127,TitleBar=v56};end local v10=v9();local function v11(v153,v154) local v155=false;local v156,v157,v158;v154.InputBegan:Connect(function(v206) if (v206.UserInputType==Enum.UserInputType.MouseButton1) then v155=true;v157=v206.Position;v158=v153.Position;v206.Changed:Connect(function() if (v206.UserInputState==Enum.UserInputState.End) then v155=false;end end);end end);v154.InputChanged:Connect(function(v207) if (v207.UserInputType==Enum.UserInputType.MouseMovement) then v156=v207;end end);v1.InputChanged:Connect(function(v208) if ((v208==v156) and v155) then local v236=v208.Position-v157 ;v153.Position=UDim2.new(v158.X.Scale,v158.X.Offset + v236.X ,v158.Y.Scale,v158.Y.Offset + v236.Y );end end);end v11(v10.MainFrame,v10.TitleBar);local function v12() if v7.Enabled then v10.StatusLabel.Text="Status: Enabled";v10.StatusLabel.TextColor3=Color3.fromRGB(85,255,127);else v10.StatusLabel.Text="Status: Disabled";v10.StatusLabel.TextColor3=Color3.fromRGB(255,85,85);end end local function v13(v159) v7.Speed=math.clamp(v159,10,100);v10.SpeedLabel.Text="Speed: " .. tostring(v7.Speed) ;local v162=(v7.Speed-10)/90 ;v10.SliderFill:TweenSize(UDim2.new(v162,0,1,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,0.1,true);end v13(v7.Speed);local v14=false;v10.SliderButton.MouseButton1Down:Connect(function() v14=true;end);v1.InputEnded:Connect(function(v163) if (v163.UserInputType==Enum.UserInputType.MouseButton1) then v14=false;end end);v2.RenderStepped:Connect(function() if v14 then local v220=v1:GetMouseLocation();local v221=v10.SliderBG.AbsolutePosition;local v222=v10.SliderBG.AbsoluteSize;local v223=math.clamp((v220.X-v221.X)/v222.X ,0,1);local v224=math.floor((v223 * 90) + 10 );v224=math.clamp(v224,10,100);v13(v224);end end);local function v15(v164,v165,v166) return math.max(v165,math.min(v166,v164));end local function v16() local v167=v0:FindFirstChild("Client");if v167 then return v167:FindFirstChild("Game");end return nil;end local function v17() local v168=game:GetService("Players").LocalPlayer:GetMouse();return Vector2.new(v168.X,v168.Y);end local function v18(v169) local v170=workspace.CurrentCamera;local v171,v172=v170:WorldToScreenPoint(v169);return Vector2.new(v171.X,v171.Y),v172;end local v19={};v19["Half Lock"]=function(v173,v174,v175) local v176=v17();local v177=(v173-v176.X) * (v175/100) ;local v178=(v174-v176.Y) * (v175/100) ;mousemoverel(v177,v178);end;v19["Full Lock"]=function(v179,v180,v181) local v182=v17();local v183=v179-v182.X ;local v184=v180-v182.Y ;mousemoverel(v183,v184);end;local v22={};v22['Name']=function(v185) if (v7.CubeName=="") then return true;end return v185.Name==v7.CubeName ;end;v22['Attribute']=function(v186) return v186:GetAttribute(v7.CubeAttribute)~=nil ;end;v22['Size']=function(v187) if not v187:IsA("BasePart") then return false;end return (v187.Size-v7.CubeSize).Magnitude<=0.075 ;end;local function v26() local v188=v16();if not v188 then return nil;end local v189=workspace.CurrentCamera;local v190=v189.CFrame.Position;local v191={X=nil,Y=nil,Object=nil,Distance=math.huge};for v209,v210 in pairs(v188:GetChildren()) do if not v210:IsA("BasePart") then continue;end local v211=true;for v225,v226 in pairs(v8) do if (v226 and v22[v225]) then if not v22[v225](v210) then v211=false;break;end end end if not v211 then continue;end local v212=v210.Position;local v213,v214=v18(v212);if not v214 then continue;end local v215=(v212-v190).Magnitude;if (v215