Advertisement
unknownexploits

nds_ui_shit

Jul 31st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.62 KB | None | 0 0
  1. -- By unknown_45273#2851
  2. -- Version 2
  3. -- Go pussy hunting with this shit dawg
  4. local nds_ui = Instance.new("ScreenGui")
  5. local teleports = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local autofarm = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local lobby = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local island = Instance.new("TextButton")
  13. local desc = Instance.new("TextLabel")
  14. local visual = Instance.new("Frame")
  15. local title_2 = Instance.new("TextLabel")
  16. local Esp = Instance.new("TextButton")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local fullbright = Instance.new("TextButton")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local nineeleven = Instance.new("TextButton")
  21. local TextLabel_6 = Instance.new("TextLabel")
  22. local desc_2 = Instance.new("TextLabel")
  23. local rggb = Instance.new("TextButton")
  24. local title_3 = Instance.new("TextLabel")
  25. local char = Instance.new("Frame")
  26. local title_4 = Instance.new("TextLabel")
  27. local superspeed = Instance.new("TextButton")
  28. local TextLabel_7 = Instance.new("TextLabel")
  29. local sjump = Instance.new("TextButton")
  30. local TextLabel_8 = Instance.new("TextLabel")
  31. local noclip = Instance.new("TextButton")
  32. local TextLabel_9 = Instance.new("TextLabel")
  33. local desc_3 = Instance.new("TextLabel")
  34. local falldmage = Instance.new("TextButton")
  35. local TextLabel_10 = Instance.new("TextLabel")
  36. local fly = Instance.new("TextButton")
  37. local TextLabel_11 = Instance.new("TextLabel")
  38. local bang_ally = Instance.new("TextButton")
  39. local TextLabel_12 = Instance.new("TextLabel")
  40. local miscellaneous = Instance.new("Frame")
  41. local title_5 = Instance.new("TextLabel")
  42. local gravity = Instance.new("TextButton")
  43. local TextLabel_13 = Instance.new("TextLabel")
  44. local desc_4 = Instance.new("TextLabel")
  45. local TextLabel_14 = Instance.new("TextLabel")
  46. local ally = Instance.new("TextButton")
  47. local raven = Instance.new("TextButton")
  48. local TextLabel_15 = Instance.new("TextLabel")
  49. local TextLabel_16 = Instance.new("TextLabel")
  50. local kneecoal = Instance.new("TextButton")
  51. local user_box = Instance.new("TextBox")
  52. local autofarm_user = Instance.new("TextButton")
  53. local log = Instance.new("Frame")
  54. local title_6 = Instance.new("TextLabel")
  55. local Changelog_1 = Instance.new("TextLabel")
  56. local desc_5 = Instance.new("TextLabel")
  57. local Version = Instance.new("TextLabel")
  58. local Changelog_3 = Instance.new("TextLabel")
  59. local Changelog_2 = Instance.new("TextLabel")
  60. local Changelog_4 = Instance.new("TextLabel")
  61. local Frame = Instance.new("Frame")
  62. local title_7 = Instance.new("TextLabel")
  63. local desc_6 = Instance.new("TextLabel")
  64. local Changelog_3_2 = Instance.new("TextLabel")
  65. local Changelog_2_2 = Instance.new("TextLabel")
  66. local Changelog_4_2 = Instance.new("TextLabel")
  67. local LogPanel = Instance.new("ScrollingFrame")
  68. local Log = Instance.new("TextButton")
  69. local TextLabel_17 = Instance.new("TextLabel")
  70. --Properties:
  71. nds_ui.Name = "nds_ui"
  72. nds_ui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  73. nds_ui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  74. nds_ui.ResetOnSpawn = false
  75.  
  76. teleports.Name = "teleports"
  77. teleports.Parent = nds_ui
  78. teleports.Active = true
  79. teleports.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  80. teleports.BackgroundTransparency = 0.10999999940395
  81. teleports.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  82. teleports.BorderSizePixel = 2
  83. teleports.Position = UDim2.new(0.0327743925, 0, 0.168469876, 0)
  84. teleports.Size = UDim2.new(0, 227, 0, 68)
  85.  
  86. title.Name = "title"
  87. title.Parent = teleports
  88. title.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  89. title.BackgroundTransparency = 0.10999999940395
  90. title.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  91. title.BorderSizePixel = 2
  92. title.Position = UDim2.new(0, 0, -0.784823239, 0)
  93. title.Size = UDim2.new(0, 227, 0, 45)
  94. title.Font = Enum.Font.SourceSans
  95. title.Text = "Teleports n shit"
  96. title.TextColor3 = Color3.new(1, 1, 1)
  97. title.TextSize = 40
  98. title.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  99. title.TextStrokeTransparency = 0
  100. title.TextWrapped = true
  101.  
  102. autofarm.Name = "autofarm"
  103. autofarm.Parent = teleports
  104. autofarm.Active = false
  105. autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
  106. autofarm.BackgroundTransparency = 1
  107. autofarm.Position = UDim2.new(0.824006796, 0, 0, 0)
  108. autofarm.Size = UDim2.new(0, 39, 0, 23)
  109. autofarm.Font = Enum.Font.Code
  110. autofarm.Text = "OFF"
  111. autofarm.TextColor3 = Color3.new(1, 0, 0)
  112. autofarm.TextSize = 20
  113. autofarm.TextWrapped = true
  114.  
  115. TextLabel.Parent = teleports
  116. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel.BackgroundTransparency = 1
  118. TextLabel.BorderSizePixel = 0
  119. TextLabel.Position = UDim2.new(0.0240549985, 0, 0, 0)
  120. TextLabel.Size = UDim2.new(0, 117, 0, 23)
  121. TextLabel.Font = Enum.Font.Code
  122. TextLabel.Text = "Autofarm"
  123. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel.TextSize = 20
  125. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  126.  
  127. lobby.Name = "lobby"
  128. lobby.Parent = teleports
  129. lobby.Active = false
  130. lobby.BackgroundColor3 = Color3.new(1, 1, 1)
  131. lobby.BackgroundTransparency = 1
  132. lobby.Position = UDim2.new(0.824006796, 0, 0.328259498, 0)
  133. lobby.Size = UDim2.new(0, 39, 0, 23)
  134. lobby.Font = Enum.Font.Code
  135. lobby.Text = "OFF"
  136. lobby.TextColor3 = Color3.new(1, 0, 0)
  137. lobby.TextSize = 20
  138. lobby.TextWrapped = true
  139.  
  140. TextLabel_2.Parent = teleports
  141. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextLabel_2.BackgroundTransparency = 1
  143. TextLabel_2.BorderSizePixel = 0
  144. TextLabel_2.Position = UDim2.new(0.0240549985, 0, 0.328259408, 0)
  145. TextLabel_2.Size = UDim2.new(0, 117, 0, 23)
  146. TextLabel_2.Font = Enum.Font.Code
  147. TextLabel_2.Text = "Lobby"
  148. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  149. TextLabel_2.TextSize = 20
  150. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  151.  
  152. TextLabel_3.Parent = teleports
  153. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel_3.BackgroundTransparency = 1
  155. TextLabel_3.BorderSizePixel = 0
  156. TextLabel_3.Position = UDim2.new(0.0240549985, 0, 0.655124664, 0)
  157. TextLabel_3.Size = UDim2.new(0, 117, 0, 23)
  158. TextLabel_3.Font = Enum.Font.Code
  159. TextLabel_3.Text = "Island"
  160. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  161. TextLabel_3.TextSize = 20
  162. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. island.Name = "island"
  165. island.Parent = teleports
  166. island.Active = false
  167. island.BackgroundColor3 = Color3.new(1, 1, 1)
  168. island.BackgroundTransparency = 1
  169. island.Position = UDim2.new(0.824006796, 0, 0.655124724, 0)
  170. island.Size = UDim2.new(0, 39, 0, 23)
  171. island.Font = Enum.Font.Code
  172. island.Text = "OFF"
  173. island.TextColor3 = Color3.new(1, 0, 0)
  174. island.TextSize = 20
  175. island.TextWrapped = true
  176.  
  177. desc.Name = "desc"
  178. desc.Parent = teleports
  179. desc.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  180. desc.BackgroundTransparency = 0.10999999940395
  181. desc.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  182. desc.BorderSizePixel = 2
  183. desc.Position = UDim2.new(0, 0, 1.10000002, 0)
  184. desc.Size = UDim2.new(0, 227, 0, 32)
  185. desc.Font = Enum.Font.SourceSans
  186. desc.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  187. desc.TextColor3 = Color3.new(1, 1, 1)
  188. desc.TextScaled = true
  189. desc.TextSize = 19
  190. desc.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  191. desc.TextStrokeTransparency = 0
  192. desc.TextWrapped = true
  193.  
  194. visual.Name = "visual"
  195. visual.Parent = nds_ui
  196. visual.Active = true
  197. visual.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  198. visual.BackgroundTransparency = 0.10999999940395
  199. visual.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  200. visual.BorderSizePixel = 2
  201. visual.Position = UDim2.new(0.179259181, 0, 0.168109909, 0)
  202. visual.Size = UDim2.new(0, 252, 0, 105)
  203.  
  204. title_2.Name = "title"
  205. title_2.Parent = visual
  206. title_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  207. title_2.BackgroundTransparency = 0.10999999940395
  208. title_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  209. title_2.BorderSizePixel = 2
  210. title_2.Position = UDim2.new(0, 0, -0.518282771, 0)
  211. title_2.Size = UDim2.new(0, 252, 0, 45)
  212. title_2.Font = Enum.Font.SourceSans
  213. title_2.Text = "Visual Cheatz"
  214. title_2.TextColor3 = Color3.new(1, 1, 1)
  215. title_2.TextSize = 40
  216. title_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  217. title_2.TextStrokeTransparency = 0
  218. title_2.TextWrapped = true
  219.  
  220. Esp.Name = "Esp"
  221. Esp.Parent = visual
  222. Esp.Active = false
  223. Esp.BackgroundColor3 = Color3.new(1, 1, 1)
  224. Esp.BackgroundTransparency = 1
  225. Esp.Position = UDim2.new(0.842169821, 0, 0.0627325922, 0)
  226. Esp.Size = UDim2.new(0, 39, 0, 23)
  227. Esp.Font = Enum.Font.Code
  228. Esp.Text = "OFF"
  229. Esp.TextColor3 = Color3.new(1, 0, 0)
  230. Esp.TextSize = 20
  231. Esp.TextWrapped = true
  232.  
  233. TextLabel_4.Parent = visual
  234. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  235. TextLabel_4.BackgroundTransparency = 1
  236. TextLabel_4.BorderSizePixel = 0
  237. TextLabel_4.Position = UDim2.new(0.0240549967, 0, 0.0627326593, 0)
  238. TextLabel_4.Size = UDim2.new(0, 212, 0, 23)
  239. TextLabel_4.Font = Enum.Font.Code
  240. TextLabel_4.Text = "Esp"
  241. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  242. TextLabel_4.TextSize = 20
  243. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  244.  
  245. fullbright.Name = "fullbright"
  246. fullbright.Parent = visual
  247. fullbright.Active = false
  248. fullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  249. fullbright.BackgroundTransparency = 1
  250. fullbright.Position = UDim2.new(0.842169821, 0, 0.281422913, 0)
  251. fullbright.Size = UDim2.new(0, 39, 0, 23)
  252. fullbright.Font = Enum.Font.Code
  253. fullbright.Text = "OFF"
  254. fullbright.TextColor3 = Color3.new(1, 0, 0)
  255. fullbright.TextSize = 20
  256. fullbright.TextWrapped = true
  257.  
  258. TextLabel_5.Parent = visual
  259. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  260. TextLabel_5.BackgroundTransparency = 1
  261. TextLabel_5.BorderSizePixel = 0
  262. TextLabel_5.Position = UDim2.new(0.0240549967, 0, 0.281422943, 0)
  263. TextLabel_5.Size = UDim2.new(0, 212, 0, 23)
  264. TextLabel_5.Font = Enum.Font.Code
  265. TextLabel_5.Text = "Fullbright"
  266. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  267. TextLabel_5.TextSize = 20
  268. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  269.  
  270. nineeleven.Name = "nineeleven"
  271. nineeleven.Parent = visual
  272. nineeleven.Active = false
  273. nineeleven.BackgroundColor3 = Color3.new(1, 1, 1)
  274. nineeleven.BackgroundTransparency = 1
  275. nineeleven.Position = UDim2.new(0.842169821, 0, 0.498740584, 0)
  276. nineeleven.Size = UDim2.new(0, 39, 0, 23)
  277. nineeleven.Font = Enum.Font.Code
  278. nineeleven.Text = "OFF"
  279. nineeleven.TextColor3 = Color3.new(1, 0, 0)
  280. nineeleven.TextSize = 20
  281. nineeleven.TextWrapped = true
  282.  
  283. TextLabel_6.Parent = visual
  284. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  285. TextLabel_6.BackgroundTransparency = 1
  286. TextLabel_6.BorderSizePixel = 0
  287. TextLabel_6.Position = UDim2.new(0.0240549967, 0, 0.498740494, 0)
  288. TextLabel_6.Size = UDim2.new(0, 212, 0, 23)
  289. TextLabel_6.Font = Enum.Font.Code
  290. TextLabel_6.Text = "Commit 9/11"
  291. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  292. TextLabel_6.TextSize = 20
  293. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  294.  
  295. desc_2.Name = "desc"
  296. desc_2.Parent = visual
  297. desc_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  298. desc_2.BackgroundTransparency = 0.10999999940395
  299. desc_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  300. desc_2.BorderSizePixel = 2
  301. desc_2.Position = UDim2.new(0, 0, 1.08000004, 0)
  302. desc_2.Size = UDim2.new(0, 252, 0, 32)
  303. desc_2.Font = Enum.Font.SourceSans
  304. desc_2.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  305. desc_2.TextColor3 = Color3.new(1, 1, 1)
  306. desc_2.TextScaled = true
  307. desc_2.TextSize = 19
  308. desc_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  309. desc_2.TextStrokeTransparency = 0
  310. desc_2.TextWrapped = true
  311.  
  312. rggb.Name = "rggb"
  313. rggb.Parent = visual
  314. rggb.Active = false
  315. rggb.BackgroundColor3 = Color3.new(1, 1, 1)
  316. rggb.BackgroundTransparency = 1
  317. rggb.Position = UDim2.new(0.842169821, 0, 0.725198746, 0)
  318. rggb.Size = UDim2.new(0, 39, 0, 23)
  319. rggb.Font = Enum.Font.Code
  320. rggb.Text = "OFF"
  321. rggb.TextColor3 = Color3.new(1, 0, 0)
  322. rggb.TextSize = 20
  323. rggb.TextWrapped = true
  324.  
  325. title_3.Name = "title"
  326. title_3.Parent = visual
  327. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  328. title_3.BackgroundTransparency = 1
  329. title_3.BorderSizePixel = 0
  330. title_3.Position = UDim2.new(0.0240549967, 0, 0.725198627, 0)
  331. title_3.Size = UDim2.new(0, 212, 0, 23)
  332. title_3.Font = Enum.Font.Code
  333. title_3.Text = "Rgb"
  334. title_3.TextColor3 = Color3.new(1, 1, 1)
  335. title_3.TextSize = 20
  336. title_3.TextXAlignment = Enum.TextXAlignment.Left
  337.  
  338. char.Name = "char"
  339. char.Parent = nds_ui
  340. char.Active = true
  341. char.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  342. char.BackgroundTransparency = 0.10999999940395
  343. char.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  344. char.BorderSizePixel = 2
  345. char.Position = UDim2.new(0.341870219, 0, 0.167659938, 0)
  346. char.Size = UDim2.new(0, 241, 0, 138)
  347.  
  348. title_4.Name = "title"
  349. title_4.Parent = char
  350. title_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  351. title_4.BackgroundTransparency = 0.10999999940395
  352. title_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  353. title_4.BorderSizePixel = 2
  354. title_4.Position = UDim2.new(0, 0, -0.395377725, 0)
  355. title_4.Size = UDim2.new(0, 241, 0, 45)
  356. title_4.Font = Enum.Font.SourceSans
  357. title_4.Text = "Character Cheatz"
  358. title_4.TextColor3 = Color3.new(1, 1, 1)
  359. title_4.TextSize = 40
  360. title_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  361. title_4.TextStrokeTransparency = 0
  362. title_4.TextWrapped = true
  363.  
  364. superspeed.Name = "superspeed"
  365. superspeed.Parent = char
  366. superspeed.Active = false
  367. superspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  368. superspeed.BackgroundTransparency = 1
  369. superspeed.Position = UDim2.new(0.836933732, 0, 0.0246408302, 0)
  370. superspeed.Size = UDim2.new(0, 39, 0, 23)
  371. superspeed.Font = Enum.Font.Code
  372. superspeed.Text = "OFF"
  373. superspeed.TextColor3 = Color3.new(1, 0, 0)
  374. superspeed.TextSize = 20
  375. superspeed.TextWrapped = true
  376.  
  377. TextLabel_7.Parent = char
  378. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  379. TextLabel_7.BackgroundTransparency = 1
  380. TextLabel_7.BorderSizePixel = 0
  381. TextLabel_7.Position = UDim2.new(0.0240549427, 0, 0.00443884358, 0)
  382. TextLabel_7.Size = UDim2.new(0, 158, 0, 23)
  383. TextLabel_7.Font = Enum.Font.Code
  384. TextLabel_7.Text = "Super Speed"
  385. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  386. TextLabel_7.TextSize = 20
  387. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  388.  
  389. sjump.Name = "sjump"
  390. sjump.Parent = char
  391. sjump.Active = false
  392. sjump.BackgroundColor3 = Color3.new(1, 1, 1)
  393. sjump.BackgroundTransparency = 1
  394. sjump.Position = UDim2.new(0.836933732, 0, 0.161484167, 0)
  395. sjump.Size = UDim2.new(0, 39, 0, 23)
  396. sjump.Font = Enum.Font.Code
  397. sjump.Text = "OFF"
  398. sjump.TextColor3 = Color3.new(1, 0, 0)
  399. sjump.TextSize = 20
  400. sjump.TextWrapped = true
  401.  
  402. TextLabel_8.Parent = char
  403. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  404. TextLabel_8.BackgroundTransparency = 1
  405. TextLabel_8.BorderSizePixel = 0
  406. TextLabel_8.Position = UDim2.new(0.0240549427, 0, 0.141282097, 0)
  407. TextLabel_8.Size = UDim2.new(0, 171, 0, 23)
  408. TextLabel_8.Font = Enum.Font.Code
  409. TextLabel_8.Text = "Super Jump"
  410. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  411. TextLabel_8.TextSize = 20
  412. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  413.  
  414. noclip.Name = "noclip"
  415. noclip.Parent = char
  416. noclip.Active = false
  417. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  418. noclip.BackgroundTransparency = 1
  419. noclip.Position = UDim2.new(0.836933732, 0, 0.296571076, 0)
  420. noclip.Size = UDim2.new(0, 39, 0, 23)
  421. noclip.Font = Enum.Font.Code
  422. noclip.Text = "OFF"
  423. noclip.TextColor3 = Color3.new(1, 0, 0)
  424. noclip.TextSize = 20
  425. noclip.TextWrapped = true
  426.  
  427. TextLabel_9.Parent = char
  428. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  429. TextLabel_9.BackgroundTransparency = 1
  430. TextLabel_9.BorderSizePixel = 0
  431. TextLabel_9.Position = UDim2.new(0.0240549427, 0, 0.276369095, 0)
  432. TextLabel_9.Size = UDim2.new(0, 171, 0, 23)
  433. TextLabel_9.Font = Enum.Font.Code
  434. TextLabel_9.Text = "Noclip"
  435. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  436. TextLabel_9.TextSize = 20
  437. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  438.  
  439. desc_3.Name = "desc"
  440. desc_3.Parent = char
  441. desc_3.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  442. desc_3.BackgroundTransparency = 0.10999999940395
  443. desc_3.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  444. desc_3.BorderSizePixel = 2
  445. desc_3.Position = UDim2.new(0, 0, 1.06000006, 0)
  446. desc_3.Size = UDim2.new(0, 241, 0, 32)
  447. desc_3.Font = Enum.Font.SourceSans
  448. desc_3.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  449. desc_3.TextColor3 = Color3.new(1, 1, 1)
  450. desc_3.TextScaled = true
  451. desc_3.TextSize = 19
  452. desc_3.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  453. desc_3.TextStrokeTransparency = 0
  454. desc_3.TextWrapped = true
  455.  
  456. falldmage.Name = "falldmage"
  457. falldmage.Parent = char
  458. falldmage.Active = false
  459. falldmage.BackgroundColor3 = Color3.new(1, 1, 1)
  460. falldmage.BackgroundTransparency = 1
  461. falldmage.Position = UDim2.new(0.836933732, 0, 0.425712675, 0)
  462. falldmage.Size = UDim2.new(0, 39, 0, 23)
  463. falldmage.Font = Enum.Font.Code
  464. falldmage.Text = "OFF"
  465. falldmage.TextColor3 = Color3.new(1, 0, 0)
  466. falldmage.TextSize = 20
  467. falldmage.TextWrapped = true
  468.  
  469. TextLabel_10.Parent = char
  470. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  471. TextLabel_10.BackgroundTransparency = 1
  472. TextLabel_10.BorderSizePixel = 0
  473. TextLabel_10.Position = UDim2.new(0.0240549427, 0, 0.421639651, 0)
  474. TextLabel_10.Size = UDim2.new(0, 171, 0, 23)
  475. TextLabel_10.Font = Enum.Font.Code
  476. TextLabel_10.Text = "No Fall Damage"
  477. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  478. TextLabel_10.TextSize = 20
  479. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  480.  
  481. fly.Name = "fly"
  482. fly.Parent = char
  483. fly.Active = false
  484. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  485. fly.BackgroundTransparency = 1
  486. fly.Position = UDim2.new(0.836933732, 0, 0.582916677, 0)
  487. fly.Size = UDim2.new(0, 39, 0, 23)
  488. fly.Font = Enum.Font.Code
  489. fly.Text = "OFF"
  490. fly.TextColor3 = Color3.new(1, 0, 0)
  491. fly.TextSize = 20
  492. fly.TextWrapped = true
  493.  
  494. TextLabel_11.Parent = char
  495. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  496. TextLabel_11.BackgroundTransparency = 1
  497. TextLabel_11.BorderSizePixel = 0
  498. TextLabel_11.Position = UDim2.new(0.0240549427, 0, 0.578843653, 0)
  499. TextLabel_11.Size = UDim2.new(0, 171, 0, 23)
  500. TextLabel_11.Font = Enum.Font.Code
  501. TextLabel_11.Text = "Fly (Disabled)"
  502. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  503. TextLabel_11.TextSize = 20
  504. TextLabel_11.TextWrapped = true
  505. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  506.  
  507. bang_ally.Name = "bang_ally"
  508. bang_ally.Parent = char
  509. bang_ally.Active = false
  510. bang_ally.BackgroundColor3 = Color3.new(1, 1, 1)
  511. bang_ally.BackgroundTransparency = 1
  512. bang_ally.Position = UDim2.new(0.836933732, 0, 0.770230532, 0)
  513. bang_ally.Size = UDim2.new(0, 39, 0, 23)
  514. bang_ally.Font = Enum.Font.Code
  515. bang_ally.Text = "OFF"
  516. bang_ally.TextColor3 = Color3.new(1, 0, 0)
  517. bang_ally.TextSize = 20
  518. bang_ally.TextWrapped = true
  519.  
  520. TextLabel_12.Parent = char
  521. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  522. TextLabel_12.BackgroundTransparency = 1
  523. TextLabel_12.BorderSizePixel = 0
  524. TextLabel_12.Position = UDim2.new(0.0240549427, 0, 0.766157508, 0)
  525. TextLabel_12.Size = UDim2.new(0, 171, 0, 23)
  526. TextLabel_12.Font = Enum.Font.Code
  527. TextLabel_12.Text = "Bang Ally ;)"
  528. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  529. TextLabel_12.TextSize = 20
  530. TextLabel_12.TextWrapped = true
  531. TextLabel_12.TextXAlignment = Enum.TextXAlignment.Left
  532.  
  533. miscellaneous.Name = "miscellaneous"
  534. miscellaneous.Parent = nds_ui
  535. miscellaneous.Active = true
  536. miscellaneous.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  537. miscellaneous.BackgroundTransparency = 0.10999999940395
  538. miscellaneous.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  539. miscellaneous.BorderSizePixel = 2
  540. miscellaneous.Position = UDim2.new(0.495369762, 0, 0.167659938, 0)
  541. miscellaneous.Size = UDim2.new(0, 234, 0, 112)
  542.  
  543. title_5.Name = "title"
  544. title_5.Parent = miscellaneous
  545. title_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  546. title_5.BackgroundTransparency = 0.10999999940395
  547. title_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  548. title_5.BorderSizePixel = 2
  549. title_5.Position = UDim2.new(0, 0, -0.47246471, 0)
  550. title_5.Size = UDim2.new(0, 234, 0, 45)
  551. title_5.Font = Enum.Font.SourceSans
  552. title_5.Text = "Miscellaneous Cheats"
  553. title_5.TextColor3 = Color3.new(1, 1, 1)
  554. title_5.TextScaled = true
  555. title_5.TextSize = 25
  556. title_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  557. title_5.TextStrokeTransparency = 0
  558. title_5.TextWrapped = true
  559.  
  560. gravity.Name = "gravity"
  561. gravity.Parent = miscellaneous
  562. gravity.Active = false
  563. gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  564. gravity.BackgroundTransparency = 1
  565. gravity.Position = UDim2.new(0.831923544, 0, 0.21125792, 0)
  566. gravity.Size = UDim2.new(0, 39, 0, 23)
  567. gravity.Font = Enum.Font.Code
  568. gravity.Text = "OFF"
  569. gravity.TextColor3 = Color3.new(1, 0, 0)
  570. gravity.TextSize = 20
  571. gravity.TextWrapped = true
  572.  
  573. TextLabel_13.Parent = miscellaneous
  574. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  575. TextLabel_13.BackgroundTransparency = 1
  576. TextLabel_13.BorderSizePixel = 0
  577. TextLabel_13.Position = UDim2.new(0.0240549836, 0, 0.220186502, 0)
  578. TextLabel_13.Size = UDim2.new(0, 181, 0, 23)
  579. TextLabel_13.Font = Enum.Font.Code
  580. TextLabel_13.Text = "Low Gravity"
  581. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  582. TextLabel_13.TextSize = 20
  583. TextLabel_13.TextXAlignment = Enum.TextXAlignment.Left
  584.  
  585. desc_4.Name = "desc"
  586. desc_4.Parent = miscellaneous
  587. desc_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  588. desc_4.BackgroundTransparency = 0.10999999940395
  589. desc_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  590. desc_4.BorderSizePixel = 2
  591. desc_4.Position = UDim2.new(0, 0, 1.10615921, 0)
  592. desc_4.Size = UDim2.new(0, 234, 0, 32)
  593. desc_4.Font = Enum.Font.SourceSans
  594. desc_4.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  595. desc_4.TextColor3 = Color3.new(1, 1, 1)
  596. desc_4.TextScaled = true
  597. desc_4.TextSize = 19
  598. desc_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  599. desc_4.TextStrokeTransparency = 0
  600. desc_4.TextWrapped = true
  601.  
  602. TextLabel_14.Parent = miscellaneous
  603. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  604. TextLabel_14.BackgroundTransparency = 1
  605. TextLabel_14.BorderSizePixel = 0
  606. TextLabel_14.Position = UDim2.new(0.0240549836, 0, 0.397630423, 0)
  607. TextLabel_14.Size = UDim2.new(0, 189, 0, 25)
  608. TextLabel_14.Font = Enum.Font.Code
  609. TextLabel_14.Text = "Autofarm Ally"
  610. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  611. TextLabel_14.TextSize = 20
  612. TextLabel_14.TextWrapped = true
  613. TextLabel_14.TextXAlignment = Enum.TextXAlignment.Left
  614.  
  615. ally.Name = "ally"
  616. ally.Parent = miscellaneous
  617. ally.Active = false
  618. ally.BackgroundColor3 = Color3.new(1, 1, 1)
  619. ally.BackgroundTransparency = 1
  620. ally.Position = UDim2.new(0.831923544, 0, 0.388701767, 0)
  621. ally.Size = UDim2.new(0, 38, 0, 25)
  622. ally.Font = Enum.Font.Code
  623. ally.Text = "OFF"
  624. ally.TextColor3 = Color3.new(1, 0, 0)
  625. ally.TextSize = 20
  626. ally.TextWrapped = true
  627.  
  628. raven.Name = "raven"
  629. raven.Parent = miscellaneous
  630. raven.Active = false
  631. raven.BackgroundColor3 = Color3.new(1, 1, 1)
  632. raven.BackgroundTransparency = 1
  633. raven.Position = UDim2.new(0.835359991, 0, 0.760375977, 0)
  634. raven.Size = UDim2.new(0, 38, 0, 25)
  635. raven.Font = Enum.Font.Code
  636. raven.Text = "OFF"
  637. raven.TextColor3 = Color3.new(1, 0, 0)
  638. raven.TextSize = 20
  639. raven.TextWrapped = true
  640.  
  641. TextLabel_15.Parent = miscellaneous
  642. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  643. TextLabel_15.BackgroundTransparency = 1
  644. TextLabel_15.BorderSizePixel = 0
  645. TextLabel_15.Position = UDim2.new(0.0265955981, 0, 0.769304574, 0)
  646. TextLabel_15.Size = UDim2.new(0, 189, 0, 25)
  647. TextLabel_15.Font = Enum.Font.Code
  648. TextLabel_15.Text = "Autofarm Raven"
  649. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  650. TextLabel_15.TextSize = 20
  651. TextLabel_15.TextWrapped = true
  652. TextLabel_15.TextXAlignment = Enum.TextXAlignment.Left
  653.  
  654. TextLabel_16.Parent = miscellaneous
  655. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  656. TextLabel_16.BackgroundTransparency = 1
  657. TextLabel_16.BorderSizePixel = 0
  658. TextLabel_16.Position = UDim2.new(0.0265955981, 0, 0.590733111, 0)
  659. TextLabel_16.Size = UDim2.new(0, 189, 0, 25)
  660. TextLabel_16.Font = Enum.Font.Code
  661. TextLabel_16.Text = "Autofarm Nicole"
  662. TextLabel_16.TextColor3 = Color3.new(1, 1, 1)
  663. TextLabel_16.TextSize = 20
  664. TextLabel_16.TextWrapped = true
  665. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  666.  
  667. kneecoal.Name = "kneecoal"
  668. kneecoal.Parent = miscellaneous
  669. kneecoal.Active = false
  670. kneecoal.BackgroundColor3 = Color3.new(1, 1, 1)
  671. kneecoal.BackgroundTransparency = 1
  672. kneecoal.Position = UDim2.new(0.835359991, 0, 0.581804574, 0)
  673. kneecoal.Size = UDim2.new(0, 38, 0, 25)
  674. kneecoal.Font = Enum.Font.Code
  675. kneecoal.Text = "OFF"
  676. kneecoal.TextColor3 = Color3.new(1, 0, 0)
  677. kneecoal.TextSize = 20
  678. kneecoal.TextWrapped = true
  679.  
  680. user_box.Name = "user_box"
  681. user_box.Parent = miscellaneous
  682. user_box.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  683. user_box.BackgroundTransparency = 0.55000001192093
  684. user_box.Position = UDim2.new(0.0240549836, 0, 0.0535714291, 0)
  685. user_box.Size = UDim2.new(0, 190, 0, 22)
  686. user_box.Font = Enum.Font.SourceSans
  687. user_box.PlaceholderColor3 = Color3.new(1, 1, 1)
  688. user_box.PlaceholderText = "Username to autofarm"
  689. user_box.Text = ""
  690. user_box.TextColor3 = Color3.fromRGB(255, 255, 255)
  691. user_box.TextSize = 20
  692. user_box.TextXAlignment = Enum.TextXAlignment.Left
  693.  
  694. autofarm_user.Name = "autofarm_user"
  695. autofarm_user.Parent = miscellaneous
  696. autofarm_user.Active = false
  697. autofarm_user.BackgroundColor3 = Color3.new(1, 1, 1)
  698. autofarm_user.BackgroundTransparency = 1
  699. autofarm_user.Position = UDim2.new(0.835359931, 0, 0.0326864831, 0)
  700. autofarm_user.Size = UDim2.new(0, 39, 0, 23)
  701. autofarm_user.Font = Enum.Font.Code
  702. autofarm_user.Text = "OFF"
  703. autofarm_user.TextColor3 = Color3.new(1, 0, 0)
  704. autofarm_user.TextSize = 20
  705. autofarm_user.TextWrapped = true
  706.  
  707. log.Name = "log"
  708. log.Parent = nds_ui
  709. log.Active = true
  710. log.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  711. log.BackgroundTransparency = 0.10999999940395
  712. log.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  713. log.BorderSizePixel = 2
  714. log.Position = UDim2.new(0.644660294, 0, 0.167659938, 0)
  715. log.Size = UDim2.new(0, 233, 0, 112)
  716.  
  717. title_6.Name = "title"
  718. title_6.Parent = log
  719. title_6.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  720. title_6.BackgroundTransparency = 0.10999999940395
  721. title_6.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  722. title_6.BorderSizePixel = 2
  723. title_6.Position = UDim2.new(0, 0, -0.470678955, 0)
  724. title_6.Size = UDim2.new(0, 233, 0, 45)
  725. title_6.Font = Enum.Font.SourceSans
  726. title_6.Text = "Changelog"
  727. title_6.TextColor3 = Color3.new(1, 1, 1)
  728. title_6.TextScaled = true
  729. title_6.TextSize = 25
  730. title_6.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  731. title_6.TextStrokeTransparency = 0
  732. title_6.TextWrapped = true
  733.  
  734. Changelog_1.Name = "Changelog_1"
  735. Changelog_1.Parent = log
  736. Changelog_1.BackgroundColor3 = Color3.new(1, 1, 1)
  737. Changelog_1.BackgroundTransparency = 1
  738. Changelog_1.BorderSizePixel = 0
  739. Changelog_1.Position = UDim2.new(0.0326388776, 0, 0.175735608, 0)
  740. Changelog_1.Size = UDim2.new(0, 217, 0, 21)
  741. Changelog_1.Font = Enum.Font.Code
  742. Changelog_1.Text = "[+] Rescripted the entire ui"
  743. Changelog_1.TextColor3 = Color3.new(1, 1, 1)
  744. Changelog_1.TextSize = 20
  745. Changelog_1.TextScaled = true
  746. Changelog_1.TextXAlignment = Enum.TextXAlignment.Left
  747.  
  748. desc_5.Name = "desc"
  749. desc_5.Parent = log
  750. desc_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  751. desc_5.BackgroundTransparency = 0.10999999940395
  752. desc_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  753. desc_5.BorderSizePixel = 2
  754. desc_5.Position = UDim2.new(0, 0, 1.10615921, 0)
  755. desc_5.Size = UDim2.new(0, 233, 0, 32)
  756. desc_5.Font = Enum.Font.SourceSans
  757. desc_5.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  758. desc_5.TextColor3 = Color3.new(1, 1, 1)
  759. desc_5.TextScaled = true
  760. desc_5.TextSize = 19
  761. desc_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  762. desc_5.TextStrokeTransparency = 0
  763. desc_5.TextWrapped = true
  764.  
  765. Version.Name = "Version"
  766. Version.Parent = log
  767. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  768. Version.BackgroundTransparency = 1
  769. Version.BorderSizePixel = 0
  770. Version.Position = UDim2.new(0.0223294366, 0, -0.0187970586, 0)
  771. Version.Size = UDim2.new(0, 200, 0, 21)
  772. Version.Font = Enum.Font.Code
  773. Version.Text = "Version 2"
  774. Version.TextColor3 = Color3.new(1, 1, 1)
  775. Version.TextSize = 20
  776. Version.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  777. Version.TextStrokeTransparency = 0
  778. Version.TextXAlignment = Enum.TextXAlignment.Left
  779.  
  780. Changelog_3.Name = "Changelog_3"
  781. Changelog_3.Parent = log
  782. Changelog_3.BackgroundColor3 = Color3.new(1, 1, 1)
  783. Changelog_3.BackgroundTransparency = 1
  784. Changelog_3.BorderSizePixel = 0
  785. Changelog_3.Position = UDim2.new(0.0326388776, 0, 0.55966419, 0)
  786. Changelog_3.Size = UDim2.new(0, 217, 0, 21)
  787. Changelog_3.Font = Enum.Font.Code
  788. Changelog_3.Text = "[+] Better Esp"
  789. Changelog_3.TextColor3 = Color3.new(1, 1, 1)
  790. Changelog_3.TextSize = 20
  791. Changelog_3.TextXAlignment = Enum.TextXAlignment.Left
  792.  
  793. Changelog_2.Name = "Changelog_2"
  794. Changelog_2.Parent = log
  795. Changelog_2.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Changelog_2.BackgroundTransparency = 1
  797. Changelog_2.BorderSizePixel = 0
  798. Changelog_2.Position = UDim2.new(0.0326388776, 0, 0.363235623, 0)
  799. Changelog_2.Size = UDim2.new(0, 217, 0, 21)
  800. Changelog_2.Font = Enum.Font.Code
  801. Changelog_2.Text = "[+] Wayyy smoother RGB"
  802. Changelog_2.TextColor3 = Color3.new(1, 1, 1)
  803. Changelog_2.TextSize = 20
  804. Changelog_2.TextXAlignment = Enum.TextXAlignment.Left
  805.  
  806. Changelog_4.Name = "Changelog_4"
  807. Changelog_4.Parent = log
  808. Changelog_4.BackgroundColor3 = Color3.new(1, 1, 1)
  809. Changelog_4.BackgroundTransparency = 1
  810. Changelog_4.BorderSizePixel = 0
  811. Changelog_4.Position = UDim2.new(0.0326388776, 0, 0.765021324, 0)
  812. Changelog_4.Size = UDim2.new(0, 217, 0, 21)
  813. Changelog_4.Font = Enum.Font.Code
  814. Changelog_4.Text = "[+] Added a searchbar for who u wanna autofarm, type their full user with caps"
  815. Changelog_4.TextColor3 = Color3.new(1, 1, 1)
  816. Changelog_4.TextSize = 20
  817. Changelog_4.TextScaled = true
  818. Changelog_4.TextXAlignment = Enum.TextXAlignment.Left
  819.  
  820. Frame.Parent = nds_ui
  821. Frame.Active = true
  822. Frame.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  823. Frame.BackgroundTransparency = 0.10999999940395
  824. Frame.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  825. Frame.BorderSizePixel = 2
  826. Frame.Position = UDim2.new(0.79271698, 0, 0.167659938, 0)
  827. Frame.Size = UDim2.new(0, 293, 0, 145)
  828.  
  829. title_7.Name = "title"
  830. title_7.Parent = Frame
  831. title_7.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  832. title_7.BackgroundTransparency = 0.10999999940395
  833. title_7.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  834. title_7.BorderSizePixel = 2
  835. title_7.Position = UDim2.new(0, 0, -0.381023735, 0)
  836. title_7.Size = UDim2.new(0, 293, 0, 45)
  837. title_7.Font = Enum.Font.SourceSans
  838. title_7.Text = "Chatlogs"
  839. title_7.TextColor3 = Color3.new(1, 1, 1)
  840. title_7.TextScaled = true
  841. title_7.TextSize = 25
  842. title_7.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  843. title_7.TextStrokeTransparency = 0
  844. title_7.TextWrapped = true
  845.  
  846. desc_6.Name = "desc"
  847. desc_6.Parent = Frame
  848. desc_6.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  849. desc_6.BackgroundTransparency = 0.10999999940395
  850. desc_6.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  851. desc_6.BorderSizePixel = 2
  852. desc_6.Position = UDim2.new(0, 0, 1.07167649, 0)
  853. desc_6.Size = UDim2.new(0, 293, 0, 32)
  854. desc_6.Font = Enum.Font.SourceSans
  855. desc_6.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  856. desc_6.TextColor3 = Color3.new(1, 1, 1)
  857. desc_6.TextScaled = true
  858. desc_6.TextSize = 19
  859. desc_6.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  860. desc_6.TextStrokeTransparency = 0
  861. desc_6.TextWrapped = true
  862.  
  863. Changelog_3_2.Name = "Changelog_3"
  864. Changelog_3_2.Parent = Frame
  865. Changelog_3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  866. Changelog_3_2.BackgroundTransparency = 1
  867. Changelog_3_2.BorderSizePixel = 0
  868. Changelog_3_2.Position = UDim2.new(0.0326388776, 0, 0.55966419, 0)
  869. Changelog_3_2.Size = UDim2.new(0, 217, 0, 21)
  870. Changelog_3_2.Font = Enum.Font.Code
  871. Changelog_3_2.Text = ""
  872. Changelog_3_2.TextColor3 = Color3.new(1, 1, 1)
  873. Changelog_3_2.TextSize = 20
  874. Changelog_3_2.TextXAlignment = Enum.TextXAlignment.Left
  875.  
  876. Changelog_2_2.Name = "Changelog_2"
  877. Changelog_2_2.Parent = Frame
  878. Changelog_2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  879. Changelog_2_2.BackgroundTransparency = 1
  880. Changelog_2_2.BorderSizePixel = 0
  881. Changelog_2_2.Position = UDim2.new(0.0326388776, 0, 0.363235623, 0)
  882. Changelog_2_2.Size = UDim2.new(0, 217, 0, 21)
  883. Changelog_2_2.Font = Enum.Font.Code
  884. Changelog_2_2.Text = ""
  885. Changelog_2_2.TextColor3 = Color3.new(1, 1, 1)
  886. Changelog_2_2.TextSize = 20
  887. Changelog_2_2.TextXAlignment = Enum.TextXAlignment.Left
  888.  
  889. Changelog_4_2.Name = "Changelog_4"
  890. Changelog_4_2.Parent = Frame
  891. Changelog_4_2.BackgroundColor3 = Color3.new(1, 1, 1)
  892. Changelog_4_2.BackgroundTransparency = 1
  893. Changelog_4_2.BorderSizePixel = 0
  894. Changelog_4_2.Position = UDim2.new(0.0326388776, 0, 0.765021324, 0)
  895. Changelog_4_2.Size = UDim2.new(0, 217, 0, 21)
  896. Changelog_4_2.Font = Enum.Font.Code
  897. Changelog_4_2.Text = ""
  898. Changelog_4_2.TextColor3 = Color3.new(1, 1, 1)
  899. Changelog_4_2.TextSize = 20
  900. Changelog_4_2.TextXAlignment = Enum.TextXAlignment.Left
  901.  
  902. LogPanel.Name = "LogPanel"
  903. LogPanel.Parent = Frame
  904. LogPanel.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  905. LogPanel.BackgroundTransparency = 0.55000001192093
  906. LogPanel.BorderSizePixel = 0
  907. LogPanel.Position = UDim2.new(0.0238907859, 0, 0.0206896551, 0)
  908. LogPanel.Size = UDim2.new(0, 280, 0, 120)
  909. LogPanel.CanvasSize = UDim2.new(1000, 0, 2000, 0)
  910. LogPanel.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  911.  
  912. Log.Name = "Log"
  913. Log.Parent = Frame
  914. Log.Active = false
  915. Log.BackgroundColor3 = Color3.new(1, 1, 1)
  916. Log.BackgroundTransparency = 1
  917. Log.Position = UDim2.new(0.866894186, 0, 0.8488276, 0)
  918. Log.Size = UDim2.new(0, 39, 0, 23)
  919. Log.Font = Enum.Font.Code
  920. Log.Text = "OFF"
  921. Log.TextColor3 = Color3.new(1, 0, 0)
  922. Log.TextSize = 20
  923. Log.TextWrapped = true
  924.  
  925. TextLabel_17.Parent = Frame
  926. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  927. TextLabel_17.BackgroundTransparency = 1
  928. TextLabel_17.BorderSizePixel = 0
  929. TextLabel_17.Position = UDim2.new(0.0238907859, 0, 0.842792988, 0)
  930. TextLabel_17.Size = UDim2.new(0, 222, 0, 25)
  931. TextLabel_17.Font = Enum.Font.Code
  932. TextLabel_17.Text = "Chatlogs"
  933. TextLabel_17.TextColor3 = Color3.new(1, 1, 1)
  934. TextLabel_17.TextSize = 20
  935. TextLabel_17.TextWrapped = true
  936. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  937. -- Scripts:
  938. function SCRIPT_YXCI72_FAKESCRIPT() -- nds_ui.LocalScript
  939. local script = Instance.new('LocalScript')
  940. script.Parent = nds_ui
  941. --Variable shit
  942.  
  943. --other variables
  944. local rgb_thing = 0;
  945. local hk = Enum.KeyCode.Q;
  946. local uis = game:GetService('UserInputService');
  947. local billui = Instance.new("BillboardGui");
  948. local frame = Instance.new("Frame", billui);
  949.  
  950. --buttons
  951. local nicole_button = script.Parent.miscellaneous.kneecoal;
  952. local raven_button = script.Parent.miscellaneous.raven;
  953. local ally_button = script.Parent.miscellaneous.ally;
  954. local lowgravity_button = script.Parent.miscellaneous.gravity;
  955. local user_box = script.Parent.miscellaneous.user_box;
  956. local autofarm_user = script.Parent.miscellaneous.autofarm_user;
  957. local esp_button = script.Parent.visual.Esp;
  958. local nineeleven_button = script.Parent.visual.nineeleven;
  959. local rgb_button = script.Parent.visual.rggb;
  960. local fullbright_button = script.Parent.visual.fullbright;
  961. local autofarm_button = script.Parent.teleports.autofarm;
  962. local lobby_button = script.Parent.teleports.lobby;
  963. local island_button = script.Parent.teleports.island;
  964. local superspeed_button = script.Parent.char.superspeed;
  965. local jumppower_button = script.Parent.char.sjump;
  966. local noclip_button = script.Parent.char.noclip;
  967. local fly_button = script.Parent.char.fly;
  968. local fall_damage = script.Parent.char.falldmage;
  969. local chatlogs_button = script.Parent.Frame.Log;
  970. local char = game.Players.LocalPlayer.Character;
  971. local bang_ally_button = script.Parent.char.bang_ally;
  972.  
  973. --toggles
  974. local nicole_autofarm = false;
  975. local raven_toggle = false;
  976. local ally_toggle = false;
  977. local lowgravity_toggle = false;
  978. local user_box_toggle = false;
  979. local esp_toggle = false;
  980. local rgb_toggle = false;
  981. local fullbright_toggle = false;
  982. local autofarm_toggle = false;
  983. local superspeed_toggle = false;
  984. local jumppower_toggle = false;
  985. local noclip_toggle = false;
  986. local fly_toggle = false;
  987. local fall_damage_toggle = false;
  988. local chatlogs_toggle = false;
  989. local bang_ally_toggle = false;
  990. local open = true;
  991.  
  992. --nice rewritten shit
  993.  
  994. -- fuck ally
  995. bang_ally_button.MouseButton1Down:Connect(function()
  996. if game.Players:FindFirstChild("Ur_Del1ght") then
  997. if bang_ally_toggle == false then
  998. bang_ally_toggle = true
  999. bang_ally.Text = 'ON'
  1000. bang_ally.TextColor3 = Color3.fromRGB(142, 28, 255)
  1001. bangAnim = Instance.new("Animation")
  1002. bangAnim.AnimationId = "rbxassetid://148840371"
  1003. bang = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(bangAnim)
  1004. bang:Play(.1, 1, 1)
  1005. bang:AdjustSpeed(3)
  1006. while wait() do
  1007. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild("Ur_Del1ght").Character.HumanoidRootPart.CFrame
  1008. if bang_ally_toggle == false then
  1009. bang_ally.Text = 'OFF'
  1010. bang_ally.TextColor3 = Color3.fromRGB(255,0,0)
  1011. bang:Stop()
  1012. bangAnim:Destroy()
  1013. break
  1014. end
  1015. end
  1016. else
  1017. bang_ally_toggle = false
  1018. end;
  1019. end;
  1020. end)
  1021. --fly not here yet haha nerd
  1022.  
  1023. -- full bright
  1024. fullbright_button.MouseButton1Down:Connect(function()
  1025. if fullbright_toggle == false then
  1026. fullbright_toggle = true
  1027. game.Lighting.Brightness = 12
  1028. fullbright_button.Text = 'ON'
  1029. fullbright_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1030. elseif fullbright_toggle == true then
  1031. fullbright_toggle = false;
  1032. game.Lighting.Brightness = 2
  1033. fullbright_button.Text = 'OFF'
  1034. fullbright_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1035. end;
  1036. end)
  1037.  
  1038. -- no dall damage
  1039. fall_damage.MouseButton1Down:Connect(function()
  1040. game.Players.LocalPlayer.Character["FallDamageScript"]:Destroy();
  1041. fall_damage.Text = 'ON' fall_damage.TextColor3 = Color3.fromRGB(142, 28, 255);
  1042. end);
  1043.  
  1044. --autofarm player
  1045. autofarm_user.MouseButton1Down:Connect(function()
  1046. if game.Players:FindFirstChild(user_box.Text) then
  1047. if user_box_toggle == false then
  1048. autofarm_user.Text = 'ON' autofarm_user.TextColor3 = Color3.fromRGB(142, 28, 255);
  1049. user_box_toggle = true;
  1050. while wait(.3) do
  1051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(user_box.Text).Character:WaitForChild("HumanoidRootPart").CFrame;
  1052. player = game.Players.LocalPlayer;
  1053. if player.Character then
  1054. if player.Character:FindFirstChild("Humanoid") then
  1055. player.Character.Humanoid.Name = "1";
  1056. end;
  1057. local l = player.Character["1"]:Clone();
  1058. l.Parent = player.Character;
  1059. l.Name = "Humanoid"; wait(0.1);
  1060. player.Character["1"]:Destroy();
  1061. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid;
  1062. player.Character.Animate.Disabled = true; wait(0.1);
  1063. player.Character.Animate.Disabled = false;
  1064. end;
  1065. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("GreenBalloon"));
  1066. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-247.232, 177, 292.704);
  1067. print'epic u saved who u wanted to :sunglasses:';
  1068. if user_box_toggle == false then
  1069. autofarm_user.Text = 'OFF' autofarm_user.TextColor3 = Color3.fromRGB(255, 0, 0);
  1070. break
  1071. end;
  1072. end;
  1073. else
  1074. user_box_toggle = false;
  1075. end;
  1076. end;
  1077. end);
  1078.  
  1079. --fly hax
  1080.  
  1081.  
  1082. --Autofarm ally
  1083. ally_button.MouseButton1Down:Connect(function()
  1084. if game.Players:FindFirstChild("Ur_Del1ght") then
  1085. if ally_toggle == false then
  1086. ally_button.Text = 'ON'
  1087. ally_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1088. ally_toggle = true
  1089. while wait(.3) do
  1090. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild("Ur_Del1ght").Character:WaitForChild("HumanoidRootPart").CFrame;
  1091. player = game.Players.LocalPlayer;
  1092. if player.Character then
  1093. if player.Character:FindFirstChild("Humanoid") then
  1094. player.Character.Humanoid.Name = "1"
  1095. end
  1096. local l = player.Character["1"]:Clone();
  1097. l.Parent = player.Character;
  1098. l.Name = "Humanoid"; wait(0.1);
  1099. player.Character["1"]:Destroy();
  1100. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid;
  1101. player.Character.Animate.Disabled = true; wait(0.1);
  1102. player.Character.Animate.Disabled = false;
  1103. end;
  1104. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("GreenBalloon"));
  1105. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-247.232, 177, 292.704)
  1106. print'epic u saved ally:sunglasses:'
  1107. if ally_toggle == false then
  1108. ally_button.Text = 'OFF'
  1109. ally_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1110. break
  1111. end
  1112. end
  1113. else
  1114. ally_toggle = false
  1115. end
  1116. end;
  1117. end)
  1118.  
  1119. --Autofarm raven
  1120. raven_button.MouseButton1Down:Connect(function()
  1121. if game.Players:FindFirstChild("Devi1_Sins") then
  1122. if raven_toggle == false then
  1123. raven_button.Text = 'ON'
  1124. raven_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1125. raven_toggle = true
  1126. while wait(.3) do
  1127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild("Devi1_Sins").Character:WaitForChild("HumanoidRootPart").CFrame;
  1128. player = game.Players.LocalPlayer;
  1129. if player.Character then
  1130. if player.Character:FindFirstChild("Humanoid") then
  1131. player.Character.Humanoid.Name = "1"
  1132. end
  1133. local l = player.Character["1"]:Clone();
  1134. l.Parent = player.Character;
  1135. l.Name = "Humanoid"; wait(0.1);
  1136. player.Character["1"]:Destroy();
  1137. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid;
  1138. player.Character.Animate.Disabled = true; wait(0.1);
  1139. player.Character.Animate.Disabled = false;
  1140. end;
  1141. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("GreenBalloon"));
  1142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-247.232, 177, 292.704)
  1143. print'epic u saved ur muslim son gg :sunglasses:'
  1144. if raven_toggle == false then
  1145. raven_button.Text = 'OFF'
  1146. raven_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1147. break
  1148. end
  1149. end
  1150. else
  1151. raven_toggle = false
  1152. end
  1153. end
  1154. end)
  1155.  
  1156. --Autofarm nicole
  1157. nicole_button.MouseButton1Down:Connect(function()
  1158. if game.Players:FindFirstChild("UnholyBlissx") then
  1159. if nicole_autofarm == false then
  1160. nicole_button.Text = 'ON'
  1161. nicole_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1162. nicole_autofarm = true
  1163. while wait(.3) do
  1164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild("UnholyBlissx").Character:WaitForChild("HumanoidRootPart").CFrame;
  1165. player = game.Players.LocalPlayer;
  1166. if player.Character then
  1167. if player.Character:FindFirstChild("Humanoid") then
  1168. player.Character.Humanoid.Name = "1"
  1169. end
  1170. local l = player.Character["1"]:Clone();
  1171. l.Parent = player.Character;
  1172. l.Name = "Humanoid"; wait(0.1);
  1173. player.Character["1"]:Destroy();
  1174. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid;
  1175. player.Character.Animate.Disabled = true; wait(0.1);
  1176. player.Character.Animate.Disabled = false;
  1177. end;
  1178. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("GreenBalloon"));
  1179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-247.232, 177, 292.704)
  1180. print'epic u saved kneeecoallll gg :sunglasses:'
  1181. if nicole_autofarm == false then
  1182. nicole_button.Text = 'OFF'
  1183. nicole_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1184. break
  1185. end
  1186. end
  1187. else
  1188. nicole_autofarm = false
  1189. end
  1190. end
  1191. end)
  1192.  
  1193. --Jump power stuff
  1194. jumppower_button.MouseButton1Down:Connect(function()
  1195. if jumppower_toggle == false then
  1196. jumppower_button.Text = "ON"
  1197. jumppower_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1198. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 190
  1199. jumppower_toggle = true
  1200. elseif jumppower_toggle == true then
  1201. jumppower_button.Text = "OFF"
  1202. jumppower_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1203. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1204. jumppower_toggle = false
  1205. end
  1206. end)
  1207.  
  1208. --Speed
  1209. superspeed_button.MouseButton1Down:Connect(function()
  1210. if superspeed_toggle == false then
  1211. superspeed_button.Text = "ON"
  1212. superspeed_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1213. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  1214. superspeed_toggle = true
  1215. elseif superspeed_toggle == true then
  1216. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1217. superspeed_toggle = false
  1218. superspeed_button.Text = "OFF"
  1219. superspeed_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1220. end
  1221. end)
  1222.  
  1223. --low gravity
  1224. lowgravity_button.MouseButton1Down:Connect(function()
  1225. if lowgravity_toggle == false then
  1226. lowgravity_button.Text = 'ON'
  1227. lowgravity_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1228. lowgravity_toggle = true;
  1229. workspace.Gravity = 70;
  1230. elseif lowgravity_toggle == true then
  1231. lowgravity_button.Text = 'OFF'
  1232. lowgravity_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1233. lowgravity_toggle = false;
  1234. workspace.Gravity = 196;
  1235. end;
  1236. end);
  1237. --chat logz
  1238. chatlogs_button.MouseButton1Down:Connect(function()
  1239. chatlogs_toggle = not chatlogs_toggle
  1240. if chatlogs_toggle then chatlogs_button.Text = "ON" chatlogs_button.TextColor3 = Color3.fromRGB(142, 28, 255) else chatlogs_button.Text = "OFF" chatlogs_button.TextColor3 = Color3.fromRGB(255, 0, 0) end
  1241. end)
  1242.  
  1243. local prevOutputPos = 0
  1244. function output(plr, msg)
  1245. if not chatlogs_toggle then return end
  1246. local colour = Color3.fromRGB(255,255,255)
  1247.  
  1248. if string.sub(msg, 1,1) == ":" or string.sub(msg,1,1) == ";" then colour = Color3.fromRGB(255,0,0) elseif string.sub(msg,1,2) == "/w" or string.sub(msg,1,7) == "/whisper" or string.sub(msg,1,5) == "/team" or string.sub(msg,1,2) == "/t" then colour = Color3.fromRGB(255,255,255) else colour = Color3.fromRGB(255,255,255) end
  1249.  
  1250. local o = Instance.new("TextLabel",LogPanel)
  1251. o.Text = plr.Name .. ": " .. msg
  1252. o.Size = UDim2.new(0.5,0,.006,0)
  1253. o.Position = UDim2.new(0,0,.007 + prevOutputPos ,0)
  1254. o.Font = Enum.Font.SourceSansSemibold
  1255. o.TextColor3 = colour
  1256. o.TextStrokeTransparency = 0
  1257. o.BackgroundTransparency = 1
  1258. o.BackgroundColor3 = Color3.fromRGB(142, 28, 255)
  1259. o.BorderSizePixel = 0
  1260. o.BorderColor3 = Color3.fromRGB(142, 28, 255)
  1261. o.FontSize = "Size14"
  1262. o.TextXAlignment = Enum.TextXAlignment.Left
  1263. o.ClipsDescendants = true
  1264. prevOutputPos = prevOutputPos + 0.001
  1265. end
  1266.  
  1267. for i,v in pairs(game.Players:GetChildren()) do
  1268. v.Chatted:Connect(function(msg)
  1269. output(v, msg)
  1270. end)
  1271. end
  1272.  
  1273. game.Players.ChildAdded:Connect(function(plr)
  1274. if plr:IsA("Player") then
  1275. plr.Chatted:Connect(function(msg)
  1276. output(plr, msg)
  1277. end)
  1278. end
  1279. end)
  1280.  
  1281. --toggle
  1282. uis.InputBegan:Connect(function(key, gp)
  1283. if key.KeyCode == hk then
  1284. if uis:GetFocusedTextBox() == nil then
  1285. if open == true then
  1286. open = false;
  1287. for _,v in ipairs(script.Parent:GetDescendants()) do
  1288. if v:IsA("Frame") then
  1289. v.Visible = open
  1290. end
  1291. end
  1292. elseif open == false then
  1293. open = true
  1294. for _,v in ipairs(script.Parent:GetDescendants()) do
  1295. if v:IsA("Frame") then
  1296. v.Visible = open
  1297. end
  1298. end
  1299. end
  1300. end
  1301. end
  1302. end)
  1303.  
  1304. --autofarm
  1305. autofarm_button.MouseButton1Down:Connect(function()
  1306. if autofarm_toggle == false then
  1307. autofarm_toggle = true;
  1308. autofarm_button.Text = 'ON';
  1309. autofarm_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1310. while wait() do
  1311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-259.5, 181.6, 289.2);
  1312. if autofarm_toggle == false then
  1313. autofarm_button.Text = 'OFF';
  1314. autofarm_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1315. break
  1316. end;
  1317. end;
  1318. else
  1319. autofarm_toggle = false;
  1320. end;
  1321. end)
  1322.  
  1323. --rgb
  1324. rgb_button.MouseButton1Down:Connect(function()
  1325. if rgb_toggle == false then
  1326. rgb_toggle = true
  1327. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1328. while wait() do
  1329. for _,v in ipairs(script.Parent:GetDescendants()) do
  1330. if v:IsA("Frame") then
  1331. v.BorderColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1332. rgb_thing = rgb_thing + 0.0006;
  1333. end;
  1334. end;
  1335. for _,v in ipairs(script.Parent:GetDescendants()) do
  1336. if v:IsA("TextLabel") then
  1337. v.BorderColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1338. v.TextStrokeColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1339. rgb_thing = rgb_thing + 0.0006;
  1340. end;
  1341. end;
  1342. for _,v in ipairs(script.Parent:GetDescendants()) do
  1343. if v:IsA("TextButton") then
  1344. v.TextColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1345. rgb_thing = rgb_thing + 0.0006;
  1346. end;
  1347. end;
  1348. rgb_button.Text = 'ON';
  1349. if rgb_toggle == false then
  1350. for _,v in ipairs(script.Parent:GetDescendants()) do
  1351. if v:IsA("TextLabel") then
  1352. v.BorderColor3 = Color3.fromRGB(142, 28, 255);
  1353. v.TextStrokeColor3 = Color3.fromRGB(142, 28, 255);
  1354. end;
  1355. end;
  1356. for _,v in ipairs(script.Parent:GetDescendants()) do
  1357. if v:IsA("TextButton") then
  1358. v.TextColor3 = Color3.fromRGB(255,0,0);
  1359. end;
  1360. end;
  1361. for _,v in ipairs(script.Parent:GetDescendants()) do
  1362. if v:IsA("Frame") then
  1363. v.BorderColor3 = Color3.fromRGB(142, 28, 255);
  1364. end;
  1365. end;
  1366. rgb_button.Text = 'OFF';
  1367. rgb_button.TextColor3 = Color3.fromRGB(255,0,0);
  1368. break
  1369. end;
  1370. end;
  1371. else
  1372. rgb_toggle = false;
  1373. end;
  1374. end);
  1375.  
  1376. --noclip
  1377. game:GetService('RunService').Stepped:connect(function()
  1378. if noclip_toggle then
  1379. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1380. end
  1381. end)
  1382.  
  1383. noclip.MouseButton1Down:Connect(function()
  1384. noclip_toggle = not noclip_toggle
  1385. if noclip.Text == 'OFF' then
  1386. noclip.Text = 'ON'
  1387. noclip.TextColor3 = Color3.fromRGB(142, 28, 255)
  1388. else
  1389. noclip.Text = 'OFF'
  1390. noclip.TextColor3 = Color3.fromRGB(255, 0, 0)
  1391. end
  1392. end)
  1393.  
  1394. --esp
  1395. billui.AlwaysOnTop = true;
  1396. billui.LightInfluence = 0;
  1397. billui.Size = UDim2.new(1.75, 0, 1.75, 0);
  1398. frame.BackgroundColor3 = Color3.fromRGB(142, 28, 255);
  1399. frame.Size = UDim2.new(1, 0, 1, 0);
  1400. frame.BorderSizePixel = 2
  1401. frame.BorderColor3 = Color3.fromRGB(255, 255, 255);
  1402. plrs = game.Players
  1403.  
  1404. function removeEsp(plr)
  1405. for i,v in pairs(plr.Character['HumanoidRootPart']:GetChildren()) do
  1406. if v:IsA("BillboardGui") then
  1407. v:Destroy();
  1408. end
  1409. end
  1410. end
  1411.  
  1412. function doEsp(plr)
  1413. billui:Clone().Parent=plr.Character:FindFirstChild("HumanoidRootPart");
  1414. end
  1415.  
  1416. esp_button.MouseButton1Down:Connect(function()
  1417. if not esp_toggle then
  1418. esp_toggle = true;
  1419. esp_button.Text = 'ON'
  1420. esp_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1421. for i,v in pairs(plrs:GetChildren()) do
  1422. doEsp(v);
  1423. end
  1424. else
  1425. esp_toggle = false;
  1426. esp_button.Text = 'OFF'
  1427. esp_button.TextColor3 = Color3.fromRGB(255,0,0)
  1428. for i,v in pairs(plrs:GetChildren()) do
  1429. removeEsp(v);
  1430. end
  1431. end
  1432. end)
  1433.  
  1434. plrs.ChildAdded:Connect(function(h)
  1435. repeat wait(); until h.Character['HumanoidRootPart'];
  1436. if esp_toggle then
  1437. doEsp(h);
  1438. end
  1439. end)
  1440.  
  1441. --island
  1442. island_button.MouseButton1Down:Connect(function()
  1443. island_button.Text = "ON";
  1444. island_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-134.17, 44.9, 8.37);
  1446. wait(.3);
  1447. island_button.Text = "OFF";
  1448. island_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1449. end);
  1450.  
  1451. --lobby
  1452. lobby_button.MouseButton1Down:Connect(function()
  1453. lobby_button.Text = "ON";
  1454. lobby_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-259.5, 181.6, 289.2);
  1456. wait(.3);
  1457. lobby_button.Text = "OFF";
  1458. lobby_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1459. end);
  1460.  
  1461. --9/11
  1462. nineeleven_button.MouseButton1Down:Connect(function()
  1463. nineeleven_button.Text = "ON";
  1464. nineeleven_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1465. loadstring(game:HttpGet(('https://pastebin.com/raw/CY2JZgag'),true))();
  1466. wait(7);
  1467. nineeleven_button.Text = "OFF";
  1468. nineeleven_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1469. end);
  1470. --when character dies n shit
  1471. char['Humanoid'].Died:Connect(function()
  1472. print("died");
  1473. fall_damage.Text = 'OFF' fall_damage.TextColor3 = Color3.fromRGB(255, 0, 0);
  1474. noclip.Text = 'OFF' noclip.TextColor3 = Color3.fromRGB(255, 0, 0);
  1475. noclip_toggle = false;
  1476. superspeed_toggle = false;
  1477. jumppower_toggle = false
  1478. superspeed_button.Text = 'OFF' superspeed_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1479. jumppower_button.Text = 'OFF' jumppower_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1480. end);
  1481. end
  1482. coroutine.resume(coroutine.create(SCRIPT_YXCI72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement