Pozu2

Ro Citizens Script INF MONEY

Oct 19th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ROCITIZENS = Instance.new("ScreenGui")
  4. local topframe = Instance.new("Frame")
  5. local close = Instance.new("TextButton")
  6. local creds = Instance.new("TextLabel")
  7. local mainframe = Instance.new("Frame")
  8. local FERRY = Instance.new("TextButton")
  9. local label2 = Instance.new("TextLabel")
  10. local title_2 = Instance.new("TextLabel")
  11. local title_4 = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. ROCITIZENS.Name = "GUI MADE BY : FERRY CHANNEL"
  16. ROCITIZENS.Parent = game.CoreGui
  17.  
  18. topframe.Name = "topframe"
  19. topframe.Parent = ROCITIZENS
  20. topframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  21. topframe.BorderColor3 = Color3.new(0, 0, 0)
  22. topframe.Position = UDim2.new(0.214620411, 0, 0.281007737, 0)
  23. topframe.Size = UDim2.new(0, 148, 0, 13)
  24. topframe.Active = true
  25. topframe.Draggable = true
  26.  
  27. close.Name = "close"
  28. close.Parent = topframe
  29. close.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  30. close.BorderColor3 = Color3.new(0, 0, 0)
  31. close.BorderSizePixel = 0
  32. close.Position = UDim2.new(0.928326011, 0, 0, 0)
  33. close.Size = UDim2.new(0, 12, 0, 8)
  34. close.Font = Enum.Font.SourceSans
  35. close.Text = "X"
  36. close.TextColor3 = Color3.new(1, 1, 1)
  37. close.TextSize = 14
  38. close.MouseButton1Click:Connect(function()
  39.  
  40. if topframe.Visible == false then
  41. topframe.Visible = false
  42. else
  43. topframe.Visible = false
  44. end
  45.  
  46. end)
  47.  
  48. close.MouseButton1Click:Connect(function()
  49.  
  50. if Sizeframe.Visible == false then
  51. Sizeframe.Visible = false
  52. else
  53. Sizeframe.Visible = false
  54. end
  55.  
  56. end)
  57.  
  58. close.MouseButton1Click:Connect(function()
  59.  
  60. if BodyConfigurationHelpFrame.Visible == false then
  61. BodyConfigurationHelpFrame.Visible = false
  62. else
  63. BodyConfigurationHelpFrame.Visible = false
  64. end
  65.  
  66. end)
  67.  
  68. -- MAIN SCRIPT
  69.  
  70. creds.Name = "creds"
  71. creds.Parent = topframe
  72. creds.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  73. creds.BorderColor3 = Color3.new(0, 0, 0)
  74. creds.BorderSizePixel = 0
  75. creds.Size = UDim2.new(0, 72, 0, 9)
  76. creds.Font = Enum.Font.SourceSans
  77. creds.Text = "FERRY CHANNEL"
  78. creds.TextColor3 = Color3.new(1, 0.619608, 0.00392157)
  79. creds.TextSize = 14
  80.  
  81. mainframe.Name = "mainframe"
  82. mainframe.Parent = topframe
  83. mainframe.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  84. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  85. mainframe.Position = UDim2.new(0, 0, 1, 0)
  86. mainframe.Size = UDim2.new(0, 148, 0, 132)
  87.  
  88. FERRY.Name = "INF MONEY"
  89. FERRY.Parent = mainframe
  90. FERRY.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  91. FERRY.BorderColor3 = Color3.new(0, 0, 0)
  92. FERRY.Position = UDim2.new(0.2, 0, 0.0454545468, 0)
  93. FERRY.Size = UDim2.new(0, 86, 0, 13)
  94. FERRY.Font = Enum.Font.SourceSans
  95. FERRY.Text = "INF MONEY"
  96. FERRY.TextColor3 = Color3.new(0, 0, 0)
  97. FERRY.TextSize = 14
  98. FERRY.MouseButton1Click:Connect(function()
  99.  
  100.  
  101. game.Players.LocalPlayer.ChangeMoney:Fire(200000000)
  102.  
  103. end)
  104.  
  105.  
  106. label2.Name = "label2"
  107. label2.Parent = topframe
  108. label2.Position = UDim2.new(0.0, 0, 0.0, 0)
  109. label2.BackgroundColor3 = Color3.new(0.121969, 0.1211969, 0.121169)
  110. label2.BorderColor3 = Color3.new(0, 0, 0)
  111. label2.BorderSizePixel = 0
  112. label2.Size = UDim2.new(0, 72, 0, 9)
  113. label2.Font = Enum.Font.SourceSans
  114. label2.Text = "FERRY CHANNEL"
  115. label2.TextColor3 = Color3.new(1, 0.619608, 0.00392157)
  116. label2.TextSize = 14
  117.  
  118. title_2.Name = "ROCITIZENS"
  119. title_2.Parent = topframe
  120. title_2.BorderColor3 = Color3.new(0, 0, 0)
  121. title_2.Position = UDim2.new(-0, 0, 10, 0)
  122. title_2.Size = UDim2.new(0, 148, 0, 13)
  123. title_2.Font = Enum.Font.SourceSans
  124. title_2.Text = "~ RO CITIZENS ~"
  125. title_2.TextColor3 = Color3.new(0, 0, 0)
  126. title_2.TextSize = 20
  127.  
  128. title_2.Name = "ROCITIZENS"
  129. title_2.Parent = topframe
  130. title_2.BorderColor3 = Color3.new(0, 0, 0)
  131. title_2.Position = UDim2.new(-0, 0, 10, 0)
  132. title_2.Size = UDim2.new(0, 148, 0, 13)
  133. title_2.Font = Enum.Font.SourceSans
  134. title_2.Text = "~ RO CITIZENS ~"
  135. title_2.TextColor3 = Color3.new(0, 0, 0)
  136. title_2.TextSize = 20
  137.  
  138. title_4.Name = "ROCITIZENS"
  139. title_4.Parent = topframe
  140. title_4.BorderColor3 = Color3.new(0, 0, 0)
  141. title_4.Position = UDim2.new(-0, 0, 5, 0)
  142. title_4.Size = UDim2.new(0, 148, 0, 13)
  143. title_4.Font = Enum.Font.SourceSans
  144. title_4.Text = "~ CREDIT : FERRY CHANNEL ~"
  145. title_4.TextColor3 = Color3.new(0, 0, 0)
  146. title_4.TextSize = 10
Add Comment
Please, Sign In to add comment