Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local EWWWTHISGUIGAYNAAAASON = Instance.new("ScreenGui")
- local WELCOMETOBANNNANANAGUI = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local tpall = Instance.new("TextButton")
- local SPammoney = Instance.new("TextButton")
- --Properties:
- EWWWTHISGUIGAYNAAAASON.Name = "EWWW THIS GUI GAY NAAAA SON"
- EWWWTHISGUIGAYNAAAASON.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- WELCOMETOBANNNANANAGUI.Name = "WELCOME TO BANNNANANA GUI"
- WELCOMETOBANNNANANAGUI.Parent = EWWWTHISGUIGAYNAAAASON
- WELCOMETOBANNNANANAGUI.BackgroundColor3 = Color3.new(1, 1, 0)
- WELCOMETOBANNNANANAGUI.Position = UDim2.new(0.28941831, 0, 0.270631075, 0)
- WELCOMETOBANNNANANAGUI.Size = UDim2.new(0, 677, 0, 308)
- TextLabel.Parent = WELCOMETOBANNNANANAGUI
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.351203144, 0, -0.00130817294, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 36)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = "Welcome to Banana Gui "
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = WELCOMETOBANNNANANAGUI
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 0)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.313739359, 0, 0.905844152, 0)
- TextLabel_2.Size = UDim2.new(0, 464, 0, 28)
- TextLabel_2.Font = Enum.Font.Arial
- TextLabel_2.Text = "From 120Devs"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- tpall.Name = "tp all "
- tpall.Parent = WELCOMETOBANNNANANAGUI
- tpall.BackgroundColor3 = Color3.new(1, 1, 0)
- tpall.BorderSizePixel = 0
- tpall.Position = UDim2.new(0.261071801, 0, 0.414465368, 0)
- tpall.Size = UDim2.new(0, 198, 0, 52)
- tpall.Font = Enum.Font.Arial
- tpall.Text = " tp's all bananas to you"
- tpall.TextColor3 = Color3.new(0, 0, 0)
- tpall.TextScaled = true
- tpall.TextSize = 14
- tpall.TextWrapped = true
- tpall.MouseButton1Down:connect(function()
- while wait(1) do
- for _,v in pairs(game.Workspace.FruitDrops:GetDescendants()) do
- if v.ClassName == "MeshPart" then
- v.Anchored = true
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,-4,0)
- end
- end
- end
- end)
- SPammoney.Name = "SPam $ money"
- SPammoney.Parent = WELCOMETOBANNNANANAGUI
- SPammoney.BackgroundColor3 = Color3.new(1, 1, 0)
- SPammoney.BorderSizePixel = 0
- SPammoney.Position = UDim2.new(0.0810088962, 0, 0.396324545, 0)
- SPammoney.Size = UDim2.new(0, 122, 0, 50)
- SPammoney.Font = Enum.Font.Code
- SPammoney.Text = "Spam $ money"
- SPammoney.TextColor3 = Color3.new(0, 0, 0)
- SPammoney.TextScaled = true
- SPammoney.TextSize = 14
- SPammoney.TextWrapped = true
- SPammoney.MouseButton1Down:connect(function()
- while wait() do
- local Event = game:GetService("Workspace").Events.AddBite11
- Event:FireServer()
- end
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment