Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Hello! I hope you enjoy my money GUI for RRP2!
- Be sure to vouch and dont leak!
- enjoy.
- press help once executed to learn how to use.
- --]]
- -- Instances:
- local rr2 = Instance.new("ScreenGui")
- local rr2main = Instance.new("Frame")
- local thetitle = Instance.new("TextLabel")
- local TP = Instance.new("TextButton")
- local givemoney = Instance.new("TextButton")
- local help = Instance.new("TextButton")
- local helpframe = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local how2use = Instance.new("TextLabel")
- local explanation = Instance.new("TextLabel")
- local explanation2 = Instance.new("TextLabel")
- local explanation3 = Instance.new("TextLabel")
- --Properties:
- rr2.Name = "rr2"
- rr2.Parent = game.CoreGui
- rr2.ResetOnSpawn = false
- rr2main.Name = "rr2main"
- rr2main.Parent = rr2
- rr2main.BackgroundColor3 = Color3.new(1, 1, 1)
- rr2main.BackgroundTransparency = 0.30000001192093
- rr2main.BorderColor3 = Color3.new(0, 0, 0)
- rr2main.BorderSizePixel = 4
- rr2main.Position = UDim2.new(0, 0, 0.430599362, 0)
- rr2main.Size = UDim2.new(0, 109, 0, 108)
- thetitle.Name = "thetitle"
- thetitle.Parent = rr2main
- thetitle.BackgroundColor3 = Color3.new(0, 0, 0)
- thetitle.BorderSizePixel = 0
- thetitle.Size = UDim2.new(0, 109, 0, 24)
- thetitle.Font = Enum.Font.SourceSans
- thetitle.Text = "RRP2 $$ GUI"
- thetitle.TextColor3 = Color3.new(0.333333, 1, 0)
- thetitle.TextScaled = true
- thetitle.TextSize = 14
- thetitle.TextWrapped = true
- TP.Name = "TP"
- TP.Parent = rr2main
- TP.BackgroundColor3 = Color3.new(1, 1, 1)
- TP.BorderSizePixel = 0
- TP.Position = UDim2.new(0, 0, 0.29896906, 0)
- TP.Size = UDim2.new(0, 109, 0, 29)
- TP.Font = Enum.Font.SourceSans
- TP.Text = "Teleport"
- TP.TextColor3 = Color3.new(0, 0, 0)
- TP.TextScaled = true
- TP.TextSize = 14
- TP.TextWrapped = true
- givemoney.Name = "givemoney"
- givemoney.Parent = rr2main
- givemoney.BackgroundColor3 = Color3.new(1, 1, 1)
- givemoney.BorderSizePixel = 0
- givemoney.Position = UDim2.new(0, 0, 0.59793812, 0)
- givemoney.Size = UDim2.new(0, 109, 0, 29)
- givemoney.Font = Enum.Font.SourceSans
- givemoney.Text = "GiveMoney"
- givemoney.TextColor3 = Color3.new(0, 0, 0)
- givemoney.TextScaled = true
- givemoney.TextSize = 14
- givemoney.TextWrapped = true
- help.Name = "help"
- help.Parent = rr2main
- help.BackgroundColor3 = Color3.new(1, 1, 1)
- help.BorderSizePixel = 0
- help.Position = UDim2.new(0.0917431116, 0, -0.351851851, 0)
- help.Size = UDim2.new(0, 48, 0, 32)
- help.Font = Enum.Font.SourceSans
- help.Text = "HELP"
- help.TextColor3 = Color3.new(0, 0, 0)
- help.TextScaled = true
- help.TextSize = 14
- help.TextWrapped = true
- help.MouseButton1Down:connect(function()
- helpframe.Visible = true
- end)
- helpframe.Name = "helpframe"
- helpframe.Parent = rr2
- helpframe.BackgroundColor3 = Color3.new(1, 1, 1)
- helpframe.Position = UDim2.new(0.116022103, 0, 0.380126178, 0)
- helpframe.Size = UDim2.new(0, 244, 0, 231)
- helpframe.Visible = false
- close.Name = "close"
- close.Parent = helpframe
- close.BackgroundColor3 = Color3.new(0, 0, 0)
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0.827868879, 0, 0, 0)
- close.Size = UDim2.new(0, 42, 0, 38)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.new(1, 1, 1)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- helpframe.Visible = false
- end)
- how2use.Name = "how2use"
- how2use.Parent = helpframe
- how2use.BackgroundColor3 = Color3.new(1, 1, 1)
- how2use.BorderSizePixel = 0
- how2use.Position = UDim2.new(0.00819672085, 0, 0, 0)
- how2use.Size = UDim2.new(0, 193, 0, 38)
- how2use.Font = Enum.Font.SourceSans
- how2use.Text = "HOW TO USE"
- how2use.TextColor3 = Color3.new(0, 0, 0)
- how2use.TextScaled = true
- how2use.TextSize = 14
- how2use.TextWrapped = true
- explanation.Name = "explanation"
- explanation.Parent = helpframe
- explanation.BackgroundColor3 = Color3.new(1, 1, 1)
- explanation.Position = UDim2.new(0.0942622945, 0, 0.198051944, 0)
- explanation.Size = UDim2.new(0, 200, 0, 50)
- explanation.Font = Enum.Font.SourceSans
- explanation.Text = "Okay, so you wanna know how to use this dont you?"
- explanation.TextColor3 = Color3.new(0, 0, 0)
- explanation.TextScaled = true
- explanation.TextSize = 14
- explanation.TextWrapped = true
- explanation.TextXAlignment = Enum.TextXAlignment.Left
- explanation.TextYAlignment = Enum.TextYAlignment.Top
- explanation2.Name = "explanation2"
- explanation2.Parent = helpframe
- explanation2.BackgroundColor3 = Color3.new(1, 1, 1)
- explanation2.Position = UDim2.new(0.00819672085, 0, 0.480217427, 0)
- explanation2.Size = UDim2.new(0, 242, 0, 47)
- explanation2.Font = Enum.Font.SourceSans
- explanation2.Text = "1st. Press teleport you will teleport to the dealer start a chat with him but dont press nothing"
- explanation2.TextColor3 = Color3.new(0, 0, 0)
- explanation2.TextScaled = true
- explanation2.TextSize = 14
- explanation2.TextWrapped = true
- explanation2.TextXAlignment = Enum.TextXAlignment.Left
- explanation2.TextYAlignment = Enum.TextYAlignment.Top
- explanation3.Name = "explanation3"
- explanation3.Parent = helpframe
- explanation3.BackgroundColor3 = Color3.new(1, 1, 1)
- explanation3.Position = UDim2.new(0.00819672085, 0, 0.731299639, 0)
- explanation3.Size = UDim2.new(0, 242, 0, 47)
- explanation3.Font = Enum.Font.SourceSans
- 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."
- explanation3.TextColor3 = Color3.new(0, 0, 0)
- explanation3.TextScaled = true
- explanation3.TextSize = 14
- explanation3.TextWrapped = true
- explanation3.TextXAlignment = Enum.TextXAlignment.Left
- explanation3.TextYAlignment = Enum.TextYAlignment.Top
- -- Scripts:
- TP.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").TomCars.Desk.CFrame
- end)
- givemoney.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(Game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-5e17,1,1)
- end)
Add Comment
Please, Sign In to add comment