-- Gui to Lua -- Version: 3.2 -- Instances: local TanBackdoor = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Loader = Instance.new("LocalScript") local ScrollingFrame = Instance.new("ScrollingFrame") local TextBox = Instance.new("TextBox") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local ExecuteButton = Instance.new("TextButton") --Properties: TanBackdoor.Name = "TanBackdoor" TanBackdoor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") TanBackdoor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling TanBackdoor.ResetOnSpawn = false Frame.Parent = TanBackdoor Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 5 Frame.Position = UDim2.new(0.305467576, 0, 0.251256287, 0) Frame.Size = UDim2.new(0, 629, 0, 395) Loader.Parent = TanBackdoor ScrollingFrame.Parent = Frame ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) ScrollingFrame.BorderSizePixel = 5 ScrollingFrame.Position = UDim2.new(-1.45552832e-07, 0, 0.153417498, 0) ScrollingFrame.Size = UDim2.new(0, 628, 0, 270) ScrollingFrame.BottomImage = "rbxassetid://13218425476" ScrollingFrame.MidImage = "rbxassetid://13218425476" ScrollingFrame.TopImage = "rbxassetid://13218425476" TextBox.Parent = ScrollingFrame TextBox.BackgroundColor3 = Color3.fromRGB(122, 122, 122) TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0) TextBox.BorderSizePixel = 0 TextBox.Position = UDim2.new(-0.00158973259, 0, -0.0010353371, 0) TextBox.Size = UDim2.new(0, 613, 0, 791) TextBox.Font = Enum.Font.SourceSans TextBox.PlaceholderText = "-- Require(skiderlol).:nameskid(\"userskid'\"),',nameskid\") --" TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextSize = 30.000 TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.32432431, 0, 0, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "TanBackdoor Remake" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 50.000 TextLabel_2.Parent = TextLabel TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 5 TextLabel_2.Position = UDim2.new(-1.02069151, 0, 1.05772161, 0) TextLabel_2.Size = UDim2.new(0, 629, 0, -5) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextSize = 1.000 ExecuteButton.Name = "ExecuteButton" ExecuteButton.Parent = Frame ExecuteButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ExecuteButton.BorderColor3 = Color3.fromRGB(0, 0, 0) ExecuteButton.BorderSizePixel = 5 ExecuteButton.Position = UDim2.new(-9.70352261e-08, 0, 0.858227849, 0) ExecuteButton.Size = UDim2.new(0, 629, 0, 56) ExecuteButton.Font = Enum.Font.SourceSans ExecuteButton.Text = "Execute" ExecuteButton.TextColor3 = Color3.fromRGB(0, 0, 0) ExecuteButton.TextSize = 50.000 -- Scripts: local function SNKJQ_fake_script() -- Frame.UIDrag local script = Instance.new('LocalScript', Frame) -- Made by xxTankiddxx (@TankiddYT) -- -- Simple UI dragger (PC Only/Any device that has a mouse) -- 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 coroutine.wrap(SNKJQ_fake_script)() local function FPHGPP_fake_script() -- ExecuteButton.Script local script = Instance.new('Script', ExecuteButton) local script = Instance.new('Script', Execute) script.Parent.MouseButton1Click:Connect(function() game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.Parent.TextBox.Text) end) end -----Made By xxTkOffcialxx for Tankidd----- local gui = Instance.new("ScreenGui") gui.Name = " c00lkidd rings remake" gui.Parent = game.CoreGui local lel = Instance.new("ImageLabel") lel.Size = UDim2.new(0.0, 100, 0.0, 100) lel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0) lel.BackgroundColor3 = Color3.new(0, 0, 0) lel.ImageColor3 = Color3.new(1, 1, 1) lel.Image = "rbxassetid://72848204989517" lel.ImageTransparency = 0 lel.Parent = gui lel.BackgroundTransparency = 1 local Ring = Instance.new("ImageLabel") Ring.Size = UDim2.new(1.0, 0, 1.0, 0) Ring.Position = UDim2.new(0.0, 0, 0.0, 0) Ring.BackgroundColor3 = Color3.new(255, 0, 0) Ring.ImageColor3 = Color3.new(255, 0, 0) Ring.Image = "rbxassetid://7102118272" Ring.ImageTransparency = 0 Ring.Parent = lel Ring.BackgroundTransparency = 1 local Orbit = Instance.new("ImageLabel") Orbit.Size = UDim2.new(0.0, 21, 0.0, 21) Orbit.Position = UDim2.new(0.0, 0, 0.0, 10) Orbit.BackgroundColor3 = Color3.new(0, 0, 0) Orbit.ImageColor3 = Color3.new(1, 1, 1) Orbit.Image = "rbxassetid://110297389075553" Orbit.ImageTransparency = 0 Orbit.Parent = Ring Orbit.BackgroundTransparency = 1 lel:TweenPosition(UDim2.new(0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false) wait(3) lel:TweenPosition(UDim2.new(0.01, 0, 0.813, 0), "Out", "Sine", 0.7, false) while wait() do Ring.Rotation = Ring.Rotation + 1 Orbit.Rotation = Orbit.Rotation - 1 end coroutine.wrap(FPHGPP_fake_script)()