Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.81 KB | None | 0 0
  1. local MoonAdmin = Instance.new("ScreenGui")
  2. local CmdBar = Instance.new("Frame")
  3. local CmdBox = Instance.new("TextBox")
  4. local Frame = Instance.new("Frame")
  5. local CmdsFrame = Instance.new("ScrollingFrame")
  6. local UIListLayout = Instance.new("UIListLayout")
  7. local esp = Instance.new("TextLabel")
  8. local fly = Instance.new("TextLabel")
  9. local getguns = Instance.new("TextLabel")
  10. local infammo = Instance.new("TextLabel")
  11. local randombulletcolor = Instance.new("TextLabel")
  12. local guardteam = Instance.new("TextLabel")
  13. local inmateteam = Instance.new("TextLabel")
  14. local crimteam = Instance.new("TextLabel")
  15. local neutralteam = Instance.new("TextLabel")
  16. local crimbase = Instance.new("TextLabel")
  17. local yard = Instance.new("TextLabel")
  18. local cafeteria = Instance.new("TextLabel")
  19. local jailcells = Instance.new("TextLabel")
  20. local policeroom = Instance.new("TextLabel")
  21. local removedoors = Instance.new("TextLabel")
  22. local invis = Instance.new("TextLabel")
  23. local vis = Instance.new("TextLabel")
  24. local god = Instance.new("TextLabel")
  25. local ungod = Instance.new("TextLabel")
  26. local respawn = Instance.new("TextLabel")
  27. local onepunch = Instance.new("TextLabel")
  28. MoonAdmin.Name = "MoonAdmin"
  29. MoonAdmin.Parent = game:GetService('CoreGui')
  30.  
  31. CmdBar.Name = "CmdBar"
  32. CmdBar.Parent = MoonAdmin
  33. CmdBar.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  34. CmdBar.BorderSizePixel = 0
  35. CmdBar.Position = UDim2.new(0.336547732, 0, 0.595825434, 0)
  36.  
  37. CmdBox.Name = "CmdBox"
  38. CmdBox.Parent = CmdBar
  39. CmdBox.BackgroundColor3 = Color3.new(1, 1, 1)
  40. CmdBox.BackgroundTransparency = 1
  41. CmdBox.BorderSizePixel = 0
  42. CmdBox.Position = UDim2.new(0, 0, -0.0257964265, 0)
  43. CmdBox.Font = Enum.Font.Code
  44. CmdBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  45. CmdBox.PlaceholderText = "Enter Command Here"
  46. CmdBox.Text = ""
  47. CmdBox.TextColor3 = Color3.new(1, 1, 1)
  48. CmdBox.TextSize = 20
  49. CmdBox.TextWrapped = true
  50. CmdBox.TextXAlignment = Enum.TextXAlignment.Left
  51.  
  52. Frame.Parent = CmdBox
  53. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Frame.BorderSizePixel = 0
  55. Frame.Position = UDim2.new(0, 0, 1, 0)
  56.  
  57. CmdsFrame.Name = "CmdsFrame"
  58. CmdsFrame.Parent = MoonAdmin
  59. CmdsFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  60. CmdsFrame.BorderSizePixel = 0
  61. CmdsFrame.Position = UDim2.new(0.337000012, 0, 0.419999987, 0)
  62. CmdsFrame.CanvasSize = UDim2.new(0, 0, 1.10000002, 0)
  63.  
  64. UIListLayout.Parent = CmdsFrame
  65.  
  66. esp.Name = "esp"
  67. esp.Parent = CmdsFrame
  68. esp.BackgroundColor3 = Color3.new(1, 1, 1)
  69. esp.BackgroundTransparency = 1
  70. esp.BorderSizePixel = 0
  71. esp.Position = UDim2.new(0, 0, 0.749999881, 0)
  72. esp.Size = UDim2.new(0, 434, 0, 27)
  73. esp.Font = Enum.Font.Fantasy
  74. esp.Text = "ESP | esp {Numpad1 to Open/Close}"
  75. esp.TextColor3 = Color3.new(1, 1, 1)
  76. esp.TextSize = 17
  77. esp.TextWrapped = true
  78. esp.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. fly.Name = "fly"
  81. fly.Parent = CmdsFrame
  82. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  83. fly.BackgroundTransparency = 1
  84. fly.BorderSizePixel = 0
  85. fly.Position = UDim2.new(0, 0, 0.749999881, 0)
  86. fly.Size = UDim2.new(0, 434, 0, 27)
  87. fly.Font = Enum.Font.Fantasy
  88. fly.Text = "Fly {E} | fly"
  89. fly.TextColor3 = Color3.new(1, 1, 1)
  90. fly.TextSize = 17
  91. fly.TextWrapped = true
  92. fly.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. getguns.Name = "getguns"
  95. getguns.Parent = CmdsFrame
  96. getguns.BackgroundColor3 = Color3.new(1, 1, 1)
  97. getguns.BackgroundTransparency = 1
  98. getguns.BorderSizePixel = 0
  99. getguns.Position = UDim2.new(0, 0, 0.749999881, 0)
  100. getguns.Size = UDim2.new(0, 434, 0, 27)
  101. getguns.Font = Enum.Font.Fantasy
  102. getguns.Text = "Get Guns | gg"
  103. getguns.TextColor3 = Color3.new(1, 1, 1)
  104. getguns.TextSize = 17
  105. getguns.TextWrapped = true
  106. getguns.TextXAlignment = Enum.TextXAlignment.Left
  107.  
  108. infammo.Name = "infammo"
  109. infammo.Parent = CmdsFrame
  110. infammo.BackgroundColor3 = Color3.new(1, 1, 1)
  111. infammo.BackgroundTransparency = 1
  112. infammo.BorderSizePixel = 0
  113. infammo.Position = UDim2.new(0, 0, 1.24999988, 0)
  114. infammo.Size = UDim2.new(0, 434, 0, 27)
  115. infammo.Font = Enum.Font.Fantasy
  116. infammo.Text = "Modgun | mg {Hold gun out}"
  117. infammo.TextColor3 = Color3.new(1, 1, 1)
  118. infammo.TextSize = 17
  119. infammo.TextWrapped = true
  120. infammo.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. randombulletcolor.Name = "randombulletcolor"
  123. randombulletcolor.Parent = CmdsFrame
  124. randombulletcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  125. randombulletcolor.BackgroundTransparency = 1
  126. randombulletcolor.BorderSizePixel = 0
  127. randombulletcolor.Position = UDim2.new(0, 0, 2.75, 0)
  128. randombulletcolor.Size = UDim2.new(0, 434, 0, 27)
  129. randombulletcolor.Font = Enum.Font.Fantasy
  130. randombulletcolor.Text = "Random Bullets Color | rbc"
  131. randombulletcolor.TextColor3 = Color3.new(1, 1, 1)
  132. randombulletcolor.TextSize = 17
  133. randombulletcolor.TextWrapped = true
  134. randombulletcolor.TextXAlignment = Enum.TextXAlignment.Left
  135.  
  136. guardteam.Name = "guardteam"
  137. guardteam.Parent = CmdsFrame
  138. guardteam.BackgroundColor3 = Color3.new(1, 1, 1)
  139. guardteam.BackgroundTransparency = 1
  140. guardteam.BorderSizePixel = 0
  141. guardteam.Position = UDim2.new(0, 0, 0.999999881, 0)
  142. guardteam.Size = UDim2.new(0, 434, 0, 27)
  143. guardteam.Font = Enum.Font.Fantasy
  144. guardteam.Text = "Guard | guard"
  145. guardteam.TextColor3 = Color3.new(1, 1, 1)
  146. guardteam.TextSize = 17
  147. guardteam.TextWrapped = true
  148. guardteam.TextXAlignment = Enum.TextXAlignment.Left
  149.  
  150. inmateteam.Name = "inmateteam"
  151. inmateteam.Parent = CmdsFrame
  152. inmateteam.BackgroundColor3 = Color3.new(1, 1, 1)
  153. inmateteam.BackgroundTransparency = 1
  154. inmateteam.BorderSizePixel = 0
  155. inmateteam.Position = UDim2.new(0, 0, 0.999999881, 0)
  156. inmateteam.Size = UDim2.new(0, 434, 0, 27)
  157. inmateteam.Font = Enum.Font.Fantasy
  158. inmateteam.Text = "Inmate | inmate"
  159. inmateteam.TextColor3 = Color3.new(1, 1, 1)
  160. inmateteam.TextSize = 17
  161. inmateteam.TextWrapped = true
  162. inmateteam.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. crimteam.Name = "crimteam"
  165. crimteam.Parent = CmdsFrame
  166. crimteam.BackgroundColor3 = Color3.new(1, 1, 1)
  167. crimteam.BackgroundTransparency = 1
  168. crimteam.BorderSizePixel = 0
  169. crimteam.Position = UDim2.new(0, 0, 0.499999851, 0)
  170. crimteam.Size = UDim2.new(0, 434, 0, 27)
  171. crimteam.Font = Enum.Font.Fantasy
  172. crimteam.Text = "Criminal | crim"
  173. crimteam.TextColor3 = Color3.new(1, 1, 1)
  174. crimteam.TextSize = 17
  175. crimteam.TextWrapped = true
  176. crimteam.TextXAlignment = Enum.TextXAlignment.Left
  177.  
  178. neutralteam.Name = "neutralteam"
  179. neutralteam.Parent = CmdsFrame
  180. neutralteam.BackgroundColor3 = Color3.new(1, 1, 1)
  181. neutralteam.BackgroundTransparency = 1
  182. neutralteam.BorderSizePixel = 0
  183. neutralteam.Position = UDim2.new(0, 0, 1.24999988, 0)
  184. neutralteam.Size = UDim2.new(0, 434, 0, 27)
  185. neutralteam.Font = Enum.Font.Fantasy
  186. neutralteam.Text = "Neutral | neutral"
  187. neutralteam.TextColor3 = Color3.new(1, 1, 1)
  188. neutralteam.TextSize = 17
  189. neutralteam.TextWrapped = true
  190. neutralteam.TextXAlignment = Enum.TextXAlignment.Left
  191.  
  192. crimbase.Name = "crimbase"
  193. crimbase.Parent = CmdsFrame
  194. crimbase.BackgroundColor3 = Color3.new(1, 1, 1)
  195. crimbase.BackgroundTransparency = 1
  196. crimbase.BorderSizePixel = 0
  197. crimbase.Position = UDim2.new(0, 0, 0.249999866, 0)
  198. crimbase.Size = UDim2.new(0, 434, 0, 27)
  199. crimbase.Font = Enum.Font.Fantasy
  200. crimbase.Text = "Criminal Base | cb"
  201. crimbase.TextColor3 = Color3.new(1, 1, 1)
  202. crimbase.TextSize = 17
  203. crimbase.TextWrapped = true
  204. crimbase.TextXAlignment = Enum.TextXAlignment.Left
  205.  
  206. yard.Name = "yard"
  207. yard.Parent = CmdsFrame
  208. yard.BackgroundColor3 = Color3.new(1, 1, 1)
  209. yard.BackgroundTransparency = 1
  210. yard.BorderSizePixel = 0
  211. yard.Position = UDim2.new(0, 0, 2.5, 0)
  212. yard.Size = UDim2.new(0, 434, 0, 27)
  213. yard.Font = Enum.Font.Fantasy
  214. yard.Text = "Yard | yard"
  215. yard.TextColor3 = Color3.new(1, 1, 1)
  216. yard.TextSize = 17
  217. yard.TextWrapped = true
  218. yard.TextXAlignment = Enum.TextXAlignment.Left
  219.  
  220. cafeteria.Name = "cafeteria"
  221. cafeteria.Parent = CmdsFrame
  222. cafeteria.BackgroundColor3 = Color3.new(1, 1, 1)
  223. cafeteria.BackgroundTransparency = 1
  224. cafeteria.BorderSizePixel = 0
  225. cafeteria.Position = UDim2.new(0, 0, -1.41285085e-07, 0)
  226. cafeteria.Size = UDim2.new(0, 434, 0, 27)
  227. cafeteria.Font = Enum.Font.Fantasy
  228. cafeteria.Text = "Cafeteria | cafe"
  229. cafeteria.TextColor3 = Color3.new(1, 1, 1)
  230. cafeteria.TextSize = 17
  231. cafeteria.TextWrapped = true
  232. cafeteria.TextXAlignment = Enum.TextXAlignment.Left
  233.  
  234. jailcells.Name = "jailcells"
  235. jailcells.Parent = CmdsFrame
  236. jailcells.BackgroundColor3 = Color3.new(1, 1, 1)
  237. jailcells.BackgroundTransparency = 1
  238. jailcells.BorderSizePixel = 0
  239. jailcells.Position = UDim2.new(0, 0, 0.499999851, 0)
  240. jailcells.Size = UDim2.new(0, 434, 0, 27)
  241. jailcells.Font = Enum.Font.Fantasy
  242. jailcells.Text = "Jail Cells | jc"
  243. jailcells.TextColor3 = Color3.new(1, 1, 1)
  244. jailcells.TextSize = 17
  245. jailcells.TextWrapped = true
  246. jailcells.TextXAlignment = Enum.TextXAlignment.Left
  247.  
  248. policeroom.Name = "policeroom"
  249. policeroom.Parent = CmdsFrame
  250. policeroom.BackgroundColor3 = Color3.new(1, 1, 1)
  251. policeroom.BackgroundTransparency = 1
  252. policeroom.BorderSizePixel = 0
  253. policeroom.Position = UDim2.new(0, 0, 0.749999881, 0)
  254. policeroom.Size = UDim2.new(0, 434, 0, 27)
  255. policeroom.Font = Enum.Font.Fantasy
  256. policeroom.Text = "Police Headquarters | ph"
  257. policeroom.TextColor3 = Color3.new(1, 1, 1)
  258. policeroom.TextSize = 17
  259. policeroom.TextWrapped = true
  260. policeroom.TextXAlignment = Enum.TextXAlignment.Left
  261.  
  262. removedoors.Name = "removedoors"
  263. removedoors.Parent = CmdsFrame
  264. removedoors.BackgroundColor3 = Color3.new(1, 1, 1)
  265. removedoors.BackgroundTransparency = 1
  266. removedoors.BorderSizePixel = 0
  267. removedoors.Position = UDim2.new(0, 0, 0.749999881, 0)
  268. removedoors.Size = UDim2.new(0, 434, 0, 27)
  269. removedoors.Font = Enum.Font.Fantasy
  270. removedoors.Text = "Remove doors | rd"
  271. removedoors.TextColor3 = Color3.new(1, 1, 1)
  272. removedoors.TextSize = 17
  273. removedoors.TextWrapped = true
  274. removedoors.TextXAlignment = Enum.TextXAlignment.Left
  275.  
  276. invis.Name = "invis"
  277. invis.Parent = CmdsFrame
  278. invis.BackgroundColor3 = Color3.new(1, 1, 1)
  279. invis.BackgroundTransparency = 1
  280. invis.BorderSizePixel = 0
  281. invis.Position = UDim2.new(0, 0, 0.249999866, 0)
  282. invis.Size = UDim2.new(0, 434, 0, 27)
  283. invis.Font = Enum.Font.Fantasy
  284. invis.Text = "Invisible | invis"
  285. invis.TextColor3 = Color3.new(1, 1, 1)
  286. invis.TextSize = 17
  287. invis.TextWrapped = true
  288. invis.TextXAlignment = Enum.TextXAlignment.Left
  289.  
  290. vis.Name = "vis"
  291. vis.Parent = CmdsFrame
  292. vis.BackgroundColor3 = Color3.new(1, 1, 1)
  293. vis.BackgroundTransparency = 1
  294. vis.BorderSizePixel = 0
  295. vis.Position = UDim2.new(0, 0, 0.999999881, 0)
  296. vis.Size = UDim2.new(0, 434, 0, 27)
  297. vis.Font = Enum.Font.Fantasy
  298. vis.Text = "Visible | vis"
  299. vis.TextColor3 = Color3.new(1, 1, 1)
  300. vis.TextSize = 17
  301. vis.TextWrapped = true
  302. vis.TextXAlignment = Enum.TextXAlignment.Left
  303.  
  304. god.Name = "god"
  305. god.Parent = CmdsFrame
  306. god.BackgroundColor3 = Color3.new(1, 1, 1)
  307. god.BackgroundTransparency = 1
  308. god.BorderSizePixel = 0
  309. god.Position = UDim2.new(0, 0, -1.41285085e-07, 0)
  310. god.Size = UDim2.new(0, 434, 0, 27)
  311. god.Font = Enum.Font.Fantasy
  312. god.Text = "Godmode | god"
  313. god.TextColor3 = Color3.new(1, 1, 1)
  314. god.TextSize = 17
  315. god.TextWrapped = true
  316. god.TextXAlignment = Enum.TextXAlignment.Left
  317.  
  318. ungod.Name = "ungod"
  319. ungod.Parent = CmdsFrame
  320. ungod.BackgroundColor3 = Color3.new(1, 1, 1)
  321. ungod.BackgroundTransparency = 1
  322. ungod.BorderSizePixel = 0
  323. ungod.Position = UDim2.new(0, 0, 0.499999851, 0)
  324. ungod.Size = UDim2.new(0, 434, 0, 27)
  325. ungod.Font = Enum.Font.Fantasy
  326. ungod.Text = "Ungod | ungod"
  327. ungod.TextColor3 = Color3.new(1, 1, 1)
  328. ungod.TextSize = 17
  329. ungod.TextWrapped = true
  330. ungod.TextXAlignment = Enum.TextXAlignment.Left
  331.  
  332. respawn.Name = "respawn"
  333. respawn.Parent = CmdsFrame
  334. respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  335. respawn.BackgroundTransparency = 1
  336. respawn.BorderSizePixel = 0
  337. respawn.Position = UDim2.new(0, 0, -1.41285085e-07, 0)
  338. respawn.Size = UDim2.new(0, 434, 0, 27)
  339. respawn.Font = Enum.Font.Fantasy
  340. respawn.Text = "Respawn | re"
  341. respawn.TextColor3 = Color3.new(1, 1, 1)
  342. respawn.TextSize = 17
  343. respawn.TextWrapped = true
  344. respawn.TextXAlignment = Enum.TextXAlignment.Left
  345.  
  346. onepunch.Name = "onepunch"
  347. onepunch.Parent = CmdsFrame
  348. onepunch.BackgroundColor3 = Color3.new(1, 1, 1)
  349. onepunch.BackgroundTransparency = 1
  350. onepunch.BorderSizePixel = 0
  351. onepunch.Position = UDim2.new(0, 0, -1.41285085e-07, 0)
  352. onepunch.Size = UDim2.new(0, 434, 0, 27)
  353. onepunch.Font = Enum.Font.Fantasy
  354. onepunch.Text = "Onepunch | op"
  355. onepunch.TextColor3 = Color3.new(1, 1, 1)
  356. onepunch.TextSize = 17
  357. onepunch.TextWrapped = true
  358. onepunch.TextXAlignment = Enum.TextXAlignment.Left
  359. -- Scripts:
  360. function SCRIPT_ZMZK81_FAKESCRIPT() -- CmdBox.close
  361. local script = Instance.new('LocalScript')
  362. script.Parent = CmdBox
  363. --Function--
  364. function minimized()
  365. script.Parent.Parent.Parent.CmdsFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 1)
  366. script.Parent.Parent.Parent.CmdBar:TweenSize(UDim2.new(0, 0,0, 0), "In", "Sine", 1)
  367. script.Parent.Parent.CmdBox:TweenSize(UDim2.new(0, 0,0, 0), "In", "Sine", 1)
  368. script.Parent.Parent.CmdBox.Frame:TweenSize(UDim2.new(0, 0,0, 0), "In", "Sine", 1)
  369. end
  370. script.Parent.FocusLost:Connect(function(enterPressed)
  371. minimized()
  372. end)
  373.  
  374. end
  375. coroutine.resume(coroutine.create(SCRIPT_ZMZK81_FAKESCRIPT))
  376. function SCRIPT_ZXGJ74_FAKESCRIPT() -- CmdBox.rbg
  377. local script = Instance.new('LocalScript')
  378. script.Parent = CmdBox
  379. local r = { --color of the rainbow
  380. Color3.fromRGB(254, 0, 0); --red
  381. Color3.fromRGB(255, 127, 0); --orange
  382. Color3.fromRGB(255, 221, 1); --yellow
  383. Color3.fromRGB(0, 200, 0); --green
  384. Color3.fromRGB(0, 160, 199); --light blue
  385. Color3.fromRGB(0, 55, 230); --dark blue
  386. Color3.fromRGB(129, 16, 210)} --purple
  387. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  388. script.Parent.TextColor3 = r[1] --change this to your desired property
  389. i = 1
  390. while true do
  391. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  392. TextColor3 = r[i]}) --change this to your desired property
  393. tween:Play()
  394. repeat wait() until tween.Completed
  395. wait(0.1)
  396. if i == #r then i = 1 else i = i + 1 end
  397. end
  398.  
  399. end
  400. coroutine.resume(coroutine.create(SCRIPT_ZXGJ74_FAKESCRIPT))
  401. function SCRIPT_SQXY82_FAKESCRIPT() -- CmdBox.rbg
  402. local script = Instance.new('LocalScript')
  403. script.Parent = CmdBox
  404. local r = { --color of the rainbow
  405. Color3.fromRGB(254, 0, 0); --red
  406. Color3.fromRGB(255, 127, 0); --orange
  407. Color3.fromRGB(255, 221, 1); --yellow
  408. Color3.fromRGB(0, 200, 0); --green
  409. Color3.fromRGB(0, 160, 199); --light blue
  410. Color3.fromRGB(0, 55, 230); --dark blue
  411. Color3.fromRGB(129, 16, 210)} --purple
  412. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  413. script.Parent.PlaceholderColor3 = r[1] --change this to your desired property
  414. i = 1
  415. while true do
  416. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  417. PlaceholderColor3 = r[i]}) --change this to your desired property
  418. tween:Play()
  419. repeat wait() until tween.Completed
  420. wait(0.1)
  421. if i == #r then i = 1 else i = i + 1 end
  422. end
  423.  
  424. end
  425. coroutine.resume(coroutine.create(SCRIPT_SQXY82_FAKESCRIPT))
  426. function SCRIPT_PDPG69_FAKESCRIPT() -- Frame.rbg
  427. local script = Instance.new('LocalScript')
  428. script.Parent = Frame
  429. local r = { --color of the rainbow
  430. Color3.fromRGB(254, 0, 0); --red
  431. Color3.fromRGB(255, 127, 0); --orange
  432. Color3.fromRGB(255, 221, 1); --yellow
  433. Color3.fromRGB(0, 200, 0); --green
  434. Color3.fromRGB(0, 160, 199); --light blue
  435. Color3.fromRGB(0, 55, 230); --dark blue
  436. Color3.fromRGB(129, 16, 210)} --purple
  437. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  438. script.Parent.BackgroundColor3 = r[1] --change this to your desired property
  439. i = 1
  440. while true do
  441. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  442. BackgroundColor3 = r[i]}) --change this to your desired property
  443. tween:Play()
  444. repeat wait() until tween.Completed
  445. wait(0.1)
  446. if i == #r then i = 1 else i = i + 1 end
  447. end
  448.  
  449. end
  450. coroutine.resume(coroutine.create(SCRIPT_PDPG69_FAKESCRIPT))
  451. function SCRIPT_DLNY72_FAKESCRIPT() -- CmdBox.cmdfunction
  452. local script = Instance.new('LocalScript')
  453. script.Parent = CmdBox
  454. --Function--
  455.  
  456. function respawn(plr)
  457. if r15(plr) then
  458. plr.Character.Humanoid.Health = 0
  459. wait(0.1)
  460. plr.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  461. plr.Character.HumanoidRootPart:Destroy()
  462. else
  463. plr.Character:Destroy()
  464. local M = Instance.new('Model', workspace) M.Name = 'respawn_iy'
  465. local H = Instance.new('Humanoid', M)
  466. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  467. plr.Character = M
  468. end
  469. end
  470. function refresh(plr)
  471. spawn(function()
  472. local rpos = plr.Character.HumanoidRootPart.Position
  473. wait()
  474. respawn(plr)
  475. wait()
  476. repeat wait() until plr.Character ~= nil and plr.Character:FindFirstChild('HumanoidRootPart')
  477. plr.Character:MoveTo(rpos)
  478. end)
  479. end
  480. local refreshing = true
  481. for i,v in pairs(PARENT:GetChildren()) do
  482. if v.Name == plr.Name..'_ESP' then
  483. v:Destroy()
  484. end
  485. end
  486. wait()
  487. if plr.Character and plr.Name ~= Players.LocalPlayer.Name and not PARENT:FindFirstChild(plr.Name..'_ESP') then
  488. local ESPholder = Instance.new("Folder", PARENT)
  489. ESPholder.Name = plr.Name..'_ESP'
  490. for b,n in pairs (plr.Character:GetChildren()) do
  491. if (n:IsA("BasePart")) then
  492. local a = Instance.new("BoxHandleAdornment", ESPholder)
  493. a.Name = plr.Name
  494. a.Adornee = n
  495. a.AlwaysOnTop = true
  496. a.ZIndex = 0
  497. a.Size = n.Size
  498. a.Transparency = 0.7
  499. if plr.TeamColor == Players.LocalPlayer.TeamColor then
  500. a.Color = BrickColor.new("Lime green")
  501. else
  502. a.Color = BrickColor.new("Really red")
  503. end
  504. end
  505. end
  506. if plr.Character and plr.Character:FindFirstChild('Head') then
  507. local BillboardGui = Instance.new("BillboardGui", ESPholder)
  508. local TextLabel = Instance.new("TextLabel")
  509. BillboardGui.Adornee = plr.Character.Head
  510. BillboardGui.Name = plr.Name
  511. BillboardGui.Size = UDim2.new(0, 100, 0, 150)
  512. BillboardGui.StudsOffset = Vector3.new(0, 1, 0)
  513. BillboardGui.AlwaysOnTop = true
  514. TextLabel.Parent = BillboardGui
  515. TextLabel.BackgroundTransparency = 1
  516. TextLabel.Position = UDim2.new(0, 0, 0, -50)
  517. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  518. TextLabel.Font = Enum.Font.SourceSansSemibold
  519. TextLabel.TextSize = 20
  520. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  521. TextLabel.TextStrokeTransparency = 0
  522. TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
  523. plr.CharacterAdded:Connect(function()
  524. if ESPenabled then
  525. refreshing = false
  526. ESPholder:Destroy()
  527. repeat wait(1) until plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid')
  528. ESP(plr)
  529. end
  530. end)
  531. game:GetService("RunService").RenderStepped:Connect(function()
  532. if refreshing and PARENT:FindFirstChild(plr.Name..'_ESP') and plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid') then
  533. local pos = math.floor((Players.LocalPlayer.Character.HumanoidRootPart.Position - plr.Character.HumanoidRootPart.Position).magnitude)
  534. TextLabel.Text = 'Name: '..plr.Name..' | Health: '..round(plr.Character.Humanoid.Health, 1)..' | Studs: '..pos
  535. end
  536. end)
  537. end
  538. end
  539. end
  540. ------
  541. CmdBox.FocusLost:Connect(function(enterPressed)
  542. if enterPressed then
  543. if CmdBox.Text == 'cafe' then
  544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(910.939697, 99.9727478, 2326.07959)
  545. elseif CmdBox.Text == 'cb' then
  546. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-923.244446, 94.1287842, 2062.3457)
  547. elseif CmdBox.Text == 'ct' then
  548. local LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  549. LCS.CanCollide = false
  550. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  551. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  552. LCS.Transparency = 1
  553. wait(0.5)
  554. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  555. LCS.Size = Vector3.new(6, 0.2, 6)
  556. LCS.Transparency = 0
  557. elseif CmdBox.Text == 'esp' then
  558. loadstring(game:HttpGet(('https://pastebin.com/raw/wP5VuSFP'),true))()
  559. elseif CmdBox.Text == 'fly' then
  560. repeat wait()
  561. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  562. local mouse = game.Players.LocalPlayer:GetMouse()
  563. repeat wait() until mouse
  564. local plr = game.Players.LocalPlayer
  565. local torso = plr.Character.Torso
  566. local flying = true
  567. local deb = true
  568. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  569. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  570. local maxspeed = 50
  571. local speed = 0
  572.  
  573. function Fly()
  574. local bg = Instance.new("BodyGyro", torso)
  575. bg.P = 9e4
  576. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  577. bg.cframe = torso.CFrame
  578. local bv = Instance.new("BodyVelocity", torso)
  579. bv.velocity = Vector3.new(0,0.1,0)
  580. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  581. repeat wait()
  582. plr.Character.Humanoid.PlatformStand = true
  583. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  584. speed = speed+.5+(speed/maxspeed)
  585. if speed > maxspeed then
  586. speed = maxspeed
  587. end
  588. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  589. speed = speed-1
  590. if speed < 0 then
  591. speed = 0
  592. end
  593. end
  594. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  595. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  596. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  597. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  598. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  599. else
  600. bv.velocity = Vector3.new(0,0.1,0)
  601. end
  602. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  603. until not flying
  604. ctrl = {f = 0, b = 0, l = 0, r = 0}
  605. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  606. speed = 0
  607. bg:Destroy()
  608. bv:Destroy()
  609. plr.Character.Humanoid.PlatformStand = false
  610. end
  611. mouse.KeyDown:connect(function(key)
  612. if key:lower() == "e" then
  613. if flying then flying = false
  614. else
  615. flying = true
  616. Fly()
  617. end
  618. elseif key:lower() == "w" then
  619. ctrl.f = 1
  620. elseif key:lower() == "s" then
  621. ctrl.b = -1
  622. elseif key:lower() == "a" then
  623. ctrl.l = -1
  624. elseif key:lower() == "d" then
  625. ctrl.r = 1
  626. end
  627. end)
  628. mouse.KeyUp:connect(function(key)
  629. if key:lower() == "w" then
  630. ctrl.f = 0
  631. elseif key:lower() == "s" then
  632. ctrl.b = 0
  633. elseif key:lower() == "a" then
  634. ctrl.l = 0
  635. elseif key:lower() == "d" then
  636. ctrl.r = 0
  637. end
  638. end)
  639. Fly()
  640. elseif CmdBox.Text == 'gg' then
  641. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  642. for i,v in pairs(Workspace.PRISON_ITEMS.single:GetChildren()) do
  643. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  644. end
  645. elseif CmdBox.Text == 'god' then
  646. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  647. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  648. l.Parent = game.Players.LocalPlayer.Character
  649. l.Name = "Humanoid"
  650. wait(0.1)
  651. game.Players.LocalPlayer.Character["1"]:Destroy()
  652. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  653. game.Players.LocalPlayer.Character.Animate.Disabled = true
  654. wait(0.1)
  655. game.Players.LocalPlayer.Character.Animate.Disabled = false
  656. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  657. elseif CmdBox.Text == 'gt' then
  658. workspace.Remote.TeamEvent:FireServer("Bright blue")
  659. elseif CmdBox.Text == 'mg' then
  660. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  661. m.Damage = 100
  662. m.MaxAmmo = math.huge
  663. m.CurrentAmmo = math.huge
  664. m.AutoFire = true
  665. m.FireRate = 0
  666. elseif CmdBox.Text == 'it' then
  667. workspace.Remote.TeamEvent:FireServer("Bright orange")
  668. elseif CmdBox.Text == 'invis' then
  669. local player = game.Players.LocalPlayer
  670. position = player.Character.HumanoidRootPart.Position
  671. wait(0.1)
  672. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  673. wait(0.1)
  674. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  675. wait(0.1)
  676. player.Character.HumanoidRootPart:Destroy()
  677. humanoidrootpart.Parent = player.Character
  678. player.Character:MoveTo(position)
  679. wait()
  680.  
  681. elseif CmdBox.Text == 'jc' then
  682. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(915.458862, 99.9613724, 2451.63062)
  683.  
  684. elseif CmdBox.Text == 'nt' then
  685. workspace.Remote.loadchar:InvokeServer(game:GetService("Players").LocalPlayer, "Medium stone grey")
  686. elseif CmdBox.Text == 'op' then
  687. mainRemotes = game.ReplicatedStorage
  688. meleeRemote = mainRemotes['meleeEvent']
  689. mouse = game.Players.LocalPlayer:GetMouse()
  690. punching = false
  691. cooldown = false
  692.  
  693. function punch()
  694. cooldown = true
  695. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  696. part.Transparency = 1
  697. part.Size = Vector3.new(5, 2, 3)
  698. part.CanCollide = false
  699. local w1 = Instance.new("Weld", part)
  700. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  701. w1.Part1 = part
  702. w1.C1 = CFrame.new(0,0,2)
  703. part.Touched:connect(function(hit)
  704. if game.Players:FindFirstChild(hit.Parent.Name) then
  705. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  706. if plr.Name ~= game.Players.LocalPlayer.Name then
  707. part:Destroy()
  708.  
  709. for i = 1,100 do
  710. meleeRemote:FireServer(plr)
  711. end
  712. end
  713. end
  714. end)
  715.  
  716. wait(1)
  717. cooldown = false
  718. part:Destroy()
  719. end
  720.  
  721.  
  722. mouse.KeyDown:connect(function(key)
  723. if cooldown == false then
  724. if key:lower() == "f" then
  725.  
  726. punch()
  727.  
  728. end
  729. end
  730. end)
  731. elseif CmdBox.Text == 'pt' then
  732. workspace.Remote.TeamEvent:FireServer("Bright blue")
  733. elseif CmdBox.Text == 'rbc' then
  734. print('Coming Soon')
  735. elseif CmdBox.Text == 'rd' then
  736. workspace.Prison_Cellblock.doors:Destroy()
  737.  
  738. for i,v in pairs(workspace:GetChildren())do
  739. if v.Name == "Doors" then
  740. v:Destroy()
  741. end
  742. end
  743. elseif CmdBox.Text == 're' then
  744. function r15(plr)
  745. if plr.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  746. return true
  747. end
  748. end
  749. refresh(game.Players.LocalPlayer)
  750. elseif CmdBox.Text == 'ungod' then
  751. refresh(game.Players.LocalPlayer)
  752. elseif CmdBox.Text == 'vis' then
  753. refresh(game.Players.LocalPlayer)
  754. elseif CmdBox.Text == 'yard' then
  755. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(787.977356, 97.9698563, 2467.30054)
  756. elseif CmdBox.Text == 'pr' then
  757. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(837.655151, 99.9855804, 2267.54224)
  758. elseif CmdBox.Text == 'inmate' then
  759. workspace.Remote.TeamEvent:FireServer("Bright orange")
  760. end
  761. end
  762. end)
  763. coroutine.resume(coroutine.create(SCRIPT_DLNY72_FAKESCRIPT))
  764. function SCRIPT_XIVI70_FAKESCRIPT() -- MoonAdmin.open
  765. local script = Instance.new('LocalScript')
  766. script.Parent = MoonAdmin
  767. Holder = script.Parent.CmdsFrame
  768. Cmd = script.Parent.CmdBar
  769. --Function--
  770. function size()
  771. Cmdbar:TweenSize(UDim2.new(0, 448,0, 37), "In", "Sine", 1)
  772. Cmd:TweenSize(UDim2.new(0, 447,0, 37), "In", "Sine", 1)
  773. Cmdbar.Frame:TweenSize(UDim2.new(0, 448,0, 3), "In", "Sine", 1)
  774. end
  775.  
  776. function maximizeHolder()
  777. Holder:TweenSize(UDim2.new(0, 447,0, 108), "In", "Sine", 1)
  778. end
  779.  
  780. Cmdbar = script.Parent.CmdBar.CmdBox
  781. PLifMouse = game.Players.LocalPlayer:GetMouse()
  782. prefix = ';'
  783. PLifMouse.KeyDown:connect(function(Key)
  784. if (Key==';') then
  785. Cmdbar:CaptureFocus()
  786. size()
  787. maximizeHolder()
  788. end
  789. end)
  790.  
  791.  
  792. end
  793. coroutine.resume(coroutine.create(SCRIPT_XIVI70_FAKESCRIPT))
  794. function SCRIPT_YUMZ82_FAKESCRIPT() -- esp.rbg
  795. local script = Instance.new('LocalScript')
  796. script.Parent = esp
  797. local r = { --color of the rainbow
  798. Color3.fromRGB(254, 0, 0); --red
  799. Color3.fromRGB(255, 127, 0); --orange
  800. Color3.fromRGB(255, 221, 1); --yellow
  801. Color3.fromRGB(0, 200, 0); --green
  802. Color3.fromRGB(0, 160, 199); --light blue
  803. Color3.fromRGB(0, 55, 230); --dark blue
  804. Color3.fromRGB(129, 16, 210)} --purple
  805. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  806. script.Parent.TextColor3 = r[1] --change this to your desired property
  807. i = 1
  808. while true do
  809. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  810. TextColor3 = r[i]}) --change this to your desired property
  811. tween:Play()
  812. repeat wait() until tween.Completed
  813. wait(0.1)
  814. if i == #r then i = 1 else i = i + 1 end
  815. end
  816.  
  817. end
  818. coroutine.resume(coroutine.create(SCRIPT_YUMZ82_FAKESCRIPT))
  819. function SCRIPT_PKPV65_FAKESCRIPT() -- fly.rbg
  820. local script = Instance.new('LocalScript')
  821. script.Parent = fly
  822. local r = { --color of the rainbow
  823. Color3.fromRGB(254, 0, 0); --red
  824. Color3.fromRGB(255, 127, 0); --orange
  825. Color3.fromRGB(255, 221, 1); --yellow
  826. Color3.fromRGB(0, 200, 0); --green
  827. Color3.fromRGB(0, 160, 199); --light blue
  828. Color3.fromRGB(0, 55, 230); --dark blue
  829. Color3.fromRGB(129, 16, 210)} --purple
  830. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  831. script.Parent.TextColor3 = r[1] --change this to your desired property
  832. i = 1
  833. while true do
  834. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  835. TextColor3 = r[i]}) --change this to your desired property
  836. tween:Play()
  837. repeat wait() until tween.Completed
  838. wait(0.1)
  839. if i == #r then i = 1 else i = i + 1 end
  840. end
  841.  
  842. end
  843. coroutine.resume(coroutine.create(SCRIPT_PKPV65_FAKESCRIPT))
  844. function SCRIPT_QUJU72_FAKESCRIPT() -- getguns.rbg
  845. local script = Instance.new('LocalScript')
  846. script.Parent = getguns
  847. local r = { --color of the rainbow
  848. Color3.fromRGB(254, 0, 0); --red
  849. Color3.fromRGB(255, 127, 0); --orange
  850. Color3.fromRGB(255, 221, 1); --yellow
  851. Color3.fromRGB(0, 200, 0); --green
  852. Color3.fromRGB(0, 160, 199); --light blue
  853. Color3.fromRGB(0, 55, 230); --dark blue
  854. Color3.fromRGB(129, 16, 210)} --purple
  855. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  856. script.Parent.TextColor3 = r[1] --change this to your desired property
  857. i = 1
  858. while true do
  859. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  860. TextColor3 = r[i]}) --change this to your desired property
  861. tween:Play()
  862. repeat wait() until tween.Completed
  863. wait(0.1)
  864. if i == #r then i = 1 else i = i + 1 end
  865. end
  866.  
  867. end
  868. coroutine.resume(coroutine.create(SCRIPT_QUJU72_FAKESCRIPT))
  869. function SCRIPT_XKSX80_FAKESCRIPT() -- infammo.rbg
  870. local script = Instance.new('LocalScript')
  871. script.Parent = infammo
  872. local r = { --color of the rainbow
  873. Color3.fromRGB(254, 0, 0); --red
  874. Color3.fromRGB(255, 127, 0); --orange
  875. Color3.fromRGB(255, 221, 1); --yellow
  876. Color3.fromRGB(0, 200, 0); --green
  877. Color3.fromRGB(0, 160, 199); --light blue
  878. Color3.fromRGB(0, 55, 230); --dark blue
  879. Color3.fromRGB(129, 16, 210)} --purple
  880. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  881. script.Parent.TextColor3 = r[1] --change this to your desired property
  882. i = 1
  883. while true do
  884. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  885. TextColor3 = r[i]}) --change this to your desired property
  886. tween:Play()
  887. repeat wait() until tween.Completed
  888. wait(0.1)
  889. if i == #r then i = 1 else i = i + 1 end
  890. end
  891.  
  892. end
  893. coroutine.resume(coroutine.create(SCRIPT_XKSX80_FAKESCRIPT))
  894. function SCRIPT_JRFU88_FAKESCRIPT() -- randombulletcolor.rbg
  895. local script = Instance.new('LocalScript')
  896. script.Parent = randombulletcolor
  897. local r = { --color of the rainbow
  898. Color3.fromRGB(254, 0, 0); --red
  899. Color3.fromRGB(255, 127, 0); --orange
  900. Color3.fromRGB(255, 221, 1); --yellow
  901. Color3.fromRGB(0, 200, 0); --green
  902. Color3.fromRGB(0, 160, 199); --light blue
  903. Color3.fromRGB(0, 55, 230); --dark blue
  904. Color3.fromRGB(129, 16, 210)} --purple
  905. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  906. script.Parent.TextColor3 = r[1] --change this to your desired property
  907. i = 1
  908. while true do
  909. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  910. TextColor3 = r[i]}) --change this to your desired property
  911. tween:Play()
  912. repeat wait() until tween.Completed
  913. wait(0.1)
  914. if i == #r then i = 1 else i = i + 1 end
  915. end
  916.  
  917. end
  918. coroutine.resume(coroutine.create(SCRIPT_JRFU88_FAKESCRIPT))
  919. function SCRIPT_HCOF88_FAKESCRIPT() -- guardteam.rbg
  920. local script = Instance.new('LocalScript')
  921. script.Parent = guardteam
  922. local r = { --color of the rainbow
  923. Color3.fromRGB(254, 0, 0); --red
  924. Color3.fromRGB(255, 127, 0); --orange
  925. Color3.fromRGB(255, 221, 1); --yellow
  926. Color3.fromRGB(0, 200, 0); --green
  927. Color3.fromRGB(0, 160, 199); --light blue
  928. Color3.fromRGB(0, 55, 230); --dark blue
  929. Color3.fromRGB(129, 16, 210)} --purple
  930. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  931. script.Parent.TextColor3 = r[1] --change this to your desired property
  932. i = 1
  933. while true do
  934. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  935. TextColor3 = r[i]}) --change this to your desired property
  936. tween:Play()
  937. repeat wait() until tween.Completed
  938. wait(0.1)
  939. if i == #r then i = 1 else i = i + 1 end
  940. end
  941.  
  942. end
  943. coroutine.resume(coroutine.create(SCRIPT_HCOF88_FAKESCRIPT))
  944. function SCRIPT_RBCI89_FAKESCRIPT() -- inmateteam.rbg
  945. local script = Instance.new('LocalScript')
  946. script.Parent = inmateteam
  947. local r = { --color of the rainbow
  948. Color3.fromRGB(254, 0, 0); --red
  949. Color3.fromRGB(255, 127, 0); --orange
  950. Color3.fromRGB(255, 221, 1); --yellow
  951. Color3.fromRGB(0, 200, 0); --green
  952. Color3.fromRGB(0, 160, 199); --light blue
  953. Color3.fromRGB(0, 55, 230); --dark blue
  954. Color3.fromRGB(129, 16, 210)} --purple
  955. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  956. script.Parent.TextColor3 = r[1] --change this to your desired property
  957. i = 1
  958. while true do
  959. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  960. TextColor3 = r[i]}) --change this to your desired property
  961. tween:Play()
  962. repeat wait() until tween.Completed
  963. wait(0.1)
  964. if i == #r then i = 1 else i = i + 1 end
  965. end
  966.  
  967. end
  968. coroutine.resume(coroutine.create(SCRIPT_RBCI89_FAKESCRIPT))
  969. function SCRIPT_PXII78_FAKESCRIPT() -- crimteam.rbg
  970. local script = Instance.new('LocalScript')
  971. script.Parent = crimteam
  972. local r = { --color of the rainbow
  973. Color3.fromRGB(254, 0, 0); --red
  974. Color3.fromRGB(255, 127, 0); --orange
  975. Color3.fromRGB(255, 221, 1); --yellow
  976. Color3.fromRGB(0, 200, 0); --green
  977. Color3.fromRGB(0, 160, 199); --light blue
  978. Color3.fromRGB(0, 55, 230); --dark blue
  979. Color3.fromRGB(129, 16, 210)} --purple
  980. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  981. script.Parent.TextColor3 = r[1] --change this to your desired property
  982. i = 1
  983. while true do
  984. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  985. TextColor3 = r[i]}) --change this to your desired property
  986. tween:Play()
  987. repeat wait() until tween.Completed
  988. wait(0.1)
  989. if i == #r then i = 1 else i = i + 1 end
  990. end
  991.  
  992. end
  993. coroutine.resume(coroutine.create(SCRIPT_PXII78_FAKESCRIPT))
  994. function SCRIPT_EEQB71_FAKESCRIPT() -- neutralteam.rbg
  995. local script = Instance.new('LocalScript')
  996. script.Parent = neutralteam
  997. local r = { --color of the rainbow
  998. Color3.fromRGB(254, 0, 0); --red
  999. Color3.fromRGB(255, 127, 0); --orange
  1000. Color3.fromRGB(255, 221, 1); --yellow
  1001. Color3.fromRGB(0, 200, 0); --green
  1002. Color3.fromRGB(0, 160, 199); --light blue
  1003. Color3.fromRGB(0, 55, 230); --dark blue
  1004. Color3.fromRGB(129, 16, 210)} --purple
  1005. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1006. script.Parent.TextColor3 = r[1] --change this to your desired property
  1007. i = 1
  1008. while true do
  1009. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1010. TextColor3 = r[i]}) --change this to your desired property
  1011. tween:Play()
  1012. repeat wait() until tween.Completed
  1013. wait(0.1)
  1014. if i == #r then i = 1 else i = i + 1 end
  1015. end
  1016.  
  1017. end
  1018. coroutine.resume(coroutine.create(SCRIPT_EEQB71_FAKESCRIPT))
  1019. function SCRIPT_SNJA67_FAKESCRIPT() -- crimbase.rbg
  1020. local script = Instance.new('LocalScript')
  1021. script.Parent = crimbase
  1022. local r = { --color of the rainbow
  1023. Color3.fromRGB(254, 0, 0); --red
  1024. Color3.fromRGB(255, 127, 0); --orange
  1025. Color3.fromRGB(255, 221, 1); --yellow
  1026. Color3.fromRGB(0, 200, 0); --green
  1027. Color3.fromRGB(0, 160, 199); --light blue
  1028. Color3.fromRGB(0, 55, 230); --dark blue
  1029. Color3.fromRGB(129, 16, 210)} --purple
  1030. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1031. script.Parent.TextColor3 = r[1] --change this to your desired property
  1032. i = 1
  1033. while true do
  1034. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1035. TextColor3 = r[i]}) --change this to your desired property
  1036. tween:Play()
  1037. repeat wait() until tween.Completed
  1038. wait(0.1)
  1039. if i == #r then i = 1 else i = i + 1 end
  1040. end
  1041.  
  1042. end
  1043. coroutine.resume(coroutine.create(SCRIPT_SNJA67_FAKESCRIPT))
  1044. function SCRIPT_HEHO89_FAKESCRIPT() -- yard.rbg
  1045. local script = Instance.new('LocalScript')
  1046. script.Parent = yard
  1047. local r = { --color of the rainbow
  1048. Color3.fromRGB(254, 0, 0); --red
  1049. Color3.fromRGB(255, 127, 0); --orange
  1050. Color3.fromRGB(255, 221, 1); --yellow
  1051. Color3.fromRGB(0, 200, 0); --green
  1052. Color3.fromRGB(0, 160, 199); --light blue
  1053. Color3.fromRGB(0, 55, 230); --dark blue
  1054. Color3.fromRGB(129, 16, 210)} --purple
  1055. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1056. script.Parent.TextColor3 = r[1] --change this to your desired property
  1057. i = 1
  1058. while true do
  1059. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1060. TextColor3 = r[i]}) --change this to your desired property
  1061. tween:Play()
  1062. repeat wait() until tween.Completed
  1063. wait(0.1)
  1064. if i == #r then i = 1 else i = i + 1 end
  1065. end
  1066.  
  1067. end
  1068. coroutine.resume(coroutine.create(SCRIPT_HEHO89_FAKESCRIPT))
  1069. function SCRIPT_IDBA85_FAKESCRIPT() -- cafeteria.rbg
  1070. local script = Instance.new('LocalScript')
  1071. script.Parent = cafeteria
  1072. local r = { --color of the rainbow
  1073. Color3.fromRGB(254, 0, 0); --red
  1074. Color3.fromRGB(255, 127, 0); --orange
  1075. Color3.fromRGB(255, 221, 1); --yellow
  1076. Color3.fromRGB(0, 200, 0); --green
  1077. Color3.fromRGB(0, 160, 199); --light blue
  1078. Color3.fromRGB(0, 55, 230); --dark blue
  1079. Color3.fromRGB(129, 16, 210)} --purple
  1080. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1081. script.Parent.TextColor3 = r[1] --change this to your desired property
  1082. i = 1
  1083. while true do
  1084. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1085. TextColor3 = r[i]}) --change this to your desired property
  1086. tween:Play()
  1087. repeat wait() until tween.Completed
  1088. wait(0.1)
  1089. if i == #r then i = 1 else i = i + 1 end
  1090. end
  1091.  
  1092. end
  1093. coroutine.resume(coroutine.create(SCRIPT_IDBA85_FAKESCRIPT))
  1094. function SCRIPT_JEVM68_FAKESCRIPT() -- jailcells.rbg
  1095. local script = Instance.new('LocalScript')
  1096. script.Parent = jailcells
  1097. local r = { --color of the rainbow
  1098. Color3.fromRGB(254, 0, 0); --red
  1099. Color3.fromRGB(255, 127, 0); --orange
  1100. Color3.fromRGB(255, 221, 1); --yellow
  1101. Color3.fromRGB(0, 200, 0); --green
  1102. Color3.fromRGB(0, 160, 199); --light blue
  1103. Color3.fromRGB(0, 55, 230); --dark blue
  1104. Color3.fromRGB(129, 16, 210)} --purple
  1105. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1106. script.Parent.TextColor3 = r[1] --change this to your desired property
  1107. i = 1
  1108. while true do
  1109. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1110. TextColor3 = r[i]}) --change this to your desired property
  1111. tween:Play()
  1112. repeat wait() until tween.Completed
  1113. wait(0.1)
  1114. if i == #r then i = 1 else i = i + 1 end
  1115. end
  1116.  
  1117. end
  1118. coroutine.resume(coroutine.create(SCRIPT_JEVM68_FAKESCRIPT))
  1119. function SCRIPT_TQUA68_FAKESCRIPT() -- policeroom.rbg
  1120. local script = Instance.new('LocalScript')
  1121. script.Parent = policeroom
  1122. local r = { --color of the rainbow
  1123. Color3.fromRGB(254, 0, 0); --red
  1124. Color3.fromRGB(255, 127, 0); --orange
  1125. Color3.fromRGB(255, 221, 1); --yellow
  1126. Color3.fromRGB(0, 200, 0); --green
  1127. Color3.fromRGB(0, 160, 199); --light blue
  1128. Color3.fromRGB(0, 55, 230); --dark blue
  1129. Color3.fromRGB(129, 16, 210)} --purple
  1130. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1131. script.Parent.TextColor3 = r[1] --change this to your desired property
  1132. i = 1
  1133. while true do
  1134. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1135. TextColor3 = r[i]}) --change this to your desired property
  1136. tween:Play()
  1137. repeat wait() until tween.Completed
  1138. wait(0.1)
  1139. if i == #r then i = 1 else i = i + 1 end
  1140. end
  1141.  
  1142. end
  1143. coroutine.resume(coroutine.create(SCRIPT_TQUA68_FAKESCRIPT))
  1144. function SCRIPT_JUUH74_FAKESCRIPT() -- removedoors.rbg
  1145. local script = Instance.new('LocalScript')
  1146. script.Parent = removedoors
  1147. local r = { --color of the rainbow
  1148. Color3.fromRGB(254, 0, 0); --red
  1149. Color3.fromRGB(255, 127, 0); --orange
  1150. Color3.fromRGB(255, 221, 1); --yellow
  1151. Color3.fromRGB(0, 200, 0); --green
  1152. Color3.fromRGB(0, 160, 199); --light blue
  1153. Color3.fromRGB(0, 55, 230); --dark blue
  1154. Color3.fromRGB(129, 16, 210)} --purple
  1155. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1156. script.Parent.TextColor3 = r[1] --change this to your desired property
  1157. i = 1
  1158. while true do
  1159. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1160. TextColor3 = r[i]}) --change this to your desired property
  1161. tween:Play()
  1162. repeat wait() until tween.Completed
  1163. wait(0.1)
  1164. if i == #r then i = 1 else i = i + 1 end
  1165. end
  1166.  
  1167. end
  1168. coroutine.resume(coroutine.create(SCRIPT_JUUH74_FAKESCRIPT))
  1169. function SCRIPT_HHJD88_FAKESCRIPT() -- invis.rbg
  1170. local script = Instance.new('LocalScript')
  1171. script.Parent = invis
  1172. local r = { --color of the rainbow
  1173. Color3.fromRGB(254, 0, 0); --red
  1174. Color3.fromRGB(255, 127, 0); --orange
  1175. Color3.fromRGB(255, 221, 1); --yellow
  1176. Color3.fromRGB(0, 200, 0); --green
  1177. Color3.fromRGB(0, 160, 199); --light blue
  1178. Color3.fromRGB(0, 55, 230); --dark blue
  1179. Color3.fromRGB(129, 16, 210)} --purple
  1180. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1181. script.Parent.TextColor3 = r[1] --change this to your desired property
  1182. i = 1
  1183. while true do
  1184. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1185. TextColor3 = r[i]}) --change this to your desired property
  1186. tween:Play()
  1187. repeat wait() until tween.Completed
  1188. wait(0.1)
  1189. if i == #r then i = 1 else i = i + 1 end
  1190. end
  1191.  
  1192. end
  1193. coroutine.resume(coroutine.create(SCRIPT_HHJD88_FAKESCRIPT))
  1194. function SCRIPT_FEGI87_FAKESCRIPT() -- vis.rbg
  1195. local script = Instance.new('LocalScript')
  1196. script.Parent = vis
  1197. local r = { --color of the rainbow
  1198. Color3.fromRGB(254, 0, 0); --red
  1199. Color3.fromRGB(255, 127, 0); --orange
  1200. Color3.fromRGB(255, 221, 1); --yellow
  1201. Color3.fromRGB(0, 200, 0); --green
  1202. Color3.fromRGB(0, 160, 199); --light blue
  1203. Color3.fromRGB(0, 55, 230); --dark blue
  1204. Color3.fromRGB(129, 16, 210)} --purple
  1205. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1206. script.Parent.TextColor3 = r[1] --change this to your desired property
  1207. i = 1
  1208. while true do
  1209. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1210. TextColor3 = r[i]}) --change this to your desired property
  1211. tween:Play()
  1212. repeat wait() until tween.Completed
  1213. wait(0.1)
  1214. if i == #r then i = 1 else i = i + 1 end
  1215. end
  1216.  
  1217. end
  1218. coroutine.resume(coroutine.create(SCRIPT_FEGI87_FAKESCRIPT))
  1219. function SCRIPT_PTGD77_FAKESCRIPT() -- god.rbg
  1220. local script = Instance.new('LocalScript')
  1221. script.Parent = god
  1222. local r = { --color of the rainbow
  1223. Color3.fromRGB(254, 0, 0); --red
  1224. Color3.fromRGB(255, 127, 0); --orange
  1225. Color3.fromRGB(255, 221, 1); --yellow
  1226. Color3.fromRGB(0, 200, 0); --green
  1227. Color3.fromRGB(0, 160, 199); --light blue
  1228. Color3.fromRGB(0, 55, 230); --dark blue
  1229. Color3.fromRGB(129, 16, 210)} --purple
  1230. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1231. script.Parent.TextColor3 = r[1] --change this to your desired property
  1232. i = 1
  1233. while true do
  1234. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1235. TextColor3 = r[i]}) --change this to your desired property
  1236. tween:Play()
  1237. repeat wait() until tween.Completed
  1238. wait(0.1)
  1239. if i == #r then i = 1 else i = i + 1 end
  1240. end
  1241.  
  1242. end
  1243. coroutine.resume(coroutine.create(SCRIPT_PTGD77_FAKESCRIPT))
  1244. function SCRIPT_FYWE77_FAKESCRIPT() -- ungod.rbg
  1245. local script = Instance.new('LocalScript')
  1246. script.Parent = ungod
  1247. local r = { --color of the rainbow
  1248. Color3.fromRGB(254, 0, 0); --red
  1249. Color3.fromRGB(255, 127, 0); --orange
  1250. Color3.fromRGB(255, 221, 1); --yellow
  1251. Color3.fromRGB(0, 200, 0); --green
  1252. Color3.fromRGB(0, 160, 199); --light blue
  1253. Color3.fromRGB(0, 55, 230); --dark blue
  1254. Color3.fromRGB(129, 16, 210)} --purple
  1255. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1256. script.Parent.TextColor3 = r[1] --change this to your desired property
  1257. i = 1
  1258. while true do
  1259. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1260. TextColor3 = r[i]}) --change this to your desired property
  1261. tween:Play()
  1262. repeat wait() until tween.Completed
  1263. wait(0.1)
  1264. if i == #r then i = 1 else i = i + 1 end
  1265. end
  1266.  
  1267. end
  1268. coroutine.resume(coroutine.create(SCRIPT_FYWE77_FAKESCRIPT))
  1269. function SCRIPT_IOZI68_FAKESCRIPT() -- respawn.rbg
  1270. local script = Instance.new('LocalScript')
  1271. script.Parent = respawn
  1272. local r = { --color of the rainbow
  1273. Color3.fromRGB(254, 0, 0); --red
  1274. Color3.fromRGB(255, 127, 0); --orange
  1275. Color3.fromRGB(255, 221, 1); --yellow
  1276. Color3.fromRGB(0, 200, 0); --green
  1277. Color3.fromRGB(0, 160, 199); --light blue
  1278. Color3.fromRGB(0, 55, 230); --dark blue
  1279. Color3.fromRGB(129, 16, 210)} --purple
  1280. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1281. script.Parent.TextColor3 = r[1] --change this to your desired property
  1282. i = 1
  1283. while true do
  1284. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1285. TextColor3 = r[i]}) --change this to your desired property
  1286. tween:Play()
  1287. repeat wait() until tween.Completed
  1288. wait(0.1)
  1289. if i == #r then i = 1 else i = i + 1 end
  1290. end
  1291.  
  1292. end
  1293. coroutine.resume(coroutine.create(SCRIPT_IOZI68_FAKESCRIPT))
  1294. function SCRIPT_RGSE71_FAKESCRIPT() -- onepunch.rbg
  1295. local script = Instance.new('LocalScript')
  1296. script.Parent = onepunch
  1297. local r = { --color of the rainbow
  1298. Color3.fromRGB(254, 0, 0); --red
  1299. Color3.fromRGB(255, 127, 0); --orange
  1300. Color3.fromRGB(255, 221, 1); --yellow
  1301. Color3.fromRGB(0, 200, 0); --green
  1302. Color3.fromRGB(0, 160, 199); --light blue
  1303. Color3.fromRGB(0, 55, 230); --dark blue
  1304. Color3.fromRGB(129, 16, 210)} --purple
  1305. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1306. script.Parent.TextColor3 = r[1] --change this to your desired property
  1307. i = 1
  1308. while true do
  1309. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1310. TextColor3 = r[i]}) --change this to your desired property
  1311. tween:Play()
  1312. repeat wait() until tween.Completed
  1313. wait(0.1)
  1314. if i == #r then i = 1 else i = i + 1 end
  1315. end
  1316.  
  1317. end
  1318. coroutine.resume(coroutine.create(SCRIPT_RGSE71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement