Advertisement
Guest User

RbWorldScriptFIN

a guest
Jun 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FIRSTGUI = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credits = Instance.new("TextLabel")
  12. local hackon = Instance.new("TextButton")
  13. local hackoff = Instance.new("TextButton")
  14. local close = Instance.new("TextButton")
  15. --Properties:
  16. FIRSTGUI.Name = "FIRST GUI"
  17. FIRSTGUI.Parent = game.CoreGui
  18.  
  19. OpenFrame.Name = "OpenFrame"
  20. OpenFrame.Parent = FIRSTGUI
  21. OpenFrame.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  22. OpenFrame.Position = UDim2.new(0, 0, 0.325387359, 0)
  23. OpenFrame.Size = UDim2.new(0, 89, 0, 50)
  24.  
  25. Open.Name = "Open"
  26. Open.Parent = OpenFrame
  27. Open.BackgroundColor3 = Color3.new(0, 0, 1)
  28. Open.Size = UDim2.new(0, 89, 0, 50)
  29. Open.Font = Enum.Font.Gotham
  30. Open.Text = "Open"
  31. Open.TextColor3 = Color3.new(1, 1, 1)
  32. Open.TextSize = 30
  33. Open.MouseButton1Down:connect(function()
  34. Main.Visible = true
  35. OpenFrame.Visible = false
  36. end)
  37.  
  38. Main.Name = "Main"
  39. Main.Parent = FIRSTGUI
  40. Main.BackgroundColor3 = Color3.new(0, 0, 1)
  41. Main.BackgroundTransparency = 0.30000001192093
  42. Main.Position = UDim2.new(0.159777924, 0, 0.193086997, 0)
  43. Main.Size = UDim2.new(0, 336, 0, 342)
  44. Main.Visible = false
  45. Main.Draggable = true
  46.  
  47. BeautyA.Name = "BeautyA"
  48. BeautyA.Parent = Main
  49. BeautyA.BackgroundColor3 = Color3.new(0, 0, 0.72549)
  50. BeautyA.BackgroundTransparency = 0.30000001192093
  51. BeautyA.Size = UDim2.new(0, 335, 0, 44)
  52.  
  53. title.Name = "title"
  54. title.Parent = BeautyA
  55. title.BackgroundColor3 = Color3.new(0, 0, 0.72549)
  56. title.BackgroundTransparency = 7.5
  57. title.BorderColor3 = Color3.new(0, 0, 1)
  58. title.Position = UDim2.new(0.200000003, 0, 0, 0)
  59. title.Size = UDim2.new(0, 200, 0, 44)
  60. title.Font = Enum.Font.Gotham
  61. title.Text = "RB Hub"
  62. title.TextColor3 = Color3.new(1, 1, 1)
  63. title.TextSize = 20
  64.  
  65. BeautyB.Name = "BeautyB"
  66. BeautyB.Parent = Main
  67. BeautyB.BackgroundColor3 = Color3.new(0, 0, 0.815686)
  68. BeautyB.BackgroundTransparency = 0.30000001192093
  69. BeautyB.Position = UDim2.new(0, 0, 0.871345043, 0)
  70. BeautyB.Size = UDim2.new(0, 335, 0, 44)
  71.  
  72. Credits.Name = "Credits"
  73. Credits.Parent = BeautyB
  74. Credits.BackgroundColor3 = Color3.new(0, 0, 0.72549)
  75. Credits.BackgroundTransparency = 1
  76. Credits.Position = UDim2.new(0.200000003, 0, 0, 0)
  77. Credits.Size = UDim2.new(0, 200, 0, 44)
  78. Credits.Font = Enum.Font.Gotham
  79. Credits.Text = "GUI MADE BY OU1Z#4584"
  80. Credits.TextColor3 = Color3.new(1, 1, 1)
  81. Credits.TextSize = 14
  82.  
  83. hackon.Name = "hackon"
  84. hackon.Parent = Main
  85. hackon.BackgroundColor3 = Color3.new(0, 0, 1)
  86. hackon.Position = UDim2.new(0.202380955, 0, 0.263157904, 0)
  87. hackon.Size = UDim2.new(0, 200, 0, 50)
  88. hackon.Font = Enum.Font.Gotham
  89. hackon.Text = "Stat Change"
  90. hackon.TextColor3 = Color3.new(1, 1, 1)
  91. hackon.TextSize = 14
  92. hackon.MouseButton1Down:connect(function()
  93. loadstring(game:HttpGet("https://pastebin.com/raw/b4BPbn40"))()
  94. end)
  95.  
  96. hackoff.Name = "hackoff"
  97. hackoff.Parent = Main
  98. hackoff.BackgroundColor3 = Color3.new(0, 0, 1)
  99. hackoff.Position = UDim2.new(0.199404761, 0, 0.584795296, 0)
  100. hackoff.Size = UDim2.new(0, 200, 0, 50)
  101. hackoff.Font = Enum.Font.Gotham
  102. hackoff.Text = "Drop Ball"
  103. hackoff.TextColor3 = Color3.new(1, 1, 1)
  104. hackoff.TextSize = 14
  105. hackoff.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet("https://pastebin.com/raw/Yjm99GbA"))()
  107. end)
  108.  
  109. close.Name = "close"
  110. close.Parent = Main
  111. close.BackgroundColor3 = Color3.new(0, 0, 1)
  112. close.BackgroundTransparency = 0.89999997615814
  113. close.BorderColor3 = Color3.new(0, 0, 1)
  114. close.Position = UDim2.new(0.830357075, 0, 0, 0)
  115. close.Size = UDim2.new(0, 57, 0, 44)
  116. close.Font = Enum.Font.Gotham
  117. close.Text = "X"
  118. close.TextColor3 = Color3.new(1, 1, 1)
  119. close.TextSize = 40
  120. close.MouseButton1Down:connect(function()
  121. Main.Visible = false
  122. OpenFrame.Visible = true
  123. end)
  124. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement