BINO2002

Untitled

Jun 2nd, 2019
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local EWWWTHISGUIGAYNAAAASON = Instance.new("ScreenGui")
  5. local WELCOMETOBANNNANANAGUI = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local tpall = Instance.new("TextButton")
  9. local SPammoney = Instance.new("TextButton")
  10. --Properties:
  11. EWWWTHISGUIGAYNAAAASON.Name = "EWWW THIS GUI GAY NAAAA SON"
  12. EWWWTHISGUIGAYNAAAASON.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. WELCOMETOBANNNANANAGUI.Name = "WELCOME TO BANNNANANA GUI"
  15. WELCOMETOBANNNANANAGUI.Parent = EWWWTHISGUIGAYNAAAASON
  16. WELCOMETOBANNNANANAGUI.BackgroundColor3 = Color3.new(1, 1, 0)
  17. WELCOMETOBANNNANANAGUI.Position = UDim2.new(0.28941831, 0, 0.270631075, 0)
  18. WELCOMETOBANNNANANAGUI.Size = UDim2.new(0, 677, 0, 308)
  19.  
  20. TextLabel.Parent = WELCOMETOBANNNANANAGUI
  21. TextLabel.BackgroundColor3 = Color3.new(1, 1, 0)
  22. TextLabel.BorderSizePixel = 0
  23. TextLabel.Position = UDim2.new(0.351203144, 0, -0.00130817294, 0)
  24. TextLabel.Size = UDim2.new(0, 200, 0, 36)
  25. TextLabel.Font = Enum.Font.Arial
  26. TextLabel.Text = "Welcome to Banana Gui "
  27. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  28. TextLabel.TextSize = 14
  29.  
  30. TextLabel_2.Parent = WELCOMETOBANNNANANAGUI
  31. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 0)
  32. TextLabel_2.BorderSizePixel = 0
  33. TextLabel_2.Position = UDim2.new(0.313739359, 0, 0.905844152, 0)
  34. TextLabel_2.Size = UDim2.new(0, 464, 0, 28)
  35. TextLabel_2.Font = Enum.Font.Arial
  36. TextLabel_2.Text = "From 120Devs"
  37. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  38. TextLabel_2.TextSize = 14
  39.  
  40. tpall.Name = "tp all "
  41. tpall.Parent = WELCOMETOBANNNANANAGUI
  42. tpall.BackgroundColor3 = Color3.new(1, 1, 0)
  43. tpall.BorderSizePixel = 0
  44. tpall.Position = UDim2.new(0.261071801, 0, 0.414465368, 0)
  45. tpall.Size = UDim2.new(0, 198, 0, 52)
  46. tpall.Font = Enum.Font.Arial
  47. tpall.Text = " tp's all bananas to you"
  48. tpall.TextColor3 = Color3.new(0, 0, 0)
  49. tpall.TextScaled = true
  50. tpall.TextSize = 14
  51. tpall.TextWrapped = true
  52. tpall.MouseButton1Down:connect(function()
  53. while wait(1) do
  54. for _,v in pairs(game.Workspace.FruitDrops:GetDescendants()) do
  55. if v.ClassName == "MeshPart" then
  56. v.Anchored = true
  57. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,-4,0)
  58. end
  59. end
  60. end
  61. end)
  62.  
  63. SPammoney.Name = "SPam $ money"
  64. SPammoney.Parent = WELCOMETOBANNNANANAGUI
  65. SPammoney.BackgroundColor3 = Color3.new(1, 1, 0)
  66. SPammoney.BorderSizePixel = 0
  67. SPammoney.Position = UDim2.new(0.0810088962, 0, 0.396324545, 0)
  68. SPammoney.Size = UDim2.new(0, 122, 0, 50)
  69. SPammoney.Font = Enum.Font.Code
  70. SPammoney.Text = "Spam $ money"
  71. SPammoney.TextColor3 = Color3.new(0, 0, 0)
  72. SPammoney.TextScaled = true
  73. SPammoney.TextSize = 14
  74. SPammoney.TextWrapped = true
  75. SPammoney.MouseButton1Down:connect(function()
  76. while wait() do
  77. local Event = game:GetService("Workspace").Events.AddBite11
  78. Event:FireServer()
  79. end
  80. end)
  81. -- Scripts:
Add Comment
Please, Sign In to add comment