Upscalefanatic3

Realistic Roleplay 2 MONEY GUI

Feb 10th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. --[[
  2. Hello! I hope you enjoy my money GUI for RRP2!
  3. Be sure to vouch and dont leak!
  4. enjoy.
  5.  
  6. press help once executed to learn how to use.
  7.  
  8. --]]
  9.  
  10.  
  11.  
  12.  
  13. -- Instances:
  14. local rr2 = Instance.new("ScreenGui")
  15. local rr2main = Instance.new("Frame")
  16. local thetitle = Instance.new("TextLabel")
  17. local TP = Instance.new("TextButton")
  18. local givemoney = Instance.new("TextButton")
  19. local help = Instance.new("TextButton")
  20. local helpframe = Instance.new("Frame")
  21. local close = Instance.new("TextButton")
  22. local how2use = Instance.new("TextLabel")
  23. local explanation = Instance.new("TextLabel")
  24. local explanation2 = Instance.new("TextLabel")
  25. local explanation3 = Instance.new("TextLabel")
  26. --Properties:
  27. rr2.Name = "rr2"
  28. rr2.Parent = game.CoreGui
  29. rr2.ResetOnSpawn = false
  30.  
  31. rr2main.Name = "rr2main"
  32. rr2main.Parent = rr2
  33. rr2main.BackgroundColor3 = Color3.new(1, 1, 1)
  34. rr2main.BackgroundTransparency = 0.30000001192093
  35. rr2main.BorderColor3 = Color3.new(0, 0, 0)
  36. rr2main.BorderSizePixel = 4
  37. rr2main.Position = UDim2.new(0, 0, 0.430599362, 0)
  38. rr2main.Size = UDim2.new(0, 109, 0, 108)
  39.  
  40. thetitle.Name = "thetitle"
  41. thetitle.Parent = rr2main
  42. thetitle.BackgroundColor3 = Color3.new(0, 0, 0)
  43. thetitle.BorderSizePixel = 0
  44. thetitle.Size = UDim2.new(0, 109, 0, 24)
  45. thetitle.Font = Enum.Font.SourceSans
  46. thetitle.Text = "RRP2 $$ GUI"
  47. thetitle.TextColor3 = Color3.new(0.333333, 1, 0)
  48. thetitle.TextScaled = true
  49. thetitle.TextSize = 14
  50. thetitle.TextWrapped = true
  51.  
  52. TP.Name = "TP"
  53. TP.Parent = rr2main
  54. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  55. TP.BorderSizePixel = 0
  56. TP.Position = UDim2.new(0, 0, 0.29896906, 0)
  57. TP.Size = UDim2.new(0, 109, 0, 29)
  58. TP.Font = Enum.Font.SourceSans
  59. TP.Text = "Teleport"
  60. TP.TextColor3 = Color3.new(0, 0, 0)
  61. TP.TextScaled = true
  62. TP.TextSize = 14
  63. TP.TextWrapped = true
  64.  
  65. givemoney.Name = "givemoney"
  66. givemoney.Parent = rr2main
  67. givemoney.BackgroundColor3 = Color3.new(1, 1, 1)
  68. givemoney.BorderSizePixel = 0
  69. givemoney.Position = UDim2.new(0, 0, 0.59793812, 0)
  70. givemoney.Size = UDim2.new(0, 109, 0, 29)
  71. givemoney.Font = Enum.Font.SourceSans
  72. givemoney.Text = "GiveMoney"
  73. givemoney.TextColor3 = Color3.new(0, 0, 0)
  74. givemoney.TextScaled = true
  75. givemoney.TextSize = 14
  76. givemoney.TextWrapped = true
  77.  
  78. help.Name = "help"
  79. help.Parent = rr2main
  80. help.BackgroundColor3 = Color3.new(1, 1, 1)
  81. help.BorderSizePixel = 0
  82. help.Position = UDim2.new(0.0917431116, 0, -0.351851851, 0)
  83. help.Size = UDim2.new(0, 48, 0, 32)
  84. help.Font = Enum.Font.SourceSans
  85. help.Text = "HELP"
  86. help.TextColor3 = Color3.new(0, 0, 0)
  87. help.TextScaled = true
  88. help.TextSize = 14
  89. help.TextWrapped = true
  90. help.MouseButton1Down:connect(function()
  91.  
  92. helpframe.Visible = true
  93.  
  94. end)
  95.  
  96. helpframe.Name = "helpframe"
  97. helpframe.Parent = rr2
  98. helpframe.BackgroundColor3 = Color3.new(1, 1, 1)
  99. helpframe.Position = UDim2.new(0.116022103, 0, 0.380126178, 0)
  100. helpframe.Size = UDim2.new(0, 244, 0, 231)
  101. helpframe.Visible = false
  102.  
  103. close.Name = "close"
  104. close.Parent = helpframe
  105. close.BackgroundColor3 = Color3.new(0, 0, 0)
  106. close.BorderSizePixel = 0
  107. close.Position = UDim2.new(0.827868879, 0, 0, 0)
  108. close.Size = UDim2.new(0, 42, 0, 38)
  109. close.Font = Enum.Font.SourceSans
  110. close.Text = "X"
  111. close.TextColor3 = Color3.new(1, 1, 1)
  112. close.TextScaled = true
  113. close.TextSize = 14
  114. close.TextWrapped = true
  115. close.MouseButton1Down:connect(function()
  116.  
  117. helpframe.Visible = false
  118.  
  119. end)
  120.  
  121. how2use.Name = "how2use"
  122. how2use.Parent = helpframe
  123. how2use.BackgroundColor3 = Color3.new(1, 1, 1)
  124. how2use.BorderSizePixel = 0
  125. how2use.Position = UDim2.new(0.00819672085, 0, 0, 0)
  126. how2use.Size = UDim2.new(0, 193, 0, 38)
  127. how2use.Font = Enum.Font.SourceSans
  128. how2use.Text = "HOW TO USE"
  129. how2use.TextColor3 = Color3.new(0, 0, 0)
  130. how2use.TextScaled = true
  131. how2use.TextSize = 14
  132. how2use.TextWrapped = true
  133.  
  134. explanation.Name = "explanation"
  135. explanation.Parent = helpframe
  136. explanation.BackgroundColor3 = Color3.new(1, 1, 1)
  137. explanation.Position = UDim2.new(0.0942622945, 0, 0.198051944, 0)
  138. explanation.Size = UDim2.new(0, 200, 0, 50)
  139. explanation.Font = Enum.Font.SourceSans
  140. explanation.Text = "Okay, so you wanna know how to use this dont you?"
  141. explanation.TextColor3 = Color3.new(0, 0, 0)
  142. explanation.TextScaled = true
  143. explanation.TextSize = 14
  144. explanation.TextWrapped = true
  145. explanation.TextXAlignment = Enum.TextXAlignment.Left
  146. explanation.TextYAlignment = Enum.TextYAlignment.Top
  147.  
  148. explanation2.Name = "explanation2"
  149. explanation2.Parent = helpframe
  150. explanation2.BackgroundColor3 = Color3.new(1, 1, 1)
  151. explanation2.Position = UDim2.new(0.00819672085, 0, 0.480217427, 0)
  152. explanation2.Size = UDim2.new(0, 242, 0, 47)
  153. explanation2.Font = Enum.Font.SourceSans
  154. explanation2.Text = "1st. Press teleport you will teleport to the dealer start a chat with him but dont press nothing"
  155. explanation2.TextColor3 = Color3.new(0, 0, 0)
  156. explanation2.TextScaled = true
  157. explanation2.TextSize = 14
  158. explanation2.TextWrapped = true
  159. explanation2.TextXAlignment = Enum.TextXAlignment.Left
  160. explanation2.TextYAlignment = Enum.TextYAlignment.Top
  161.  
  162. explanation3.Name = "explanation3"
  163. explanation3.Parent = helpframe
  164. explanation3.BackgroundColor3 = Color3.new(1, 1, 1)
  165. explanation3.Position = UDim2.new(0.00819672085, 0, 0.731299639, 0)
  166. explanation3.Size = UDim2.new(0, 242, 0, 47)
  167. explanation3.Font = Enum.Font.SourceSans
  168. explanation3.Text = "2nd. When your in the chat press the \"GiveMoney\" Button and then it will give you a bunch of money, then walk away then boom your rich."
  169. explanation3.TextColor3 = Color3.new(0, 0, 0)
  170. explanation3.TextScaled = true
  171. explanation3.TextSize = 14
  172. explanation3.TextWrapped = true
  173. explanation3.TextXAlignment = Enum.TextXAlignment.Left
  174. explanation3.TextYAlignment = Enum.TextYAlignment.Top
  175. -- Scripts:
  176.  
  177. TP.MouseButton1Down:connect(function()
  178.  
  179. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").TomCars.Desk.CFrame
  180.  
  181. end)
  182.  
  183. givemoney.MouseButton1Down:connect(function()
  184. Game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(Game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-5e17,1,1)
  185.  
  186. end)
Add Comment
Please, Sign In to add comment