scrollingframe gameprocessed -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local KickITtext = Instance.new("TextLabel") local Frame_2 = Instance.new("Frame") local UICorner_2 = Instance.new("UICorner") scrollingframe gameprocessed PasteShr scrollingframe gameprocessed local ScrollingFrame = Instance.new("ScrollingFrame") local UICorner_3 = Instance.new("UICorner") local button = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local Framedestra = Instance.new("Frame") local UICorner_5 = Instance.new("UICorner") local Flybutton = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") --Properties: scrollingframe gameprocessed How to get it for free? scrollingframe gameprocessed ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(62, 62, 62) Frame.BackgroundTransparency = 0.090 Frame.BorderColor3 = Color3.fromRGB(47, 47, 47) Frame.ClipsDescendants = true Frame.LayoutOrder = -1 scrollingframe gameprocessed PasteShr scrollingframe gameprocessed Frame.Position = UDim2.new(0.62338841, -534, 0.138359949, -66) Frame.Size = UDim2.new(0, 562, 0, 525) UICorner.CornerRadius = UDim.new(0, 33) UICorner.Parent = Frame KickITtext.Name = "KickITtext" KickITtext.Parent = Frame KickITtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) KickITtext.BackgroundTransparency = 1.000 scrollingframe gameprocessed How to get it for free? scrollingframe gameprocessed KickITtext.BorderColor3 = Color3.fromRGB(0, 0, 0) KickITtext.BorderSizePixel = 0 KickITtext.Position = UDim2.new(0.298073977, 0, 0.0231517982, 0) KickITtext.Size = UDim2.new(0, 226, 0, 35) KickITtext.Font = Enum.Font.SourceSans KickITtext.Text = "Kick IT" KickITtext.TextColor3 = Color3.fromRGB(216, 216, 216) KickITtext.TextSize = 30.000 KickITtext.TextWrapped = true scrollingframe gameprocessed PasteShr scrollingframe gameprocessed Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(47, 47, 47) Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(0.000889679708, 0, 0.113833763, 0) Frame_2.Size = UDim2.new(0, 561, 0, 6) UICorner_2.CornerRadius = UDim.new(1, 6) UICorner_2.Parent = Frame_2 scrollingframe gameprocessed PasteShr scrollingframe gameprocessed ScrollingFrame.Parent = Frame ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 0.900 ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.Position = UDim2.new(0.018340366, 0, 0.142777279, 0) ScrollingFrame.Size = UDim2.new(0, 84, 0, 424) UICorner_3.CornerRadius = UDim.new(0, 9) scrollingframe gameprocessed PasteShr scrollingframe gameprocessed UICorner_3.Parent = ScrollingFrame button.Name = "button" button.Parent = ScrollingFrame button.BackgroundColor3 = Color3.fromRGB(45, 45, 45) button.BorderColor3 = Color3.fromRGB(0, 0, 0) button.BorderSizePixel = 0 button.Position = UDim2.new(-1.81652254e-07, 0, 0.0183116626, 0) button.Size = UDim2.new(0, 71, 0, 24) button.Font = Enum.Font.SourceSans scrollingframe gameprocessed How to get it? scrollingframe gameprocessed button.TextColor3 = Color3.fromRGB(255, 255, 255) button.TextSize = 14.000 UICorner_4.CornerRadius = UDim.new(0, 6) UICorner_4.Parent = button Framedestra.Name = "Frame destra" Framedestra.Parent = Frame Framedestra.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Framedestra.BorderColor3 = Color3.fromRGB(0, 0, 0) scrollingframe gameprocessed How to dowload it? scrollingframe gameprocessed Framedestra.BorderSizePixel = 0 Framedestra.Position = UDim2.new(0.200317711, 0, 0.143007055, 0) Framedestra.Size = UDim2.new(0, 433, 0, 423) UICorner_5.CornerRadius = UDim.new(0, 33) UICorner_5.Parent = Framedestra Flybutton.Name = "Flybutton" Flybutton.Parent = Framedestra Flybutton.BackgroundColor3 = Color3.fromRGB(222, 222, 222) scrollingframe gameprocessed How to use it? scrollingframe gameprocessed Flybutton.BorderColor3 = Color3.fromRGB(0, 0, 0) Flybutton.BorderSizePixel = 0 Flybutton.Position = UDim2.new(0.267898381, 0, 0.430260032, 0) Flybutton.Size = UDim2.new(0, 200, 0, 50) Flybutton.Font = Enum.Font.FredokaOne Flybutton.Text = "Activate fly" Flybutton.TextColor3 = Color3.fromRGB(0, 0, 0) Flybutton.TextSize = 30.000 UICorner_6.CornerRadius = UDim.new(0, 99) scrollingframe gameprocessed How to get it? scrollingframe gameprocessed UICorner_6.Parent = Flybutton -- Scripts: local function RBACIRG_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local frame = script.Parent local dragging = false local dragInput, mousePos, framePos scrollingframe gameprocessed PasteShr scrollingframe gameprocessed frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true mousePos = input.Position framePos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false scrollingframe gameprocessed How to dowload it? scrollingframe gameprocessed end end) end end) frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then dragInput = input end end) scrollingframe gameprocessed How to use it? scrollingframe gameprocessed game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragging then local delta = input.Position - mousePos frame.Position = UDim2.new( framePos.X.Scale, framePos.X.Offset + delta.X, framePos.Y.Scale, framePos.Y.Offset + delta.Y ) scrollingframe gameprocessed PasteShr scrollingframe gameprocessed end end) end coroutine.wrap(RBACIRG_fake_script)() local function HCQMM_fake_script() -- Flybutton.LocalScript local script = Instance.new('LocalScript', Flybutton) local button = script.Parent local player = game.Players.LocalPlayer scrollingframe gameprocessed How to use it? scrollingframe gameprocessed local character = player.Character or player.CharacterAdded:Wait() local flying = false local bodyVelocity = nil local function startFlying() local root = character:WaitForChild("HumanoidRootPart") bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = Vector3.new(0, 50, 0) bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000) bodyVelocity.Parent = root scrollingframe gameprocessed How to dowload it? scrollingframe gameprocessed end local function stopFlying() if bodyVelocity then bodyVelocity:Destroy() bodyVelocity = nil end end button.MouseButton1Click:Connect(function() scrollingframe gameprocessed How to get it for free? scrollingframe gameprocessed flying = not flying if flying then startFlying() button.Text = "Disable Fly" else stopFlying() button.Text = "Activate Fly" end end) scrollingframe gameprocessed How to dowload it? scrollingframe gameprocessed end coroutine.wrap(HCQMM_fake_script)() local function ZOMKEP_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) local UserInputService = game:GetService("UserInputService") local gui = script.Parent local frame = gui:WaitForChild("Frame") local isVisible = false scrollingframe gameprocessed How to get it? scrollingframe gameprocessed UserInputService.InputBegan:Connect(function(input, gameProcessed) if gameProcessed then return end if input.KeyCode == Enum.KeyCode.LeftControl or input.KeyCode == Enum.KeyCode.RightControl then isVisible = not isVisible frame.Visible = isVisible end end) end coroutine.wrap(ZOMKEP_fake_script)() scrollingframe gameprocessed PasteShr scrollingframe gameprocessed scrollingframe gameprocessed