Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pls use synapse and all exploits level 6+
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local testgui = Instance.new("TextLabel")
- local par1 = Instance.new("TextButton")
- local part1 = Instance.new("TextButton")
- local tat = Instance.new("TextButton")
- local bede = Instance.new("TextButton")
- local best = Instance.new("TextLabel")
- local test3 = Instance.new("TextLabel")
- local openmain = Instance.new("Frame")
- local OPEN = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(85, 170, 0)
- main.BackgroundTransparency = 0.850
- main.LayoutOrder = 1
- main.Position = UDim2.new(0.342706054, 0, 0.388192385, 0)
- main.Size = UDim2.new(0, 430, 0, 275)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- testgui.Name = "test gui"
- testgui.Parent = main
- testgui.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- testgui.Position = UDim2.new(0.102025792, 0, -0.0952297822, 0)
- testgui.Size = UDim2.new(0, 341, 0, 33)
- testgui.Font = Enum.Font.SourceSansBold
- testgui.Text = "FISHING SIMULATOR OP GUI"
- testgui.TextColor3 = Color3.fromRGB(0, 255, 255)
- testgui.TextSize = 33.000
- par1.Name = "par1"
- par1.Parent = main
- par1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- par1.BackgroundTransparency = 0.450
- par1.Position = UDim2.new(0.17366977, 0, 0.139138728, 0)
- par1.Size = UDim2.new(0, 252, 0, 50)
- par1.Font = Enum.Font.SourceSans
- par1.Text = "Boat Super Speed And Auto fish"
- par1.TextColor3 = Color3.fromRGB(0, 0, 0)
- par1.TextSize = 21.000
- par1.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://4698235310")[1].Source)()
- end)
- part1.Name = "part1"
- part1.Parent = main
- part1.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
- part1.BackgroundTransparency = 0.500
- part1.BorderColor3 = Color3.fromRGB(255, 255, 255)
- part1.Position = UDim2.new(0.172898471, 0, 0.517129242, 0)
- part1.Size = UDim2.new(0, 252, 0, 50)
- part1.Font = Enum.Font.SourceSans
- part1.Text = "Auto Kill Sharks And Auto Sell"
- part1.TextColor3 = Color3.fromRGB(0, 0, 0)
- part1.TextSize = 21.000
- part1.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer
- while wait() do
- local sharks = workspace:GetChildren()
- for i = 1, #sharks do local v = sharks[i]
- if v:FindFirstChild("Health") and v:FindFirstChild("IsSeaMonster") then
- pcall(function()
- player.Character.PrimaryPart.CFrame = v.PrimaryPart.CFrame + Vector3.new(0, 25, 0)
- end)
- wait()
- if player.Character:FindFirstChildOfClass("Tool") then
- game.ReplicatedStorage.CloudClientResources.Communication.Events.DamageSeaMonster:FireServer(v, v.Health, true)
- elseif player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 1 then
- for _,k in pairs(player.Backpack:GetChildren()) do
- if k:FindFirstChild("Damage") then
- k.Parent = player.Character
- end
- end
- end
- end
- end
- if player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 2 then
- for i,v in pairs(player.Backpack:GetChildren()) do
- if not v:FindFirstChild("Damage") then
- game:GetService("ReplicatedStorage").CloudClientResources.Communication.Functions.SellItem:InvokeServer(v.Name, 1)
- end
- end
- end
- end
- end)
- tat.Name = "tat"
- tat.Parent = main
- tat.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- tat.Position = UDim2.new(0.922637939, 0, -0.00068436563, 0)
- tat.Size = UDim2.new(0, 46, 0, 39)
- tat.Font = Enum.Font.SourceSans
- tat.Text = "X"
- tat.TextColor3 = Color3.fromRGB(0, 255, 0)
- tat.TextScaled = true
- tat.TextSize = 14.000
- tat.TextWrapped = true
- tat.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- bede.Name = "bede"
- bede.Parent = main
- bede.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- bede.Position = UDim2.new(0.807631135, 0, 0.76727277, 0)
- bede.Size = UDim2.new(0, 82, 0, 33)
- bede.Font = Enum.Font.SourceSans
- bede.Text = "ANTI BAN"
- bede.TextColor3 = Color3.fromRGB(0, 0, 0)
- bede.TextSize = 20.000
- bede.MouseButton1Down:connect(function()
- best.Visible = true
- end)
- best.Name = "best"
- best.Parent = bede
- best.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- best.BackgroundTransparency = 1.000
- best.Position = UDim2.new(5.06167984, 0, 6.5757575, 0)
- best.Size = UDim2.new(0, 134, 0, 43)
- best.Visible = false
- best.Font = Enum.Font.SourceSans
- best.Text = "ANTI BAN OPEN"
- best.TextColor3 = Color3.fromRGB(0, 0, 0)
- best.TextSize = 20.000
- test3.Name = "test3"
- test3.Parent = main
- test3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- test3.BackgroundTransparency = 1.000
- test3.Position = UDim2.new(0.232815251, 0, 0.818181753, 0)
- test3.Size = UDim2.new(0, 226, 0, 50)
- test3.Font = Enum.Font.SourceSans
- test3.Text = "Crazy Cat-Kuns Gui"
- test3.TextColor3 = Color3.fromRGB(255, 255, 255)
- test3.TextSize = 33.000
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.Active = true
- openmain.BackgroundColor3 = Color3.fromRGB(0, 255, 127)
- openmain.LayoutOrder = 1
- openmain.Position = UDim2.new(0, 0, 0.949220896, 0)
- openmain.Size = UDim2.new(0, 100, 0, 38)
- openmain.Active = true
- openmain.Draggable = true
- OPEN.Name = "OPEN"
- OPEN.Parent = openmain
- OPEN.BackgroundColor3 = Color3.fromRGB(255, 96, 157)
- OPEN.Position = UDim2.new(0, 0, -0.00828325748, 0)
- OPEN.Size = UDim2.new(0, 103, 0, 38)
- OPEN.Font = Enum.Font.SourceSans
- OPEN.Text = "FISHING"
- OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
- OPEN.TextSize = 18.000
- OPEN.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Add Comment
Please, Sign In to add comment