-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local UICorner_2 = Instance.new("UICorner") local ImageLabel = Instance.new("ImageLabel") local UICorner_3 = Instance.new("UICorner") local PlayerName = Instance.new("TextBox") local UICorner_4 = Instance.new("UICorner") local FlingPlayer = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 85, 0) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.225021541, 0, 0.21262002, 0) Frame.Size = UDim2.new(0, 527, 0, 272) UICorner.Parent = Frame TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 527, 0, 50) TextLabel.Font = Enum.Font.Arcade TextLabel.Text = "GoofyUserAh's fe fling gui" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 25.000 UICorner_2.Parent = TextLabel ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0, 0, 0.183823526, 0) ImageLabel.Size = UDim2.new(0, 527, 0, 222) ImageLabel.Image = "rbxassetid://5430597512" UICorner_3.Parent = ImageLabel PlayerName.Name = "PlayerName" PlayerName.Parent = ImageLabel PlayerName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) PlayerName.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerName.BorderSizePixel = 0 PlayerName.Position = UDim2.new(0.185958251, 0, 0.206875905, 0) PlayerName.Size = UDim2.new(0, 331, 0, 80) PlayerName.Font = Enum.Font.SourceSans PlayerName.PlaceholderText = "type players username {can be shortned}" PlayerName.Text = "" PlayerName.TextColor3 = Color3.fromRGB(0, 0, 0) PlayerName.TextSize = 14.000 UICorner_4.Parent = PlayerName FlingPlayer.Name = "FlingPlayer" FlingPlayer.Parent = ImageLabel FlingPlayer.BackgroundColor3 = Color3.fromRGB(255, 0, 0) FlingPlayer.BorderColor3 = Color3.fromRGB(0, 0, 0) FlingPlayer.BorderSizePixel = 0 FlingPlayer.Position = UDim2.new(0.307400376, 0, 0.653484464, 0) FlingPlayer.Size = UDim2.new(0, 200, 0, 50) FlingPlayer.Font = Enum.Font.Arcade FlingPlayer.Text = "Troll player" FlingPlayer.TextColor3 = Color3.fromRGB(0, 0, 0) FlingPlayer.TextSize = 20.000 UICorner_5.Parent = FlingPlayer -- Scripts: local function LWVALG_fake_script() -- Frame.drag local script = Instance.new('LocalScript', Frame) 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(LWVALG_fake_script)() local function MKIQL_fake_script() -- FlingPlayer.LocalScript local script = Instance.new('LocalScript', FlingPlayer) local lp = game:FindService("Players").LocalPlayer local function gplr(String) local Found = {} local strl = String:lower() if strl == "all" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name ~= lp.Name then table.insert(Found,v) end end elseif strl == "me" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name == lp.Name then table.insert(Found,v) end end else for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end local function notif(str,duv) game:FindService("StarterGui"):SetCore("SendNotification",{ Title = "flinged player" }) end local TextButton = script.Parent local TextBox = script.Parent.Parent.PlayerName TextButton.MouseButton1Click:Connect(function() local Target = gplr(TextBox.Text) if Target[1] then Target = Target[1] local Thrust = Instance.new('BodyThrust',lp.Character.HumanoidRootPart) Thrust.Force = Vector3.new(9999,9999,9999) Thrust.Name = "YeetForce" repeat lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame Thrust.Location = Target.Character.HumanoidRootPart.Position game:FindService("RunService").Heartbeat:Wait() until not Target.Character:FindFirstChild("Head") else notif("Player is not in game") end end) --jgagilvjalijvloijxlivjzloijvlz-- notif("lol") end coroutine.wrap(MKIQL_fake_script)() local function ZQHZOPJ_fake_script() -- ScreenGui.notifaction local script = Instance.new('LocalScript', ScreenGui) game.StarterGui:SetCore("SendNotification", { Title = "enjoy trolling"; -- title Text = "script by GoofyUserAh/me"; --description Icon = "rbxassetid://13333189485"; --icon Duration = "5"; -- how long its on screen }) end coroutine.wrap(ZQHZOPJ_fake_script)() local function CJGJ_fake_script() -- ScreenGui.Script local script = Instance.new('Script', ScreenGui) local Fling = script:WaitForChild("Fling") Fling.Parent = game.StarterGui wait(0.5) script:Destroy() end coroutine.wrap(CJGJ_fake_script)()