JannickP8

Nagaski's Da Hood AntiLag

Jul 17th, 2023 (edited)
628
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 39.07 KB | None | 1 0
  1. --!!INSTEAD OF USING THIS USE https://pastebin.com/raw/RgHzGJAJ!!
  2.  
  3. --Nagaski's Da Hood AntiLag (PASSWORD:exploiting)
  4. --UNDONE
  5. --SHOULD HAVE SOME BUGS (NOT FULLY TESTED YET!)
  6. --JOIN OUR DISCORD: Exploit Society (https://discord.gg/9jFd4s3t2n)
  7.  
  8.  
  9.  
  10.  
  11. --███╗░░██╗░█████╗░░██████╗░░█████╗░░██████╗██╗░░██╗██╗
  12. --████╗░██║██╔══██╗██╔════╝░██╔══██╗██╔════╝██║░██╔╝██║
  13. --██╔██╗██║███████║██║░░██╗░███████║╚█████╗░█████═╝░██║     █▀█ █▀█ █▀█ ▀▄▀ █▀█ █▀▄ █ █▀█ █▄░█                    
  14. --██║╚████║██╔══██║██║░░╚██╗██╔══██║░╚═══██╗██╔═██╗░██║     █▀▀ █▀▄ █▄█ █░█ █▄█ █▄▀ █ █▄█ █░▀█
  15. --██║░╚███║██║░░██║╚██████╔╝██║░░██║██████╔╝██║░╚██╗██║    
  16. --╚═╝░░╚══╝╚═╝░░╚═╝░╚═════╝░╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝╚═╝
  17. --            also known as Sne4xxx_
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. local NagaskisDaHoodAntiLag = Instance.new("ScreenGui")
  26. local pwsystem = Instance.new("Frame")
  27. local title = Instance.new("TextLabel")
  28. local exit = Instance.new("TextButton")
  29. local pwbox = Instance.new("TextBox")
  30. local pwsubmit = Instance.new("TextButton")
  31. local open = Instance.new("Frame")
  32. local open_2 = Instance.new("TextButton")
  33. local UICorner = Instance.new("UICorner")
  34. local dh = Instance.new("TextLabel")
  35. local main = Instance.new("Frame")
  36. local title_2 = Instance.new("TextLabel")
  37. local exit_2 = Instance.new("TextButton")
  38. local mcs = Instance.new("TextLabel")
  39. local minimize = Instance.new("TextButton")
  40. local DeleteIgnoredFolder = Instance.new("TextButton")
  41. local DeleteLightsFolder = Instance.new("TextButton")
  42. local DeleteAdminBaseDoor = Instance.new("TextButton")
  43. local DeleteUnusedHouseWithTaser = Instance.new("TextButton")
  44. local DeleteFencesonHill = Instance.new("TextButton")
  45. local DeleteProps = Instance.new("TextButton")
  46. local DeleteCashiers = Instance.new("TextButton")
  47. local DeletePhotos = Instance.new("TextButton")
  48. local BadGraphics = Instance.new("TextButton")
  49. local betterGraphics = Instance.new("TextButton")
  50. local InfZoom = Instance.new("TextButton")
  51. local About = Instance.new("TextButton")
  52. local Main = Instance.new("TextButton")
  53. local madeby = Instance.new("TextLabel")
  54. local about = Instance.new("Frame")
  55. local title_3 = Instance.new("TextLabel")
  56. local exit_3 = Instance.new("TextButton")
  57. local minimize_2 = Instance.new("TextButton")
  58. local About_2 = Instance.new("TextButton")
  59. local Main_2 = Instance.new("TextButton")
  60. local ndhal = Instance.new("TextLabel")
  61. local cs = Instance.new("TextLabel")
  62. local ma = Instance.new("TextLabel")
  63. local mm = Instance.new("TextLabel")
  64. local jes = Instance.new("TextLabel")
  65. local TextBox = Instance.new("TextBox")
  66. local madeby_2 = Instance.new("TextLabel")
  67.  
  68. --Properties:
  69.  
  70. NagaskisDaHoodAntiLag.Name = "Nagaski's Da Hood AntiLag"
  71. NagaskisDaHoodAntiLag.Parent = game.CoreGui
  72.  
  73. pwsystem.Name = "pwsystem"
  74. pwsystem.Parent = NagaskisDaHoodAntiLag
  75. pwsystem.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  76. pwsystem.BorderColor3 = Color3.fromRGB(0, 0, 0)
  77. pwsystem.BorderSizePixel = 0
  78. pwsystem.Position = UDim2.new(0, 222, 0, 149)
  79. pwsystem.Size = UDim2.new(0, 240, 0, 133)
  80.  
  81. title.Name = "title"
  82. title.Parent = pwsystem
  83. title.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  84. title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  85. title.BorderSizePixel = 0
  86. title.Size = UDim2.new(0, 240, 0, 30)
  87. title.Font = Enum.Font.SourceSans
  88. title.Text = "Nagaski's Da Hood Antilag"
  89. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. title.TextScaled = true
  91. title.TextSize = 14.000
  92. title.TextWrapped = true
  93. title.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. exit.Name = "exit"
  96. exit.Parent = title
  97. exit.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  98. exit.BackgroundTransparency = 0.600
  99. exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. exit.BorderSizePixel = 0
  101. exit.Position = UDim2.new(0, 229, 0, -24)
  102. exit.Size = UDim2.new(0, 41, 0, 33)
  103. exit.Font = Enum.Font.SourceSans
  104. exit.Text = "❌"
  105. exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. exit.TextScaled = true
  107. exit.TextSize = 14.000
  108. exit.TextWrapped = true
  109.  
  110. pwbox.Name = "pwbox"
  111. pwbox.Parent = pwsystem
  112. pwbox.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  113. pwbox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  114. pwbox.BorderSizePixel = 0
  115. pwbox.Position = UDim2.new(0, 20, 0, 56)
  116. pwbox.Size = UDim2.new(0, 200, 0, 21)
  117. pwbox.Font = Enum.Font.SourceSans
  118. pwbox.PlaceholderText = "password here"
  119. pwbox.Text = ""
  120. pwbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. pwbox.TextSize = 14.000
  122.  
  123. pwsubmit.Name = "pwsubmit"
  124. pwsubmit.Parent = pwsystem
  125. pwsubmit.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  126. pwsubmit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  127. pwsubmit.BorderSizePixel = 0
  128. pwsubmit.Position = UDim2.new(0, 19, 0, 90)
  129. pwsubmit.Size = UDim2.new(0, 200, 0, 19)
  130. pwsubmit.Font = Enum.Font.SourceSans
  131. pwsubmit.Text = "Submit"
  132. pwsubmit.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. pwsubmit.TextSize = 14.000
  134. pwsubmit.TextWrapped = true
  135.  
  136. open.Name = "open"
  137. open.Parent = NagaskisDaHoodAntiLag
  138. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  139. open.BackgroundTransparency = 1.000
  140. open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  141. open.BorderSizePixel = 0
  142. open.Position = UDim2.new(0.0416326523, 0, 0.648068666, 0)
  143. open.Size = UDim2.new(0, 106, 0, 61)
  144.  
  145. open_2.Name = "open"
  146. open_2.Parent = open
  147. open_2.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  148. open_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  149. open_2.BorderSizePixel = 0
  150. open_2.Position = UDim2.new(0.0957142115, 0, 0.307406425, 0)
  151. open_2.Size = UDim2.new(0, 88, 0, 28)
  152. open_2.Font = Enum.Font.SourceSans
  153. open_2.Text = "open"
  154. open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. open_2.TextScaled = true
  156. open_2.TextSize = 14.000
  157. open_2.TextWrapped = true
  158.  
  159. UICorner.CornerRadius = UDim.new(0, 2)
  160. UICorner.Parent = open_2
  161.  
  162. dh.Name = "dh"
  163. dh.Parent = open
  164. dh.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. dh.BackgroundTransparency = 1.000
  166. dh.BorderColor3 = Color3.fromRGB(0, 0, 0)
  167. dh.BorderSizePixel = 0
  168. dh.Position = UDim2.new(0.0875317678, 0, 0.0251178741, 0)
  169. dh.Size = UDim2.new(0, 88, 0, 17)
  170. dh.Font = Enum.Font.SourceSans
  171. dh.Text = "Drag Here"
  172. dh.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. dh.TextSize = 14.000
  174.  
  175. main.Name = "main"
  176. main.Parent = NagaskisDaHoodAntiLag
  177. main.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  178. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  179. main.BorderSizePixel = 0
  180. main.Position = UDim2.new(0, 786, 0, 141)
  181. main.Size = UDim2.new(0, 240, 0, 408)
  182.  
  183. title_2.Name = "title"
  184. title_2.Parent = main
  185. title_2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  186. title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  187. title_2.BorderSizePixel = 0
  188. title_2.Size = UDim2.new(0, 240, 0, 30)
  189. title_2.Font = Enum.Font.SourceSans
  190. title_2.Text = "Nagaski's Da Hood Antilag"
  191. title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. title_2.TextScaled = true
  193. title_2.TextSize = 14.000
  194. title_2.TextWrapped = true
  195. title_2.TextXAlignment = Enum.TextXAlignment.Left
  196.  
  197. exit_2.Name = "exit"
  198. exit_2.Parent = title_2
  199. exit_2.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  200. exit_2.BackgroundTransparency = 0.600
  201. exit_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  202. exit_2.BorderSizePixel = 0
  203. exit_2.Position = UDim2.new(0, 229, 0, -24)
  204. exit_2.Size = UDim2.new(0, 41, 0, 33)
  205. exit_2.Font = Enum.Font.SourceSans
  206. exit_2.Text = "❌"
  207. exit_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  208. exit_2.TextScaled = true
  209. exit_2.TextSize = 14.000
  210. exit_2.TextWrapped = true
  211.  
  212. mcs.Name = "mcs"
  213. mcs.Parent = title_2
  214. mcs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. mcs.BackgroundTransparency = 1.000
  216. mcs.BorderColor3 = Color3.fromRGB(0, 0, 0)
  217. mcs.BorderSizePixel = 0
  218. mcs.Position = UDim2.new(0, 0, 11.1825733, 0)
  219. mcs.Size = UDim2.new(0, 240, 0, 42)
  220. mcs.Font = Enum.Font.SourceSans
  221. mcs.Text = "soon"
  222. mcs.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. mcs.TextSize = 28.000
  224. mcs.TextWrapped = true
  225.  
  226. minimize.Name = "minimize"
  227. minimize.Parent = title_2
  228. minimize.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  229. minimize.BackgroundTransparency = 0.600
  230. minimize.BorderColor3 = Color3.fromRGB(0, 0, 0)
  231. minimize.BorderSizePixel = 0
  232. minimize.Position = UDim2.new(0, -30, 0, -24)
  233. minimize.Size = UDim2.new(0, 41, 0, 33)
  234. minimize.Font = Enum.Font.SourceSans
  235. minimize.Text = "➖"
  236. minimize.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. minimize.TextScaled = true
  238. minimize.TextSize = 14.000
  239. minimize.TextWrapped = true
  240.  
  241. DeleteIgnoredFolder.Name = "DeleteIgnoredFolder"
  242. DeleteIgnoredFolder.Parent = main
  243. DeleteIgnoredFolder.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  244. DeleteIgnoredFolder.BorderColor3 = Color3.fromRGB(0, 0, 0)
  245. DeleteIgnoredFolder.BorderSizePixel = 0
  246. DeleteIgnoredFolder.Position = UDim2.new(0, 0, 0, 34)
  247. DeleteIgnoredFolder.Size = UDim2.new(0, 240, 0, 19)
  248. DeleteIgnoredFolder.Font = Enum.Font.SourceSans
  249. DeleteIgnoredFolder.Text = "Delete Ignored Folder (can be dangerous)"
  250. DeleteIgnoredFolder.TextColor3 = Color3.fromRGB(255, 255, 255)
  251. DeleteIgnoredFolder.TextSize = 14.000
  252. DeleteIgnoredFolder.TextWrapped = true
  253.  
  254. DeleteLightsFolder.Name = "DeleteLightsFolder"
  255. DeleteLightsFolder.Parent = main
  256. DeleteLightsFolder.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  257. DeleteLightsFolder.BorderColor3 = Color3.fromRGB(0, 0, 0)
  258. DeleteLightsFolder.BorderSizePixel = 0
  259. DeleteLightsFolder.Position = UDim2.new(0, 0, 0, 57)
  260. DeleteLightsFolder.Size = UDim2.new(0, 240, 0, 19)
  261. DeleteLightsFolder.Font = Enum.Font.SourceSans
  262. DeleteLightsFolder.Text = "Delete Lights Folder"
  263. DeleteLightsFolder.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. DeleteLightsFolder.TextSize = 14.000
  265. DeleteLightsFolder.TextWrapped = true
  266.  
  267. DeleteAdminBaseDoor.Name = "DeleteAdminBaseDoor"
  268. DeleteAdminBaseDoor.Parent = main
  269. DeleteAdminBaseDoor.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  270. DeleteAdminBaseDoor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  271. DeleteAdminBaseDoor.BorderSizePixel = 0
  272. DeleteAdminBaseDoor.Position = UDim2.new(0, 0, 0, 213)
  273. DeleteAdminBaseDoor.Size = UDim2.new(0, 240, 0, 19)
  274. DeleteAdminBaseDoor.Font = Enum.Font.SourceSans
  275. DeleteAdminBaseDoor.Text = "Delete Admin Base Door"
  276. DeleteAdminBaseDoor.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. DeleteAdminBaseDoor.TextScaled = true
  278. DeleteAdminBaseDoor.TextSize = 14.000
  279. DeleteAdminBaseDoor.TextWrapped = true
  280.  
  281. DeleteUnusedHouseWithTaser.Name = "DeleteUnusedHouseWithTaser"
  282. DeleteUnusedHouseWithTaser.Parent = main
  283. DeleteUnusedHouseWithTaser.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  284. DeleteUnusedHouseWithTaser.BorderColor3 = Color3.fromRGB(0, 0, 0)
  285. DeleteUnusedHouseWithTaser.BorderSizePixel = 0
  286. DeleteUnusedHouseWithTaser.Position = UDim2.new(0, 0, 0, 108)
  287. DeleteUnusedHouseWithTaser.Size = UDim2.new(0, 240, 0, 19)
  288. DeleteUnusedHouseWithTaser.Font = Enum.Font.SourceSans
  289. DeleteUnusedHouseWithTaser.Text = "Delete Unused House With Taser (can be dangerous)"
  290. DeleteUnusedHouseWithTaser.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. DeleteUnusedHouseWithTaser.TextScaled = true
  292. DeleteUnusedHouseWithTaser.TextSize = 14.000
  293. DeleteUnusedHouseWithTaser.TextWrapped = true
  294.  
  295. DeleteFencesonHill.Name = "DeleteFencesonHill"
  296. DeleteFencesonHill.Parent = main
  297. DeleteFencesonHill.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  298. DeleteFencesonHill.BorderColor3 = Color3.fromRGB(0, 0, 0)
  299. DeleteFencesonHill.BorderSizePixel = 0
  300. DeleteFencesonHill.Position = UDim2.new(0, 0, 0, 134)
  301. DeleteFencesonHill.Size = UDim2.new(0, 240, 0, 19)
  302. DeleteFencesonHill.Font = Enum.Font.SourceSans
  303. DeleteFencesonHill.Text = "Delete Fences on Hill"
  304. DeleteFencesonHill.TextColor3 = Color3.fromRGB(255, 255, 255)
  305. DeleteFencesonHill.TextScaled = true
  306. DeleteFencesonHill.TextSize = 14.000
  307. DeleteFencesonHill.TextWrapped = true
  308.  
  309. DeleteProps.Name = "DeleteProps"
  310. DeleteProps.Parent = main
  311. DeleteProps.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  312. DeleteProps.BorderColor3 = Color3.fromRGB(0, 0, 0)
  313. DeleteProps.BorderSizePixel = 0
  314. DeleteProps.Position = UDim2.new(0, 0, 0, 160)
  315. DeleteProps.Size = UDim2.new(0, 240, 0, 19)
  316. DeleteProps.Font = Enum.Font.SourceSans
  317. DeleteProps.Text = "Delete Props"
  318. DeleteProps.TextColor3 = Color3.fromRGB(255, 255, 255)
  319. DeleteProps.TextScaled = true
  320. DeleteProps.TextSize = 14.000
  321. DeleteProps.TextWrapped = true
  322.  
  323. DeleteCashiers.Name = "DeleteCashiers"
  324. DeleteCashiers.Parent = main
  325. DeleteCashiers.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  326. DeleteCashiers.BorderColor3 = Color3.fromRGB(0, 0, 0)
  327. DeleteCashiers.BorderSizePixel = 0
  328. DeleteCashiers.Position = UDim2.new(0, 0, 0, 186)
  329. DeleteCashiers.Size = UDim2.new(0, 240, 0, 19)
  330. DeleteCashiers.Font = Enum.Font.SourceSans
  331. DeleteCashiers.Text = "Delete Cashiers"
  332. DeleteCashiers.TextColor3 = Color3.fromRGB(255, 255, 255)
  333. DeleteCashiers.TextScaled = true
  334. DeleteCashiers.TextSize = 14.000
  335. DeleteCashiers.TextWrapped = true
  336.  
  337. DeletePhotos.Name = "DeletePhotos"
  338. DeletePhotos.Parent = main
  339. DeletePhotos.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  340. DeletePhotos.BorderColor3 = Color3.fromRGB(0, 0, 0)
  341. DeletePhotos.BorderSizePixel = 0
  342. DeletePhotos.Position = UDim2.new(0, 0, 0, 82)
  343. DeletePhotos.Size = UDim2.new(0, 240, 0, 19)
  344. DeletePhotos.Font = Enum.Font.SourceSans
  345. DeletePhotos.Text = "Delete Photos"
  346. DeletePhotos.TextColor3 = Color3.fromRGB(255, 255, 255)
  347. DeletePhotos.TextScaled = true
  348. DeletePhotos.TextSize = 14.000
  349. DeletePhotos.TextWrapped = true
  350.  
  351. BadGraphics.Name = "BadGraphics"
  352. BadGraphics.Parent = main
  353. BadGraphics.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  354. BadGraphics.BorderColor3 = Color3.fromRGB(0, 0, 0)
  355. BadGraphics.BorderSizePixel = 0
  356. BadGraphics.Position = UDim2.new(0, 0, 0, 293)
  357. BadGraphics.Size = UDim2.new(0, 240, 0, 19)
  358. BadGraphics.Font = Enum.Font.SourceSans
  359. BadGraphics.Text = "Bad Graphics/No Shadows/No Fog/Low GFX"
  360. BadGraphics.TextColor3 = Color3.fromRGB(255, 255, 255)
  361. BadGraphics.TextScaled = true
  362. BadGraphics.TextSize = 14.000
  363. BadGraphics.TextWrapped = true
  364.  
  365. betterGraphics.Name = "betterGraphics"
  366. betterGraphics.Parent = main
  367. betterGraphics.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  368. betterGraphics.BorderColor3 = Color3.fromRGB(0, 0, 0)
  369. betterGraphics.BorderSizePixel = 0
  370. betterGraphics.Position = UDim2.new(0, 0, 0, 267)
  371. betterGraphics.Size = UDim2.new(0, 240, 0, 19)
  372. betterGraphics.Font = Enum.Font.SourceSans
  373. betterGraphics.Text = "Nice ColorCorrection/Brighter (doesnt change FPS)"
  374. betterGraphics.TextColor3 = Color3.fromRGB(255, 255, 255)
  375. betterGraphics.TextScaled = true
  376. betterGraphics.TextSize = 14.000
  377. betterGraphics.TextWrapped = true
  378.  
  379. InfZoom.Name = "InfZoom"
  380. InfZoom.Parent = main
  381. InfZoom.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  382. InfZoom.BorderColor3 = Color3.fromRGB(0, 0, 0)
  383. InfZoom.BorderSizePixel = 0
  384. InfZoom.Position = UDim2.new(0, 0, 0, 241)
  385. InfZoom.Size = UDim2.new(0, 240, 0, 19)
  386. InfZoom.Font = Enum.Font.SourceSans
  387. InfZoom.Text = "Infinite  Zoom (doesnt change FPS)"
  388. InfZoom.TextColor3 = Color3.fromRGB(255, 255, 255)
  389. InfZoom.TextScaled = true
  390. InfZoom.TextSize = 14.000
  391. InfZoom.TextWrapped = true
  392.  
  393. About.Name = "About"
  394. About.Parent = main
  395. About.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  396. About.BorderColor3 = Color3.fromRGB(0, 0, 0)
  397. About.BorderSizePixel = 0
  398. About.Position = UDim2.new(0, 0, 0, 408)
  399. About.Size = UDim2.new(0, 118, 0, 15)
  400. About.Font = Enum.Font.SourceSans
  401. About.Text = "About"
  402. About.TextColor3 = Color3.fromRGB(255, 255, 255)
  403. About.TextSize = 14.000
  404. About.TextWrapped = true
  405. About.TextYAlignment = Enum.TextYAlignment.Top
  406.  
  407. Main.Name = "Main"
  408. Main.Parent = main
  409. Main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  410. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  411. Main.BorderSizePixel = 0
  412. Main.Position = UDim2.new(0, 122, 0, 408)
  413. Main.Size = UDim2.new(0, 118, 0, 15)
  414. Main.Font = Enum.Font.SourceSans
  415. Main.Text = "Main"
  416. Main.TextColor3 = Color3.fromRGB(255, 255, 255)
  417. Main.TextSize = 14.000
  418. Main.TextWrapped = true
  419. Main.TextYAlignment = Enum.TextYAlignment.Top
  420.  
  421. madeby.Name = "madeby"
  422. madeby.Parent = main
  423. madeby.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  424. madeby.BackgroundTransparency = 1.000
  425. madeby.BorderColor3 = Color3.fromRGB(0, 0, 0)
  426. madeby.BorderSizePixel = 0
  427. madeby.Position = UDim2.new(0.116666675, 0, 0.959479868, 0)
  428. madeby.Size = UDim2.new(0, 184, 0, 16)
  429. madeby.Font = Enum.Font.SourceSans
  430. madeby.Text = "made by Nagaski and Axtra"
  431. madeby.TextColor3 = Color3.fromRGB(255, 255, 255)
  432. madeby.TextSize = 17.000
  433. madeby.TextWrapped = true
  434.  
  435. about.Name = "about"
  436. about.Parent = NagaskisDaHoodAntiLag
  437. about.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  438. about.BorderColor3 = Color3.fromRGB(0, 0, 0)
  439. about.BorderSizePixel = 0
  440. about.Position = UDim2.new(0, 786, 0, 141)
  441. about.Size = UDim2.new(0, 240, 0, 408)
  442.  
  443. title_3.Name = "title"
  444. title_3.Parent = about
  445. title_3.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  446. title_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  447. title_3.BorderSizePixel = 0
  448. title_3.Size = UDim2.new(0, 240, 0, 30)
  449. title_3.Font = Enum.Font.SourceSans
  450. title_3.Text = "Nagaski's Da Hood Antilag"
  451. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  452. title_3.TextScaled = true
  453. title_3.TextSize = 14.000
  454. title_3.TextWrapped = true
  455. title_3.TextXAlignment = Enum.TextXAlignment.Left
  456.  
  457. exit_3.Name = "exit"
  458. exit_3.Parent = title_3
  459. exit_3.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  460. exit_3.BackgroundTransparency = 0.600
  461. exit_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  462. exit_3.BorderSizePixel = 0
  463. exit_3.Position = UDim2.new(0, 229, 0, -24)
  464. exit_3.Size = UDim2.new(0, 41, 0, 33)
  465. exit_3.Font = Enum.Font.SourceSans
  466. exit_3.Text = "❌"
  467. exit_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  468. exit_3.TextScaled = true
  469. exit_3.TextSize = 14.000
  470. exit_3.TextWrapped = true
  471.  
  472. minimize_2.Name = "minimize"
  473. minimize_2.Parent = title_3
  474. minimize_2.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  475. minimize_2.BackgroundTransparency = 0.600
  476. minimize_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  477. minimize_2.BorderSizePixel = 0
  478. minimize_2.Position = UDim2.new(0, -30, 0, -24)
  479. minimize_2.Size = UDim2.new(0, 41, 0, 33)
  480. minimize_2.Font = Enum.Font.SourceSans
  481. minimize_2.Text = "➖"
  482. minimize_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  483. minimize_2.TextScaled = true
  484. minimize_2.TextSize = 14.000
  485. minimize_2.TextWrapped = true
  486.  
  487. About_2.Name = "About"
  488. About_2.Parent = about
  489. About_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  490. About_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  491. About_2.BorderSizePixel = 0
  492. About_2.Position = UDim2.new(0, 0, 0, 408)
  493. About_2.Size = UDim2.new(0, 118, 0, 15)
  494. About_2.Font = Enum.Font.SourceSans
  495. About_2.Text = "About"
  496. About_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  497. About_2.TextSize = 14.000
  498. About_2.TextWrapped = true
  499. About_2.TextYAlignment = Enum.TextYAlignment.Top
  500.  
  501. Main_2.Name = "Main"
  502. Main_2.Parent = about
  503. Main_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  504. Main_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  505. Main_2.BorderSizePixel = 0
  506. Main_2.Position = UDim2.new(0, 122, 0, 408)
  507. Main_2.Size = UDim2.new(0, 118, 0, 15)
  508. Main_2.Font = Enum.Font.SourceSans
  509. Main_2.Text = "Main"
  510. Main_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  511. Main_2.TextSize = 14.000
  512. Main_2.TextWrapped = true
  513. Main_2.TextYAlignment = Enum.TextYAlignment.Top
  514.  
  515. ndhal.Name = "ndhal"
  516. ndhal.Parent = about
  517. ndhal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  518. ndhal.BackgroundTransparency = 1.000
  519. ndhal.BorderColor3 = Color3.fromRGB(0, 0, 0)
  520. ndhal.BorderSizePixel = 0
  521. ndhal.Position = UDim2.new(0.0833333358, 0, 0.110294119, 0)
  522. ndhal.Size = UDim2.new(0, 200, 0, 24)
  523. ndhal.Font = Enum.Font.SourceSans
  524. ndhal.Text = "Nagaski's Da Hood Antilag"
  525. ndhal.TextColor3 = Color3.fromRGB(255, 255, 255)
  526. ndhal.TextScaled = true
  527. ndhal.TextSize = 14.000
  528. ndhal.TextWrapped = true
  529.  
  530. cs.Name = "cs"
  531. cs.Parent = about
  532. cs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  533. cs.BackgroundTransparency = 1.000
  534. cs.BorderColor3 = Color3.fromRGB(0, 0, 0)
  535. cs.BorderSizePixel = 0
  536. cs.Position = UDim2.new(0.0833333358, 0, 0.169117644, 0)
  537. cs.Size = UDim2.new(0, 200, 0, 24)
  538. cs.Font = Enum.Font.SourceSans
  539. cs.Text = "Coming soon:"
  540. cs.TextColor3 = Color3.fromRGB(255, 255, 255)
  541. cs.TextScaled = true
  542. cs.TextSize = 14.000
  543. cs.TextWrapped = true
  544.  
  545. ma.Name = "-ma"
  546. ma.Parent = about
  547. ma.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  548. ma.BackgroundTransparency = 1.000
  549. ma.BorderColor3 = Color3.fromRGB(0, 0, 0)
  550. ma.BorderSizePixel = 0
  551. ma.Position = UDim2.new(0.0833333358, 0, 0.22794117, 0)
  552. ma.Size = UDim2.new(0, 200, 0, 24)
  553. ma.Font = Enum.Font.SourceSans
  554. ma.Text = "-maybe Animations"
  555. ma.TextColor3 = Color3.fromRGB(255, 255, 255)
  556. ma.TextScaled = true
  557. ma.TextSize = 14.000
  558. ma.TextWrapped = true
  559.  
  560. mm.Name = "-mm"
  561. mm.Parent = about
  562. mm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  563. mm.BackgroundTransparency = 1.000
  564. mm.BorderColor3 = Color3.fromRGB(0, 0, 0)
  565. mm.BorderSizePixel = 0
  566. mm.Position = UDim2.new(0.0833333358, 0, 0.286764711, 0)
  567. mm.Size = UDim2.new(0, 200, 0, 24)
  568. mm.Font = Enum.Font.SourceSans
  569. mm.Text = "-more Methods"
  570. mm.TextColor3 = Color3.fromRGB(255, 255, 255)
  571. mm.TextScaled = true
  572. mm.TextSize = 14.000
  573. mm.TextWrapped = true
  574.  
  575. jes.Name = "jes"
  576. jes.Parent = about
  577. jes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  578. jes.BackgroundTransparency = 1.000
  579. jes.BorderColor3 = Color3.fromRGB(0, 0, 0)
  580. jes.BorderSizePixel = 0
  581. jes.Position = UDim2.new(0.0833333358, 0, 0.637254894, 0)
  582. jes.Size = UDim2.new(0, 200, 0, 24)
  583. jes.Font = Enum.Font.SourceSans
  584. jes.Text = "Join Exploiting Society: "
  585. jes.TextColor3 = Color3.fromRGB(255, 255, 255)
  586. jes.TextScaled = true
  587. jes.TextSize = 14.000
  588. jes.TextWrapped = true
  589.  
  590. TextBox.Parent = jes
  591. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  592. TextBox.BackgroundTransparency = 1.000
  593. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  594. TextBox.BorderSizePixel = 0
  595. TextBox.Position = UDim2.new(0, 0, 1, 0)
  596. TextBox.Size = UDim2.new(0, 200, 0, 29)
  597. TextBox.Font = Enum.Font.SourceSans
  598. TextBox.Text = "https://discord.gg/9jFd4s3t2n"
  599. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  600. TextBox.TextScaled = true
  601. TextBox.TextSize = 14.000
  602. TextBox.TextWrapped = true
  603.  
  604. madeby_2.Name = "madeby"
  605. madeby_2.Parent = about
  606. madeby_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  607. madeby_2.BackgroundTransparency = 1.000
  608. madeby_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  609. madeby_2.BorderSizePixel = 0
  610. madeby_2.Position = UDim2.new(0.112499997, 0, 0.960784316, 0)
  611. madeby_2.Size = UDim2.new(0, 187, 0, 16)
  612. madeby_2.Font = Enum.Font.SourceSans
  613. madeby_2.Text = "made by Nagaski and Axtra"
  614. madeby_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  615. madeby_2.TextSize = 17.000
  616. madeby_2.TextWrapped = true
  617.  
  618. -- Scripts:
  619.  
  620. local function PDHJV_fake_script() -- exit.exitSCRIPT
  621.     local script = Instance.new('LocalScript', exit)
  622.  
  623.     local a = script.Parent.Parent.Parent.Parent
  624.    
  625.    
  626.     script.Parent.MouseButton1Click:Connect(function()
  627.         a:Destroy()
  628.     end)
  629. end
  630. coroutine.wrap(PDHJV_fake_script)()
  631. local function SDBCWC_fake_script() -- pwsystem.drag
  632.     local script = Instance.new('LocalScript', pwsystem)
  633.  
  634.     local UserInputService = game:GetService("UserInputService")
  635.    
  636.     local gui = script.Parent
  637.    
  638.     local dragging
  639.     local dragInput
  640.     local dragStart
  641.     local startPos
  642.    
  643.     local function update(input)
  644.         local delta = input.Position - dragStart
  645.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  646.     end
  647.    
  648.     gui.InputBegan:Connect(function(input)
  649.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  650.             dragging = true
  651.             dragStart = input.Position
  652.             startPos = gui.Position
  653.    
  654.             input.Changed:Connect(function()
  655.                 if input.UserInputState == Enum.UserInputState.End then
  656.                     dragging = false
  657.                 end
  658.             end)
  659.         end
  660.     end)
  661.    
  662.     gui.InputChanged:Connect(function(input)
  663.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  664.             dragInput = input
  665.         end
  666.     end)
  667.    
  668.     UserInputService.InputChanged:Connect(function(input)
  669.         if input == dragInput and dragging then
  670.             update(input)
  671.         end
  672.     end)
  673. end
  674. coroutine.wrap(SDBCWC_fake_script)()
  675. local function SOFF_fake_script() -- pwsubmit.pwsystemSCRIPT
  676.     local script = Instance.new('LocalScript', pwsubmit)
  677.  
  678.     local open = script.Parent.Parent.Parent:WaitForChild("open")
  679.     local main = script.Parent.Parent.Parent:WaitForChild("main")
  680.     local abt = script.Parent.Parent.Parent:WaitForChild("about")
  681.     local pwsystem = script.Parent.Parent
  682.     local pwbox = pwsystem:WaitForChild("pwbox")
  683.     local btn = script.Parent
  684.     local username = game:GetService("Players").LocalPlayer.Name
  685.     local disusername = game:GetService("Players").LocalPlayer.DisplayName
  686.     open.Visible = false
  687.     pwsystem.Visible = true
  688.     main.Visible = false
  689.     abt.Visible = false
  690.    
  691.     btn.MouseButton1Click:Connect(function()
  692.         if pwbox.Text == "exploiting" then
  693.             btn.Text = "Valid"
  694.             wait(3)
  695.             btn.Text = "Submit"
  696.             pwsystem.Visible = false wait(.5)
  697.             game.StarterGui:SetCore("SendNotification", {
  698.                 Title = "Thanks for using!";
  699.                 Text = "Hello "..disusername.. " (@"..username.. ") and thanks for using Nagaski's Da Hood AntiLag";
  700.                 Icon = "";
  701.                 Button1 = "Nice!";
  702.                 Button2 = nil;
  703.                
  704.             })
  705.    
  706.          wait(.5)
  707.             open.Visible = true
  708.         else
  709.             btn.Text = "Not Valid"
  710.             wait(2)
  711.             btn.Text = "Submit"
  712.         end
  713.     end)
  714. end
  715. coroutine.wrap(SOFF_fake_script)()
  716. local function HJLTDIV_fake_script() -- open_2.work
  717.     local script = Instance.new('LocalScript', open_2)
  718.  
  719.     local main = script.Parent.Parent.Parent.about
  720.    
  721.     script.Parent.MouseButton1Click:Connect(function()
  722.         if main.Visible == false then
  723.             main.Visible = true
  724.             script.Parent.Parent.Visible = false
  725.         end
  726.     end)
  727. end
  728. coroutine.wrap(HJLTDIV_fake_script)()
  729. local function UKQUJIW_fake_script() -- open.drag
  730.     local script = Instance.new('LocalScript', open)
  731.  
  732.     local UserInputService = game:GetService("UserInputService")
  733.    
  734.     local gui = script.Parent
  735.    
  736.     local dragging
  737.     local dragInput
  738.     local dragStart
  739.     local startPos
  740.    
  741.     local function update(input)
  742.         local delta = input.Position - dragStart
  743.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  744.     end
  745.    
  746.     gui.InputBegan:Connect(function(input)
  747.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  748.             dragging = true
  749.             dragStart = input.Position
  750.             startPos = gui.Position
  751.    
  752.             input.Changed:Connect(function()
  753.                 if input.UserInputState == Enum.UserInputState.End then
  754.                     dragging = false
  755.                 end
  756.             end)
  757.         end
  758.     end)
  759.    
  760.     gui.InputChanged:Connect(function(input)
  761.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  762.             dragInput = input
  763.         end
  764.     end)
  765.    
  766.     UserInputService.InputChanged:Connect(function(input)
  767.         if input == dragInput and dragging then
  768.             update(input)
  769.         end
  770.     end)
  771. end
  772. coroutine.wrap(UKQUJIW_fake_script)()
  773. local function XZXGLL_fake_script() -- exit_2.exitSCRIPT
  774.     local script = Instance.new('LocalScript', exit_2)
  775.  
  776.     local a = script.Parent.Parent.Parent.Parent
  777.    
  778.    
  779.     script.Parent.MouseButton1Click:Connect(function()
  780.         a:Destroy()
  781.     end)
  782. end
  783. coroutine.wrap(XZXGLL_fake_script)()
  784. local function UEAW_fake_script() -- mcs.srb
  785.     local script = Instance.new('LocalScript', mcs)
  786.  
  787.     --put this in the label that u wanna make rainbow
  788.     local r = {
  789.         Color3.fromRGB(254, 0, 0);      --red
  790.         Color3.fromRGB(255, 127, 0);    --orange
  791.         Color3.fromRGB(255, 221, 1);    --yellow
  792.         Color3.fromRGB(0, 200, 0);      --green
  793.         Color3.fromRGB(0, 160, 199);    --light blue
  794.         Color3.fromRGB(0, 55, 230);     --dark blue
  795.         Color3.fromRGB(129, 16, 210)}   --purple
  796.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  797.     script.Parent.TextColor3 = r[1]
  798.     i = 1
  799.     while true do
  800.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  801.             TextColor3 = r[i]})
  802.         tween:Play()
  803.         repeat wait() until tween.Completed
  804.         wait(0.1)
  805.         if i == #r then i = 1 else i = i + 1 end
  806.     end
  807. end
  808. coroutine.wrap(UEAW_fake_script)()
  809. local function MDAJRM_fake_script() -- minimize.minSCRIPT
  810.     local script = Instance.new('LocalScript', minimize)
  811.  
  812.     local main = script.Parent.Parent.Parent
  813.    
  814.    
  815.    
  816.    
  817.     script.Parent.MouseButton1Click:Connect(function()
  818.         if main.Visible == true then
  819.             main.Visible = false
  820.             script.Parent.Parent.Parent.Parent.open.Visible = true
  821.         end
  822.            
  823.        
  824.     end)
  825. end
  826. coroutine.wrap(MDAJRM_fake_script)()
  827. local function BVQULO_fake_script() -- main.drag
  828.     local script = Instance.new('LocalScript', main)
  829.  
  830.     local UserInputService = game:GetService("UserInputService")
  831.    
  832.     local gui = script.Parent
  833.    
  834.     local dragging
  835.     local dragInput
  836.     local dragStart
  837.     local startPos
  838.    
  839.     local function update(input)
  840.         local delta = input.Position - dragStart
  841.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  842.     end
  843.    
  844.     gui.InputBegan:Connect(function(input)
  845.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  846.             dragging = true
  847.             dragStart = input.Position
  848.             startPos = gui.Position
  849.    
  850.             input.Changed:Connect(function()
  851.                 if input.UserInputState == Enum.UserInputState.End then
  852.                     dragging = false
  853.                 end
  854.             end)
  855.         end
  856.     end)
  857.    
  858.     gui.InputChanged:Connect(function(input)
  859.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  860.             dragInput = input
  861.         end
  862.     end)
  863.    
  864.     UserInputService.InputChanged:Connect(function(input)
  865.         if input == dragInput and dragging then
  866.             update(input)
  867.         end
  868.     end)
  869. end
  870. coroutine.wrap(BVQULO_fake_script)()
  871. local function VXAE_fake_script() -- DeleteIgnoredFolder.work
  872.     local script = Instance.new('LocalScript', DeleteIgnoredFolder)
  873.  
  874.     local wk = game.Workspace
  875.     local Ignored = wk:FindFirstChild("Ignored")
  876.     local btn = script.Parent
  877.    
  878.    
  879.     btn.MouseButton1Click:Connect(function()
  880.         for i,v in pairs(Ignored:GetChildren()) do
  881.             v:Destroy()
  882.         end
  883.     end)
  884. end
  885. coroutine.wrap(VXAE_fake_script)()
  886. local function LGYPI_fake_script() -- DeleteLightsFolder.work
  887.     local script = Instance.new('LocalScript', DeleteLightsFolder)
  888.  
  889.     local wk = game.Workspace
  890.     local a = wk:FindFirstChild("Lights")
  891.     local btn = script.Parent
  892.    
  893.    
  894.     btn.MouseButton1Click:Connect(function()
  895.         a:Destroy()
  896.     end)
  897. end
  898. coroutine.wrap(LGYPI_fake_script)()
  899. local function KYPVED_fake_script() -- DeleteAdminBaseDoor.work
  900.     local script = Instance.new('LocalScript', DeleteAdminBaseDoor)
  901.  
  902.     local wk = game.Workspace
  903.     local a = wk:FindFirstChild("MAP"):FindFirstChild("EVIL_DOORX")
  904.     local btn = script.Parent
  905.    
  906.    
  907.     btn.MouseButton1Click:Connect(function()
  908.         a:Destroy()
  909.     end)
  910. end
  911. coroutine.wrap(KYPVED_fake_script)()
  912. local function VRMNJH_fake_script() -- DeleteUnusedHouseWithTaser.work
  913.     local script = Instance.new('LocalScript', DeleteUnusedHouseWithTaser)
  914.  
  915.     local wk = game.Workspace
  916.     local a = wk:FindFirstChild("MAP"):FindFirstChild("Model")
  917.     local btn = script.Parent
  918.    
  919.    
  920.     btn.MouseButton1Click:Connect(function()
  921.         a:Destroy()
  922.     end)
  923. end
  924. coroutine.wrap(VRMNJH_fake_script)()
  925. local function GMCUQ_fake_script() -- DeleteFencesonHill.work
  926.     local script = Instance.new('LocalScript', DeleteFencesonHill)
  927.  
  928.     local wk = game.Workspace
  929.     local a = wk:FindFirstChild("MAP"):FindFirstChild("Fences/UF")
  930.     local btn = script.Parent
  931.    
  932.    
  933.     btn.MouseButton1Click:Connect(function()
  934.         a:Destroy()
  935.     end)
  936. end
  937. coroutine.wrap(GMCUQ_fake_script)()
  938. local function NWUHOMZ_fake_script() -- DeleteProps.work
  939.     local script = Instance.new('LocalScript', DeleteProps)
  940.  
  941.     local wk = game.Workspace
  942.     local a = wk:FindFirstChild("MAP"):FindFirstChild("Map"):FindFirstChild("Props")
  943.     local btn = script.Parent
  944.    
  945.    
  946.     btn.MouseButton1Click:Connect(function()
  947.         for i,v in pairs(a:GetChildren()) do
  948.             v:Destroy()
  949.         end
  950.     end)
  951. end
  952. coroutine.wrap(NWUHOMZ_fake_script)()
  953. local function BCQQIN_fake_script() -- DeleteCashiers.work
  954.     local script = Instance.new('LocalScript', DeleteCashiers)
  955.  
  956.     local wk = game.Workspace
  957.     local a = wk:FindFirstChild("Cashiers")
  958.     local btn = script.Parent
  959.    
  960.    
  961.     btn.MouseButton1Click:Connect(function()
  962.         for i,v in pairs(a:GetChildren()) do
  963.             v:Destroy()
  964.         end
  965.     end)
  966. end
  967. coroutine.wrap(BCQQIN_fake_script)()
  968. local function ZSZKHF_fake_script() -- DeletePhotos.work
  969.     local script = Instance.new('LocalScript', DeletePhotos)
  970.  
  971.     local wk = game.Workspace
  972.     local a = wk:FindFirstChild("MAP"):FindFirstChild("Map")
  973.     local btn = script.Parent
  974.    
  975.    
  976.     btn.MouseButton1Click:Connect(function()
  977.         for i, v in ipairs(a:GetDescendants()) do
  978.             if v.Name == "Photos" then
  979.                 v:Destroy()
  980.             end
  981.         end
  982.     end)
  983. end
  984. coroutine.wrap(ZSZKHF_fake_script)()
  985. local function PQFUU_fake_script() -- BadGraphics.work
  986.     local script = Instance.new('LocalScript', BadGraphics)
  987.  
  988.     local lightning = game:GetService("Lighting")
  989.     local btn = script.Parent
  990.    
  991.    
  992.     btn.MouseButton1Click:Connect(function()
  993.         lightning:WaitForChild("SunRays"):Destroy()
  994.         lightning:WaitForChild("SnowBlur"):Destroy()
  995.         lightning:WaitForChild("PepperSprayBlur"):Destroy()
  996.         lightning:WaitForChild("Bloom"):Destroy()
  997.         lightning.GlobalShadows = false
  998.         lightning.FogEnd = 99999
  999.         for i,v in pairs(workspace:GetDescendants()) do
  1000.             if v:IsA("BasePart") then
  1001.                 v.Material = Enum.Material.Plastic
  1002.             end
  1003.         end
  1004.         local Model = workspace
  1005.         local ClassTypes = {
  1006.             "Decal",
  1007.             "Texture"
  1008.         }
  1009.    
  1010.         for _, v in ipairs(workspace:GetDescendants()) do
  1011.             if table.find(ClassTypes, v.ClassName) then
  1012.                 print(v.ClassName)
  1013.                 v:Destroy()
  1014.             end
  1015.         end
  1016.     end)
  1017. end
  1018. coroutine.wrap(PQFUU_fake_script)()
  1019. local function JOUBQ_fake_script() -- betterGraphics.work
  1020.     local script = Instance.new('LocalScript', betterGraphics)
  1021.  
  1022.     local lightning = game:GetService("Lighting")
  1023.     local btn = script.Parent
  1024.    
  1025.    
  1026.     btn.MouseButton1Click:Connect(function()
  1027.         lightning:WaitForChild("ColorCorrection").Saturation = 2
  1028.         lightning.Brightness = 1.1
  1029.     end)
  1030. end
  1031. coroutine.wrap(JOUBQ_fake_script)()
  1032. local function SGANXAE_fake_script() -- InfZoom.work
  1033.     local script = Instance.new('LocalScript', InfZoom)
  1034.  
  1035.     local localplr = game:GetService("Players").LocalPlayer
  1036.     local btn = script.Parent
  1037.    
  1038.    
  1039.     btn.MouseButton1Click:Connect(function()
  1040.         localplr.CameraMaxZoomDistance = math.huge
  1041.     end)
  1042. end
  1043. coroutine.wrap(SGANXAE_fake_script)()
  1044. local function UNAE_fake_script() -- About.work
  1045.     local script = Instance.new('LocalScript', About)
  1046.  
  1047.     local abtTAB = script.Parent.Parent.Parent:FindFirstChild("about")
  1048.     local mainTAB = script.Parent.Parent
  1049.     local btn = script.Parent
  1050.    
  1051.    
  1052.     btn.MouseButton1Click:Connect(function()
  1053.         if mainTAB.Visible == true then
  1054.             mainTAB.Visible = false
  1055.             abtTAB.Visible = true
  1056.         end
  1057.     end)
  1058. end
  1059. coroutine.wrap(UNAE_fake_script)()
  1060. local function HUNT_fake_script() -- exit_3.exitSCRIPT
  1061.     local script = Instance.new('LocalScript', exit_3)
  1062.  
  1063.     local a = script.Parent.Parent.Parent.Parent
  1064.    
  1065.    
  1066.     script.Parent.MouseButton1Click:Connect(function()
  1067.         a:Destroy()
  1068.     end)
  1069. end
  1070. coroutine.wrap(HUNT_fake_script)()
  1071. local function DYVV_fake_script() -- minimize_2.minSCRIPT
  1072.     local script = Instance.new('LocalScript', minimize_2)
  1073.  
  1074.     local main = script.Parent.Parent.Parent
  1075.    
  1076.    
  1077.    
  1078.    
  1079.     script.Parent.MouseButton1Click:Connect(function()
  1080.         if main.Visible == true then
  1081.             main.Visible = false
  1082.             script.Parent.Parent.Parent.Parent.open.Visible = true
  1083.         end
  1084.            
  1085.        
  1086.     end)
  1087. end
  1088. coroutine.wrap(DYVV_fake_script)()
  1089. local function ISTFYO_fake_script() -- about.drag
  1090.     local script = Instance.new('LocalScript', about)
  1091.  
  1092.     local UserInputService = game:GetService("UserInputService")
  1093.    
  1094.     local gui = script.Parent
  1095.    
  1096.     local dragging
  1097.     local dragInput
  1098.     local dragStart
  1099.     local startPos
  1100.    
  1101.     local function update(input)
  1102.         local delta = input.Position - dragStart
  1103.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1104.     end
  1105.    
  1106.     gui.InputBegan:Connect(function(input)
  1107.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1108.             dragging = true
  1109.             dragStart = input.Position
  1110.             startPos = gui.Position
  1111.    
  1112.             input.Changed:Connect(function()
  1113.                 if input.UserInputState == Enum.UserInputState.End then
  1114.                     dragging = false
  1115.                 end
  1116.             end)
  1117.         end
  1118.     end)
  1119.    
  1120.     gui.InputChanged:Connect(function(input)
  1121.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1122.             dragInput = input
  1123.         end
  1124.     end)
  1125.    
  1126.     UserInputService.InputChanged:Connect(function(input)
  1127.         if input == dragInput and dragging then
  1128.             update(input)
  1129.         end
  1130.     end)
  1131. end
  1132. coroutine.wrap(ISTFYO_fake_script)()
  1133. local function FXAI_fake_script() -- Main_2.work
  1134.     local script = Instance.new('LocalScript', Main_2)
  1135.  
  1136.     local mainTAB = script.Parent.Parent.Parent:FindFirstChild("main")
  1137.     local abtTAB = script.Parent.Parent
  1138.     local btn = script.Parent
  1139.    
  1140.    
  1141.     btn.MouseButton1Click:Connect(function()
  1142.         if mainTAB.Visible == false then
  1143.             mainTAB.Visible = true
  1144.             abtTAB.Visible = false
  1145.         end
  1146.     end)
  1147. end
  1148. coroutine.wrap(FXAI_fake_script)()
  1149. local function AHMBBOO_fake_script() -- jes.jesrb
  1150.     local script = Instance.new('LocalScript', jes)
  1151.  
  1152.     --put this in the label that u wanna make rainbow
  1153.     local r = {
  1154.         Color3.fromRGB(254, 0, 0);      --red
  1155.         Color3.fromRGB(255, 127, 0);    --orange
  1156.         Color3.fromRGB(255, 221, 1);    --yellow
  1157.         Color3.fromRGB(0, 200, 0);      --green
  1158.         Color3.fromRGB(0, 160, 199);    --light blue
  1159.         Color3.fromRGB(0, 55, 230);     --dark blue
  1160.         Color3.fromRGB(129, 16, 210)}   --purple
  1161.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1162.     script.Parent.TextColor3 = r[1]
  1163.     i = 1
  1164.     while true do
  1165.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1166.             TextColor3 = r[i]})
  1167.         tween:Play()
  1168.         repeat wait() until tween.Completed
  1169.         wait(0.1)
  1170.         if i == #r then i = 1 else i = i + 1 end
  1171.     end
  1172. end
  1173. coroutine.wrap(AHMBBOO_fake_script)()
  1174. local function XHDFU_fake_script() -- TextBox.tbrb
  1175.     local script = Instance.new('LocalScript', TextBox)
  1176.  
  1177.     --put this in the label that u wanna make rainbow
  1178.     local r = {
  1179.         Color3.fromRGB(254, 0, 0);      --red
  1180.         Color3.fromRGB(255, 127, 0);    --orange
  1181.         Color3.fromRGB(255, 221, 1);    --yellow
  1182.         Color3.fromRGB(0, 200, 0);      --green
  1183.         Color3.fromRGB(0, 160, 199);    --light blue
  1184.         Color3.fromRGB(0, 55, 230);     --dark blue
  1185.         Color3.fromRGB(129, 16, 210)}   --purple
  1186.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1187.     script.Parent.TextColor3 = r[1]
  1188.     i = 1
  1189.     while true do
  1190.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1191.             TextColor3 = r[i]})
  1192.         tween:Play()
  1193.         repeat wait() until tween.Completed
  1194.         wait(0.1)
  1195.         if i == #r then i = 1 else i = i + 1 end
  1196.     end
  1197. end
  1198. coroutine.wrap(XHDFU_fake_script)()
  1199. local function XYJACI_fake_script() -- TextBox.discordUPDATE
  1200.     local script = Instance.new('LocalScript', TextBox)
  1201.  
  1202.     while true do
  1203.         wait(.1)
  1204.         script.Parent.Text = "https://discord.gg/9jFd4s3t2n"
  1205.     end
  1206. end
  1207. coroutine.wrap(XYJACI_fake_script)()
  1208.  
Add Comment
Please, Sign In to add comment