ZEE_TerminatorFX

Untitled

Nov 24th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.16 KB | None | 0 0
  1. -- RoCitizens Hax Gui
  2. -- Version: 1.0
  3. -- Made By TrollMlgKing on v3rm
  4.  
  5. local Rocitizens = Instance.new("ScreenGui")
  6. local TheGUI = Instance.new("Frame")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local Money = Instance.new("TextButton")
  9. local ImageLabel_2 = Instance.new("ImageLabel")
  10. local Frame = Instance.new("Frame")
  11. local Frame_2 = Instance.new("Frame")
  12. local Frame_3 = Instance.new("Frame")
  13. local SleighCar = Instance.new("TextButton")
  14. local JobExp = Instance.new("TextButton")
  15. local CatalogAccess = Instance.new("TextButton")
  16. local Backpack = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local ColorStuff = Instance.new("TextButton")
  19. local TextLabel = Instance.new("TextLabel")
  20. local WalkSpeed = Instance.new("TextButton")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22.  
  23. Rocitizens.Name = "Rocitizens"
  24. Rocitizens.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25.  
  26. TheGUI.Name = "TheGUI"
  27. TheGUI.Parent = Rocitizens
  28. TheGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  29. TheGUI.BorderColor3 = Color3.new(0, 0, 0)
  30. TheGUI.Position = UDim2.new(0.667891264, 0, 0.399262905, 0)
  31. TheGUI.Size = UDim2.new(0, 400, 0, 439)
  32.  
  33. ImageLabel.Parent = TheGUI
  34. ImageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  35. ImageLabel.BorderColor3 = Color3.new(0, 0, 0)
  36. ImageLabel.Size = UDim2.new(0, 400, 0, 439)
  37. ImageLabel.Image = "rbxassetid://1619172543"
  38.  
  39. Money.Name = "Money"
  40. Money.Parent = TheGUI
  41. Money.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Money.Position = UDim2.new(0, 0, 0.152619585, 0)
  43. Money.Size = UDim2.new(0, 197, 0, 72)
  44. Money.Style = Enum.ButtonStyle.RobloxButtonDefault
  45. Money.Font = Enum.Font.SourceSans
  46. Money.Text = "Money"
  47. Money.TextColor3 = Color3.new(1, 0, 0)
  48. Money.TextScaled = true
  49. Money.TextSize = 14
  50. Money.TextWrapped = true
  51.  
  52. ImageLabel_2.Parent = TheGUI
  53. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  54. ImageLabel_2.Position = UDim2.new(9.31322575e-10, 0, 3.7252903e-09, 0)
  55. ImageLabel_2.Size = UDim2.new(0, 400, 0, 58)
  56. ImageLabel_2.Image = "rbxassetid://2374964558"
  57.  
  58. Frame.Parent = TheGUI
  59. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Frame.BorderColor3 = Color3.new(0, 0, 0)
  61. Frame.Size = UDim2.new(0, 400, 0, 6)
  62.  
  63. Frame_2.Parent = TheGUI
  64. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  66. Frame_2.Position = UDim2.new(0.985000014, 0, 0, 0)
  67. Frame_2.Size = UDim2.new(0, 6, 0, 58)
  68.  
  69. Frame_3.Parent = TheGUI
  70. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Frame_3.BorderColor3 = Color3.new(0, 0, 0)
  72. Frame_3.Size = UDim2.new(0, 6, 0, 58)
  73.  
  74. SleighCar.Name = "Sleigh Car"
  75. SleighCar.Parent = TheGUI
  76. SleighCar.BackgroundColor3 = Color3.new(1, 1, 1)
  77. SleighCar.Position = UDim2.new(0.507499993, 0, 0.152619585, 0)
  78. SleighCar.Size = UDim2.new(0, 197, 0, 72)
  79. SleighCar.Style = Enum.ButtonStyle.RobloxButtonDefault
  80. SleighCar.Font = Enum.Font.SourceSans
  81. SleighCar.Text = "Sleigh Car"
  82. SleighCar.TextColor3 = Color3.new(1, 0, 0)
  83. SleighCar.TextScaled = true
  84. SleighCar.TextSize = 14
  85. SleighCar.TextWrapped = true
  86.  
  87. JobExp.Name = "Job Exp"
  88. JobExp.Parent = TheGUI
  89. JobExp.BackgroundColor3 = Color3.new(1, 1, 1)
  90. JobExp.Position = UDim2.new(0, 0, 0.346241474, 0)
  91. JobExp.Size = UDim2.new(0, 197, 0, 72)
  92. JobExp.Style = Enum.ButtonStyle.RobloxButtonDefault
  93. JobExp.Font = Enum.Font.SourceSans
  94. JobExp.Text = "Job Exp"
  95. JobExp.TextColor3 = Color3.new(1, 0, 0)
  96. JobExp.TextScaled = true
  97. JobExp.TextSize = 14
  98. JobExp.TextWrapped = true
  99.  
  100. CatalogAccess.Name = "Catalog Access"
  101. CatalogAccess.Parent = TheGUI
  102. CatalogAccess.BackgroundColor3 = Color3.new(1, 1, 1)
  103. CatalogAccess.Position = UDim2.new(0.507499993, 0, 0.346241474, 0)
  104. CatalogAccess.Size = UDim2.new(0, 197, 0, 72)
  105. CatalogAccess.Style = Enum.ButtonStyle.RobloxButtonDefault
  106. CatalogAccess.Font = Enum.Font.SourceSans
  107. CatalogAccess.Text = "Catalog Access"
  108. CatalogAccess.TextColor3 = Color3.new(1, 0, 0)
  109. CatalogAccess.TextScaled = true
  110. CatalogAccess.TextSize = 16
  111. CatalogAccess.TextWrapped = true
  112.  
  113. Backpack.Name = "Backpack"
  114. Backpack.Parent = TheGUI
  115. Backpack.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Backpack.Position = UDim2.new(0, 0, 0.528473794, 0)
  117. Backpack.Size = UDim2.new(0, 197, 0, 72)
  118. Backpack.Style = Enum.ButtonStyle.RobloxButtonDefault
  119. Backpack.Font = Enum.Font.SourceSans
  120. Backpack.Text = "Enable Backpack"
  121. Backpack.TextColor3 = Color3.new(1, 0, 0)
  122. Backpack.TextScaled = true
  123. Backpack.TextSize = 16
  124. Backpack.TextWrapped = true
  125.  
  126. Btools.Name = "Btools"
  127. Btools.Parent = TheGUI
  128. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Btools.Position = UDim2.new(0.507499993, 0, 0.528473794, 0)
  130. Btools.Size = UDim2.new(0, 197, 0, 72)
  131. Btools.Style = Enum.ButtonStyle.RobloxButtonDefault
  132. Btools.Font = Enum.Font.SourceSans
  133. Btools.Text = "Btools"
  134. Btools.TextColor3 = Color3.new(1, 0, 0)
  135. Btools.TextScaled = true
  136. Btools.TextSize = 16
  137. Btools.TextWrapped = true
  138.  
  139. ColorStuff.Name = "Color Stuff"
  140. ColorStuff.Parent = TheGUI
  141. ColorStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  142. ColorStuff.Position = UDim2.new(0.00749999983, 0, 0.708428264, 0)
  143. ColorStuff.Size = UDim2.new(0, 194, 0, 67)
  144. ColorStuff.Style = Enum.ButtonStyle.RobloxButtonDefault
  145. ColorStuff.Font = Enum.Font.SourceSans
  146. ColorStuff.Text = "Furniture Colors"
  147. ColorStuff.TextColor3 = Color3.new(1, 0, 0)
  148. ColorStuff.TextScaled = true
  149. ColorStuff.TextSize = 16
  150. ColorStuff.TextWrapped = true
  151.  
  152. TextLabel.Name = "+"
  153. TextLabel.Parent = TheGUI
  154. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextLabel.BackgroundTransparency = 1
  156. TextLabel.Position = UDim2.new(0.482500017, 0, 0.560364485, 0)
  157. TextLabel.Size = UDim2.new(0, 13, 0, 43)
  158. TextLabel.Font = Enum.Font.SourceSans
  159. TextLabel.Text = "+"
  160. TextLabel.TextColor3 = Color3.new(0.254902, 1, 0.0901961)
  161. TextLabel.TextScaled = true
  162. TextLabel.TextSize = 14
  163. TextLabel.TextWrapped = true
  164.  
  165. WalkSpeed.Name = "WalkSpeed"
  166. WalkSpeed.Parent = TheGUI
  167. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  168. WalkSpeed.Position = UDim2.new(0.514999986, 0, 0.708428264, 0)
  169. WalkSpeed.Size = UDim2.new(0, 194, 0, 67)
  170. WalkSpeed.Style = Enum.ButtonStyle.RobloxButtonDefault
  171. WalkSpeed.Font = Enum.Font.SourceSans
  172. WalkSpeed.Text = "WalkSpeed"
  173. WalkSpeed.TextColor3 = Color3.new(1, 0, 0)
  174. WalkSpeed.TextScaled = true
  175. WalkSpeed.TextSize = 16
  176. WalkSpeed.TextWrapped = true
  177.  
  178. TextLabel_2.Parent = TheGUI
  179. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  180. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  181. TextLabel_2.Position = UDim2.new(0.0549999997, 0, 0.886104763, 0)
  182. TextLabel_2.Size = UDim2.new(0, 355, 0, 50)
  183. TextLabel_2.Font = Enum.Font.SourceSans
  184. TextLabel_2.Text = "Made By TrollMlgKing"
  185. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  186. TextLabel_2.TextScaled = true
  187. TextLabel_2.TextSize = 14
  188. TextLabel_2.TextWrapped = true
  189. -- Scripts:
  190. function SCRIPT_PYLM87_FAKESCRIPT() -- Money.Script
  191. getfenv().script = Instance.new('Script', Money)
  192.  
  193. button = script.Parent
  194.  
  195. button.MouseButton1Down:connect(function()
  196. game.Players.LocalPlayer.ChangeMoney:Fire(2111111111)
  197. end)
  198.  
  199. end
  200. coroutine.resume(coroutine.create(SCRIPT_PYLM87_FAKESCRIPT))
  201. function SCRIPT_IJGL82_FAKESCRIPT() -- SleighCar.Script
  202. getfenv().script = Instance.new('Script', SleighCar)
  203.  
  204. button = script.Parent
  205.  
  206. button.MouseButton1Down:connect(function()
  207. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  208.  
  209. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
  210. end)
  211.  
  212. end
  213. coroutine.resume(coroutine.create(SCRIPT_IJGL82_FAKESCRIPT))
  214. function SCRIPT_YEJK89_FAKESCRIPT() -- JobExp.Script
  215. getfenv().script = Instance.new('Script', JobExp)
  216.  
  217. button = script.Parent
  218.  
  219. button.MouseButton1Down:connect(function()
  220. local player = game.Players.LocalPlayer -- finds player also must be doing a job
  221. local items = player.PlayerGui.Working
  222. local xp = items.JobExperience:GetChildren()
  223. local amounts = items.ShiftAmounts:GetChildren()
  224. for exp = 1, #xp do
  225. xp[exp].Value = 500000 -- 500 thousand xp
  226. for cash = 1, #amounts do
  227. amounts[cash].Value = 200000000 -- 200 million cash
  228. end
  229. end
  230. end)
  231.  
  232. end
  233. coroutine.resume(coroutine.create(SCRIPT_YEJK89_FAKESCRIPT))
  234. function SCRIPT_NVWX79_FAKESCRIPT() -- CatalogAccess.Script
  235. getfenv().script = Instance.new('Script', CatalogAccess)
  236.  
  237. button = script.Parent
  238.  
  239. button.MouseButton1Down:connect(function()
  240. local plr = game.Players.LocalPlayer
  241. local gui = plr.PlayerGui
  242. local gamevalue = gui.GameValues
  243. local maingui = gui.Main
  244. gamevalue.OwnsCatalogAccess.Value = true
  245. end)
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_NVWX79_FAKESCRIPT))
  249. function SCRIPT_ATKO89_FAKESCRIPT() -- Backpack.Script
  250. getfenv().script = Instance.new('Script', Backpack)
  251.  
  252. button = script.Parent
  253.  
  254. button.MouseButton1Down:connect(function()
  255. game.StarterGui:SetCoreGuiEnabled(2, true)
  256. end)
  257.  
  258. end
  259. coroutine.resume(coroutine.create(SCRIPT_ATKO89_FAKESCRIPT))
  260. function SCRIPT_DYEO74_FAKESCRIPT() -- Btools.Script
  261. getfenv().script = Instance.new('Script', Btools)
  262.  
  263. button = script.Parent
  264.  
  265. button.MouseButton1Down:connect(function()
  266. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  267. a.BinType = 2
  268. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  269. b.BinType = 3
  270. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  271. c.BinType = 4
  272. end)
  273.  
  274. end
  275. coroutine.resume(coroutine.create(SCRIPT_DYEO74_FAKESCRIPT))
  276. function SCRIPT_QIAL88_FAKESCRIPT() -- ColorStuff.Script
  277. getfenv().script = Instance.new('Script', ColorStuff)
  278.  
  279. button = script.Parent
  280.  
  281. button.MouseButton1Down:connect(function()
  282. local plr = game.Players.LocalPlayer
  283. local gui = plr.PlayerGui
  284. local gamevalue = gui.GameValues
  285. local maingui = gui.Main
  286. gamevalue.OwnsCustomizeTool.Value = true
  287. end)
  288.  
  289. end
  290. coroutine.resume(coroutine.create(SCRIPT_QIAL88_FAKESCRIPT))
  291. function SCRIPT_URMI83_FAKESCRIPT() -- WalkSpeed.Script
  292. getfenv().script = Instance.new('Script', WalkSpeed)
  293.  
  294. button = script.Parent
  295.  
  296. button.MouseButton1Down:connect(function()
  297. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  298. end)
  299.  
  300. end
  301. coroutine.resume(coroutine.create(SCRIPT_URMI83_FAKESCRIPT))
  302. function SCRIPT_GUQP66_FAKESCRIPT() -- Rocitizens.LocalScript
  303. getfenv().script = Instance.new('LocalScript', Rocitizens)
  304.  
  305. Drag = script.Parent.TheGUI
  306. Drag.Draggable = true
  307. Drag.Active = true
  308. Drag.Selectable = true
  309. print ("Drag Set")
  310.  
  311. end
  312. coroutine.resume(coroutine.create(SCRIPT_GUQP66_FAKESCRIPT))
Add Comment
Please, Sign In to add comment