Advertisement
Guest User

DAVIS

a guest
May 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FrogGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Poll = Instance.new("Frame")
  7. local Poll2 = Instance.new("Frame")
  8. local Name = Instance.new("TextButton")
  9. local Name_2 = Instance.new("TextButton")
  10. local JumpBoost = Instance.new("TextButton")
  11. --Properties:
  12. FrogGui.Name = "Frog Gui"
  13. FrogGui.Parent = game.CoreGui
  14.  
  15. FrogGui.Draggable = true
  16.  
  17. Frame.Parent = FrogGui
  18. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Frame.BackgroundTransparency = 0.44999998807907
  20. Frame.Position = UDim2.new(0.174230158, 0, 0.292134851, 0)
  21. Frame.Size = UDim2.new(0, 236, 0, 258)
  22.  
  23. Poll.Name = "Poll"
  24. Poll.Parent = Frame
  25. Poll.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  26. Poll.Position = UDim2.new(-0.00192977488, 0, 0.134588808, 0)
  27. Poll.Size = UDim2.new(0, 236, 0, 11)
  28.  
  29. Poll2.Name = "Poll2"
  30. Poll2.Parent = Frame
  31. Poll2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  32. Poll2.Position = UDim2.new(-0.0061670728, 0, 0.802692652, 0)
  33. Poll2.Size = UDim2.new(0, 236, 0, 11)
  34.  
  35. Name.Name = "Name"
  36. Name.Parent = Frame
  37. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Name.BackgroundTransparency = 1
  39. Name.Position = UDim2.new(-0.011214748, 0, 0.845185161, 0)
  40. Name.Size = UDim2.new(0, 236, 0, 34)
  41. Name.Font = Enum.Font.Gotham
  42. Name.Text = "Frog Gui"
  43. Name.TextColor3 = Color3.new(1, 1, 1)
  44. Name.TextSize = 17
  45.  
  46. Name_2.Name = "Name"
  47. Name_2.Parent = Frame
  48. Name_2.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Name_2.BackgroundTransparency = 1
  50. Name_2.Position = UDim2.new(-0.00778782368, 0, -0.00365200639, 0)
  51. Name_2.Size = UDim2.new(0, 236, 0, 34)
  52. Name_2.Font = Enum.Font.Gotham
  53. Name_2.Text = "Frog Gui"
  54. Name_2.TextColor3 = Color3.new(1, 1, 1)
  55. Name_2.TextSize = 17
  56.  
  57. JumpBoost.Name = "Jump Boost"
  58. JumpBoost.Parent = Frame
  59. JumpBoost.BackgroundColor3 = Color3.new(1, 0, 0)
  60. JumpBoost.BackgroundTransparency = 0.75
  61. JumpBoost.Position = UDim2.new(0.186440676, 0, 0.325581402, 0)
  62. JumpBoost.Size = UDim2.new(0, 148, 0, 70)
  63. JumpBoost.Font = Enum.Font.SciFi
  64. JumpBoost.Text = "Jump Boost"
  65. JumpBoost.TextColor3 = Color3.new(0, 0, 0)
  66. JumpBoost.TextSize = 14
  67. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement