local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local Gudock = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local Slaps = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local UIDrag = Instance.new("UIDragDetector") ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.365489125, 0, 0.278455287, 0) Frame.Size = UDim2.new(0, 295, 0, 284) UIDrag.Parent = Frame UICorner.Parent = Frame TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.159322038, 0, 0, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Slap Tower thing" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 32.000 Gudock.Name = "Gudock" Gudock.Parent = Frame Gudock.BackgroundColor3 = Color3.fromRGB(0, 255, 38) Gudock.BorderColor3 = Color3.fromRGB(0, 0, 0) Gudock.BorderSizePixel = 0 Gudock.Position = UDim2.new(0.159322038, 0, 0.295774639, 0) Gudock.Size = UDim2.new(0, 200, 0, 50) Gudock.Font = Enum.Font.SourceSans Gudock.Text = "Troll Button" Gudock.TextColor3 = Color3.fromRGB(0, 0, 0) Gudock.TextSize = 37.000 UICorner_2.Parent = Gudock Slaps.Name = "Slaps" Slaps.Parent = Frame Slaps.BackgroundColor3 = Color3.fromRGB(0, 255, 38) Slaps.BorderColor3 = Color3.fromRGB(0, 0, 0) Slaps.BorderSizePixel = 0 Slaps.Position = UDim2.new(0.159322038, 0, 0.588028193, 0) Slaps.Size = UDim2.new(0, 200, 0, 50) Slaps.Font = Enum.Font.SourceSans Slaps.Text = "Give All Slaps" Slaps.TextColor3 = Color3.fromRGB(0, 0, 0) Slaps.TextSize = 37.000 UICorner_3.Parent = Slaps local function UDMBWO_fake_script() -- Gudock.LocalScript local script = Instance.new('LocalScript', Gudock) local function Callback() local hrp = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") local gudock = game.Workspace.Gudock firetouchinterest(hrp,gudock,0) wait() firetouchinterest(hrp,gudock,1) end script.Parent.MouseButton1Click:Connect(function() Callback() end) end coroutine.wrap(UDMBWO_fake_script)() local function NLFARVJ_fake_script() -- Slaps.LocalScript local script = Instance.new('LocalScript', Slaps) local function Callback() local hrp = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") for _, model in ipairs(game.Workspace:GetChildren()) do if model:IsA("Model") and model.Name == "Slap" then local giver = model:FindFirstChild("Giver") if giver then firetouchinterest(hrp,giver,0) wait() firetouchinterest(hrp,giver,1) end end end end script.Parent.MouseButton1Click:Connect(function() Callback() end) end coroutine.wrap(NLFARVJ_fake_script)()