Advertisement
Guest User

Rocitizens Revamed Gui

a guest
May 21st, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.60 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Rocitizengui = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Close = Instance.new("TextButton")
  7. local StealthMoneyFrame = Instance.new("Frame")
  8. local _1mil = Instance.new("TextButton")
  9. local _5mil = Instance.new("TextButton")
  10. local _10mil = Instance.new("TextButton")
  11. local _100mil = Instance.new("TextButton")
  12. local _500mil = Instance.new("TextButton")
  13. local _1bil = Instance.new("TextButton")
  14. local _5bil = Instance.new("TextButton")
  15. local _10bil = Instance.new("TextButton")
  16. local _100bil = Instance.new("TextButton")
  17. local _500bil = Instance.new("TextButton")
  18. local on1 = Instance.new("TextLabel")
  19. local on4 = Instance.new("TextLabel")
  20. local on7 = Instance.new("TextLabel")
  21. local on10 = Instance.new("TextLabel")
  22. local on2 = Instance.new("TextLabel")
  23. local on5 = Instance.new("TextLabel")
  24. local on8 = Instance.new("TextLabel")
  25. local on3 = Instance.new("TextLabel")
  26. local on6 = Instance.new("TextLabel")
  27. local on9 = Instance.new("TextLabel")
  28. local on11 = Instance.new("TextLabel")
  29. local _1Tril = Instance.new("TextButton")
  30. local on12 = Instance.new("TextLabel")
  31. local _10Tril = Instance.new("TextButton")
  32. local TextButton = Instance.new("TextButton")
  33. --Properties:
  34. Rocitizengui.Name = "Rocitizen gui"
  35. Rocitizengui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36.  
  37. Open.Name = "Open"
  38. Open.Parent = Rocitizengui
  39. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. Open.BorderColor3 = Color3.new(0, 0, 0)
  41. Open.BorderSizePixel = 2
  42. Open.Position = UDim2.new(0, 0, 0.464373469, 0)
  43. Open.Size = UDim2.new(0, 125, 0, 52)
  44. Open.Font = Enum.Font.SourceSans
  45. Open.Text = "Open"
  46. Open.TextColor3 = Color3.new(1, 1, 1)
  47. Open.TextScaled = true
  48. Open.TextSize = 14
  49. Open.TextWrapped = true
  50.  
  51. Close.Name = "Close"
  52. Close.Parent = Rocitizengui
  53. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  54. Close.BorderColor3 = Color3.new(0, 0, 0)
  55. Close.BorderSizePixel = 2
  56. Close.Position = UDim2.new(0, 0, 0.464373469, 0)
  57. Close.Size = UDim2.new(0, 125, 0, 52)
  58. Close.Visible = false
  59. Close.Font = Enum.Font.SourceSans
  60. Close.Text = "Close"
  61. Close.TextColor3 = Color3.new(1, 1, 1)
  62. Close.TextScaled = true
  63. Close.TextSize = 14
  64. Close.TextWrapped = true
  65.  
  66. StealthMoneyFrame.Name = "StealthMoneyFrame"
  67. StealthMoneyFrame.Parent = Rocitizengui
  68. StealthMoneyFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. StealthMoneyFrame.BorderColor3 = Color3.new(0, 0, 0)
  70. StealthMoneyFrame.Position = UDim2.new(0.162626535, 0, 0.298959911, 0)
  71. StealthMoneyFrame.Size = UDim2.new(0, 906, 0, 308)
  72. StealthMoneyFrame.Visible = false
  73.  
  74. _1mil.Name = "1mil"
  75. _1mil.Parent = StealthMoneyFrame
  76. _1mil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  77. _1mil.BorderColor3 = Color3.new(0, 0, 0)
  78. _1mil.Size = UDim2.new(0, 203, 0, 60)
  79. _1mil.Font = Enum.Font.SourceSans
  80. _1mil.Text = "1Mil+"
  81. _1mil.TextColor3 = Color3.new(1, 1, 1)
  82. _1mil.TextScaled = true
  83. _1mil.TextSize = 14
  84. _1mil.TextWrapped = true
  85.  
  86. _5mil.Name = "5mil"
  87. _5mil.Parent = StealthMoneyFrame
  88. _5mil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  89. _5mil.BorderColor3 = Color3.new(0, 0, 0)
  90. _5mil.Position = UDim2.new(0.344099551, 0, 0.00649350649, 0)
  91. _5mil.Size = UDim2.new(0, 203, 0, 60)
  92. _5mil.Font = Enum.Font.SourceSans
  93. _5mil.Text = "5Mil+"
  94. _5mil.TextColor3 = Color3.new(1, 1, 1)
  95. _5mil.TextScaled = true
  96. _5mil.TextSize = 14
  97. _5mil.TextWrapped = true
  98.  
  99. _10mil.Name = "10mil"
  100. _10mil.Parent = StealthMoneyFrame
  101. _10mil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  102. _10mil.BorderColor3 = Color3.new(0, 0, 0)
  103. _10mil.Position = UDim2.new(0.688891768, 0, 0.00324675324, 0)
  104. _10mil.Size = UDim2.new(0, 203, 0, 60)
  105. _10mil.Font = Enum.Font.SourceSans
  106. _10mil.Text = "10Mil+"
  107. _10mil.TextColor3 = Color3.new(1, 1, 1)
  108. _10mil.TextScaled = true
  109. _10mil.TextSize = 14
  110. _10mil.TextWrapped = true
  111.  
  112. _100mil.Name = "100mil"
  113. _100mil.Parent = StealthMoneyFrame
  114. _100mil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  115. _100mil.BorderColor3 = Color3.new(0, 0, 0)
  116. _100mil.Position = UDim2.new(0, 0, 0.259696484, 0)
  117. _100mil.Size = UDim2.new(0, 203, 0, 60)
  118. _100mil.Font = Enum.Font.SourceSans
  119. _100mil.Text = "100Mil+"
  120. _100mil.TextColor3 = Color3.new(1, 1, 1)
  121. _100mil.TextScaled = true
  122. _100mil.TextSize = 14
  123. _100mil.TextWrapped = true
  124.  
  125. _500mil.Name = "500mil"
  126. _500mil.Parent = StealthMoneyFrame
  127. _500mil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  128. _500mil.BorderColor3 = Color3.new(0, 0, 0)
  129. _500mil.Position = UDim2.new(0.344099551, 0, 0.266189992, 0)
  130. _500mil.Size = UDim2.new(0, 203, 0, 60)
  131. _500mil.Font = Enum.Font.SourceSans
  132. _500mil.Text = "500Mil+"
  133. _500mil.TextColor3 = Color3.new(1, 1, 1)
  134. _500mil.TextScaled = true
  135. _500mil.TextSize = 14
  136. _500mil.TextWrapped = true
  137.  
  138. _1bil.Name = "1bil"
  139. _1bil.Parent = StealthMoneyFrame
  140. _1bil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  141. _1bil.BorderColor3 = Color3.new(0, 0, 0)
  142. _1bil.Position = UDim2.new(0.688891768, 0, 0.262943238, 0)
  143. _1bil.Size = UDim2.new(0, 203, 0, 60)
  144. _1bil.Font = Enum.Font.SourceSans
  145. _1bil.Text = "1Bil+"
  146. _1bil.TextColor3 = Color3.new(1, 1, 1)
  147. _1bil.TextScaled = true
  148. _1bil.TextSize = 14
  149. _1bil.TextWrapped = true
  150.  
  151. _5bil.Name = "5bil"
  152. _5bil.Parent = StealthMoneyFrame
  153. _5bil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  154. _5bil.BorderColor3 = Color3.new(0, 0, 0)
  155. _5bil.Position = UDim2.new(0, 0, 0.530925512, 0)
  156. _5bil.Size = UDim2.new(0, 203, 0, 60)
  157. _5bil.Font = Enum.Font.SourceSans
  158. _5bil.Text = "5Bil+"
  159. _5bil.TextColor3 = Color3.new(1, 1, 1)
  160. _5bil.TextScaled = true
  161. _5bil.TextSize = 14
  162. _5bil.TextWrapped = true
  163.  
  164. _10bil.Name = "10bil"
  165. _10bil.Parent = StealthMoneyFrame
  166. _10bil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  167. _10bil.BorderColor3 = Color3.new(0, 0, 0)
  168. _10bil.Position = UDim2.new(0.344099551, 0, 0.5341295, 0)
  169. _10bil.Size = UDim2.new(0, 203, 0, 60)
  170. _10bil.Font = Enum.Font.SourceSans
  171. _10bil.Text = "10Bil+"
  172. _10bil.TextColor3 = Color3.new(1, 1, 1)
  173. _10bil.TextScaled = true
  174. _10bil.TextSize = 14
  175. _10bil.TextWrapped = true
  176.  
  177. _100bil.Name = "100bil"
  178. _100bil.Parent = StealthMoneyFrame
  179. _100bil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  180. _100bil.BorderColor3 = Color3.new(0, 0, 0)
  181. _100bil.Position = UDim2.new(0.688891768, 0, 0.530882776, 0)
  182. _100bil.Size = UDim2.new(0, 203, 0, 60)
  183. _100bil.Font = Enum.Font.SourceSans
  184. _100bil.Text = "100Bil+"
  185. _100bil.TextColor3 = Color3.new(1, 1, 1)
  186. _100bil.TextScaled = true
  187. _100bil.TextSize = 14
  188. _100bil.TextWrapped = true
  189.  
  190. _500bil.Name = "500bil"
  191. _500bil.Parent = StealthMoneyFrame
  192. _500bil.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  193. _500bil.BorderColor3 = Color3.new(0, 0, 0)
  194. _500bil.Position = UDim2.new(0, 0, 0.800135374, 0)
  195. _500bil.Size = UDim2.new(0, 203, 0, 60)
  196. _500bil.Font = Enum.Font.SourceSans
  197. _500bil.Text = "500Bil+"
  198. _500bil.TextColor3 = Color3.new(1, 1, 1)
  199. _500bil.TextScaled = true
  200. _500bil.TextSize = 14
  201. _500bil.TextWrapped = true
  202.  
  203. on1.Name = "on1"
  204. on1.Parent = StealthMoneyFrame
  205. on1.BackgroundColor3 = Color3.new(1, 0, 0)
  206. on1.Position = UDim2.new(0.223998249, 0, 0.00324675324, 0)
  207. on1.Size = UDim2.new(0, 79, 0, 60)
  208. on1.Font = Enum.Font.SourceSans
  209. on1.Text = "Off"
  210. on1.TextColor3 = Color3.new(0, 0, 0)
  211. on1.TextScaled = true
  212. on1.TextSize = 14
  213. on1.TextWrapped = true
  214.  
  215. on4.Name = "on4"
  216. on4.Parent = StealthMoneyFrame
  217. on4.BackgroundColor3 = Color3.new(1, 0, 0)
  218. on4.Position = UDim2.new(0.223998249, 0, 0.26952216, 0)
  219. on4.Size = UDim2.new(0, 79, 0, 58)
  220. on4.Font = Enum.Font.SourceSans
  221. on4.Text = "Off"
  222. on4.TextColor3 = Color3.new(0, 0, 0)
  223. on4.TextScaled = true
  224. on4.TextSize = 14
  225. on4.TextWrapped = true
  226.  
  227. on7.Name = "on7"
  228. on7.Parent = StealthMoneyFrame
  229. on7.BackgroundColor3 = Color3.new(1, 0, 0)
  230. on7.Position = UDim2.new(0.223998249, 0, 0.539258957, 0)
  231. on7.Size = UDim2.new(0, 79, 0, 58)
  232. on7.Font = Enum.Font.SourceSans
  233. on7.Text = "Off"
  234. on7.TextColor3 = Color3.new(0, 0, 0)
  235. on7.TextScaled = true
  236. on7.TextSize = 14
  237. on7.TextWrapped = true
  238.  
  239. on10.Name = "on10"
  240. on10.Parent = StealthMoneyFrame
  241. on10.BackgroundColor3 = Color3.new(1, 0, 0)
  242. on10.Position = UDim2.new(0.223998249, 0, 0.805706322, 0)
  243. on10.Size = UDim2.new(0, 79, 0, 58)
  244. on10.Font = Enum.Font.SourceSans
  245. on10.Text = "Off"
  246. on10.TextColor3 = Color3.new(0, 0, 0)
  247. on10.TextScaled = true
  248. on10.TextSize = 14
  249. on10.TextWrapped = true
  250.  
  251. on2.Name = "on2"
  252. on2.Parent = StealthMoneyFrame
  253. on2.BackgroundColor3 = Color3.new(1, 0, 0)
  254. on2.Position = UDim2.new(0.567292511, 0, 0.00324675301, 0)
  255. on2.Size = UDim2.new(0, 79, 0, 60)
  256. on2.Font = Enum.Font.SourceSans
  257. on2.Text = "Off"
  258. on2.TextColor3 = Color3.new(0, 0, 0)
  259. on2.TextScaled = true
  260. on2.TextSize = 14
  261. on2.TextWrapped = true
  262.  
  263. on5.Name = "on5"
  264. on5.Parent = StealthMoneyFrame
  265. on5.BackgroundColor3 = Color3.new(1, 0, 0)
  266. on5.Position = UDim2.new(0.567292511, 0, 0.26952216, 0)
  267. on5.Size = UDim2.new(0, 79, 0, 58)
  268. on5.Font = Enum.Font.SourceSans
  269. on5.Text = "Off"
  270. on5.TextColor3 = Color3.new(0, 0, 0)
  271. on5.TextScaled = true
  272. on5.TextSize = 14
  273. on5.TextWrapped = true
  274.  
  275. on8.Name = "on8"
  276. on8.Parent = StealthMoneyFrame
  277. on8.BackgroundColor3 = Color3.new(1, 0, 0)
  278. on8.Position = UDim2.new(0.567292511, 0, 0.539258957, 0)
  279. on8.Size = UDim2.new(0, 79, 0, 58)
  280. on8.Font = Enum.Font.SourceSans
  281. on8.Text = "Off"
  282. on8.TextColor3 = Color3.new(0, 0, 0)
  283. on8.TextScaled = true
  284. on8.TextSize = 14
  285. on8.TextWrapped = true
  286.  
  287. on3.Name = "on3"
  288. on3.Parent = StealthMoneyFrame
  289. on3.BackgroundColor3 = Color3.new(1, 0, 0)
  290. on3.Position = UDim2.new(0.912356555, 0, 0.00324675324, 0)
  291. on3.Size = UDim2.new(0, 79, 0, 60)
  292. on3.Font = Enum.Font.SourceSans
  293. on3.Text = "Off"
  294. on3.TextColor3 = Color3.new(0, 0, 0)
  295. on3.TextScaled = true
  296. on3.TextSize = 14
  297. on3.TextWrapped = true
  298.  
  299. on6.Name = "on6"
  300. on6.Parent = StealthMoneyFrame
  301. on6.BackgroundColor3 = Color3.new(1, 0, 0)
  302. on6.Position = UDim2.new(0.912356555, 0, 0.26952216, 0)
  303. on6.Size = UDim2.new(0, 79, 0, 58)
  304. on6.Font = Enum.Font.SourceSans
  305. on6.Text = "Off"
  306. on6.TextColor3 = Color3.new(0, 0, 0)
  307. on6.TextScaled = true
  308. on6.TextSize = 14
  309. on6.TextWrapped = true
  310.  
  311. on9.Name = "on9"
  312. on9.Parent = StealthMoneyFrame
  313. on9.BackgroundColor3 = Color3.new(1, 0, 0)
  314. on9.Position = UDim2.new(0.912356555, 0, 0.539259017, 0)
  315. on9.Size = UDim2.new(0, 79, 0, 58)
  316. on9.Font = Enum.Font.SourceSans
  317. on9.Text = "Off"
  318. on9.TextColor3 = Color3.new(0, 0, 0)
  319. on9.TextScaled = true
  320. on9.TextSize = 14
  321. on9.TextWrapped = true
  322.  
  323. on11.Name = "on11"
  324. on11.Parent = StealthMoneyFrame
  325. on11.BackgroundColor3 = Color3.new(1, 0, 0)
  326. on11.Position = UDim2.new(0.56836915, 0, 0.808953047, 0)
  327. on11.Size = UDim2.new(0, 79, 0, 58)
  328. on11.Font = Enum.Font.SourceSans
  329. on11.Text = "Off"
  330. on11.TextColor3 = Color3.new(0, 0, 0)
  331. on11.TextScaled = true
  332. on11.TextSize = 14
  333. on11.TextWrapped = true
  334.  
  335. _1Tril.Name = "1Tril"
  336. _1Tril.Parent = StealthMoneyFrame
  337. _1Tril.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  338. _1Tril.BorderColor3 = Color3.new(0, 0, 0)
  339. _1Tril.Position = UDim2.new(0.344370872, 0, 0.803382099, 0)
  340. _1Tril.Size = UDim2.new(0, 203, 0, 60)
  341. _1Tril.Font = Enum.Font.SourceSans
  342. _1Tril.Text = "1Tril"
  343. _1Tril.TextColor3 = Color3.new(1, 1, 1)
  344. _1Tril.TextScaled = true
  345. _1Tril.TextSize = 14
  346. _1Tril.TextWrapped = true
  347.  
  348. on12.Name = "on12"
  349. on12.Parent = StealthMoneyFrame
  350. on12.BackgroundColor3 = Color3.new(1, 0, 0)
  351. on12.Position = UDim2.new(0.912739992, 0, 0.808953047, 0)
  352. on12.Size = UDim2.new(0, 79, 0, 58)
  353. on12.Font = Enum.Font.SourceSans
  354. on12.Text = "Off"
  355. on12.TextColor3 = Color3.new(0, 0, 0)
  356. on12.TextScaled = true
  357. on12.TextSize = 14
  358. on12.TextWrapped = true
  359.  
  360. _10Tril.Name = "10Tril"
  361. _10Tril.Parent = StealthMoneyFrame
  362. _10Tril.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  363. _10Tril.BorderColor3 = Color3.new(0, 0, 0)
  364. _10Tril.Position = UDim2.new(0.688741744, 0, 0.803382099, 0)
  365. _10Tril.Size = UDim2.new(0, 203, 0, 60)
  366. _10Tril.Font = Enum.Font.SourceSans
  367. _10Tril.Text = "10Tril"
  368. _10Tril.TextColor3 = Color3.new(1, 1, 1)
  369. _10Tril.TextScaled = true
  370. _10Tril.TextSize = 14
  371. _10Tril.TextWrapped = true
  372.  
  373. TextButton.Parent = StealthMoneyFrame
  374. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  375. TextButton.Position = UDim2.new(0.354304641, 0, -0.162337661, 0)
  376. TextButton.Size = UDim2.new(0, 200, 0, 50)
  377. TextButton.Font = Enum.Font.SourceSans
  378. TextButton.Text = "Reset Stas"
  379. TextButton.TextColor3 = Color3.new(0, 0, 0)
  380. TextButton.TextSize = 14
  381. -- Scripts:
  382. function SCRIPT_EYJN73_FAKESCRIPT() -- Open.opem
  383.     local script = Instance.new('LocalScript')
  384.     script.Parent = Open
  385.     local plr = game.Players.LocalPlayer
  386.     local open = script.Parent
  387.     local close = script.Parent.Parent.Close
  388.     local gui = script.Parent.Parent
  389.    
  390.     open.MouseButton1Click:Connect(function()
  391.         gui.StealthMoneyFrame.Visible = true
  392.         close.Visible = true
  393.         open.Visible = false
  394.     end)
  395.  
  396. end
  397. coroutine.resume(coroutine.create(SCRIPT_EYJN73_FAKESCRIPT))
  398. function SCRIPT_IGFL90_FAKESCRIPT() -- Close.close
  399.     local script = Instance.new('LocalScript')
  400.     script.Parent = Close
  401.     local plr = game.Players.LocalPlayer
  402.     local close = script.Parent
  403.     local open = script.Parent.Parent.Open
  404.     local gui = script.Parent.Parent
  405.    
  406.     close.MouseButton1Click:Connect(function()
  407.         gui.StealthMoneyFrame.Visible = false
  408.         open.Visible = true
  409.         close.Visible = false
  410.     end)
  411.  
  412. end
  413. coroutine.resume(coroutine.create(SCRIPT_IGFL90_FAKESCRIPT))
  414. function SCRIPT_JOTL83_FAKESCRIPT() -- _1mil.1Mil
  415.     local script = Instance.new('LocalScript')
  416.     script.Parent = _1mil
  417.     local plr = game.Players.LocalPlayer
  418.     local button = script.Parent
  419.     local on = script.Parent.Parent.on1
  420.    
  421.     button.MouseButton1Click:Connect(function()
  422.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  423.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  424.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  425.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  426.         end
  427.        
  428.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  429.             repeat
  430.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000)
  431.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  432.         end
  433.     end)
  434.  
  435. end
  436. coroutine.resume(coroutine.create(SCRIPT_JOTL83_FAKESCRIPT))
  437. function SCRIPT_MCHI79_FAKESCRIPT() -- _5mil.5mil
  438.     local script = Instance.new('LocalScript')
  439.     script.Parent = _5mil
  440.     local plr = game.Players.LocalPlayer
  441.     local button = script.Parent
  442.     local on = script.Parent.Parent.on2
  443.    
  444.     button.MouseButton1Click:Connect(function()
  445.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  446.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  447.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  448.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  449.         end
  450.        
  451.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  452.             repeat
  453.                 game.Players.LocalPlayer.ChangeMoney:Fire(5000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(5000000)
  454.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  455.         end
  456.     end)
  457.  
  458. end
  459. coroutine.resume(coroutine.create(SCRIPT_MCHI79_FAKESCRIPT))
  460. function SCRIPT_JUEC85_FAKESCRIPT() -- _10mil.10mil
  461.     local script = Instance.new('LocalScript')
  462.     script.Parent = _10mil
  463.     local plr = game.Players.LocalPlayer
  464.     local button = script.Parent
  465.     local on = script.Parent.Parent.on3
  466.    
  467.     button.MouseButton1Click:Connect(function()
  468.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  469.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  470.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  471.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  472.         end
  473.        
  474.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  475.             repeat
  476.                 game.Players.LocalPlayer.ChangeMoney:Fire(10000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(10000000)
  477.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  478.         end
  479.     end)
  480.  
  481. end
  482. coroutine.resume(coroutine.create(SCRIPT_JUEC85_FAKESCRIPT))
  483. function SCRIPT_SCMX81_FAKESCRIPT() -- _100mil.100mil
  484.     local script = Instance.new('LocalScript')
  485.     script.Parent = _100mil
  486.     local plr = game.Players.LocalPlayer
  487.     local button = script.Parent
  488.     local on = script.Parent.Parent.on4
  489.    
  490.     button.MouseButton1Click:Connect(function()
  491.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  492.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  493.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  494.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  495.         end
  496.        
  497.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  498.             repeat
  499.                 game.Players.LocalPlayer.ChangeMoney:Fire(100000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(100000000)
  500.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  501.         end
  502.     end)
  503.  
  504. end
  505. coroutine.resume(coroutine.create(SCRIPT_SCMX81_FAKESCRIPT))
  506. function SCRIPT_WTVR87_FAKESCRIPT() -- _500mil.500mil
  507.     local script = Instance.new('LocalScript')
  508.     script.Parent = _500mil
  509.     local plr = game.Players.LocalPlayer
  510.     local button = script.Parent
  511.     local on = script.Parent.Parent.on5
  512.    
  513.     button.MouseButton1Click:Connect(function()
  514.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  515.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  516.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  517.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  518.         end
  519.        
  520.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  521.             repeat
  522.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000)
  523.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  524.         end
  525.     end)
  526.  
  527. end
  528. coroutine.resume(coroutine.create(SCRIPT_WTVR87_FAKESCRIPT))
  529. function SCRIPT_ZOPN83_FAKESCRIPT() -- _1bil.1Bil
  530.     local script = Instance.new('LocalScript')
  531.     script.Parent = _1bil
  532.     local plr = game.Players.LocalPlayer
  533.     local button = script.Parent
  534.     local on = script.Parent.Parent.on6
  535.    
  536.     button.MouseButton1Click:Connect(function()
  537.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  538.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  539.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  540.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  541.         end
  542.        
  543.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  544.             repeat
  545.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000000)
  546.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  547.         end
  548.     end)
  549.  
  550. end
  551. coroutine.resume(coroutine.create(SCRIPT_ZOPN83_FAKESCRIPT))
  552. function SCRIPT_SBUB69_FAKESCRIPT() -- _5bil.5bil
  553.     local script = Instance.new('LocalScript')
  554.     script.Parent = _5bil
  555.     local plr = game.Players.LocalPlayer
  556.     local button = script.Parent
  557.     local on = script.Parent.Parent.on7
  558.    
  559.     button.MouseButton1Click:Connect(function()
  560.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  561.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  562.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  563.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  564.         end
  565.        
  566.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  567.             repeat
  568.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000)
  569.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  570.         end
  571.     end)
  572.  
  573. end
  574. coroutine.resume(coroutine.create(SCRIPT_SBUB69_FAKESCRIPT))
  575. function SCRIPT_CFUU89_FAKESCRIPT() -- _10bil.10bil
  576.     local script = Instance.new('LocalScript')
  577.     script.Parent = _10bil
  578.     local plr = game.Players.LocalPlayer
  579.     local button = script.Parent
  580.     local on = script.Parent.Parent.on8
  581.    
  582.     button.MouseButton1Click:Connect(function()
  583.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  584.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  585.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  586.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  587.         end
  588.        
  589.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  590.             repeat
  591.                 game.Players.LocalPlayer.ChangeMoney:Fire(10000000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(10000000000)
  592.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  593.         end
  594.     end)
  595.  
  596. end
  597. coroutine.resume(coroutine.create(SCRIPT_CFUU89_FAKESCRIPT))
  598. function SCRIPT_BMJM71_FAKESCRIPT() -- _100bil.100bil
  599.     local script = Instance.new('LocalScript')
  600.     script.Parent = _100bil
  601.     local plr = game.Players.LocalPlayer
  602.     local button = script.Parent
  603.     local on = script.Parent.Parent.on9
  604.    
  605.     button.MouseButton1Click:Connect(function()
  606.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  607.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  608.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  609.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  610.         end
  611.        
  612.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  613.             repeat
  614.                 game.Players.LocalPlayer.ChangeMoney:Fire(100000000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(100000000000)
  615.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  616.         end
  617.     end)
  618.  
  619. end
  620. coroutine.resume(coroutine.create(SCRIPT_BMJM71_FAKESCRIPT))
  621. function SCRIPT_LWUG72_FAKESCRIPT() -- _500bil.500bil
  622.     local script = Instance.new('LocalScript')
  623.     script.Parent = _500bil
  624.     local plr = game.Players.LocalPlayer
  625.     local button = script.Parent
  626.     local on = script.Parent.Parent.on10
  627.    
  628.     button.MouseButton1Click:Connect(function()
  629.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  630.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  631.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  632.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  633.         end
  634.        
  635.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  636.             repeat
  637.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000)
  638.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  639.         end
  640.     end)
  641.  
  642. end
  643. coroutine.resume(coroutine.create(SCRIPT_LWUG72_FAKESCRIPT))
  644. function SCRIPT_TGJR83_FAKESCRIPT() -- _1Tril.1tril
  645.     local script = Instance.new('LocalScript')
  646.     script.Parent = _1Tril
  647.     local plr = game.Players.LocalPlayer
  648.     local button = script.Parent
  649.     local on = script.Parent.Parent.on11
  650.    
  651.     button.MouseButton1Click:Connect(function()
  652.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  653.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  654.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  655.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  656.         end
  657.        
  658.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  659.             repeat
  660.                 game.Players.LocalPlayer.ChangeMoney:Fire(1000000000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(1000000000000)
  661.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  662.         end
  663.     end)
  664.  
  665. end
  666. coroutine.resume(coroutine.create(SCRIPT_TGJR83_FAKESCRIPT))
  667. function SCRIPT_PRGY84_FAKESCRIPT() -- _10Tril.10tril
  668.     local script = Instance.new('LocalScript')
  669.     script.Parent = _10Tril
  670.     local plr = game.Players.LocalPlayer
  671.     local button = script.Parent
  672.     local on = script.Parent.Parent.on12
  673.    
  674.     button.MouseButton1Click:Connect(function()
  675.         if on.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  676.             on.BackgroundColor3 = Color3.fromRGB(17, 255, 0)
  677.         elseif on.BackgroundColor3 == Color3.fromRGB(17, 255, 0) then
  678.             on.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  679.         end
  680.        
  681.         if on.BackgroundColor3 == Color3.fromRGB(17,255,0) then
  682.             repeat
  683.                 game.Players.LocalPlayer.ChangeMoney:Fire(10000000000000) wait(.1) game.Players.LocalPlayer.ChangeMoney:Fire(10000000000000)
  684.             until on.BackgroundColor3 == Color3.fromRGB(255, 0, 0)
  685.         end
  686.     end)
  687.  
  688. end
  689. coroutine.resume(coroutine.create(SCRIPT_PRGY84_FAKESCRIPT))
  690. function SCRIPT_DHPL80_FAKESCRIPT() -- TextButton.LocalScript
  691.     local script = Instance.new('LocalScript')
  692.     script.Parent = TextButton
  693.     local plr = game.Players.LocalPlayer
  694.     local reset = script.Parent
  695.     local money = plr.Money.Value
  696.    
  697.     reset.MouseButton1Click:Connect(function()
  698.         plr.ChangeMoney:Fire(-money)
  699.     end)
  700.  
  701. end
  702. coroutine.resume(coroutine.create(SCRIPT_DHPL80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement