Advertisement
JAZMINE648

ROBLOX ROCITIZENS gui 2

Mar 20th, 2019
3,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local fu = Instance.new("TextButton")
  8. local pain = Instance.new("TextButton")
  9. local Money = Instance.new("TextButton")
  10. local close = Instance.new("TextButton")
  11. local TextBox = Instance.new("TextBox")
  12. local GAMEPASS = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  19. Frame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  20. Frame.Position = UDim2.new(0.312945992, 0, 0.404809594, 0)
  21. Frame.Size = UDim2.new(0, 245, 0, 155)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  27. TextLabel.BorderColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  28. TextLabel.Size = UDim2.new(0, 245, 0, 32)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "DemonDevs"
  31. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  32. TextLabel.TextScaled = true
  33. TextLabel.TextSize = 14
  34. TextLabel.TextWrapped = true
  35.  
  36. fu.Name = "fu"
  37. fu.Parent = Frame
  38. fu.BackgroundColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  39. fu.BorderColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  40. fu.Position = UDim2.new(0.0703447014, 0, 0.242156982, 0)
  41. fu.Size = UDim2.new(0, 211, 0, 26)
  42. fu.Font = Enum.Font.SourceSans
  43. fu.Text = "furn gui"
  44. fu.TextColor3 = Color3.new(1, 1, 1)
  45. fu.TextScaled = true
  46. fu.TextSize = 14
  47. fu.TextWrapped = true
  48. fu.MouseButton1Click:connect(function()
  49. local ScreenGui = Instance.new("ScreenGui")
  50. local Holder = Instance.new("Frame")
  51. local Title = Instance.new("TextLabel")
  52. local TitleDrop = Instance.new("TextLabel")
  53. local ScrollingFrame = Instance.new("ScrollingFrame")
  54. local Title2 = Instance.new("TextLabel")
  55. local Title2Drop = Instance.new("TextLabel")
  56. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  57. Holder.Name = "Holder"
  58. Holder.Parent = ScreenGui
  59. Holder.Active = true
  60. Holder.AnchorPoint = Vector2.new(0, 0.5)
  61. Holder.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  62. Holder.BorderSizePixel = 0
  63. Holder.Draggable = true
  64. Holder.Position = UDim2.new(0, 25, 0.5, 0)
  65. Holder.Size = UDim2.new(0, 150, 0, 290)
  66. Title.Name = "Title"
  67. Title.Parent = Holder
  68. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Title.BackgroundTransparency = 1
  70. Title.Size = UDim2.new(0, 150, 0, 10)
  71. Title.ZIndex = 2
  72. Title.Font = Enum.Font.SourceSansBold
  73. Title.FontSize = Enum.FontSize.Size14
  74. Title.Text = "ROCITIZEN ITEM"
  75. Title.TextColor3 = Color3.new(.1, 1, 1)
  76. Title.TextSize = 14
  77. Title.TextYAlignment = Enum.TextYAlignment.Top
  78. ScrollingFrame.Parent = Holder
  79. ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  80. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  81. ScrollingFrame.BorderSizePixel = 0
  82. ScrollingFrame.Position = UDim2.new(0.5, 0, 0, 155)
  83. ScrollingFrame.Size = UDim2.new(0, 140, 0, 250)
  84. ScrollingFrame.BottomImage = "rbxassetid://985424344"
  85. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  86. ScrollingFrame.MidImage = "rbxassetid://985424344"
  87. ScrollingFrame.ScrollBarThickness = 3
  88. ScrollingFrame.TopImage = "rbxassetid://985424344"
  89. Title2.Name = "Title2"
  90. Title2.Parent = Holder
  91. Title2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Title2.BackgroundTransparency = 1
  93. Title2.Position = UDim2.new(0, 0, 0, 10)
  94. Title2.Size = UDim2.new(0, 150, 0, 10)
  95. Title2.ZIndex = 2
  96. Title2.Font = Enum.Font.SourceSansBold
  97. Title2.FontSize = Enum.FontSize.Size14
  98. Title2.Text = "PLACE CHANGE GUI"
  99. Title2.TextColor3 = Color3.new(.1, 1, 1)
  100. Title2.TextSize = 14
  101. Title2.TextYAlignment = Enum.TextYAlignment.Top
  102.  
  103. --main script--
  104.  
  105. local frameitems = {
  106. }
  107.  
  108. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  109. for i = 1,#gg do
  110. table.insert(frameitems,gg[i].Name)
  111.  
  112. end
  113.  
  114. local frame = ScrollingFrame
  115. for i=1, #frameitems do
  116. local B = Instance.new("TextButton")
  117. local V = Instance.new("StringValue", B)
  118. V.Value = string.sub(frameitems[i], 7)
  119. B.Name = "B"
  120. B.Parent = frame
  121. B.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  122. B.BorderSizePixel = 0
  123. B.Position = UDim2.new(0, 3, 0, (((i-1)*22)+(3*i)))
  124. B.Size = UDim2.new(0, 134, 0, 22)
  125. B.Font = Enum.Font.SourceSansBold
  126. B.FontSize = Enum.FontSize.Size14
  127. B.Text = frameitems[i]
  128. B.TextColor3 = Color3.new(.1, .5, .5)
  129. B.TextScaled = true
  130. B.TextSize = 20
  131. frame.CanvasSize = UDim2.new(0,0,0,(#frameitems*22+(i*3)+3))
  132. B.MouseButton1Down:connect(function()
  133. print(B.Text)
  134. game.Players.LocalPlayer.PlayerGui.MouseScript.FurniturePlacing.Value = game.ReplicatedStorage.Furniture:FindFirstChild(B.Text)
  135. end)
  136. end
  137. end)
  138.  
  139. pain.Name = "pain"
  140. pain.Parent = Frame
  141. pain.BackgroundColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  142. pain.BorderColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  143. pain.Position = UDim2.new(0.0703447014, 0, 0.469527483, 0)
  144. pain.Size = UDim2.new(0, 211, 0, 26)
  145. pain.Font = Enum.Font.SourceSans
  146. pain.Text = "Painting gui"
  147. pain.TextColor3 = Color3.new(1, 1, 1)
  148. pain.TextScaled = true
  149. pain.TextSize = 14
  150. pain.TextWrapped = true
  151. pain.MouseButton1Click:connect(function()
  152. local ScreenGui = Instance.new("ScreenGui")
  153. local Holder = Instance.new("Frame")
  154. local Title = Instance.new("TextLabel")
  155. local TitleDrop = Instance.new("TextLabel")
  156. local ScrollingFrame = Instance.new("ScrollingFrame")
  157. local Title2 = Instance.new("TextLabel")
  158. local Title2Drop = Instance.new("TextLabel")
  159. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  160. Holder.Name = "Holder"
  161. Holder.Parent = ScreenGui
  162. Holder.Active = true
  163. Holder.AnchorPoint = Vector2.new(0, 0.5)
  164. Holder.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  165. Holder.BorderSizePixel = 0
  166. Holder.Draggable = true
  167. Holder.Position = UDim2.new(0, 25, 0.5, 0)
  168. Holder.Size = UDim2.new(0, 150, 0, 290)
  169. Title.Name = "Title"
  170. Title.Parent = Holder
  171. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  172. Title.BackgroundTransparency = 1
  173. Title.Size = UDim2.new(0, 150, 0, 10)
  174. Title.ZIndex = 2
  175. Title.Font = Enum.Font.SourceSansBold
  176. Title.FontSize = Enum.FontSize.Size14
  177. Title.Text = "ROCITIZEN ITEM"
  178. Title.TextColor3 = Color3.new(.1, 1, 1)
  179. Title.TextSize = 14
  180. Title.TextYAlignment = Enum.TextYAlignment.Top
  181. ScrollingFrame.Parent = Holder
  182. ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  183. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  184. ScrollingFrame.BorderSizePixel = 0
  185. ScrollingFrame.Position = UDim2.new(0.5, 0, 0, 155)
  186. ScrollingFrame.Size = UDim2.new(0, 140, 0, 250)
  187. ScrollingFrame.BottomImage = "rbxassetid://985424344"
  188. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  189. ScrollingFrame.MidImage = "rbxassetid://985424344"
  190. ScrollingFrame.ScrollBarThickness = 3
  191. ScrollingFrame.TopImage = "rbxassetid://985424344"
  192. Title2.Name = "Title2"
  193. Title2.Parent = Holder
  194. Title2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Title2.BackgroundTransparency = 1
  196. Title2.Position = UDim2.new(0, 0, 0, 10)
  197. Title2.Size = UDim2.new(0, 150, 0, 10)
  198. Title2.ZIndex = 2
  199. Title2.Font = Enum.Font.SourceSansBold
  200. Title2.FontSize = Enum.FontSize.Size14
  201. Title2.Text = "PAINTING SPAWNER GUI"
  202. Title2.TextColor3 = Color3.new(.1, 1, 1)
  203. Title2.TextSize = 14
  204. Title2.TextYAlignment = Enum.TextYAlignment.Top
  205.  
  206. --main script--
  207.  
  208. local frameitems = {
  209. }
  210.  
  211. local gg = game.ReplicatedStorage.PaintingCatalog:GetChildren()
  212. for i = 1,#gg do
  213. table.insert(frameitems,gg[i].Name)
  214.  
  215. end
  216.  
  217. local frame = ScrollingFrame
  218. for i=1, #frameitems do
  219. local B = Instance.new("TextButton")
  220. local V = Instance.new("StringValue", B)
  221. V.Value = string.sub(frameitems[i], 7)
  222. B.Name = "B"
  223. B.Parent = frame
  224. B.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  225. B.BorderSizePixel = 0
  226. B.Position = UDim2.new(0, 3, 0, (((i-1)*22)+(3*i)))
  227. B.Size = UDim2.new(0, 134, 0, 22)
  228. B.Font = Enum.Font.SourceSansBold
  229. B.FontSize = Enum.FontSize.Size14
  230. B.Text = frameitems[i]
  231. B.TextColor3 = Color3.new(.1, .5, .5)
  232. B.TextScaled = true
  233. B.TextSize = 20
  234. frame.CanvasSize = UDim2.new(0,0,0,(#frameitems*22+(i*3)+3))
  235. B.MouseButton1Down:connect(function()
  236. print(B.Text)
  237. game.Players.LocalPlayer.PlayerGui.MouseScript.FurniturePlacing.Value = game.ReplicatedStorage.PaintingCatalog:FindFirstChild(B.Text)
  238. end)
  239. end
  240. end)
  241.  
  242. Money.Name = "Money"
  243. Money.Parent = Frame
  244. Money.BackgroundColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  245. Money.BorderColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  246. Money.Position = UDim2.new(0.0703447014, 0, 0.713906765, 0)
  247. Money.Size = UDim2.new(0, 211, 0, 26)
  248. Money.Font = Enum.Font.SourceSans
  249. Money.Text = "Money"
  250. Money.TextColor3 = Color3.new(1, 1, 1)
  251. Money.TextScaled = true
  252. Money.TextSize = 14
  253. Money.TextWrapped = true
  254. Money.MouseButton1Click:connect(function()
  255. game.Players.LocalPlayer.ChangeMoney:Fire(9999999999999999999)
  256. end)
  257.  
  258. close.Name = "close"
  259. close.Parent = Frame
  260. close.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  261. close.BorderColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  262. close.BorderSizePixel = 0
  263. close.Position = UDim2.new(0.796875358, 0, 0.0179145578, 0)
  264. close.Size = UDim2.new(0, 49, 0, 26)
  265. close.Font = Enum.Font.SourceSans
  266. close.Text = "X"
  267. close.TextColor3 = Color3.new(0, 0, 0)
  268. close.TextScaled = true
  269. close.TextSize = 14
  270. close.TextWrapped = true
  271. close.MouseButton1Click:connect(function()
  272. Frame.Visible = false
  273. end)
  274.  
  275. TextBox.Parent = Frame
  276. TextBox.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  277. TextBox.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  278. TextBox.BorderSizePixel = 0
  279. TextBox.Position = UDim2.new(0, 0, 0.930009782, 0)
  280. TextBox.Size = UDim2.new(0, 183, 0, 12)
  281. TextBox.Font = Enum.Font.SourceSans
  282. TextBox.PlaceholderText = "discord.gg/QskDpWg"
  283. TextBox.Text = "discord.gg/QskDpWg"
  284. TextBox.TextColor3 = Color3.new(0, 0, 0)
  285. TextBox.TextSize = 14
  286.  
  287. GAMEPASS.Name = "GAMEPASS"
  288. GAMEPASS.Parent = Frame
  289. GAMEPASS.BackgroundColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  290. GAMEPASS.BorderColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  291. GAMEPASS.Position = UDim2.new(0.686671138, 0, 0.930009782, 0)
  292. GAMEPASS.Size = UDim2.new(0, 76, 0, 12)
  293. GAMEPASS.Font = Enum.Font.SourceSans
  294. GAMEPASS.Text = "GamePass"
  295. GAMEPASS.TextColor3 = Color3.new(1, 1, 1)
  296. GAMEPASS.TextScaled = true
  297. GAMEPASS.TextSize = 14
  298. GAMEPASS.TextWrapped = true
  299. GAMEPASS.MouseButton1Click:connect(function()
  300. --Important
  301. local plr = game.Players.LocalPlayer
  302. local gui = plr.PlayerGui
  303. local gamevalue = gui.GameValues
  304. local maingui = gui.Main
  305. --Customize Furniture tool
  306. gamevalue.OwnsCustomizeTool.Value = true
  307. --Catalog access
  308. gamevalue.OwnsCatalogAccess.Value = true
  309. --Open rotune
  310. maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
  311. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement