Guest User

Untitled

a guest
Sep 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 109.76 KB | None | 0 0
  1. - Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local pieleWare = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local Topbar = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Menu = Instance.new("Frame")
  9. local Rage = Instance.new("TextButton")
  10. local Visuals = Instance.new("TextButton")
  11. local Misc = Instance.new("TextButton")
  12. local Settings = Instance.new("TextButton")
  13. local Skins = Instance.new("TextButton")
  14. local GunMods = Instance.new("TextButton")
  15. local Legit = Instance.new("TextButton")
  16. local Visuals_2 = Instance.new("Frame")
  17. local ThirdPerson = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19. local TextBox = Instance.new("TextBox")
  20. local AsusWalls = Instance.new("TextButton")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local TextBox_2 = Instance.new("TextBox")
  23. local WireframeESP = Instance.new("TextButton")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local FOV = Instance.new("TextButton")
  26. local TextLabel_4 = Instance.new("TextLabel")
  27. local TextBox_3 = Instance.new("TextBox")
  28. local Misc_2 = Instance.new("Frame")
  29. local InfCash = Instance.new("TextButton")
  30. local TextLabel_5 = Instance.new("TextLabel")
  31. local FakeCrouch = Instance.new("TextButton")
  32. local TextLabel_6 = Instance.new("TextLabel")
  33. local BHop = Instance.new("TextButton")
  34. local TextLabel_7 = Instance.new("TextLabel")
  35. local Respawn = Instance.new("TextButton")
  36. local TextLabel_8 = Instance.new("TextLabel")
  37. local Walkspeed = Instance.new("TextButton")
  38. local TextLabel_9 = Instance.new("TextLabel")
  39. local TextBox_4 = Instance.new("TextBox")
  40. local TextSpam = Instance.new("TextButton")
  41. local TextLabel_10 = Instance.new("TextLabel")
  42. local Settings_2 = Instance.new("Frame")
  43. local Transparent = Instance.new("TextButton")
  44. local TextLabel_11 = Instance.new("TextLabel")
  45. local Legit_2 = Instance.new("Frame")
  46. local TextLabel_12 = Instance.new("TextLabel")
  47. local TextLabel_13 = Instance.new("TextLabel")
  48. local TextLabel_14 = Instance.new("TextLabel")
  49. local TextLabel_15 = Instance.new("TextLabel")
  50. local TextLabel_16 = Instance.new("TextLabel")
  51. local TextLabel_17 = Instance.new("TextLabel")
  52. local TextLabel_18 = Instance.new("TextLabel")
  53. local GunMods_2 = Instance.new("Frame")
  54. local InstaReload = Instance.new("TextButton")
  55. local TextLabel_19 = Instance.new("TextLabel")
  56. local InstaEquip = Instance.new("TextButton")
  57. local TextLabel_20 = Instance.new("TextLabel")
  58. local InfAmmo = Instance.new("TextButton")
  59. local TextLabel_21 = Instance.new("TextLabel")
  60. local NoRecoil = Instance.new("TextButton")
  61. local TextLabel_22 = Instance.new("TextLabel")
  62. local Skins_2 = Instance.new("Frame")
  63. local skinmainframe = Instance.new("Frame")
  64. local skinnames = Instance.new("ScrollingFrame")
  65. local fakebutton1 = Instance.new("TextLabel")
  66. local SecondFrame = Instance.new("Frame")
  67. local fakebutton2 = Instance.new("TextLabel")
  68. local uhhhhhh = Instance.new("TextLabel")
  69. local KnivesB = Instance.new("TextButton")
  70. local Knives = Instance.new("Frame")
  71. local SkinsB = Instance.new("TextButton")
  72. local ButterFly = Instance.new("TextButton")
  73. local CutKnife = Instance.new("TextButton")
  74. local Falchion = Instance.new("TextButton")
  75. local Bayonet = Instance.new("TextButton")
  76. local Huntsman = Instance.new("TextButton")
  77. local Karambit = Instance.new("TextButton")
  78. local Banana = Instance.new("TextButton")
  79. local FlipKnife = Instance.new("TextButton")
  80. local Bearded = Instance.new("TextButton")
  81. local Sickle = Instance.new("TextButton")
  82. local Cleaver = Instance.new("TextButton")
  83. local Crowbar = Instance.new("TextButton")
  84. local Rage_2 = Instance.new("Frame")
  85. local Ragebot = Instance.new("TextButton")
  86. local TextLabel_23 = Instance.new("TextLabel")
  87. local AutoShoot = Instance.new("TextButton")
  88. local TextLabel_24 = Instance.new("TextLabel")
  89. local UnfairAimbot = Instance.new("TextButton")
  90. local TextLabel_25 = Instance.new("TextLabel")
  91. local InfWall = Instance.new("TextButton")
  92. local TextLabel_26 = Instance.new("TextLabel")
  93. local Method = Instance.new("Frame")
  94. local TextLabel_27 = Instance.new("TextLabel")
  95. local Normal = Instance.new("TextButton")
  96. local TextLabel_28 = Instance.new("TextLabel")
  97. local Beta = Instance.new("TextButton")
  98. local TextLabel_29 = Instance.new("TextLabel")
  99. local AntiAim = Instance.new("TextButton")
  100. local TextLabel_30 = Instance.new("TextLabel")
  101. local KillAll = Instance.new("TextButton")
  102. local TextLabel_31 = Instance.new("TextLabel")
  103. local cursor = Instance.new("Frame")
  104. local hit = Instance.new("ImageLabel")
  105. --Properties:
  106. pieleWare.Name = "pieleWare"
  107. pieleWare.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  108. pieleWare.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  109.  
  110. Mainframe.Name = "Mainframe"
  111. Mainframe.Parent = pieleWare
  112. Mainframe.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  113. Mainframe.BorderSizePixel = 0
  114. Mainframe.Position = UDim2.new(0.5, -211, 0.5, -193)
  115. Mainframe.Size = UDim2.new(0, 423, 0, 396)
  116.  
  117. Topbar.Name = "Topbar"
  118. Topbar.Parent = Mainframe
  119. Topbar.BackgroundColor3 = Color3.new(0.27451, 0.505882, 0.772549)
  120. Topbar.BorderSizePixel = 0
  121. Topbar.Position = UDim2.new(0, 0, -0.000531437399, 0)
  122. Topbar.Size = UDim2.new(0, 423, 0, 25)
  123.  
  124. Title.Name = "Title"
  125. Title.Parent = Topbar
  126. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Title.BackgroundTransparency = 1
  128. Title.BorderSizePixel = 0
  129. Title.Position = UDim2.new(0.397163123, 0, 0.119999997, 0)
  130. Title.Size = UDim2.new(0, 78, 0, 18)
  131. Title.Font = Enum.Font.GothamSemibold
  132. Title.Text = "pieleWare™"
  133. Title.TextColor3 = Color3.new(1, 1, 1)
  134. Title.TextSize = 14
  135.  
  136. Menu.Name = "Menu"
  137. Menu.Parent = Mainframe
  138. Menu.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  139. Menu.BorderSizePixel = 0
  140. Menu.Position = UDim2.new(0.0260047279, 0, 0.0909090936, 0)
  141. Menu.Size = UDim2.new(0, 100, 0, 349)
  142.  
  143. Rage.Name = "Rage"
  144. Rage.Parent = Menu
  145. Rage.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  146. Rage.BorderSizePixel = 0
  147. Rage.Position = UDim2.new(0.129999995, 0, 0.0343839563, 0)
  148. Rage.Size = UDim2.new(0, 75, 0, 25)
  149. Rage.AutoButtonColor = false
  150. Rage.Font = Enum.Font.SourceSans
  151. Rage.Text = "Rage"
  152. Rage.TextColor3 = Color3.new(1, 1, 1)
  153. Rage.TextSize = 14
  154. Rage.TextWrapped = true
  155.  
  156. Visuals.Name = "Visuals"
  157. Visuals.Parent = Menu
  158. Visuals.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  159. Visuals.BorderSizePixel = 0
  160. Visuals.Position = UDim2.new(0.130000114, 0, 0.126074508, 0)
  161. Visuals.Size = UDim2.new(0, 75, 0, 25)
  162. Visuals.AutoButtonColor = false
  163. Visuals.Font = Enum.Font.SourceSans
  164. Visuals.Text = "Visuals"
  165. Visuals.TextColor3 = Color3.new(1, 1, 1)
  166. Visuals.TextSize = 14
  167. Visuals.TextWrapped = true
  168.  
  169. Misc.Name = "Misc"
  170. Misc.Parent = Menu
  171. Misc.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  172. Misc.BorderSizePixel = 0
  173. Misc.Position = UDim2.new(0.129999995, 0, 0.220630392, 0)
  174. Misc.Size = UDim2.new(0, 75, 0, 25)
  175. Misc.AutoButtonColor = false
  176. Misc.Font = Enum.Font.SourceSans
  177. Misc.Text = "Misc"
  178. Misc.TextColor3 = Color3.new(1, 1, 1)
  179. Misc.TextSize = 14
  180. Misc.TextWrapped = true
  181.  
  182. Settings.Name = "Settings"
  183. Settings.Parent = Menu
  184. Settings.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  185. Settings.BorderSizePixel = 0
  186. Settings.Position = UDim2.new(0.129999995, 0, 0.317808032, 0)
  187. Settings.Size = UDim2.new(0, 75, 0, 26)
  188. Settings.AutoButtonColor = false
  189. Settings.Font = Enum.Font.SourceSans
  190. Settings.Text = "Settings"
  191. Settings.TextColor3 = Color3.new(1, 1, 1)
  192. Settings.TextSize = 14
  193. Settings.TextWrapped = true
  194.  
  195. Skins.Name = "Skins"
  196. Skins.Parent = Menu
  197. Skins.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  198. Skins.BorderSizePixel = 0
  199. Skins.Position = UDim2.new(0.119999997, 0, 0.524355292, 0)
  200. Skins.Size = UDim2.new(0, 75, 0, 25)
  201. Skins.AutoButtonColor = false
  202. Skins.Font = Enum.Font.SourceSans
  203. Skins.Text = "Skins"
  204. Skins.TextColor3 = Color3.new(1, 1, 1)
  205. Skins.TextSize = 14
  206. Skins.TextWrapped = true
  207.  
  208. GunMods.Name = "GunMods"
  209. GunMods.Parent = Menu
  210. GunMods.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  211. GunMods.BorderSizePixel = 0
  212. GunMods.Position = UDim2.new(0.119999997, 0, 0.41848135, 0)
  213. GunMods.Size = UDim2.new(0, 75, 0, 25)
  214. GunMods.AutoButtonColor = false
  215. GunMods.Font = Enum.Font.SourceSans
  216. GunMods.Text = "Gun Mods"
  217. GunMods.TextColor3 = Color3.new(1, 1, 1)
  218. GunMods.TextSize = 14
  219. GunMods.TextWrapped = true
  220.  
  221. Legit.Name = "Legit"
  222. Legit.Parent = Menu
  223. Legit.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  224. Legit.BorderSizePixel = 0
  225. Legit.Position = UDim2.new(0.129999995, 0, 0.899713576, 0)
  226. Legit.Size = UDim2.new(0, 75, 0, 25)
  227. Legit.AutoButtonColor = false
  228. Legit.Font = Enum.Font.SourceSans
  229. Legit.Text = "Credits"
  230. Legit.TextColor3 = Color3.new(1, 1, 1)
  231. Legit.TextSize = 14
  232. Legit.TextWrapped = true
  233.  
  234. Visuals_2.Name = "Visuals"
  235. Visuals_2.Parent = Mainframe
  236. Visuals_2.Active = true
  237. Visuals_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  238. Visuals_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  239. Visuals_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  240. Visuals_2.Size = UDim2.new(0, 274, 0, 348)
  241. Visuals_2.Visible = false
  242.  
  243. ThirdPerson.Name = "ThirdPerson"
  244. ThirdPerson.Parent = Visuals_2
  245. ThirdPerson.Active = false
  246. ThirdPerson.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  247. ThirdPerson.BorderSizePixel = 0
  248. ThirdPerson.Position = UDim2.new(0.0567203462, 0, 0.123389043, 0)
  249. ThirdPerson.Size = UDim2.new(0, 20, 0, 20)
  250. ThirdPerson.ZIndex = 38749
  251. ThirdPerson.AutoButtonColor = false
  252. ThirdPerson.Font = Enum.Font.SourceSans
  253. ThirdPerson.Text = ""
  254. ThirdPerson.TextColor3 = Color3.new(0, 0, 0)
  255. ThirdPerson.TextSize = 14
  256.  
  257. TextLabel.Parent = ThirdPerson
  258. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  259. TextLabel.BackgroundTransparency = 1
  260. TextLabel.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  261. TextLabel.Size = UDim2.new(0, 58, 0, 10)
  262. TextLabel.Font = Enum.Font.SourceSans
  263. TextLabel.Text = "Thirdperson"
  264. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  265. TextLabel.TextSize = 14
  266. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  267.  
  268. TextBox.Parent = ThirdPerson
  269. TextBox.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  270. TextBox.BorderSizePixel = 0
  271. TextBox.Position = UDim2.new(5.0999999, 0, 0.100000024, 0)
  272. TextBox.Size = UDim2.new(0, 72, 0, 20)
  273. TextBox.Font = Enum.Font.SourceSans
  274. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  275. TextBox.PlaceholderText = "Distance"
  276. TextBox.Text = ""
  277. TextBox.TextColor3 = Color3.new(1, 1, 1)
  278. TextBox.TextSize = 14
  279.  
  280. AsusWalls.Name = "AsusWalls"
  281. AsusWalls.Parent = Visuals_2
  282. AsusWalls.Active = false
  283. AsusWalls.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  284. AsusWalls.BorderSizePixel = 0
  285. AsusWalls.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 0)
  286. AsusWalls.Size = UDim2.new(0, 20, 0, 20)
  287. AsusWalls.ZIndex = 38749
  288. AsusWalls.AutoButtonColor = false
  289. AsusWalls.Font = Enum.Font.SourceSans
  290. AsusWalls.Text = ""
  291. AsusWalls.TextColor3 = Color3.new(0, 0, 0)
  292. AsusWalls.TextSize = 14
  293.  
  294. TextLabel_2.Parent = AsusWalls
  295. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  296. TextLabel_2.BackgroundTransparency = 1
  297. TextLabel_2.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  298. TextLabel_2.Size = UDim2.new(0, 58, 0, 10)
  299. TextLabel_2.Font = Enum.Font.SourceSans
  300. TextLabel_2.Text = "Asus Walls"
  301. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  302. TextLabel_2.TextSize = 14
  303. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  304.  
  305. TextBox_2.Parent = AsusWalls
  306. TextBox_2.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  307. TextBox_2.BorderSizePixel = 0
  308. TextBox_2.Position = UDim2.new(5.0999999, 0, 0.100000024, 0)
  309. TextBox_2.Size = UDim2.new(0, 72, 0, 20)
  310. TextBox_2.Font = Enum.Font.SourceSans
  311. TextBox_2.PlaceholderColor3 = Color3.new(1, 1, 1)
  312. TextBox_2.PlaceholderText = "Opacity"
  313. TextBox_2.Text = ""
  314. TextBox_2.TextColor3 = Color3.new(1, 1, 1)
  315. TextBox_2.TextSize = 14
  316.  
  317. WireframeESP.Name = "WireframeESP"
  318. WireframeESP.Parent = Visuals_2
  319. WireframeESP.Active = false
  320. WireframeESP.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  321. WireframeESP.BorderSizePixel = 0
  322. WireframeESP.Position = UDim2.new(0.0567203462, 0, 0.209595934, 30)
  323. WireframeESP.Size = UDim2.new(0, 20, 0, 20)
  324. WireframeESP.ZIndex = 38749
  325. WireframeESP.AutoButtonColor = false
  326. WireframeESP.Font = Enum.Font.SourceSans
  327. WireframeESP.Text = ""
  328. WireframeESP.TextColor3 = Color3.new(0, 0, 0)
  329. WireframeESP.TextSize = 14
  330.  
  331. TextLabel_3.Parent = WireframeESP
  332. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  333. TextLabel_3.BackgroundTransparency = 1
  334. TextLabel_3.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  335. TextLabel_3.Size = UDim2.new(0, 76, 0, 10)
  336. TextLabel_3.Font = Enum.Font.SourceSans
  337. TextLabel_3.Text = "Wireframe Esp"
  338. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  339. TextLabel_3.TextSize = 14
  340. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  341.  
  342. FOV.Name = "FOV"
  343. FOV.Parent = Visuals_2
  344. FOV.Active = false
  345. FOV.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  346. FOV.BorderSizePixel = 0
  347. FOV.Position = UDim2.new(0.0567203462, 0, 0.123389043, 30)
  348. FOV.Size = UDim2.new(0, 20, 0, 20)
  349. FOV.ZIndex = 38749
  350. FOV.AutoButtonColor = false
  351. FOV.Font = Enum.Font.SourceSans
  352. FOV.Text = ""
  353. FOV.TextColor3 = Color3.new(0, 0, 0)
  354. FOV.TextSize = 14
  355.  
  356. TextLabel_4.Parent = FOV
  357. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  358. TextLabel_4.BackgroundTransparency = 1
  359. TextLabel_4.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  360. TextLabel_4.Size = UDim2.new(0, 58, 0, 10)
  361. TextLabel_4.Font = Enum.Font.SourceSans
  362. TextLabel_4.Text = "Field Of View"
  363. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  364. TextLabel_4.TextSize = 14
  365. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  366.  
  367. TextBox_3.Parent = FOV
  368. TextBox_3.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  369. TextBox_3.BorderSizePixel = 0
  370. TextBox_3.Position = UDim2.new(5.0999999, 0, 0.100000024, 0)
  371. TextBox_3.Size = UDim2.new(0, 72, 0, 20)
  372. TextBox_3.Font = Enum.Font.SourceSans
  373. TextBox_3.PlaceholderColor3 = Color3.new(1, 1, 1)
  374. TextBox_3.PlaceholderText = "FOV"
  375. TextBox_3.Text = ""
  376. TextBox_3.TextColor3 = Color3.new(1, 1, 1)
  377. TextBox_3.TextSize = 14
  378.  
  379. Misc_2.Name = "Misc"
  380. Misc_2.Parent = Mainframe
  381. Misc_2.Active = true
  382. Misc_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  383. Misc_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  384. Misc_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  385. Misc_2.Size = UDim2.new(0, 274, 0, 348)
  386.  
  387. InfCash.Name = "InfCash"
  388. InfCash.Parent = Misc_2
  389. InfCash.Active = false
  390. InfCash.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  391. InfCash.BorderSizePixel = 0
  392. InfCash.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 0)
  393. InfCash.Size = UDim2.new(0, 20, 0, 20)
  394. InfCash.ZIndex = 38749
  395. InfCash.AutoButtonColor = false
  396. InfCash.Font = Enum.Font.SourceSans
  397. InfCash.Text = ""
  398. InfCash.TextColor3 = Color3.new(0, 0, 0)
  399. InfCash.TextSize = 14
  400.  
  401. TextLabel_5.Parent = InfCash
  402. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  403. TextLabel_5.BackgroundTransparency = 1
  404. TextLabel_5.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  405. TextLabel_5.Size = UDim2.new(0, 58, 0, 10)
  406. TextLabel_5.Font = Enum.Font.SourceSans
  407. TextLabel_5.Text = "Inf Cash"
  408. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  409. TextLabel_5.TextSize = 14
  410. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  411.  
  412. FakeCrouch.Name = "FakeCrouch"
  413. FakeCrouch.Parent = Misc_2
  414. FakeCrouch.Active = false
  415. FakeCrouch.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  416. FakeCrouch.BorderSizePixel = 0
  417. FakeCrouch.Position = UDim2.new(0.0567203462, 0, -0.221438527, 120)
  418. FakeCrouch.Size = UDim2.new(0, 20, 0, 20)
  419. FakeCrouch.ZIndex = 38749
  420. FakeCrouch.AutoButtonColor = false
  421. FakeCrouch.Font = Enum.Font.SourceSans
  422. FakeCrouch.Text = ""
  423. FakeCrouch.TextColor3 = Color3.new(0, 0, 0)
  424. FakeCrouch.TextSize = 14
  425.  
  426. TextLabel_6.Parent = FakeCrouch
  427. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  428. TextLabel_6.BackgroundTransparency = 1
  429. TextLabel_6.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  430. TextLabel_6.Size = UDim2.new(0, 58, 0, 10)
  431. TextLabel_6.Font = Enum.Font.SourceSans
  432. TextLabel_6.Text = "Fake Duck"
  433. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  434. TextLabel_6.TextSize = 14
  435. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  436.  
  437. BHop.Name = "BHop"
  438. BHop.Parent = Misc_2
  439. BHop.Active = false
  440. BHop.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  441. BHop.BorderSizePixel = 0
  442. BHop.Position = UDim2.new(0.0567203462, 0, -0.0490247533, 120)
  443. BHop.Size = UDim2.new(0, 20, 0, 20)
  444. BHop.ZIndex = 38749
  445. BHop.AutoButtonColor = false
  446. BHop.Font = Enum.Font.SourceSans
  447. BHop.Text = ""
  448. BHop.TextColor3 = Color3.new(0, 0, 0)
  449. BHop.TextSize = 14
  450.  
  451. TextLabel_7.Parent = BHop
  452. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  453. TextLabel_7.BackgroundTransparency = 1
  454. TextLabel_7.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  455. TextLabel_7.Size = UDim2.new(0, 58, 0, 10)
  456. TextLabel_7.Font = Enum.Font.SourceSans
  457. TextLabel_7.Text = "Bunny-Hop"
  458. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  459. TextLabel_7.TextSize = 14
  460. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  461.  
  462. Respawn.Name = "Respawn"
  463. Respawn.Parent = Misc_2
  464. Respawn.Active = false
  465. Respawn.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  466. Respawn.BorderSizePixel = 0
  467. Respawn.Position = UDim2.new(0.0567203462, 0, 0.120515481, 90)
  468. Respawn.Size = UDim2.new(0, 20, 0, 20)
  469. Respawn.ZIndex = 38749
  470. Respawn.AutoButtonColor = false
  471. Respawn.Font = Enum.Font.SourceSans
  472. Respawn.Text = ""
  473. Respawn.TextColor3 = Color3.new(0, 0, 0)
  474. Respawn.TextSize = 14
  475.  
  476. TextLabel_8.Parent = Respawn
  477. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  478. TextLabel_8.BackgroundTransparency = 1
  479. TextLabel_8.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  480. TextLabel_8.Size = UDim2.new(0, 58, 0, 10)
  481. TextLabel_8.Font = Enum.Font.SourceSans
  482. TextLabel_8.Text = "Respawn"
  483. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  484. TextLabel_8.TextSize = 14
  485. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  486.  
  487. Walkspeed.Name = "Walkspeed"
  488. Walkspeed.Parent = Misc_2
  489. Walkspeed.Active = false
  490. Walkspeed.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  491. Walkspeed.BorderSizePixel = 0
  492. Walkspeed.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 60)
  493. Walkspeed.Size = UDim2.new(0, 20, 0, 20)
  494. Walkspeed.ZIndex = 38749
  495. Walkspeed.AutoButtonColor = false
  496. Walkspeed.Font = Enum.Font.SourceSans
  497. Walkspeed.Text = ""
  498. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  499. Walkspeed.TextSize = 14
  500.  
  501. TextLabel_9.Parent = Walkspeed
  502. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  503. TextLabel_9.BackgroundTransparency = 1
  504. TextLabel_9.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  505. TextLabel_9.Size = UDim2.new(0, 58, 0, 10)
  506. TextLabel_9.Font = Enum.Font.SourceSans
  507. TextLabel_9.Text = "Walkspeed"
  508. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  509. TextLabel_9.TextSize = 14
  510. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  511.  
  512. TextBox_4.Parent = Walkspeed
  513. TextBox_4.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  514. TextBox_4.BorderSizePixel = 0
  515. TextBox_4.Position = UDim2.new(5.0999999, 0, 0.100000024, 0)
  516. TextBox_4.Size = UDim2.new(0, 72, 0, 20)
  517. TextBox_4.Font = Enum.Font.SourceSans
  518. TextBox_4.PlaceholderColor3 = Color3.new(1, 1, 1)
  519. TextBox_4.PlaceholderText = "Speed"
  520. TextBox_4.Text = ""
  521. TextBox_4.TextColor3 = Color3.new(1, 1, 1)
  522. TextBox_4.TextSize = 14
  523.  
  524. TextSpam.Name = "TextSpam"
  525. TextSpam.Parent = Misc_2
  526. TextSpam.Active = false
  527. TextSpam.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  528. TextSpam.BorderSizePixel = 0
  529. TextSpam.Position = UDim2.new(0.0567203462, 0, 0.468216628, 0)
  530. TextSpam.Size = UDim2.new(0, 20, 0, 20)
  531. TextSpam.ZIndex = 38749
  532. TextSpam.AutoButtonColor = false
  533. TextSpam.Font = Enum.Font.SourceSans
  534. TextSpam.Text = ""
  535. TextSpam.TextColor3 = Color3.new(0, 0, 0)
  536. TextSpam.TextSize = 14
  537.  
  538. TextLabel_10.Parent = TextSpam
  539. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  540. TextLabel_10.BackgroundTransparency = 1
  541. TextLabel_10.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  542. TextLabel_10.Size = UDim2.new(0, 58, 0, 10)
  543. TextLabel_10.Font = Enum.Font.SourceSans
  544. TextLabel_10.Text = "Text Spam"
  545. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  546. TextLabel_10.TextSize = 14
  547. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  548.  
  549. Settings_2.Name = "Settings"
  550. Settings_2.Parent = Mainframe
  551. Settings_2.Active = true
  552. Settings_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  553. Settings_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  554. Settings_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  555. Settings_2.Size = UDim2.new(0, 274, 0, 348)
  556. Settings_2.Visible = false
  557.  
  558. Transparent.Name = "Transparent"
  559. Transparent.Parent = Settings_2
  560. Transparent.Active = false
  561. Transparent.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  562. Transparent.BorderSizePixel = 0
  563. Transparent.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 0)
  564. Transparent.Size = UDim2.new(0, 20, 0, 20)
  565. Transparent.ZIndex = 38749
  566. Transparent.AutoButtonColor = false
  567. Transparent.Font = Enum.Font.SourceSans
  568. Transparent.Text = ""
  569. Transparent.TextColor3 = Color3.new(0, 0, 0)
  570. Transparent.TextSize = 14
  571.  
  572. TextLabel_11.Parent = Transparent
  573. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  574. TextLabel_11.BackgroundTransparency = 1
  575. TextLabel_11.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  576. TextLabel_11.Size = UDim2.new(0, 58, 0, 10)
  577. TextLabel_11.Font = Enum.Font.SourceSans
  578. TextLabel_11.Text = "Transparent"
  579. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  580. TextLabel_11.TextSize = 14
  581. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  582.  
  583. Legit_2.Name = "Legit"
  584. Legit_2.Parent = Mainframe
  585. Legit_2.Active = true
  586. Legit_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  587. Legit_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  588. Legit_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  589. Legit_2.Size = UDim2.new(0, 274, 0, 348)
  590. Legit_2.Visible = false
  591.  
  592. TextLabel_12.Parent = Legit_2
  593. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  594. TextLabel_12.BackgroundTransparency = 1
  595. TextLabel_12.Position = UDim2.new(0.325547278, 0, 0.0344827585, 0)
  596. TextLabel_12.Size = UDim2.new(0, 95, 0, 17)
  597. TextLabel_12.Font = Enum.Font.SourceSans
  598. TextLabel_12.Text = "Credits:"
  599. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  600. TextLabel_12.TextSize = 24
  601.  
  602. TextLabel_13.Parent = Legit_2
  603. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  604. TextLabel_13.BackgroundTransparency = 1
  605. TextLabel_13.Position = UDim2.new(0.0481750034, 0, 0.126436785, 0)
  606. TextLabel_13.Size = UDim2.new(0, 104, 0, 18)
  607. TextLabel_13.Font = Enum.Font.SourceSans
  608. TextLabel_13.Text = "Heroku#7423"
  609. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  610. TextLabel_13.TextSize = 16
  611.  
  612. TextLabel_14.Parent = Legit_2
  613. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  614. TextLabel_14.BackgroundTransparency = 1
  615. TextLabel_14.Position = UDim2.new(0.0700728148, 0, 0.198275864, 0)
  616. TextLabel_14.Size = UDim2.new(0, 86, 0, 18)
  617. TextLabel_14.Font = Enum.Font.SourceSans
  618. TextLabel_14.Text = "Technoo-_#8904"
  619. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  620. TextLabel_14.TextSize = 16
  621.  
  622. TextLabel_15.Parent = Legit_2
  623. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  624. TextLabel_15.BackgroundTransparency = 1
  625. TextLabel_15.Position = UDim2.new(0.427737057, 0, 0.158045977, 0)
  626. TextLabel_15.Size = UDim2.new(0, 86, 0, 18)
  627. TextLabel_15.Font = Enum.Font.SourceSans
  628. TextLabel_15.Text = "-- pieleWare"
  629. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  630. TextLabel_15.TextSize = 16
  631.  
  632. TextLabel_16.Parent = Legit_2
  633. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  634. TextLabel_16.BackgroundTransparency = 1
  635. TextLabel_16.Position = UDim2.new(0.0700728148, 0, 0.307471246, 0)
  636. TextLabel_16.Size = UDim2.new(0, 235, 0, 18)
  637. TextLabel_16.Font = Enum.Font.SourceSans
  638. TextLabel_16.Text = "U_M9#9380 -- Making epic whitelisting"
  639. TextLabel_16.TextColor3 = Color3.new(1, 1, 1)
  640. TextLabel_16.TextSize = 16
  641.  
  642. TextLabel_17.Parent = Legit_2
  643. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  644. TextLabel_17.BackgroundTransparency = 1
  645. TextLabel_17.Position = UDim2.new(0.296350181, 0, 0.520114958, 0)
  646. TextLabel_17.Size = UDim2.new(0, 108, 0, 18)
  647. TextLabel_17.Font = Enum.Font.SourceSans
  648. TextLabel_17.Text = "SimpleX makers"
  649. TextLabel_17.TextColor3 = Color3.new(1, 1, 1)
  650. TextLabel_17.TextSize = 16
  651.  
  652. TextLabel_18.Parent = Legit_2
  653. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  654. TextLabel_18.BackgroundTransparency = 1
  655. TextLabel_18.Position = UDim2.new(0.0700728148, 0, 0.571839094, 0)
  656. TextLabel_18.Size = UDim2.new(0, 242, 0, 47)
  657. TextLabel_18.Font = Enum.Font.SourceSans
  658. TextLabel_18.Text = "I basically stole the whole gui idea from them sorry <3"
  659. TextLabel_18.TextColor3 = Color3.new(1, 1, 1)
  660. TextLabel_18.TextSize = 16
  661. TextLabel_18.TextWrapped = true
  662.  
  663. GunMods_2.Name = "GunMods"
  664. GunMods_2.Parent = Mainframe
  665. GunMods_2.Active = true
  666. GunMods_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  667. GunMods_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  668. GunMods_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  669. GunMods_2.Size = UDim2.new(0, 274, 0, 348)
  670. GunMods_2.Visible = false
  671.  
  672. InstaReload.Name = "InstaReload"
  673. InstaReload.Parent = GunMods_2
  674. InstaReload.Active = false
  675. InstaReload.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  676. InstaReload.BorderSizePixel = 0
  677. InstaReload.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 0)
  678. InstaReload.Size = UDim2.new(0, 20, 0, 20)
  679. InstaReload.ZIndex = 38749
  680. InstaReload.AutoButtonColor = false
  681. InstaReload.Font = Enum.Font.SourceSans
  682. InstaReload.Text = ""
  683. InstaReload.TextColor3 = Color3.new(0, 0, 0)
  684. InstaReload.TextSize = 14
  685.  
  686. TextLabel_19.Parent = InstaReload
  687. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  688. TextLabel_19.BackgroundTransparency = 1
  689. TextLabel_19.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  690. TextLabel_19.Size = UDim2.new(0, 58, 0, 10)
  691. TextLabel_19.Font = Enum.Font.SourceSans
  692. TextLabel_19.Text = "Insta Reload"
  693. TextLabel_19.TextColor3 = Color3.new(1, 1, 1)
  694. TextLabel_19.TextSize = 14
  695. TextLabel_19.TextXAlignment = Enum.TextXAlignment.Left
  696.  
  697. InstaEquip.Name = "InstaEquip"
  698. InstaEquip.Parent = GunMods_2
  699. InstaEquip.Active = false
  700. InstaEquip.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  701. InstaEquip.BorderSizePixel = 0
  702. InstaEquip.Position = UDim2.new(0.0567203462, 0, 0.123389043, 0)
  703. InstaEquip.Size = UDim2.new(0, 20, 0, 20)
  704. InstaEquip.ZIndex = 38749
  705. InstaEquip.AutoButtonColor = false
  706. InstaEquip.Font = Enum.Font.SourceSans
  707. InstaEquip.Text = ""
  708. InstaEquip.TextColor3 = Color3.new(0, 0, 0)
  709. InstaEquip.TextSize = 14
  710.  
  711. TextLabel_20.Parent = InstaEquip
  712. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  713. TextLabel_20.BackgroundTransparency = 1
  714. TextLabel_20.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  715. TextLabel_20.Size = UDim2.new(0, 58, 0, 10)
  716. TextLabel_20.Font = Enum.Font.SourceSans
  717. TextLabel_20.Text = "Insta Equip"
  718. TextLabel_20.TextColor3 = Color3.new(1, 1, 1)
  719. TextLabel_20.TextSize = 14
  720. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  721.  
  722. InfAmmo.Name = "InfAmmo"
  723. InfAmmo.Parent = GunMods_2
  724. InfAmmo.Active = false
  725. InfAmmo.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  726. InfAmmo.BorderSizePixel = 0
  727. InfAmmo.Position = UDim2.new(0.057, 0, 0.208000004, 0)
  728. InfAmmo.Size = UDim2.new(0, 20, 0, 20)
  729. InfAmmo.ZIndex = 38749
  730. InfAmmo.AutoButtonColor = false
  731. InfAmmo.Font = Enum.Font.SourceSans
  732. InfAmmo.Text = ""
  733. InfAmmo.TextColor3 = Color3.new(0, 0, 0)
  734. InfAmmo.TextSize = 14
  735.  
  736. TextLabel_21.Parent = InfAmmo
  737. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  738. TextLabel_21.BackgroundTransparency = 1
  739. TextLabel_21.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  740. TextLabel_21.Size = UDim2.new(0, 58, 0, 10)
  741. TextLabel_21.Font = Enum.Font.SourceSans
  742. TextLabel_21.Text = "Inf Ammo"
  743. TextLabel_21.TextColor3 = Color3.new(1, 1, 1)
  744. TextLabel_21.TextSize = 14
  745. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  746.  
  747. NoRecoil.Name = "NoRecoil"
  748. NoRecoil.Parent = GunMods_2
  749. NoRecoil.Active = false
  750. NoRecoil.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  751. NoRecoil.BorderSizePixel = 0
  752. NoRecoil.Position = UDim2.new(0.057, 0, 0.294999987, 0)
  753. NoRecoil.Size = UDim2.new(0, 20, 0, 20)
  754. NoRecoil.ZIndex = 38749
  755. NoRecoil.AutoButtonColor = false
  756. NoRecoil.Font = Enum.Font.SourceSans
  757. NoRecoil.Text = ""
  758. NoRecoil.TextColor3 = Color3.new(0, 0, 0)
  759. NoRecoil.TextSize = 14
  760.  
  761. TextLabel_22.Parent = NoRecoil
  762. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  763. TextLabel_22.BackgroundTransparency = 1
  764. TextLabel_22.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  765. TextLabel_22.Size = UDim2.new(0, 58, 0, 10)
  766. TextLabel_22.Font = Enum.Font.SourceSans
  767. TextLabel_22.Text = "No Recoil"
  768. TextLabel_22.TextColor3 = Color3.new(1, 1, 1)
  769. TextLabel_22.TextSize = 14
  770. TextLabel_22.TextXAlignment = Enum.TextXAlignment.Left
  771.  
  772. Skins_2.Name = "Skins"
  773. Skins_2.Parent = Mainframe
  774. Skins_2.Active = true
  775. Skins_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  776. Skins_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  777. Skins_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  778. Skins_2.Size = UDim2.new(0, 274, 0, 348)
  779. Skins_2.Visible = false
  780.  
  781. skinmainframe.Name = "skinmainframe"
  782. skinmainframe.Parent = Skins_2
  783. skinmainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  784. skinmainframe.BorderColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  785. skinmainframe.BorderSizePixel = 0
  786. skinmainframe.Position = UDim2.new(0, 0, 0.0900000036, 0)
  787. skinmainframe.Size = UDim2.new(0, 274, 0, 252)
  788.  
  789. skinnames.Name = "skinnames"
  790. skinnames.Parent = skinmainframe
  791. skinnames.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  792. skinnames.BorderSizePixel = 0
  793. skinnames.Size = UDim2.new(0, 137, 0, 252)
  794. skinnames.CanvasSize = UDim2.new(0, 0, 3, 2)
  795. skinnames.ScrollBarThickness = 0
  796. skinnames.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  797.  
  798. fakebutton1.Name = "fakebutton1"
  799. fakebutton1.Parent = skinnames
  800. fakebutton1.Active = true
  801. fakebutton1.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  802. fakebutton1.BorderColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  803. fakebutton1.BorderSizePixel = 0
  804. fakebutton1.Position = UDim2.new(0.0437956192, 0, -0.028347373, 0)
  805. fakebutton1.Size = UDim2.new(0, 137, 0, 42)
  806. fakebutton1.Visible = false
  807. fakebutton1.Font = Enum.Font.SourceSans
  808. fakebutton1.Text = "Weapons"
  809. fakebutton1.TextColor3 = Color3.new(1, 1, 1)
  810. fakebutton1.TextSize = 14
  811.  
  812. SecondFrame.Name = "SecondFrame"
  813. SecondFrame.Parent = skinmainframe
  814. SecondFrame.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  815. SecondFrame.BorderSizePixel = 0
  816. SecondFrame.Position = UDim2.new(0.5, 0, 0, 0)
  817. SecondFrame.Size = UDim2.new(0, 137, 0, 252)
  818.  
  819. fakebutton2.Name = "fakebutton2"
  820. fakebutton2.Parent = SecondFrame
  821. fakebutton2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  822. fakebutton2.BorderColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  823. fakebutton2.BorderSizePixel = 0
  824. fakebutton2.Position = UDim2.new(0, 0, -0.119047619, 0)
  825. fakebutton2.Size = UDim2.new(0, 137, 0, 29)
  826. fakebutton2.Font = Enum.Font.SourceSans
  827. fakebutton2.Text = "Skins"
  828. fakebutton2.TextColor3 = Color3.new(1, 1, 1)
  829. fakebutton2.TextSize = 14
  830.  
  831. uhhhhhh.Name = "uhhhhhh"
  832. uhhhhhh.Parent = SecondFrame
  833. uhhhhhh.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  834. uhhhhhh.BorderColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  835. uhhhhhh.BorderSizePixel = 0
  836. uhhhhhh.Position = UDim2.new(-1, 0, -0.119047619, 0)
  837. uhhhhhh.Size = UDim2.new(0, 137, 0, 29)
  838. uhhhhhh.Font = Enum.Font.SourceSans
  839. uhhhhhh.Text = "Weapons"
  840. uhhhhhh.TextColor3 = Color3.new(1, 1, 1)
  841. uhhhhhh.TextSize = 14
  842.  
  843. KnivesB.Name = "KnivesB"
  844. KnivesB.Parent = Skins_2
  845. KnivesB.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  846. KnivesB.BorderSizePixel = 0
  847. KnivesB.Position = UDim2.new(0.25773719, 0, 0.889857829, 0)
  848. KnivesB.Size = UDim2.new(0, 132, 0, 25)
  849. KnivesB.AutoButtonColor = false
  850. KnivesB.Font = Enum.Font.SourceSans
  851. KnivesB.Text = "Knives"
  852. KnivesB.TextColor3 = Color3.new(1, 1, 1)
  853. KnivesB.TextSize = 14
  854. KnivesB.TextWrapped = true
  855.  
  856. Knives.Name = "Knives"
  857. Knives.Parent = Skins_2
  858. Knives.Active = true
  859. Knives.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  860. Knives.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  861. Knives.Position = UDim2.new(-0.00459007733, 0, 0.00182863325, 0)
  862. Knives.Size = UDim2.new(0, 274, 0, 348)
  863.  
  864. SkinsB.Name = "SkinsB"
  865. SkinsB.Parent = Knives
  866. SkinsB.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  867. SkinsB.BorderSizePixel = 0
  868. SkinsB.Position = UDim2.new(0.25773719, 0, 0.889857829, 0)
  869. SkinsB.Size = UDim2.new(0, 132, 0, 25)
  870. SkinsB.AutoButtonColor = false
  871. SkinsB.Font = Enum.Font.SourceSans
  872. SkinsB.Text = "Skins"
  873. SkinsB.TextColor3 = Color3.new(1, 1, 1)
  874. SkinsB.TextSize = 14
  875. SkinsB.TextWrapped = true
  876.  
  877. ButterFly.Name = "ButterFly"
  878. ButterFly.Parent = Knives
  879. ButterFly.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  880. ButterFly.BorderSizePixel = 0
  881. ButterFly.Position = UDim2.new(0.0314598083, 0, 0.197329134, 0)
  882. ButterFly.Size = UDim2.new(0, 91, 0, 19)
  883. ButterFly.AutoButtonColor = false
  884. ButterFly.Font = Enum.Font.SourceSans
  885. ButterFly.Text = "Butterfly Knife"
  886. ButterFly.TextColor3 = Color3.new(1, 1, 1)
  887. ButterFly.TextSize = 14
  888. ButterFly.TextWrapped = true
  889.  
  890. CutKnife.Name = "CutKnife"
  891. CutKnife.Parent = Knives
  892. CutKnife.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  893. CutKnife.BorderSizePixel = 0
  894. CutKnife.Position = UDim2.new(0.0309999995, 0, 0.379999995, 0)
  895. CutKnife.Size = UDim2.new(0, 91, 0, 19)
  896. CutKnife.AutoButtonColor = false
  897. CutKnife.Font = Enum.Font.SourceSans
  898. CutKnife.Text = "Cut Knife"
  899. CutKnife.TextColor3 = Color3.new(1, 1, 1)
  900. CutKnife.TextSize = 14
  901. CutKnife.TextWrapped = true
  902.  
  903. Falchion.Name = "Falchion"
  904. Falchion.Parent = Knives
  905. Falchion.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  906. Falchion.BorderSizePixel = 0
  907. Falchion.Position = UDim2.new(0.0309999995, 0, 0.439999998, 0)
  908. Falchion.Size = UDim2.new(0, 91, 0, 19)
  909. Falchion.AutoButtonColor = false
  910. Falchion.Font = Enum.Font.SourceSans
  911. Falchion.Text = "Falchion Knife"
  912. Falchion.TextColor3 = Color3.new(1, 1, 1)
  913. Falchion.TextSize = 14
  914. Falchion.TextWrapped = true
  915.  
  916. Bayonet.Name = "Bayonet"
  917. Bayonet.Parent = Knives
  918. Bayonet.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  919. Bayonet.BorderSizePixel = 0
  920. Bayonet.Position = UDim2.new(0.0314598083, 0, 0.0766394511, 0)
  921. Bayonet.Size = UDim2.new(0, 91, 0, 19)
  922. Bayonet.AutoButtonColor = false
  923. Bayonet.Font = Enum.Font.SourceSans
  924. Bayonet.Text = "Bayonet"
  925. Bayonet.TextColor3 = Color3.new(1, 1, 1)
  926. Bayonet.TextSize = 14
  927. Bayonet.TextWrapped = true
  928.  
  929. Huntsman.Name = "Huntsman"
  930. Huntsman.Parent = Knives
  931. Huntsman.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  932. Huntsman.BorderSizePixel = 0
  933. Huntsman.Position = UDim2.new(0.0309999995, 0, 0.560000002, 0)
  934. Huntsman.Size = UDim2.new(0, 91, 0, 19)
  935. Huntsman.AutoButtonColor = false
  936. Huntsman.Font = Enum.Font.SourceSans
  937. Huntsman.Text = "Huntsman Knife"
  938. Huntsman.TextColor3 = Color3.new(1, 1, 1)
  939. Huntsman.TextSize = 14
  940. Huntsman.TextWrapped = true
  941.  
  942. Karambit.Name = "Karambit"
  943. Karambit.Parent = Knives
  944. Karambit.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  945. Karambit.BorderSizePixel = 0
  946. Karambit.Position = UDim2.new(0.0309999995, 0, 0.620000005, 0)
  947. Karambit.Size = UDim2.new(0, 91, 0, 19)
  948. Karambit.AutoButtonColor = false
  949. Karambit.Font = Enum.Font.SourceSans
  950. Karambit.Text = "Karambit"
  951. Karambit.TextColor3 = Color3.new(1, 1, 1)
  952. Karambit.TextSize = 14
  953. Karambit.TextWrapped = true
  954.  
  955. Banana.Name = "Banana"
  956. Banana.Parent = Knives
  957. Banana.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  958. Banana.BorderSizePixel = 0
  959. Banana.Position = UDim2.new(0.0309999995, 0, 0.0179999992, 0)
  960. Banana.Size = UDim2.new(0, 91, 0, 19)
  961. Banana.AutoButtonColor = false
  962. Banana.Font = Enum.Font.SourceSans
  963. Banana.Text = "Banana"
  964. Banana.TextColor3 = Color3.new(1, 1, 1)
  965. Banana.TextSize = 14
  966. Banana.TextWrapped = true
  967.  
  968. FlipKnife.Name = "FlipKnife"
  969. FlipKnife.Parent = Knives
  970. FlipKnife.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  971. FlipKnife.BorderSizePixel = 0
  972. FlipKnife.Position = UDim2.new(0.0309999995, 0, 0.5, 0)
  973. FlipKnife.Size = UDim2.new(0, 91, 0, 19)
  974. FlipKnife.AutoButtonColor = false
  975. FlipKnife.Font = Enum.Font.SourceSans
  976. FlipKnife.Text = "Flip Knife"
  977. FlipKnife.TextColor3 = Color3.new(1, 1, 1)
  978. FlipKnife.TextSize = 14
  979. FlipKnife.TextWrapped = true
  980.  
  981. Bearded.Name = "Bearded"
  982. Bearded.Parent = Knives
  983. Bearded.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  984. Bearded.BorderSizePixel = 0
  985. Bearded.Position = UDim2.new(0.0314598083, 0, 0.136984259, 0)
  986. Bearded.Size = UDim2.new(0, 91, 0, 19)
  987. Bearded.AutoButtonColor = false
  988. Bearded.Font = Enum.Font.SourceSans
  989. Bearded.Text = "Bearded Axe"
  990. Bearded.TextColor3 = Color3.new(1, 1, 1)
  991. Bearded.TextSize = 14
  992. Bearded.TextWrapped = true
  993.  
  994. Sickle.Name = "Sickle"
  995. Sickle.Parent = Knives
  996. Sickle.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  997. Sickle.BorderSizePixel = 0
  998. Sickle.Position = UDim2.new(0.0309999995, 0, 0.680000007, 0)
  999. Sickle.Size = UDim2.new(0, 91, 0, 19)
  1000. Sickle.AutoButtonColor = false
  1001. Sickle.Font = Enum.Font.SourceSans
  1002. Sickle.Text = "Sickle"
  1003. Sickle.TextColor3 = Color3.new(1, 1, 1)
  1004. Sickle.TextSize = 14
  1005. Sickle.TextWrapped = true
  1006.  
  1007. Cleaver.Name = "Cleaver"
  1008. Cleaver.Parent = Knives
  1009. Cleaver.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1010. Cleaver.BorderSizePixel = 0
  1011. Cleaver.Position = UDim2.new(0.0309999995, 0, 0.259000003, 0)
  1012. Cleaver.Size = UDim2.new(0, 91, 0, 19)
  1013. Cleaver.AutoButtonColor = false
  1014. Cleaver.Font = Enum.Font.SourceSans
  1015. Cleaver.Text = "Cleaver"
  1016. Cleaver.TextColor3 = Color3.new(1, 1, 1)
  1017. Cleaver.TextSize = 14
  1018. Cleaver.TextWrapped = true
  1019.  
  1020. Crowbar.Name = "Crowbar"
  1021. Crowbar.Parent = Knives
  1022. Crowbar.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1023. Crowbar.BorderSizePixel = 0
  1024. Crowbar.Position = UDim2.new(0.0309999995, 0, 0.319999993, 0)
  1025. Crowbar.Size = UDim2.new(0, 91, 0, 19)
  1026. Crowbar.AutoButtonColor = false
  1027. Crowbar.Font = Enum.Font.SourceSans
  1028. Crowbar.Text = "Crowbar"
  1029. Crowbar.TextColor3 = Color3.new(1, 1, 1)
  1030. Crowbar.TextSize = 14
  1031. Crowbar.TextWrapped = true
  1032.  
  1033. Rage_2.Name = "Rage"
  1034. Rage_2.Parent = Mainframe
  1035. Rage_2.Active = true
  1036. Rage_2.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  1037. Rage_2.BorderColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1038. Rage_2.Position = UDim2.new(0.323877066, 0, 0.0909090936, 0)
  1039. Rage_2.Size = UDim2.new(0, 274, 0, 348)
  1040. Rage_2.Visible = false
  1041.  
  1042. Ragebot.Name = "Ragebot"
  1043. Ragebot.Parent = Rage_2
  1044. Ragebot.Active = false
  1045. Ragebot.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1046. Ragebot.BorderSizePixel = 0
  1047. Ragebot.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 0)
  1048. Ragebot.Size = UDim2.new(0, 20, 0, 20)
  1049. Ragebot.ZIndex = 38749
  1050. Ragebot.AutoButtonColor = false
  1051. Ragebot.Font = Enum.Font.SourceSans
  1052. Ragebot.Text = ""
  1053. Ragebot.TextColor3 = Color3.new(0, 0, 0)
  1054. Ragebot.TextSize = 14
  1055.  
  1056. TextLabel_23.Parent = Ragebot
  1057. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  1058. TextLabel_23.BackgroundTransparency = 1
  1059. TextLabel_23.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1060. TextLabel_23.Size = UDim2.new(0, 58, 0, 10)
  1061. TextLabel_23.Font = Enum.Font.SourceSans
  1062. TextLabel_23.Text = "Ragebot"
  1063. TextLabel_23.TextColor3 = Color3.new(1, 1, 1)
  1064. TextLabel_23.TextSize = 14
  1065. TextLabel_23.TextXAlignment = Enum.TextXAlignment.Left
  1066.  
  1067. AutoShoot.Name = "AutoShoot"
  1068. AutoShoot.Parent = Rage_2
  1069. AutoShoot.Active = false
  1070. AutoShoot.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1071. AutoShoot.BorderSizePixel = 0
  1072. AutoShoot.Position = UDim2.new(0.0567203462, 0, 0.0371821448, 30)
  1073. AutoShoot.Size = UDim2.new(0, 20, 0, 20)
  1074. AutoShoot.ZIndex = 38749
  1075. AutoShoot.AutoButtonColor = false
  1076. AutoShoot.Font = Enum.Font.SourceSans
  1077. AutoShoot.Text = ""
  1078. AutoShoot.TextColor3 = Color3.new(0, 0, 0)
  1079. AutoShoot.TextSize = 14
  1080.  
  1081. TextLabel_24.Parent = AutoShoot
  1082. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. TextLabel_24.BackgroundTransparency = 1
  1084. TextLabel_24.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1085. TextLabel_24.Size = UDim2.new(0, 58, 0, 10)
  1086. TextLabel_24.Font = Enum.Font.SourceSans
  1087. TextLabel_24.Text = "Ragebot Auto-Shoot"
  1088. TextLabel_24.TextColor3 = Color3.new(1, 1, 1)
  1089. TextLabel_24.TextSize = 14
  1090. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  1091.  
  1092. UnfairAimbot.Name = "Unfair Aimbot"
  1093. UnfairAimbot.Parent = Rage_2
  1094. UnfairAimbot.Active = false
  1095. UnfairAimbot.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1096. UnfairAimbot.BorderSizePixel = 0
  1097. UnfairAimbot.Position = UDim2.new(0.0567203462, 0, 0.56017065, 120)
  1098. UnfairAimbot.Size = UDim2.new(0, 20, 0, 20)
  1099. UnfairAimbot.ZIndex = 38749
  1100. UnfairAimbot.AutoButtonColor = false
  1101. UnfairAimbot.Font = Enum.Font.SourceSans
  1102. UnfairAimbot.Text = ""
  1103. UnfairAimbot.TextColor3 = Color3.new(0, 0, 0)
  1104. UnfairAimbot.TextSize = 14
  1105.  
  1106. TextLabel_25.Parent = UnfairAimbot
  1107. TextLabel_25.BackgroundColor3 = Color3.new(1, 1, 1)
  1108. TextLabel_25.BackgroundTransparency = 1
  1109. TextLabel_25.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1110. TextLabel_25.Size = UDim2.new(0, 109, 0, 10)
  1111. TextLabel_25.Font = Enum.Font.SourceSans
  1112. TextLabel_25.Text = "!!!! UNFAIR AIMBOT !!!!"
  1113. TextLabel_25.TextColor3 = Color3.new(0.666667, 0, 0)
  1114. TextLabel_25.TextSize = 14
  1115. TextLabel_25.TextXAlignment = Enum.TextXAlignment.Left
  1116.  
  1117. InfWall.Name = "InfWall"
  1118. InfWall.Parent = Rage_2
  1119. InfWall.Active = false
  1120. InfWall.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1121. InfWall.BorderSizePixel = 0
  1122. InfWall.Position = UDim2.new(0.0567203462, 0, 0.56017065, 90)
  1123. InfWall.Size = UDim2.new(0, 20, 0, 20)
  1124. InfWall.ZIndex = 38749
  1125. InfWall.AutoButtonColor = false
  1126. InfWall.Font = Enum.Font.SourceSans
  1127. InfWall.Text = ""
  1128. InfWall.TextColor3 = Color3.new(0, 0, 0)
  1129. InfWall.TextSize = 14
  1130.  
  1131. TextLabel_26.Parent = InfWall
  1132. TextLabel_26.BackgroundColor3 = Color3.new(1, 1, 1)
  1133. TextLabel_26.BackgroundTransparency = 1
  1134. TextLabel_26.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1135. TextLabel_26.Size = UDim2.new(0, 58, 0, 10)
  1136. TextLabel_26.Font = Enum.Font.SourceSans
  1137. TextLabel_26.Text = "Infinite Wallbang"
  1138. TextLabel_26.TextColor3 = Color3.new(0.666667, 0, 0)
  1139. TextLabel_26.TextSize = 14
  1140. TextLabel_26.TextXAlignment = Enum.TextXAlignment.Left
  1141.  
  1142. Method.Name = "Method"
  1143. Method.Parent = Rage_2
  1144. Method.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1145. Method.BorderColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  1146. Method.Position = UDim2.new(0.638686121, 0, 0.0371821597, 0)
  1147. Method.Size = UDim2.new(0, 88, 0, 80)
  1148.  
  1149. TextLabel_27.Parent = Method
  1150. TextLabel_27.BackgroundColor3 = Color3.new(1, 1, 1)
  1151. TextLabel_27.BackgroundTransparency = 1
  1152. TextLabel_27.Position = UDim2.new(0.166999996, 0, 0.0500000007, 1)
  1153. TextLabel_27.Size = UDim2.new(0, 58, 0, 10)
  1154. TextLabel_27.Font = Enum.Font.SourceSans
  1155. TextLabel_27.Text = "Method"
  1156. TextLabel_27.TextColor3 = Color3.new(1, 1, 1)
  1157. TextLabel_27.TextSize = 14
  1158.  
  1159. Normal.Name = "Normal"
  1160. Normal.Parent = Method
  1161. Normal.Active = false
  1162. Normal.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  1163. Normal.BorderSizePixel = 0
  1164. Normal.Position = UDim2.new(0.0880219042, 0, -0.762184918, 85)
  1165. Normal.Size = UDim2.new(0, 20, 0, 20)
  1166. Normal.ZIndex = 38749
  1167. Normal.AutoButtonColor = false
  1168. Normal.Font = Enum.Font.SourceSans
  1169. Normal.Text = ""
  1170. Normal.TextColor3 = Color3.new(0, 0, 0)
  1171. Normal.TextSize = 14
  1172.  
  1173. TextLabel_28.Parent = Normal
  1174. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  1175. TextLabel_28.BackgroundTransparency = 1
  1176. TextLabel_28.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1177. TextLabel_28.Size = UDim2.new(0, 58, 0, 10)
  1178. TextLabel_28.Font = Enum.Font.SourceSans
  1179. TextLabel_28.Text = "Normal"
  1180. TextLabel_28.TextColor3 = Color3.new(1, 1, 1)
  1181. TextLabel_28.TextSize = 14
  1182. TextLabel_28.TextXAlignment = Enum.TextXAlignment.Left
  1183.  
  1184. Beta.Name = "Beta"
  1185. Beta.Parent = Method
  1186. Beta.Active = false
  1187. Beta.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  1188. Beta.BorderSizePixel = 0
  1189. Beta.Position = UDim2.new(0.0880219042, 0, -0.448597968, 85)
  1190. Beta.Size = UDim2.new(0, 20, 0, 20)
  1191. Beta.ZIndex = 38749
  1192. Beta.AutoButtonColor = false
  1193. Beta.Font = Enum.Font.SourceSans
  1194. Beta.Text = ""
  1195. Beta.TextColor3 = Color3.new(0, 0, 0)
  1196. Beta.TextSize = 14
  1197.  
  1198. TextLabel_29.Parent = Beta
  1199. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  1200. TextLabel_29.BackgroundTransparency = 1
  1201. TextLabel_29.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1202. TextLabel_29.Size = UDim2.new(0, 58, 0, 10)
  1203. TextLabel_29.Font = Enum.Font.SourceSans
  1204. TextLabel_29.Text = "Beta"
  1205. TextLabel_29.TextColor3 = Color3.new(1, 1, 1)
  1206. TextLabel_29.TextSize = 14
  1207. TextLabel_29.TextXAlignment = Enum.TextXAlignment.Left
  1208.  
  1209. AntiAim.Name = "AntiAim"
  1210. AntiAim.Parent = Rage_2
  1211. AntiAim.Active = false
  1212. AntiAim.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1213. AntiAim.BorderSizePixel = 0
  1214. AntiAim.Position = UDim2.new(0.057, 0, -0.0320000015, 85)
  1215. AntiAim.Size = UDim2.new(0, 20, 0, 20)
  1216. AntiAim.ZIndex = 38749
  1217. AntiAim.AutoButtonColor = false
  1218. AntiAim.Font = Enum.Font.SourceSans
  1219. AntiAim.Text = ""
  1220. AntiAim.TextColor3 = Color3.new(0, 0, 0)
  1221. AntiAim.TextSize = 14
  1222.  
  1223. TextLabel_30.Parent = AntiAim
  1224. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  1225. TextLabel_30.BackgroundTransparency = 1
  1226. TextLabel_30.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1227. TextLabel_30.Size = UDim2.new(0, 58, 0, 10)
  1228. TextLabel_30.Font = Enum.Font.SourceSans
  1229. TextLabel_30.Text = "AntiAim"
  1230. TextLabel_30.TextColor3 = Color3.new(1, 1, 1)
  1231. TextLabel_30.TextSize = 14
  1232. TextLabel_30.TextXAlignment = Enum.TextXAlignment.Left
  1233.  
  1234. KillAll.Name = "KillAll"
  1235. KillAll.Parent = Rage_2
  1236. KillAll.Active = false
  1237. KillAll.BackgroundColor3 = Color3.new(0.160784, 0.172549, 0.231373)
  1238. KillAll.BorderSizePixel = 0
  1239. KillAll.Position = UDim2.new(0.0567203462, 0, 0.390630424, 120)
  1240. KillAll.Size = UDim2.new(0, 20, 0, 20)
  1241. KillAll.ZIndex = 38749
  1242. KillAll.AutoButtonColor = false
  1243. KillAll.Font = Enum.Font.SourceSans
  1244. KillAll.Text = ""
  1245. KillAll.TextColor3 = Color3.new(0, 0, 0)
  1246. KillAll.TextSize = 14
  1247.  
  1248. TextLabel_31.Parent = KillAll
  1249. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  1250. TextLabel_31.BackgroundTransparency = 1
  1251. TextLabel_31.Position = UDim2.new(1.29999995, 0, 0.25, 0)
  1252. TextLabel_31.Size = UDim2.new(0, 109, 0, 10)
  1253. TextLabel_31.Font = Enum.Font.SourceSans
  1254. TextLabel_31.Text = "Kill-All"
  1255. TextLabel_31.TextColor3 = Color3.new(0.666667, 0, 0)
  1256. TextLabel_31.TextSize = 14
  1257. TextLabel_31.TextXAlignment = Enum.TextXAlignment.Left
  1258.  
  1259. cursor.Name = "cursor"
  1260. cursor.Parent = pieleWare
  1261. cursor.BackgroundColor3 = Color3.new(0.113725, 0.12549, 0.152941)
  1262. cursor.BorderColor3 = Color3.new(0.27451, 0.505882, 0.772549)
  1263. cursor.BorderSizePixel = 2
  1264. cursor.Size = UDim2.new(0, 4, 0, 4)
  1265.  
  1266. hit.Name = "hit"
  1267. hit.Parent = pieleWare
  1268. hit.BackgroundColor3 = Color3.new(1, 1, 1)
  1269. hit.BackgroundTransparency = 1
  1270. hit.Position = UDim2.new(0.5, -15, 0.5, -15)
  1271. hit.Size = UDim2.new(0, 30, 0, 30)
  1272. hit.Visible = false
  1273. hit.ZIndex = 999
  1274. hit.Image = "rbxassetid://141787983"
  1275. -- Scripts:
  1276. function SCRIPT_STQY76_FAKESCRIPT() -- ThirdPerson.1
  1277.     local script = Instance.new('LocalScript')
  1278.     script.Parent = ThirdPerson
  1279.     local open = false
  1280.     local getService = function(...) return game:GetService(...) end
  1281.     local localPly = getService("Players").LocalPlayer
  1282.     local yeet = false
  1283.     script.Parent.MouseButton1Down:connect(function()
  1284.         if open then
  1285.             open = false
  1286.             yeet = false
  1287.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1288.             else
  1289.             open = true
  1290.             yeet = true
  1291.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1292.                 for _, part in next, game.Players.LocalPlayer.Character:GetDescendants() do
  1293.                     pcall(function()
  1294.                         if(part.Transparency == 0) then
  1295.                             part.Transparency = 0.9
  1296.                         end
  1297.                     end)
  1298.                 end
  1299.         end
  1300.     end)
  1301.    
  1302.     while true do
  1303.        
  1304.         getService("RunService").Stepped:Wait()
  1305.        
  1306.         if(yeet == true) then
  1307.            
  1308.             pcall(function()
  1309.                
  1310.                 localPly.CameraMaxZoomDistance = script.Parent.TextBox.Text == "" and 10 or script.Parent.TextBox.Text
  1311.                 localPly.CameraMinZoomDistance = script.Parent.TextBox.Text == "" and 10 or script.Parent.TextBox.Text
  1312.                    
  1313.                 pcall(function()
  1314.                     workspace.Camera.Arms.PCArms["Left Arm"].Parent = game.Players.LocalPlayer
  1315.                     workspace.Camera.Arms.PCArms["Right Arm"].Parent = game.Players.LocalPlayer
  1316.                 end)
  1317.                
  1318.             end)
  1319.                
  1320.         end
  1321.        
  1322.         if(yeet == false) then
  1323.            
  1324.             pcall(function()
  1325.                 if(localPly.CameraMaxZoomDistance == 0.5 and workspace.Camera.Arms.PCArms:FindFirstChild("Right Arm")) then return end
  1326.                 localPly.CameraMaxZoomDistance = 0.5
  1327.                 localPly.CameraMinZoomDistance = 0.5
  1328.                    
  1329.                 pcall(function()
  1330.                     game.Players.LocalPlayer["Left Arm"].Parent = workspace.Camera.Arms.PCArms
  1331.                     game.Players.LocalPlayer["Right Arm"].Parent = workspace.Camera.Arms.PCArms
  1332.                 end)
  1333.                
  1334.             end)
  1335.                
  1336.         end
  1337.        
  1338.     end
  1339.  
  1340. end
  1341. coroutine.resume(coroutine.create(SCRIPT_STQY76_FAKESCRIPT))
  1342. function SCRIPT_OZWJ87_FAKESCRIPT() -- AsusWalls.1
  1343.     local script = Instance.new('LocalScript')
  1344.     script.Parent = AsusWalls
  1345.     function GetAmount()
  1346.         if script.Parent.TextBox.Text == '' then
  1347.             Amount = 0
  1348.         else
  1349.             Amount = script.Parent.TextBox.Text
  1350.         end
  1351.     end
  1352.    
  1353.     local open = false
  1354.     script.Parent.MouseButton1Down:connect(function()
  1355.         if open then
  1356.             for _,v in pairs(workspace.Map.Geometry:GetDescendants()) do
  1357.             if v.ClassName:match'Part' then
  1358.             if v.Transparency < 1 then
  1359.             v.Transparency = 0
  1360.             end
  1361.             end
  1362.             end
  1363.             open = false
  1364.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1365.         else
  1366.             GetAmount()
  1367.             open = true
  1368.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1369.             for _,v in pairs(workspace.Map.Geometry:GetDescendants()) do
  1370.              if v.ClassName:match'Part' then
  1371.             if v.Transparency < 1 then
  1372.             v.Transparency = Amount
  1373.         end
  1374.     end
  1375.     end
  1376.     end
  1377.     end)   
  1378.    
  1379.    
  1380.  
  1381. end
  1382. coroutine.resume(coroutine.create(SCRIPT_OZWJ87_FAKESCRIPT))
  1383. function SCRIPT_XBAY86_FAKESCRIPT() -- WireframeESP.1
  1384.     local script = Instance.new('LocalScript')
  1385.     script.Parent = WireframeESP
  1386.     local open = false
  1387.     _G.ESP = false
  1388.     script.Parent.MouseButton1Down:connect(function()
  1389.         if open then
  1390.             for i,v in pairs(game:GetDescendants()) do
  1391.             if v.ClassName:match('SurfaceGui') and v.Name:match('Front') or v.Name:match('Back') or v.Name:match('Top') or v.Name:match('Bottom') or v.Name:match('Right') or v.Name:match('Left') then
  1392.             v:Destroy()
  1393.             end
  1394.             end
  1395.             _G.ESP = false
  1396.             open = false
  1397.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1398.         else
  1399.             _G.ESP = true
  1400.             open = true
  1401.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1402.         end
  1403.     end)   
  1404.    
  1405.     function createFace(Face, Color, Parent)
  1406.        
  1407.         local SurfaceGui            = Instance.new("SurfaceGui", Parent)
  1408.         SurfaceGui.AlwaysOnTop      = true
  1409.         SurfaceGui.ClipsDescendants = false
  1410.         SurfaceGui.Face             = Face
  1411.         SurfaceGui.Name             = Face
  1412.         SurfaceGui.Parent           = Parent
  1413.        
  1414.        
  1415.         local LeftLine            = Instance.new("Frame", SurfaceGui)
  1416.         LeftLine.Size             = UDim2.new(0, 80, 1, 0)
  1417.         LeftLine.Position         = UDim2.new(0, 0, 0, 0)
  1418.         LeftLine.BackgroundColor3 = Color
  1419.         LeftLine.BorderSizePixel  = 0
  1420.         LeftLine.Name             = "ESPLine"
  1421.        
  1422.        
  1423.         local RightLine            = Instance.new("Frame", SurfaceGui)
  1424.         RightLine.Size             = UDim2.new(0, 80, 1, 0)
  1425.         RightLine.Position         = UDim2.new(1, -80, 0, 0)
  1426.         RightLine.BackgroundColor3 = Color
  1427.         RightLine.BorderSizePixel  = 0
  1428.         RightLine.Name             = "ESPLine"
  1429.        
  1430.         local TopLine             = Instance.new("Frame", SurfaceGui)
  1431.         TopLine.Size              = UDim2.new(1, 0, 0, 80)
  1432.         TopLine.Position          = UDim2.new(0, 0, 0, 0)
  1433.         TopLine.BackgroundColor3  = Color
  1434.         TopLine.BorderSizePixel  = 0
  1435.         TopLine.Name              = "ESPLine"
  1436.        
  1437.        
  1438.         local BottomLine            = Instance.new("Frame", SurfaceGui)
  1439.         BottomLine.Size             = UDim2.new(1, 0, 0, 80)
  1440.         BottomLine.Position         = UDim2.new(0, 0, 1, -80)
  1441.         BottomLine.BackgroundColor3 = Color
  1442.         BottomLine.BorderSizePixel  = 0
  1443.         BottomLine.Name             = "ESPLine"
  1444.        
  1445.         return SurfaceGui, LeftLine, RightLine, TopLine, BottomLine
  1446.        
  1447.     end
  1448.    
  1449.     game:GetService("RunService").RenderStepped:Connect(function()
  1450.         if _G.ESP then 
  1451.         wait()
  1452.        
  1453.         for a,b in pairs(game.Players:GetChildren()) do
  1454.            
  1455.             if(b ~= game.Players.LocalPlayer and b.Character and game.Players.LocalPlayer.Character and b.Character:FindFirstChild("LowerTorso") and not b.Character.LowerTorso:FindFirstChild("Front")) then
  1456.                 if(b.Status.Team.Value ~= game.Players.LocalPlayer.Status.Team.Value) then
  1457.                
  1458.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1459.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1460.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1461.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1462.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1463.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LowerTorso)
  1464.                     createFace("Front", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1465.                     createFace("Back", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1466.                     createFace("Top", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1467.                     createFace("Bottom", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1468.                     createFace("Right", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1469.                     createFace("Left", Color3.fromRGB(50, 0, 0), b.Character.Head)
  1470.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1471.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1472.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1473.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1474.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1475.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperArm)
  1476.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1477.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1478.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1479.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1480.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1481.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerArm)
  1482.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1483.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1484.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1485.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1486.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1487.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftHand)
  1488.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1489.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1490.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1491.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1492.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1493.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftFoot)
  1494.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1495.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1496.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1497.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1498.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1499.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftUpperLeg)
  1500.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1501.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1502.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1503.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1504.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1505.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.LeftLowerLeg)
  1506.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1507.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1508.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1509.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1510.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1511.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightFoot)
  1512.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1513.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1514.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1515.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1516.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1517.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightHand)
  1518.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1519.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1520.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1521.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1522.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1523.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightLowerArm)
  1524.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1525.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1526.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1527.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1528.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1529.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightLowerLeg)
  1530.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1531.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1532.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1533.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1534.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1535.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightUpperArm)
  1536.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1537.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1538.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1539.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1540.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1541.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.RightUpperLeg)
  1542.                     createFace("Front", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1543.                     createFace("Back", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1544.                     createFace("Top", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1545.                     createFace("Bottom", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1546.                     createFace("Right", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1547.                     createFace("Left", Color3.fromRGB(85, 0, 0), b.Character.UpperTorso)
  1548.                 end
  1549.             end
  1550.            
  1551.         end
  1552.     end
  1553.     end)
  1554.  
  1555. end
  1556. coroutine.resume(coroutine.create(SCRIPT_XBAY86_FAKESCRIPT))
  1557. function SCRIPT_RDNW67_FAKESCRIPT() -- FOV.1
  1558.     local script = Instance.new('LocalScript')
  1559.     script.Parent = FOV
  1560.     local open = false
  1561.     local getService = function(...) return game:GetService(...) end
  1562.     local localPly = getService("Players").LocalPlayer
  1563.     local yeet = false
  1564.     script.Parent.MouseButton1Down:connect(function()
  1565.         if open then
  1566.             open = false
  1567.             yeet = false
  1568.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1569.             else
  1570.             open = true
  1571.             yeet = true
  1572.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1573.         end
  1574.     end)
  1575.    
  1576.     while true do
  1577.        
  1578.         getService("RunService").Stepped:Wait()
  1579.        
  1580.         if(yeet == true) then
  1581.            
  1582.             pcall(function()
  1583.                
  1584.                 senv=getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1585.                 senv.fieldofview = script.Parent.TextBox.Text == "" and 100 or script.Parent.TextBox.Text
  1586.                
  1587.             end)
  1588.                
  1589.         end
  1590.        
  1591.     end
  1592.  
  1593. end
  1594. coroutine.resume(coroutine.create(SCRIPT_RDNW67_FAKESCRIPT))
  1595. function SCRIPT_EZEA85_FAKESCRIPT() -- InfCash.1
  1596.     local script = Instance.new('LocalScript')
  1597.     script.Parent = InfCash
  1598.     local open = false
  1599.     script.Parent.MouseButton1Down:connect(function()
  1600.         if open then
  1601.             game:GetService"RunService":UnbindToRenderStep("Epic", 100 , function() end)
  1602.             game.Players.LocalPlayer.Cash.Value = 5000
  1603.             open = false
  1604.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1605.         else
  1606.         game:GetService"RunService":BindToRenderStep("Epic", 100, function()
  1607.         game.Players.LocalPlayer.Cash.Value = 9999999999
  1608.         game.Players.LocalPlayer.PlayerGui.GUI.Cash.Text = "$inf"
  1609.         end)
  1610.             open = true
  1611.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1612.         end
  1613.     end)
  1614.  
  1615. end
  1616. coroutine.resume(coroutine.create(SCRIPT_EZEA85_FAKESCRIPT))
  1617. function SCRIPT_GAJR73_FAKESCRIPT() -- FakeCrouch.1
  1618.     local script = Instance.new('LocalScript')
  1619.     script.Parent = FakeCrouch
  1620.     local open = false
  1621.     local lol = false
  1622.    
  1623.     script.Parent.MouseButton1Down:connect(function()
  1624.         if open then
  1625.             open = false
  1626.             lol = false
  1627.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1628.             else
  1629.             open = true
  1630.             lol = true
  1631.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1632.         end
  1633.     end)
  1634.    
  1635.    
  1636.     while true do
  1637.        
  1638.         game:GetService("RunService").Stepped:Wait()
  1639.         pcall(function()
  1640.             local crouchanim = game.Players.LocalPlayer.Character.Humanoid.Idle
  1641.             if(lol == true) then
  1642.                 crouchanim:Play()
  1643.             end
  1644.             if game.Players.LocalPlayer.Character:FindFirstChild("Crouched") then
  1645.                 game.Players.LocalPlayer.Character.Crouched:Destroy()
  1646.             end
  1647.         end)
  1648.    
  1649.     end
  1650.    
  1651.    
  1652.  
  1653. end
  1654. coroutine.resume(coroutine.create(SCRIPT_GAJR73_FAKESCRIPT))
  1655. function SCRIPT_JBXX78_FAKESCRIPT() -- BHop.1
  1656.     local script = Instance.new('LocalScript')
  1657.     script.Parent = BHop
  1658.     local open = false
  1659.     local lol = false
  1660.     local env = getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1661.     local UserInputService = game:GetService("UserInputService")
  1662.     local backup = {}
  1663.     backup.speed = env.speedupdate
  1664.     script.Parent.MouseButton1Down:connect(function()
  1665.         if open then
  1666.             open = false
  1667.             lol = false
  1668.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1669.             else
  1670.             open = true
  1671.             lol = true
  1672.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1673.         end
  1674.     end)
  1675.    
  1676.    
  1677.     while true do
  1678.        
  1679.         game:GetService("RunService").Stepped:Wait()
  1680.        
  1681.         if(lol == true) then
  1682.             pcall(function()
  1683.                 if(UserInputService:IsKeyDown(Enum.KeyCode.Space)) then
  1684.                     env.speedupdate = function()
  1685.                    
  1686.                         return
  1687.                        
  1688.                     end
  1689.                     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1690.                 end
  1691.             end)
  1692.         else
  1693.             pcall(function()
  1694.                 env.speedupdate = backup.speed
  1695.             end)
  1696.         end
  1697.    
  1698.     end
  1699.    
  1700.    
  1701.  
  1702. end
  1703. coroutine.resume(coroutine.create(SCRIPT_JBXX78_FAKESCRIPT))
  1704. function SCRIPT_ZDYA71_FAKESCRIPT() -- Respawn.1
  1705.     local script = Instance.new('LocalScript')
  1706.     script.Parent = Respawn
  1707.     local open = false
  1708.     local RunService = game:GetService("RunService")
  1709.     script.Parent.MouseButton1Down:connect(function()
  1710.     if open then
  1711.       open = false
  1712.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1713.     else
  1714.       open = true
  1715.       game.ReplicatedStorage.Events.Spawnme:FireServer()
  1716.       script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1717.       wait(.1)
  1718.       open = false
  1719.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1720.     end
  1721.     end)
  1722.  
  1723. end
  1724. coroutine.resume(coroutine.create(SCRIPT_ZDYA71_FAKESCRIPT))
  1725. function SCRIPT_UNFN75_FAKESCRIPT() -- Walkspeed.1
  1726.     local script = Instance.new('LocalScript')
  1727.     script.Parent = Walkspeed
  1728.     local open = false
  1729.         local env = getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1730.         local backups = {}
  1731.         backups.speed = env.speedupdate
  1732.         script.Parent.MouseButton1Down:connect(function()
  1733.             if open then
  1734.                 open = false
  1735.                 ws = false
  1736.                 print'lol'
  1737.                 script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1738.                 else
  1739.                 open = true
  1740.                 ws = true
  1741.                 print'loo'
  1742.                 script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1743.             end
  1744.         end)
  1745.        
  1746.         while true do
  1747.            
  1748.             game:GetService("RunService").RenderStepped:Wait()
  1749.            
  1750.             if(ws == true) then
  1751.                
  1752.                 pcall(function()
  1753.                    
  1754.                     env.speedupdate = function()
  1755.                        
  1756.                         return
  1757.                        
  1758.                     end
  1759.                    
  1760.                     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.TextBox.Text or 40
  1761.                    
  1762.                 end)
  1763.            
  1764.             else
  1765.                
  1766.                 pcall(function()
  1767.                
  1768.                     env.speedupdate = backups.speed
  1769.            
  1770.                 end)
  1771.            
  1772.             end
  1773.            
  1774.         end
  1775.    
  1776.  
  1777. end
  1778. coroutine.resume(coroutine.create(SCRIPT_UNFN75_FAKESCRIPT))
  1779. function SCRIPT_XYPX69_FAKESCRIPT() -- TextSpam.1
  1780.     local script = Instance.new('LocalScript')
  1781.     script.Parent = TextSpam
  1782.     local text = {
  1783.         "Getting Tapped? Get pieleWare.",
  1784.         "Get good, get pieleWare.",
  1785.         "Hate Getting Tapped? disc NSvNah",
  1786.         "Oh no. He uses free cheats! RUN!",
  1787.         "pieleWare > all",
  1788.         "pieleWare - The best cheat you've never heard of!",
  1789.         "Get Snippet or something.",
  1790.         "Just buy wally's hub skid.",
  1791.         "Counter Pepsi is godlike!",
  1792.         "2 seconds, Let me just inject Counter Pepsi!",
  1793.         "Insta-Respawn is best!!!1!!1",
  1794.         "Look at me! I have a good cheat!",
  1795.         "MR OBAMA GET DOWN! SNIPPET!",
  1796.         "Go Crazy! Go Stupid! Get Counter-Pepsi!",
  1797.         "Brb making tiktok gamers.",
  1798.         "Please complain to Technoo-_#8904!",
  1799.         "GAS GAS GAS GONNA TAP THE SKIDS!",
  1800.         "Oops I clicked on the wrong button!",
  1801.         "Holding Space BRB",
  1802.         "Let me just press Kill-all.",
  1803.         "THESE R MY OWN SCRIPT NOT LYING BRO!1!!!1 - V3rm Skid.",
  1804.         "half the coding half the gaming.",
  1805.         "I'm using WRD hbu?"
  1806.     }
  1807.    
  1808.     local open = false
  1809.     script.Parent.MouseButton1Down:connect(function()
  1810.         if open then
  1811.             open = false
  1812.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1813.         else
  1814.             open = true
  1815.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1816.         end
  1817.     end)
  1818.    
  1819.    
  1820.     while wait(1) do
  1821.     if open then
  1822.     game:GetService("ReplicatedStorage").Events.PlayerChatted:FireServer(text[math.random(1,table.getn(text))], false, "Innocent", false, true)
  1823.     end
  1824.     end
  1825.  
  1826. end
  1827. coroutine.resume(coroutine.create(SCRIPT_XYPX69_FAKESCRIPT))
  1828. function SCRIPT_MUMO79_FAKESCRIPT() -- Transparent.1
  1829.     local script = Instance.new('LocalScript')
  1830.     script.Parent = Transparent
  1831.     function Children(value)
  1832.         for i,v in pairs(script.Parent.Parent.Parent.Parent:GetDescendants()) do
  1833.             if v:IsA('Frame') or v:IsA('TextBox') or v:IsA('TextButton') then
  1834.             v.BackgroundTransparency = value
  1835.             script.Parent.Parent.Parent.Topbar.BackgroundTransparency = 0
  1836.             script.Parent.Parent.Parent.Parent.cursor.BackgroundTransparency = 0
  1837.             end
  1838.         end
  1839.     end
  1840.    
  1841.    
  1842.     local open = false
  1843.     script.Parent.MouseButton1Down:connect(function()
  1844.         if open then
  1845.             Children(0)
  1846.             open = false
  1847.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  1848.         else
  1849.             Children(0.4)
  1850.             open = true
  1851.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1852.         end
  1853.     end)   
  1854.    
  1855.    
  1856.  
  1857. end
  1858. coroutine.resume(coroutine.create(SCRIPT_MUMO79_FAKESCRIPT))
  1859. function SCRIPT_WNTN77_FAKESCRIPT() -- Mainframe.Toggle
  1860.     local script = Instance.new('LocalScript')
  1861.     script.Parent = Mainframe
  1862.     script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1863.     script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1864.     script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1865.     script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1866.     script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1867.     script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1868.     script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1869.     script.Parent.Skins.Visible = false
  1870.         script.Parent.GunMods.Visible = false
  1871.         script.Parent.Rage.Visible = true
  1872.         script.Parent.Legit.Visible = false
  1873.         script.Parent.Visuals.Visible = false
  1874.         script.Parent.Misc.Visible = false
  1875.         script.Parent.Settings.Visible = false
  1876.         script.Parent.Skins.Visible = false
  1877.    
  1878.    
  1879.    
  1880.    
  1881.    
  1882.     script.Parent.Menu.Rage.MouseButton1Down:Connect(function()
  1883.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1884.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1885.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1886.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1887.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1888.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1889.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1890.         script.Parent.Skins.Visible = false
  1891.         script.Parent.GunMods.Visible = false
  1892.         script.Parent.Rage.Visible = true
  1893.         script.Parent.Legit.Visible = false
  1894.         script.Parent.Visuals.Visible = false
  1895.         script.Parent.Misc.Visible = false
  1896.         script.Parent.Settings.Visible = false
  1897.     end)
  1898.    
  1899.     script.Parent.Menu.Legit.MouseButton1Down:Connect(function()
  1900.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1901.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1902.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1903.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1904.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1905.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1906.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1907.         script.Parent.Skins.Visible = false
  1908.         script.Parent.GunMods.Visible = false
  1909.         script.Parent.Rage.Visible = false
  1910.         script.Parent.Legit.Visible = true
  1911.         script.Parent.Visuals.Visible = false
  1912.         script.Parent.Misc.Visible = false
  1913.         script.Parent.Settings.Visible = false
  1914.     end)
  1915.    
  1916.     script.Parent.Menu.Visuals.MouseButton1Down:Connect(function()
  1917.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1918.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1919.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1920.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1921.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1922.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1923.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1924.         script.Parent.Skins.Visible = false
  1925.         script.Parent.GunMods.Visible = false
  1926.         script.Parent.Rage.Visible = false
  1927.         script.Parent.Legit.Visible = false
  1928.         script.Parent.Visuals.Visible = true
  1929.         script.Parent.Misc.Visible = false
  1930.         script.Parent.Settings.Visible = false
  1931.     end)
  1932.    
  1933.     script.Parent.Menu.Misc.MouseButton1Down:Connect(function()
  1934.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1935.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1936.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1937.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1938.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1939.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1940.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1941.         script.Parent.Skins.Visible = false
  1942.         script.Parent.GunMods.Visible = false
  1943.         script.Parent.Rage.Visible = false
  1944.         script.Parent.Legit.Visible = false
  1945.         script.Parent.Visuals.Visible = false
  1946.         script.Parent.Misc.Visible = true
  1947.         script.Parent.Settings.Visible = false
  1948.     end)
  1949.    
  1950.     script.Parent.Menu.Settings.MouseButton1Down:Connect(function()
  1951.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1952.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1953.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1954.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1955.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1956.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1957.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1958.         script.Parent.Skins.Visible = false
  1959.         script.Parent.GunMods.Visible = false
  1960.         script.Parent.Rage.Visible = false
  1961.         script.Parent.Legit.Visible = false
  1962.         script.Parent.Visuals.Visible = false
  1963.         script.Parent.Misc.Visible = false
  1964.         script.Parent.Settings.Visible = true
  1965.     end)
  1966.    
  1967.    
  1968.     script.Parent.Menu.GunMods.MouseButton1Down:Connect(function()
  1969.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1970.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1971.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1972.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1973.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1974.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1975.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1976.         script.Parent.Skins.Visible = false
  1977.         script.Parent.GunMods.Visible = true
  1978.         script.Parent.Rage.Visible = false
  1979.         script.Parent.Legit.Visible = false
  1980.         script.Parent.Visuals.Visible = false
  1981.         script.Parent.Misc.Visible = false
  1982.         script.Parent.Settings.Visible = false
  1983.     end)
  1984.     script.Parent.Menu.Skins.MouseButton1Down:Connect(function()
  1985.         script.Parent.Menu.Rage.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1986.         script.Parent.Menu.Legit.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1987.         script.Parent.Menu.Visuals.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1988.         script.Parent.Menu.Misc.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1989.         script.Parent.Menu.Settings.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1990.         script.Parent.Menu.GunMods.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  1991.         script.Parent.Menu.Skins.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  1992.         script.Parent.Skins.Visible = true
  1993.         script.Parent.GunMods.Visible = false
  1994.         script.Parent.Rage.Visible = false
  1995.         script.Parent.Legit.Visible = false
  1996.         script.Parent.Visuals.Visible = false
  1997.         script.Parent.Misc.Visible = false
  1998.         script.Parent.Settings.Visible = false
  1999.     end)
  2000.  
  2001. end
  2002. coroutine.resume(coroutine.create(SCRIPT_WNTN77_FAKESCRIPT))
  2003. function SCRIPT_IIZF69_FAKESCRIPT() -- InstaReload.1
  2004.     local script = Instance.new('LocalScript')
  2005.     script.Parent = InstaReload
  2006.     local open = false
  2007.     script.Parent.MouseButton1Down:connect(function()
  2008.         if open then
  2009.             open = false
  2010.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2011.             else
  2012.             open = true
  2013.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  2014.             for _,v in pairs(game.ReplicatedStorage.Weapons:GetDescendants()) do
  2015.                 if v.Name:match'ReloadTime' then
  2016.                     v.Value = "0.1"
  2017.                 end
  2018.             end
  2019.         end
  2020.     end)
  2021.  
  2022. end
  2023. coroutine.resume(coroutine.create(SCRIPT_IIZF69_FAKESCRIPT))
  2024. function SCRIPT_VBTQ75_FAKESCRIPT() -- InstaEquip.1
  2025.     local script = Instance.new('LocalScript')
  2026.     script.Parent = InstaEquip
  2027.     local open = false
  2028.     script.Parent.MouseButton1Down:connect(function()
  2029.         if open then
  2030.             open = false
  2031.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2032.             else
  2033.             open = true
  2034.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  2035.         end
  2036.     end)
  2037.  
  2038. end
  2039. coroutine.resume(coroutine.create(SCRIPT_VBTQ75_FAKESCRIPT))
  2040. function SCRIPT_RPVL70_FAKESCRIPT() -- InfAmmo.1
  2041.     local script = Instance.new('LocalScript')
  2042.     script.Parent = InfAmmo
  2043.    
  2044.    
  2045.     local open = false
  2046.     script.Parent.MouseButton1Down:connect(function()
  2047.         if open then
  2048.             open = false
  2049.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2050.             else
  2051.             open = true
  2052.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  2053.         end
  2054.     end)   
  2055.        
  2056.     while wait() do
  2057.       if(open == true) then
  2058.         local scripta = game:GetService("Players").LocalPlayer.PlayerGui.Client
  2059.         local env = getsenv(scripta)
  2060.    
  2061.         env.getprimaryammo = function()
  2062.         return 9999999
  2063.       end
  2064.    
  2065.       env.secondaryammo = function()
  2066.       return 9999999
  2067.     end
  2068.    
  2069.     env['primarystored'] = 9999999
  2070.     env['secondarystored'] = 9999999
  2071.     env['ammo'] = 9999999
  2072.     env['ammo2'] = 9999999
  2073.     end
  2074.     end
  2075.  
  2076. end
  2077. coroutine.resume(coroutine.create(SCRIPT_RPVL70_FAKESCRIPT))
  2078. function SCRIPT_IVFQ77_FAKESCRIPT() -- NoRecoil.1
  2079.     local script = Instance.new('LocalScript')
  2080.     script.Parent = NoRecoil
  2081.     local open = false
  2082.     script.Parent.MouseButton1Down:connect(function()
  2083.         if open then
  2084.             open = false
  2085.             game:GetService("RunService"):UnbindFromRenderStep("recoil")
  2086.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2087.             else
  2088.             open = true
  2089.             for _,v in pairs(game.ReplicatedStorage.Weapons:GetDescendants()) do
  2090.             if v.Name:match'Spread' then
  2091.             v.Value = 0
  2092.             for _,children in pairs(v:GetChildren()) do
  2093.             children.Value = 0
  2094.             end
  2095.             end
  2096.             end
  2097.             accuracy=getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  2098.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  2099.             game:GetService("RunService"):BindToRenderStep("recoil", 100, function()
  2100.             accuracy.resetaccuracy()
  2101.             accuracy.RecoilX = 0
  2102.             accuracy.RecoilY = 0
  2103.             end)
  2104.         end
  2105.     end)
  2106.  
  2107. end
  2108. coroutine.resume(coroutine.create(SCRIPT_IVFQ77_FAKESCRIPT))
  2109. function SCRIPT_UNET80_FAKESCRIPT() -- Mainframe.Draggable
  2110.     local script = Instance.new('LocalScript')
  2111.     script.Parent = Mainframe
  2112.     local UserInputService = game:GetService("UserInputService")
  2113.    
  2114.     local gui = script.Parent
  2115.    
  2116.     local dragging
  2117.     local dragInput
  2118.     local dragStart
  2119.     local startPos
  2120.    
  2121.     local function update(input)
  2122.         local delta = input.Position - dragStart
  2123.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2124.     end
  2125.    
  2126.     gui.InputBegan:Connect(function(input)
  2127.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2128.             dragging = true
  2129.             dragStart = input.Position
  2130.             startPos = gui.Position
  2131.            
  2132.             input.Changed:Connect(function()
  2133.                 if input.UserInputState == Enum.UserInputState.End then
  2134.                     dragging = false
  2135.                 end
  2136.             end)
  2137.         end
  2138.     end)
  2139.    
  2140.     gui.InputChanged:Connect(function(input)
  2141.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2142.             dragInput = input
  2143.         end
  2144.     end)
  2145.    
  2146.     UserInputService.InputChanged:Connect(function(input)
  2147.         if input == dragInput and dragging then
  2148.             update(input)
  2149.         end
  2150.     end)
  2151.    
  2152.     if(tostring(game.PlaceId) == "301549746") then
  2153.             warn("Anti-Kick loaded!")
  2154.             local mt = getrawmetatable(game);
  2155.             local old = mt.__namecall
  2156.            
  2157.             local rstorage = game:GetService("ReplicatedStorage");
  2158.             local Events = rstorage.Events;
  2159.             local FallDamage = Events.FallDamage;
  2160.             local HitPart = Events.HitPart;
  2161.             local BeanBoozled = rstorage.BeanBoozled;
  2162.             local Client = game:GetService("Players").LocalPlayer.PlayerGui.Client;
  2163.             local FallDamage = game:GetService("ReplicatedStorage").Events.FallDamage;
  2164.            
  2165.             setreadonly(mt, false);
  2166.            
  2167.             local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  2168.            
  2169.             mt.__namecall = newcclosure(function(self,...)
  2170.                 local args = {...}
  2171.                 local method = args[#args]
  2172.                
  2173.                 if (self == FallDamage and method:find('FireServer')) then
  2174.                     return wait(9e9);
  2175.                 end
  2176.            
  2177.                 if method == 'FireServer' and args[1] and type(args[1]) == 'table' and args[1][1] == 'kick' then
  2178.                     return function() end
  2179.                 end
  2180.                
  2181.                 if (self == Kick or self == FallDamage) and string.lower(method) == 'fireserver' then
  2182.                     print(self, ...)
  2183.                     return wait(9e9);
  2184.                 end
  2185.            
  2186.                 return old(self, ...)
  2187.             end)
  2188.         end
  2189.  
  2190. end
  2191. coroutine.resume(coroutine.create(SCRIPT_UNET80_FAKESCRIPT))
  2192. function SCRIPT_IGZB68_FAKESCRIPT() -- Mainframe.MouseUnlock
  2193.     local script = Instance.new('LocalScript')
  2194.     script.Parent = Mainframe
  2195.     local blur = Instance.new("BlurEffect")
  2196.     local MainGui = script.Parent
  2197.     local cursor = script.Parent.Parent.cursor
  2198.     blur.Enabled = false
  2199.     blur.Size = 35
  2200.     blur.Parent = workspace.CurrentCamera
  2201.     function onKeyPress(inputObject, gameProcessedEvent)
  2202.     if inputObject.KeyCode == Enum.KeyCode.Insert then
  2203.     if MainGui.Visible == true then
  2204.     MainGui.Visible = false
  2205.     blur.Enabled = false
  2206.     else
  2207.     MainGui.Visible = true
  2208.     blur.Enabled = true
  2209.     end
  2210.     end
  2211.     end
  2212.     game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  2213.     game:GetService("RunService").RenderStepped:connect(function()
  2214.     local mouse = game.Players.LocalPlayer:GetMouse()
  2215.     cursor.Position = UDim2.new(0, mouse.X, 0, mouse.Y)
  2216.     if MainGui.Visible == true then
  2217.     cursor.Visible = true
  2218.     else
  2219.     cursor.Visible = false
  2220.     end
  2221.     if MainGui.Visible == true then
  2222.     game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.Default 
  2223.     else
  2224.     game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.LockCenter
  2225.     end
  2226.     end)
  2227.  
  2228. end
  2229. coroutine.resume(coroutine.create(SCRIPT_IGZB68_FAKESCRIPT))
  2230. function SCRIPT_MYHW70_FAKESCRIPT() -- skinnames.1
  2231.     local script = Instance.new('LocalScript')
  2232.     script.Parent = skinnames
  2233.         local tbl={"Bearded Axe", "Sickle", "Cleaver",
  2234.         "Banana", "Huntsman Knife", "Karambit",
  2235.         "Falchion Knife", "Butterfly Knife",
  2236.         "Bayonet", "Gut Knife", "Flip Knife"}
  2237.         for _,skins in pairs(game.ReplicatedStorage.Skins:GetDescendants()) do
  2238.         for _,blacklistedskins in pairs(tbl) do
  2239.         if skins.Name == blacklistedskins then
  2240.         skins:destroy()
  2241.         end
  2242.         end
  2243.         end
  2244.         local Nogmeerposition = 0
  2245.         local PositonBS = script.Parent.fakebutton1
  2246.         local Yeehaw = script.Parent.Parent.SecondFrame.fakebutton2
  2247.         for _,v in pairs(game.ReplicatedStorage.Skins:children()) do
  2248.         local POsition382 = 0
  2249.         Nogmeerposition = Nogmeerposition-0.031
  2250.         local Button = Instance.new("TextButton")
  2251.         Button.Parent = script.Parent
  2252.         Button.Size = UDim2.new(0, 137,0, 19)
  2253.         Button.Text = v.Name
  2254.         Button.Name = v.Name
  2255.         Button.Visible = true
  2256.         Button.ZIndex = 10
  2257.         Button.Position = PositonBS.Position - UDim2.new(0, 0, Nogmeerposition)
  2258.         Button.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  2259.         Button.BorderSizePixel = 0
  2260.         Button.TextColor3 = Color3.new(255, 255, 255)
  2261.         local skinframe = Instance.new("ScrollingFrame")
  2262.         skinframe.Parent = script.Parent.Parent.SecondFrame
  2263.         skinframe.Size = UDim2.new(0, 137,0, 252)
  2264.         skinframe.Visible = false
  2265.         skinframe.Name = v.Name
  2266.         skinframe.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2267.         skinframe.BorderSizePixel = 0
  2268.         skinframe.ScrollBarThickness = 0
  2269.         Button.MouseButton1Down:connect(function()
  2270.         for _,v in pairs(script.Parent.Parent.SecondFrame:GetDescendants()) do
  2271.         if v.ClassName:match'ScrollingFrame' then
  2272.         v.Visible = false
  2273.         end
  2274.         end
  2275.         skinframe.Visible = true
  2276.         end)
  2277.         for _,p in pairs(v:GetChildren()) do
  2278.         local ButtonConnect = Instance.new("TextButton")
  2279.         ButtonConnect.MouseButton1Down:connect(function()
  2280.         local Knopnaam = Button.Name
  2281.         pcall(function()
  2282.         game.Players.LocalPlayer.SkinFolder.CTFolder[Knopnaam].RobloxLocked = true
  2283.         game.Players.LocalPlayer.SkinFolder.CTFolder[Knopnaam].Value = p.Name
  2284.         end)
  2285.         pcall(function()
  2286.         game.Players.LocalPlayer.SkinFolder.TFolder[Knopnaam].RobloxLocked = true
  2287.         game.Players.LocalPlayer.SkinFolder.TFolder[Knopnaam].Value = p.Name
  2288.         end)
  2289.         end)
  2290.         ButtonConnect.Position = Yeehaw.Position - UDim2.new(0,0, POsition382)
  2291.         ButtonConnect.Name = p.Name
  2292.         ButtonConnect.Text = p.Name
  2293.         ButtonConnect.Parent = skinframe
  2294.         ButtonConnect.Size = UDim2.new(0,137,0,19)
  2295.         ButtonConnect.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  2296.         ButtonConnect.BorderSizePixel = 0
  2297.         ButtonConnect.TextColor3 = Color3.new(255, 255, 255)
  2298.         POsition382 = POsition382 - 0.07
  2299.         end
  2300.         end
  2301.  
  2302. end
  2303. coroutine.resume(coroutine.create(SCRIPT_MYHW70_FAKESCRIPT))
  2304. function SCRIPT_GORG89_FAKESCRIPT() -- SkinsB.LocalScript
  2305.     local script = Instance.new('LocalScript')
  2306.     script.Parent = SkinsB
  2307.     script.Parent.MouseButton1Down:Connect(function()
  2308.         script.Parent.Parent.Visible = false
  2309.     end)
  2310.  
  2311. end
  2312. coroutine.resume(coroutine.create(SCRIPT_GORG89_FAKESCRIPT))
  2313. function SCRIPT_VKJF72_FAKESCRIPT() -- ButterFly.LocalScript
  2314.     local script = Instance.new('LocalScript')
  2315.     script.Parent = ButterFly
  2316.     script.Parent.MouseButton1Down:connect(function()
  2317.         local Plr = game.Players.LocalPlayer
  2318.     local PlrTeam = Plr.Status.Team
  2319.     local Team
  2320.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2321.    
  2322.             local Knife = Viewmodels:FindFirstChild("v_Butterfly Knife")
  2323.             local NewKnife = Knife:Clone()
  2324.             if Viewmodels:FindFirstChild('v_T Knife') then
  2325.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2326.             end
  2327.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2328.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2329.             end
  2330.         if PlrTeam.Value == 'CT' then
  2331.             Team = 'CT'
  2332.         elseif PlrTeam.Value == 'T' then
  2333.             Team = 'T'
  2334.         end
  2335.             if Team == 'T' then
  2336.                 NewKnife.Name = 'v_T Knife'
  2337.             elseif Team == 'CT' then
  2338.                 NewKnife.Name = 'v_CT Knife'
  2339.             end
  2340.                 NewKnife.Parent = Viewmodels
  2341.     end)
  2342.    
  2343.     local KnifesTable = {
  2344.        
  2345.         'v_Gut Knife',
  2346.         'v_Butterfly Knife',
  2347.         'v_Falchion Knife',
  2348.         'v_Bayonet',
  2349.         'v_Huntsman Knife',
  2350.         'v_Karambit',
  2351.         'v_Banana',
  2352.         'v_Flip Knife',
  2353.         'v_Bearded Axe',
  2354.         'v_Sickle',
  2355.         'v_Cleaver'
  2356.    
  2357.     }
  2358.  
  2359. end
  2360. coroutine.resume(coroutine.create(SCRIPT_VKJF72_FAKESCRIPT))
  2361. function SCRIPT_USRB88_FAKESCRIPT() -- CutKnife.LocalScript
  2362.     local script = Instance.new('LocalScript')
  2363.     script.Parent = CutKnife
  2364.     script.Parent.MouseButton1Down:connect(function()
  2365.         local Plr = game.Players.LocalPlayer
  2366.     local PlrTeam = Plr.Status.Team
  2367.     local Team
  2368.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2369.    
  2370.             local Knife = Viewmodels:FindFirstChild("v_Gut Knife")
  2371.             local NewKnife = Knife:Clone()
  2372.             if Viewmodels:FindFirstChild('v_T Knife') then
  2373.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2374.             end
  2375.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2376.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2377.             end
  2378.         if PlrTeam.Value == 'CT' then
  2379.             Team = 'CT'
  2380.         elseif PlrTeam.Value == 'T' then
  2381.             Team = 'T'
  2382.         end
  2383.             if Team == 'T' then
  2384.                 NewKnife.Name = 'v_T Knife'
  2385.             elseif Team == 'CT' then
  2386.                 NewKnife.Name = 'v_CT Knife'
  2387.             end
  2388.                 NewKnife.Parent = Viewmodels
  2389.    
  2390.     --[[for _,currentskins in pairs(script.Parent.Parent.KnifeSkins:GetChildren()) do
  2391.         currentskins:Destroy()
  2392.     end
  2393.     local pos = 0
  2394.     for i,v in pairs(game.ReplicatedStorage.Skins['Gut Knife']:GetChildren()) do
  2395.     pos = pos + 0.08
  2396.     newbutton = Instance.new("TextButton")
  2397.     newbutton.Name = v.Name
  2398.     newbutton.Text = v.Name
  2399.     newbutton.Parent = script.Parent.Parent.KnifeSkins
  2400.     newbutton.Position = UDim2.new({0.434, 0},{pos, 0})
  2401.     newbutton.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  2402.     newbutton.Size = UDim2.new({0, 142},{0, 19})
  2403.     newbutton.BorderSizePixel = 0
  2404.     newbutton.Mousebutton1Down:connect(function()
  2405.         pcall(function()
  2406.         game.Players.LocalPlayer.SkinFolder.CTFolder.CTKnife.RobloxLocked = true
  2407.         game.Players.LocalPlayer.SkinFolder.CTFolder.CTKnife.Value = newbutton.Name
  2408.         end)
  2409.         pcall(function()
  2410.         game.Players.LocalPlayer.SkinFolder.TFolder.TKnife.RobloxLocked = true
  2411.         game.Players.LocalPlayer.SkinFolder.TFolder.TKnife.Value = newbutton.Name
  2412.         end)
  2413.         end)
  2414.     end]]
  2415.     end)
  2416.  
  2417. end
  2418. coroutine.resume(coroutine.create(SCRIPT_USRB88_FAKESCRIPT))
  2419. function SCRIPT_DTJR67_FAKESCRIPT() -- Falchion.LocalScript
  2420.     local script = Instance.new('LocalScript')
  2421.     script.Parent = Falchion
  2422.     script.Parent.MouseButton1Down:connect(function()
  2423.         local Plr = game.Players.LocalPlayer
  2424.     local PlrTeam = Plr.Status.Team
  2425.     local Team
  2426.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2427.    
  2428.             local Knife = Viewmodels:FindFirstChild("v_Falchion Knife")
  2429.             local NewKnife = Knife:Clone()
  2430.             if Viewmodels:FindFirstChild('v_T Knife') then
  2431.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2432.             end
  2433.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2434.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2435.             end
  2436.         if PlrTeam.Value == 'CT' then
  2437.             Team = 'CT'
  2438.         elseif PlrTeam.Value == 'T' then
  2439.             Team = 'T'
  2440.         end
  2441.             if Team == 'T' then
  2442.                 NewKnife.Name = 'v_T Knife'
  2443.             elseif Team == 'CT' then
  2444.                 NewKnife.Name = 'v_CT Knife'
  2445.             end
  2446.                 NewKnife.Parent = Viewmodels
  2447.     end)
  2448.    
  2449.     local KnifesTable = {
  2450.        
  2451.         'v_Gut Knife',
  2452.         'v_Butterfly Knife',
  2453.         'v_Falchion Knife',
  2454.         'v_Bayonet',
  2455.         'v_Huntsman Knife',
  2456.         'v_Karambit',
  2457.         'v_Banana',
  2458.         'v_Flip Knife',
  2459.         'v_Bearded Axe',
  2460.         'v_Sickle',
  2461.         'v_Cleaver',
  2462.         'v_Crowbar'
  2463.    
  2464.     }
  2465.  
  2466. end
  2467. coroutine.resume(coroutine.create(SCRIPT_DTJR67_FAKESCRIPT))
  2468. function SCRIPT_HJLX81_FAKESCRIPT() -- Bayonet.LocalScript
  2469.     local script = Instance.new('LocalScript')
  2470.     script.Parent = Bayonet
  2471.     script.Parent.MouseButton1Down:connect(function()
  2472.         local Plr = game.Players.LocalPlayer
  2473.     local PlrTeam = Plr.Status.Team
  2474.     local Team
  2475.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2476.    
  2477.             local Knife = Viewmodels:FindFirstChild("v_Bayonet")
  2478.             local NewKnife = Knife:Clone()
  2479.             if Viewmodels:FindFirstChild('v_T Knife') then
  2480.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2481.             end
  2482.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2483.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2484.             end
  2485.         if PlrTeam.Value == 'CT' then
  2486.             Team = 'CT'
  2487.         elseif PlrTeam.Value == 'T' then
  2488.             Team = 'T'
  2489.         end
  2490.             if Team == 'T' then
  2491.                 NewKnife.Name = 'v_T Knife'
  2492.             elseif Team == 'CT' then
  2493.                 NewKnife.Name = 'v_CT Knife'
  2494.             end
  2495.                 NewKnife.Parent = Viewmodels
  2496.     end)
  2497.    
  2498.     local KnifesTable = {
  2499.        
  2500.         'v_Gut Knife',
  2501.         'v_Butterfly Knife',
  2502.         'v_Falchion Knife',
  2503.         'v_Bayonet',
  2504.         'v_Huntsman Knife',
  2505.         'v_Karambit',
  2506.         'v_Banana',
  2507.         'v_Flip Knife',
  2508.         'v_Bearded Axe',
  2509.         'v_Sickle',
  2510.         'v_Cleaver',
  2511.         'v_Crowbar'
  2512.    
  2513.     }
  2514.  
  2515. end
  2516. coroutine.resume(coroutine.create(SCRIPT_HJLX81_FAKESCRIPT))
  2517. function SCRIPT_ELVH81_FAKESCRIPT() -- Huntsman.LocalScript
  2518.     local script = Instance.new('LocalScript')
  2519.     script.Parent = Huntsman
  2520.     script.Parent.MouseButton1Down:connect(function()
  2521.         local Plr = game.Players.LocalPlayer
  2522.     local PlrTeam = Plr.Status.Team
  2523.     local Team
  2524.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2525.    
  2526.             local Knife = Viewmodels:FindFirstChild("v_Huntsman Knife")
  2527.             local NewKnife = Knife:Clone()
  2528.             if Viewmodels:FindFirstChild('v_T Knife') then
  2529.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2530.             end
  2531.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2532.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2533.             end
  2534.         if PlrTeam.Value == 'CT' then
  2535.             Team = 'CT'
  2536.         elseif PlrTeam.Value == 'T' then
  2537.             Team = 'T'
  2538.         end
  2539.             if Team == 'T' then
  2540.                 NewKnife.Name = 'v_T Knife'
  2541.             elseif Team == 'CT' then
  2542.                 NewKnife.Name = 'v_CT Knife'
  2543.             end
  2544.                 NewKnife.Parent = Viewmodels
  2545.     end)
  2546.    
  2547.     local KnifesTable = {
  2548.        
  2549.         'v_Gut Knife',
  2550.         'v_Butterfly Knife',
  2551.         'v_Falchion Knife',
  2552.         'v_Bayonet',
  2553.         'v_Huntsman Knife',
  2554.         'v_Karambit',
  2555.         'v_Banana',
  2556.         'v_Flip Knife',
  2557.         'v_Bearded Axe',
  2558.         'v_Sickle',
  2559.         'v_Cleaver',
  2560.         'v_Crowbar'
  2561.    
  2562.     }
  2563.  
  2564. end
  2565. coroutine.resume(coroutine.create(SCRIPT_ELVH81_FAKESCRIPT))
  2566. function SCRIPT_UQVI80_FAKESCRIPT() -- Karambit.LocalScript
  2567.     local script = Instance.new('LocalScript')
  2568.     script.Parent = Karambit
  2569.     script.Parent.MouseButton1Down:connect(function()
  2570.         local Plr = game.Players.LocalPlayer
  2571.     local PlrTeam = Plr.Status.Team
  2572.     local Team
  2573.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2574.    
  2575.             local Knife = Viewmodels:FindFirstChild("v_Karambit")
  2576.             local NewKnife = Knife:Clone()
  2577.             if Viewmodels:FindFirstChild('v_T Knife') then
  2578.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2579.             end
  2580.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2581.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2582.             end
  2583.         if PlrTeam.Value == 'CT' then
  2584.             Team = 'CT'
  2585.         elseif PlrTeam.Value == 'T' then
  2586.             Team = 'T'
  2587.         end
  2588.             if Team == 'T' then
  2589.                 NewKnife.Name = 'v_T Knife'
  2590.             elseif Team == 'CT' then
  2591.                 NewKnife.Name = 'v_CT Knife'
  2592.             end
  2593.                 NewKnife.Parent = Viewmodels
  2594.     end)
  2595.    
  2596.     local KnifesTable = {
  2597.        
  2598.         'v_Gut Knife',
  2599.         'v_Butterfly Knife',
  2600.         'v_Falchion Knife',
  2601.         'v_Bayonet',
  2602.         'v_Huntsman Knife',
  2603.         'v_Karambit',
  2604.         'v_Banana',
  2605.         'v_Flip Knife',
  2606.         'v_Bearded Axe',
  2607.         'v_Sickle',
  2608.         'v_Cleaver',
  2609.         'v_Crowbar'
  2610.    
  2611.     }
  2612.  
  2613. end
  2614. coroutine.resume(coroutine.create(SCRIPT_UQVI80_FAKESCRIPT))
  2615. function SCRIPT_OTWC77_FAKESCRIPT() -- Banana.LocalScript
  2616.     local script = Instance.new('LocalScript')
  2617.     script.Parent = Banana
  2618.     script.Parent.MouseButton1Down:connect(function()
  2619.         local Plr = game.Players.LocalPlayer
  2620.     local PlrTeam = Plr.Status.Team
  2621.     local Team
  2622.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2623.    
  2624.             local Knife = Viewmodels:FindFirstChild("v_Banana")
  2625.             local NewKnife = Knife:Clone()
  2626.             if Viewmodels:FindFirstChild('v_T Knife') then
  2627.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2628.             end
  2629.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2630.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2631.             end
  2632.         if PlrTeam.Value == 'CT' then
  2633.             Team = 'CT'
  2634.         elseif PlrTeam.Value == 'T' then
  2635.             Team = 'T'
  2636.         end
  2637.             if Team == 'T' then
  2638.                 NewKnife.Name = 'v_T Knife'
  2639.             elseif Team == 'CT' then
  2640.                 NewKnife.Name = 'v_CT Knife'
  2641.             end
  2642.                 NewKnife.Parent = Viewmodels
  2643.     end)
  2644.    
  2645.     local KnifesTable = {
  2646.        
  2647.         'v_Gut Knife',
  2648.         'v_Butterfly Knife',
  2649.         'v_Falchion Knife',
  2650.         'v_Bayonet',
  2651.         'v_Huntsman Knife',
  2652.         'v_Karambit',
  2653.         'v_Banana',
  2654.         'v_Flip Knife',
  2655.         'v_Bearded Axe',
  2656.         'v_Sickle',
  2657.         'v_Cleaver',
  2658.         'v_Crowbar'
  2659.    
  2660.     }
  2661.  
  2662. end
  2663. coroutine.resume(coroutine.create(SCRIPT_OTWC77_FAKESCRIPT))
  2664. function SCRIPT_ENIR76_FAKESCRIPT() -- FlipKnife.LocalScript
  2665.     local script = Instance.new('LocalScript')
  2666.     script.Parent = FlipKnife
  2667.     script.Parent.MouseButton1Down:connect(function()
  2668.         local Plr = game.Players.LocalPlayer
  2669.     local PlrTeam = Plr.Status.Team
  2670.     local Team
  2671.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2672.    
  2673.             local Knife = Viewmodels:FindFirstChild("v_Flip Knife")
  2674.             local NewKnife = Knife:Clone()
  2675.             if Viewmodels:FindFirstChild('v_T Knife') then
  2676.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2677.             end
  2678.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2679.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2680.             end
  2681.         if PlrTeam.Value == 'CT' then
  2682.             Team = 'CT'
  2683.         elseif PlrTeam.Value == 'T' then
  2684.             Team = 'T'
  2685.         end
  2686.             if Team == 'T' then
  2687.                 NewKnife.Name = 'v_T Knife'
  2688.             elseif Team == 'CT' then
  2689.                 NewKnife.Name = 'v_CT Knife'
  2690.             end
  2691.                 NewKnife.Parent = Viewmodels
  2692.     end)
  2693.    
  2694.     local KnifesTable = {
  2695.        
  2696.         'v_Gut Knife',
  2697.         'v_Butterfly Knife',
  2698.         'v_Falchion Knife',
  2699.         'v_Bayonet',
  2700.         'v_Huntsman Knife',
  2701.         'v_Karambit',
  2702.         'v_Banana',
  2703.         'v_Flip Knife',
  2704.         'v_Bearded Axe',
  2705.         'v_Sickle',
  2706.         'v_Cleaver',
  2707.         'v_Crowbar'
  2708.    
  2709.     }
  2710.  
  2711. end
  2712. coroutine.resume(coroutine.create(SCRIPT_ENIR76_FAKESCRIPT))
  2713. function SCRIPT_TTVR66_FAKESCRIPT() -- Bearded.LocalScript
  2714.     local script = Instance.new('LocalScript')
  2715.     script.Parent = Bearded
  2716.     script.Parent.MouseButton1Down:connect(function()
  2717.         local Plr = game.Players.LocalPlayer
  2718.     local PlrTeam = Plr.Status.Team
  2719.     local Team
  2720.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2721.    
  2722.             local Knife = Viewmodels:FindFirstChild("v_Bearded Axe")
  2723.             local NewKnife = Knife:Clone()
  2724.             if Viewmodels:FindFirstChild('v_T Knife') then
  2725.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2726.             end
  2727.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2728.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2729.             end
  2730.         if PlrTeam.Value == 'CT' then
  2731.             Team = 'CT'
  2732.         elseif PlrTeam.Value == 'T' then
  2733.             Team = 'T'
  2734.         end
  2735.             if Team == 'T' then
  2736.                 NewKnife.Name = 'v_T Knife'
  2737.             elseif Team == 'CT' then
  2738.                 NewKnife.Name = 'v_CT Knife'
  2739.             end
  2740.                 NewKnife.Parent = Viewmodels
  2741.     end)
  2742.    
  2743.     local KnifesTable = {
  2744.        
  2745.         'v_Gut Knife',
  2746.         'v_Butterfly Knife',
  2747.         'v_Falchion Knife',
  2748.         'v_Bayonet',
  2749.         'v_Huntsman Knife',
  2750.         'v_Karambit',
  2751.         'v_Banana',
  2752.         'v_Flip Knife',
  2753.         'v_Bearded Axe',
  2754.         'v_Sickle',
  2755.         'v_Cleaver',
  2756.         'v_Crowbar'
  2757.    
  2758.     }
  2759.  
  2760. end
  2761. coroutine.resume(coroutine.create(SCRIPT_TTVR66_FAKESCRIPT))
  2762. function SCRIPT_UOOW89_FAKESCRIPT() -- Sickle.LocalScript
  2763.     local script = Instance.new('LocalScript')
  2764.     script.Parent = Sickle
  2765.     script.Parent.MouseButton1Down:connect(function()
  2766.         local Plr = game.Players.LocalPlayer
  2767.     local PlrTeam = Plr.Status.Team
  2768.     local Team
  2769.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2770.    
  2771.             local Knife = Viewmodels:FindFirstChild("v_Sickle")
  2772.             local NewKnife = Knife:Clone()
  2773.             if Viewmodels:FindFirstChild('v_T Knife') then
  2774.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2775.             end
  2776.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2777.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2778.             end
  2779.         if PlrTeam.Value == 'CT' then
  2780.             Team = 'CT'
  2781.         elseif PlrTeam.Value == 'T' then
  2782.             Team = 'T'
  2783.         end
  2784.             if Team == 'T' then
  2785.                 NewKnife.Name = 'v_T Knife'
  2786.             elseif Team == 'CT' then
  2787.                 NewKnife.Name = 'v_CT Knife'
  2788.             end
  2789.                 NewKnife.Parent = Viewmodels
  2790.     end)
  2791.    
  2792.     local KnifesTable = {
  2793.        
  2794.         'v_Gut Knife',
  2795.         'v_Butterfly Knife',
  2796.         'v_Falchion Knife',
  2797.         'v_Bayonet',
  2798.         'v_Huntsman Knife',
  2799.         'v_Karambit',
  2800.         'v_Banana',
  2801.         'v_Flip Knife',
  2802.         'v_Bearded Axe',
  2803.         'v_Sickle',
  2804.         'v_Cleaver',
  2805.         'v_Crowbar'
  2806.    
  2807.     }
  2808.  
  2809. end
  2810. coroutine.resume(coroutine.create(SCRIPT_UOOW89_FAKESCRIPT))
  2811. function SCRIPT_DNWO73_FAKESCRIPT() -- Cleaver.LocalScript
  2812.     local script = Instance.new('LocalScript')
  2813.     script.Parent = Cleaver
  2814.     script.Parent.MouseButton1Down:connect(function()
  2815.         local Plr = game.Players.LocalPlayer
  2816.     local PlrTeam = Plr.Status.Team
  2817.     local Team
  2818.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2819.    
  2820.             local Knife = Viewmodels:FindFirstChild("v_Cleaver")
  2821.             local NewKnife = Knife:Clone()
  2822.             if Viewmodels:FindFirstChild('v_T Knife') then
  2823.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2824.             end
  2825.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2826.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2827.             end
  2828.         if PlrTeam.Value == 'CT' then
  2829.             Team = 'CT'
  2830.         elseif PlrTeam.Value == 'T' then
  2831.             Team = 'T'
  2832.         end
  2833.             if Team == 'T' then
  2834.                 NewKnife.Name = 'v_T Knife'
  2835.             elseif Team == 'CT' then
  2836.                 NewKnife.Name = 'v_CT Knife'
  2837.             end
  2838.                 NewKnife.Parent = Viewmodels
  2839.     end)
  2840.    
  2841.     local KnifesTable = {
  2842.        
  2843.         'v_Gut Knife',
  2844.         'v_Butterfly Knife',
  2845.         'v_Falchion Knife',
  2846.         'v_Bayonet',
  2847.         'v_Huntsman Knife',
  2848.         'v_Karambit',
  2849.         'v_Banana',
  2850.         'v_Flip Knife',
  2851.         'v_Bearded Axe',
  2852.         'v_Sickle',
  2853.         'v_Cleaver',
  2854.         'v_Crowbar'
  2855.    
  2856.     }
  2857.  
  2858. end
  2859. coroutine.resume(coroutine.create(SCRIPT_DNWO73_FAKESCRIPT))
  2860. function SCRIPT_AMVA76_FAKESCRIPT() -- Crowbar.LocalScript
  2861.     local script = Instance.new('LocalScript')
  2862.     script.Parent = Crowbar
  2863.     script.Parent.MouseButton1Down:connect(function()
  2864.         local Plr = game.Players.LocalPlayer
  2865.     local PlrTeam = Plr.Status.Team
  2866.     local Team
  2867.     local Viewmodels = game:GetService("ReplicatedStorage"):WaitForChild('Viewmodels')
  2868.    
  2869.             local Knife = Viewmodels:FindFirstChild("v_Crowbar")
  2870.             local NewKnife = Knife:Clone()
  2871.             if Viewmodels:FindFirstChild('v_T Knife') then
  2872.                 Viewmodels:FindFirstChild('v_T Knife'):remove()
  2873.             end
  2874.             if Viewmodels:FindFirstChild('v_CT Knife') then
  2875.                 Viewmodels:FindFirstChild('v_CT Knife'):remove()
  2876.             end
  2877.         if PlrTeam.Value == 'CT' then
  2878.             Team = 'CT'
  2879.         elseif PlrTeam.Value == 'T' then
  2880.             Team = 'T'
  2881.         end
  2882.             if Team == 'T' then
  2883.                 NewKnife.Name = 'v_T Knife'
  2884.             elseif Team == 'CT' then
  2885.                 NewKnife.Name = 'v_CT Knife'
  2886.             end
  2887.                 NewKnife.Parent = Viewmodels
  2888.     end)
  2889.    
  2890.     local KnifesTable = {
  2891.        
  2892.         'v_Gut Knife',
  2893.         'v_Butterfly Knife',
  2894.         'v_Falchion Knife',
  2895.         'v_Bayonet',
  2896.         'v_Huntsman Knife',
  2897.         'v_Karambit',
  2898.         'v_Banana',
  2899.         'v_Flip Knife',
  2900.         'v_Bearded Axe',
  2901.         'v_Sickle',
  2902.         'v_Cleaver',
  2903.         'v_Crowbar'
  2904.    
  2905.     }
  2906.  
  2907. end
  2908. coroutine.resume(coroutine.create(SCRIPT_AMVA76_FAKESCRIPT))
  2909. function SCRIPT_ZNWK75_FAKESCRIPT() -- Skins_2.LocalScript
  2910.     local script = Instance.new('LocalScript')
  2911.     script.Parent = Skins_2
  2912.     script.Parent.Knives.Visible = false
  2913.  
  2914. end
  2915. coroutine.resume(coroutine.create(SCRIPT_ZNWK75_FAKESCRIPT))
  2916. function SCRIPT_BOEP84_FAKESCRIPT() -- Ragebot.1
  2917.     local script = Instance.new('LocalScript')
  2918.     script.Parent = Ragebot
  2919.     local getService = function(...) return game:GetService(...) end
  2920.     local localPly = getService("Players").LocalPlayer
  2921.     local function kill(player, hitpart)
  2922.         pcall(function()
  2923.             local Remote = game.ReplicatedStorage.Events['HitPart']
  2924.             local Arguments = {
  2925.                 [1] = hitpart,
  2926.                 [2] = hitpart.Position,
  2927.                 [3] = localPly.Character.EquippedTool.Value,
  2928.                 [4] = 8192,
  2929.                 [5] = localPly.Character.Gun,
  2930.                 [8] = 8,
  2931.                 [9] = false,
  2932.                 [10] = false,
  2933.                 [11] = hitpart.Position,
  2934.                 [12] = 14117,
  2935.                 [13] = Vector3.new(0,0,0)
  2936.                 }
  2937.             Remote:FireServer(unpack(Arguments))
  2938.            
  2939.     end)
  2940.         end
  2941.    
  2942.     local open = false
  2943.     _G.EZTap = false
  2944.     local RunService = game:GetService("RunService")
  2945.     script.Parent.MouseButton1Down:connect(function()
  2946.     if open then
  2947.       open = false
  2948.       RunService:UnbindFromRenderStep("aimbot")
  2949.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  2950.     else
  2951.       open = true
  2952.       local Workspace = getService("Workspace")
  2953.       local RunService = getService("RunService")
  2954.       local env = getsenv(localPly.PlayerGui.Client)
  2955.       local Heartbeat = RunService.Heartbeat
  2956.       local CurrentCam = Workspace.CurrentCamera
  2957.    
  2958.       function checkDistance(Target, Target2)
  2959.         local dist = (Target.Position - Target2.Position).magnitude
  2960.    
  2961.         return dist
  2962.       end
  2963.    
  2964.       function checkVisible(Target)
  2965.         if(Target == nil) then return end
  2966.    
  2967.         local mouse = game.Players.LocalPlayer:GetMouse()
  2968.         local ray = Ray.new(
  2969.             localPly.Character.Head.CFrame.p,
  2970.             (Target.Character.HumanoidRootPart.CFrame.p - game.Players.LocalPlayer.Character.Head.CFrame.p).unit * 500
  2971.         )
  2972.         local ignore = {localPly.Character, workspace.CurrentCamera, workspace.Camera}
  2973.         local hit, position, normal = game.Workspace:FindPartOnRayWithIgnoreList(ray, ignore)
  2974.    
  2975.    
  2976.         if(hit.Parent == Target.Character or hit.Parent.Parent == Target.Character) then
  2977.    
  2978.           return true
  2979.    
  2980.         else
  2981.    
  2982.           return false
  2983.    
  2984.         end
  2985.       end
  2986.    
  2987.       function getNearestEntity(...)
  2988.         local lowestDist = math.huge
  2989.         local lowestPly = nil
  2990.    
  2991.         for _, ply in next, getService("Players"):GetPlayers() do
  2992.    
  2993.           pcall(function()
  2994.           if(checkDistance(workspace:FindFirstChild(localPly.Name):FindFirstChild("Head"), workspace:FindFirstChild(ply.Name):FindFirstChild("Head")) < lowestDist and workspace:FindFirstChild(ply.Name):FindFirstChild("Humanoid").Health > 0 and ply.Status.Team.Value ~= localPly.Status.Team.Value and ply.Status.Team.Value ~= "Spectator" and checkVisible(ply) and workspace:FindFirstChild(ply.Name):FindFirstChild("HumanoidRootPart")) then
  2995.    
  2996.             lowestDist = checkDistance(workspace:FindFirstChild(localPly.Name):FindFirstChild("Head"), workspace:FindFirstChild(ply.Name):FindFirstChild("Head"))
  2997.             lowestPly = ply
  2998.    
  2999.           end
  3000.           end)
  3001.    
  3002.         end
  3003.    
  3004.    
  3005.         return lowestPly, lowestDist;
  3006.       end
  3007.    
  3008.       function Aim(ply)
  3009.    
  3010.         if(ply == nil) then return end
  3011.         CurrentCam.CFrame = CFrame.new(Vector3.new(CurrentCam.CFrame.X, CurrentCam.CFrame.Y, CurrentCam.CFrame.Z), Vector3.new(ply.Character.Head.Position.X, ply.Character.Head.Position.Y, ply.Character.Head.Position.Z))
  3012.         getService("RunService").Heartbeat:Wait()
  3013.    
  3014.       end
  3015.    
  3016.    
  3017.    
  3018.       RunService:BindToRenderStep("aimbot", 1, function()
  3019.       wait()
  3020.    
  3021.       localPly = getService("Players").LocalPlayer
  3022.    
  3023.       if(localPly.Status.Team.Value == "Spectator" or not workspace:FindFirstChild(localPly.Name) or not workspace:FindFirstChild(localPly.Name):FindFirstChild("Head")) then return end
  3024.    
  3025.    
  3026.       local ply = getNearestEntity()
  3027.    
  3028.       if(open) then
  3029.         if(_G.AimMode == false) then
  3030.         Aim(ply)
  3031.         end
  3032.        
  3033.         if(checkVisible(ply) == true and _G.AimMode == false) then
  3034.              env.firebullet()
  3035.         elseif (checkVisible(ply) == true and _G.AimMode == true) then
  3036.             kill(ply, ply.Character.Head)
  3037.             script.Parent.Parent.Parent.Parent:FindFirstChildOfClass"ImageLabel".Visible = true
  3038.             wait(.1)
  3039.             script.Parent.Parent.Parent.Parent:FindFirstChildOfClass"ImageLabel".Visible = true
  3040.         end
  3041.       end
  3042.     end)
  3043.       script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3044.     end
  3045.     end)
  3046.  
  3047. end
  3048. coroutine.resume(coroutine.create(SCRIPT_BOEP84_FAKESCRIPT))
  3049. function SCRIPT_ZMSB78_FAKESCRIPT() -- AutoShoot.1
  3050.     local script = Instance.new('LocalScript')
  3051.     script.Parent = AutoShoot
  3052.     local open = false
  3053.     script.Parent.MouseButton1Down:connect(function()
  3054.         if open then
  3055.             open = false
  3056.             _G.EZTap = false
  3057.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3058.             else
  3059.             open = true
  3060.             _G.EZTap = true
  3061.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3062.         end
  3063.     end)
  3064.  
  3065. end
  3066. coroutine.resume(coroutine.create(SCRIPT_ZMSB78_FAKESCRIPT))
  3067. function SCRIPT_RRUW88_FAKESCRIPT() -- UnfairAimbot.1
  3068.     local script = Instance.new('LocalScript')
  3069.     script.Parent = UnfairAimbot
  3070.     local open = false
  3071.         _G.EZTap = false
  3072.         local RunService = game:GetService("RunService")
  3073.         script.Parent.MouseButton1Down:connect(function()
  3074.         if open then
  3075.           open = false
  3076.           RunService:UnbindFromRenderStep("uaimbot")
  3077.           script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3078.         else
  3079.           open = true
  3080.           local getService = function(...) return game:GetService(...) end
  3081.           local localPly = getService("Players").LocalPlayer
  3082.           local Workspace = getService("Workspace")
  3083.           local RunService = getService("RunService")
  3084.           local env = getsenv(localPly.PlayerGui.Client)
  3085.           local Heartbeat = RunService.Heartbeat
  3086.           local CurrentCam = Workspace.CurrentCamera
  3087.        
  3088.           function checkDistance(Target, Target2)
  3089.        
  3090.             local dist = (Target.Position - Target2.Position).magnitude
  3091.        
  3092.             return dist
  3093.        
  3094.           end
  3095.        
  3096.           function checkVisible(Target)
  3097.        
  3098.             if(Target == nil) then return end
  3099.        
  3100.             return true
  3101.        
  3102.           end
  3103.        
  3104.           function getNearestEntity(...)
  3105.        
  3106.             local lowestDist = math.huge
  3107.             local lowestPly = nil
  3108.        
  3109.             for _, ply in next, getService("Players"):GetPlayers() do
  3110.        
  3111.               pcall(function()
  3112.               if(checkDistance(workspace:FindFirstChild(localPly.Name):FindFirstChild("Head"), workspace:FindFirstChild(ply.Name):FindFirstChild("Head")) < lowestDist and workspace:FindFirstChild(ply.Name):FindFirstChild("Humanoid").Health > 0 and ply.Status.Team.Value ~= localPly.Status.Team.Value and ply.Status.Team.Value ~= "Spectator" and checkVisible(ply)) then
  3113.        
  3114.                 lowestDist = checkDistance(workspace:FindFirstChild(localPly.Name):FindFirstChild("Head"), workspace:FindFirstChild(ply.Name):FindFirstChild("Head"))
  3115.                 lowestPly = ply
  3116.        
  3117.               end
  3118.        
  3119.               end)
  3120.        
  3121.             end
  3122.        
  3123.        
  3124.             return lowestPly, lowestDist;
  3125.        
  3126.           end
  3127.        
  3128.           function Aim(ply)
  3129.        
  3130.             if(ply == nil) then return end
  3131.             CurrentCam.CFrame = CFrame.new(Vector3.new(CurrentCam.CFrame.X, CurrentCam.CFrame.Y, CurrentCam.CFrame.Z), Vector3.new(ply.Character.Head.Position.X, ply.Character.Head.Position.Y, ply.Character.Head.Position.Z))
  3132.             getService("RunService").Heartbeat:Wait()
  3133.        
  3134.           end
  3135.        
  3136.        
  3137.        
  3138.           RunService:BindToRenderStep("uaimbot", 2, function()
  3139.           wait()
  3140.        
  3141.           localPly = getService("Players").LocalPlayer
  3142.        
  3143.           if(localPly.Status.Team.Value == "Spectator" or not workspace:FindFirstChild(localPly.Name)) then return end
  3144.        
  3145.           local env = getsenv(game:GetService("Players").LocalPlayer.PlayerGui.Client)
  3146.           debug.setupvalue(env.firebullet, "penetrationpower", 9e9)
  3147.           debug.setupvalue(env.firebullet, "maxpartpenetration", 9e9)
  3148.        
  3149.           local ply = getNearestEntity()
  3150.        
  3151.           if(open) then
  3152.        
  3153.             Aim(ply)
  3154.        
  3155.             if(checkVisible(ply) == true) then
  3156.        
  3157.               env.firebullet()
  3158.        
  3159.             end
  3160.        
  3161.           end
  3162.           end)
  3163.           script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3164.         end
  3165.         end)
  3166.  
  3167. end
  3168. coroutine.resume(coroutine.create(SCRIPT_RRUW88_FAKESCRIPT))
  3169. function SCRIPT_EFVK75_FAKESCRIPT() -- InfWall.1
  3170.     local script = Instance.new('LocalScript')
  3171.     script.Parent = InfWall
  3172.     local open = false
  3173.    
  3174.     local RunService = game:GetService("RunService")
  3175.     script.Parent.MouseButton1Down:connect(function()
  3176.     if open then
  3177.       open = false
  3178.       RunService:UnbindFromRenderStep("infwall")
  3179.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3180.     else
  3181.       open = true
  3182.       script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3183.       RunService:BindToRenderStep("infwall", 1, function()
  3184.       wait()
  3185.    
  3186.       local env = getsenv(game:GetService("Players").LocalPlayer.PlayerGui.Client)
  3187.       debug.setupvalue(env.firebullet, "penetrationpower", 9e9)
  3188.       debug.setupvalue(env.firebullet, "maxpartpenetration", 9e9)
  3189.       end)
  3190.    
  3191.     end
  3192.     end)
  3193.  
  3194. end
  3195. coroutine.resume(coroutine.create(SCRIPT_EFVK75_FAKESCRIPT))
  3196. function SCRIPT_IRDP83_FAKESCRIPT() -- Normal.1
  3197.     local script = Instance.new('LocalScript')
  3198.     script.Parent = Normal
  3199.     _G.AimMode = false
  3200.     script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3201.    
  3202.    
  3203.     script.Parent.MouseButton1Down:connect(function()
  3204.         if _G.AimMode == true then
  3205.             _G.AimMode = false
  3206.             print(_G.AimMode)
  3207.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3208.             script.Parent.Parent.Beta.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  3209.         end
  3210.     end)
  3211.  
  3212. end
  3213. coroutine.resume(coroutine.create(SCRIPT_IRDP83_FAKESCRIPT))
  3214. function SCRIPT_LTAH73_FAKESCRIPT() -- Beta.1
  3215.     local script = Instance.new('LocalScript')
  3216.     script.Parent = Beta
  3217.     script.Parent.MouseButton1Down:connect(function()
  3218.         if _G.AimMode == false then
  3219.             _G.AimMode = true
  3220.             print(_G.AimMode)
  3221.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3222.             script.Parent.Parent.Normal.BackgroundColor3 = Color3.fromRGB(29, 32, 39)
  3223.         end
  3224.     end)
  3225.  
  3226. end
  3227. coroutine.resume(coroutine.create(SCRIPT_LTAH73_FAKESCRIPT))
  3228. function SCRIPT_BPVX70_FAKESCRIPT() -- AntiAim.1
  3229.     local script = Instance.new('LocalScript')
  3230.     script.Parent = AntiAim
  3231.     local open = false
  3232.     local lol = false
  3233.     script.Parent.MouseButton1Down:connect(function()
  3234.         if open then
  3235.             open = false
  3236.             lol = false
  3237.             script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3238.             else
  3239.             open = true
  3240.             lol = true
  3241.             script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3242.         end
  3243.     end)
  3244.    
  3245.    
  3246.     while true do
  3247.        
  3248.         game:GetService("RunService").Stepped:Wait()
  3249.        
  3250.         if(lol == true) then
  3251.             game.ReplicatedStorage.Events.ControlTurn:FireServer(13, false)
  3252.             game.ReplicatedStorage.Events.ControlTurn:FireServer(5, false)
  3253.         end
  3254.    
  3255.     end
  3256.    
  3257.    
  3258.  
  3259. end
  3260. coroutine.resume(coroutine.create(SCRIPT_BPVX70_FAKESCRIPT))
  3261. function SCRIPT_WITD83_FAKESCRIPT() -- KillAll.1
  3262.     local script = Instance.new('LocalScript')
  3263.     script.Parent = KillAll
  3264.     local players = game:GetService"Players"
  3265.     local localp = players.LocalPlayer
  3266.    
  3267.     local function kill(player, hitpart)
  3268.         if players[player.Name].Team ~= localp.Team then
  3269.             local Remote = game.ReplicatedStorage.Events['HitPart']
  3270.             local Arguments = {
  3271.                 [1] = hitpart,
  3272.                 [2] = hitpart.Position,
  3273.                 [3] = localp.Character.EquippedTool.Value,
  3274.                 [4] = 8192,
  3275.                 [5] = localp.Character.Gun,
  3276.                 [8] = 8,
  3277.                 [9] = false,
  3278.                 [10] = false,
  3279.                 [11] = hitpart.Position,
  3280.                 [12] = 14117,
  3281.                 [13] = Vector3.new(0,0,0)
  3282.                 }
  3283.             Remote:FireServer(unpack(Arguments))
  3284.         end
  3285.     end
  3286.    
  3287.     local open = false
  3288.     local RunService = game:GetService("RunService")
  3289.     script.Parent.MouseButton1Down:connect(function()
  3290.     if open then
  3291.       open = false
  3292.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3293.     else
  3294.          
  3295.       script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  3296.       wait(.1)
  3297.       open = false
  3298.       script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  3299.     if localp.Character and localp.Character:FindFirstChild"Head" then
  3300.                     for _,player in pairs(players:GetChildren()) do
  3301.                         if player.Character and player.Character:FindFirstChild"Head" then
  3302.                             kill(player, player.Character.Head)
  3303.                         end
  3304.                     end
  3305.                 end
  3306.     end
  3307.     end)
  3308.  
  3309. end
  3310. coroutine.resume(coroutine.create(SCRIPT_WITD83_FAKESCRIPT))
  3311. function SCRIPT_FZZK85_FAKESCRIPT() -- Mainframe.SoundIsGay
  3312.     local script = Instance.new('LocalScript')
  3313.     script.Parent = Mainframe
  3314.     while wait() do
  3315.         pcall(function()
  3316.             game.Players.LocalPlayer.PlayerGui.HHeadshot1.SoundId = "rbxassetid://160432334"
  3317.             game.Players.LocalPlayer.PlayerGui.HHeadshot2.SoundId = "rbxassetid://160432334"
  3318.             game.Players.LocalPlayer.PlayerGui.HHeadshot3.SoundId = "rbxassetid://160432334"
  3319.             game.Players.LocalPlayer.PlayerGui.HHeadshot4.SoundId = "rbxassetid://160432334"
  3320.             game.Players.LocalPlayer.PlayerGui.Headshot1.SoundId = "rbxassetid://160432334"
  3321.             game.Players.LocalPlayer.PlayerGui.Headshot2.SoundId = "rbxassetid://160432334"
  3322.             game.Players.LocalPlayer.PlayerGui.Headshot3.SoundId = "rbxassetid://160432334"
  3323.             game.Players.LocalPlayer.PlayerGui.Headshot4.SoundId = "rbxassetid://160432334"
  3324.             game.ReplicatedStorage.Sounds.Headshot1.SoundId = "rbxassetid://160432334"
  3325.             game.ReplicatedStorage.Sounds.Headshot2.SoundId = "rbxassetid://160432334"
  3326.             game.ReplicatedStorage.Sounds.Headshot3.SoundId = "rbxassetid://160432334"
  3327.             game.ReplicatedStorage.Sounds.Headshot4.SoundId = "rbxassetid://160432334"
  3328.         end)
  3329.     end
  3330.  
  3331. end
  3332. coroutine.resume(coroutine.create(SCRIPT_FZZK85_FAKESCRIPT))
  3333. function SCRIPT_AHAK82_FAKESCRIPT() -- pieleWare.AntiPasted
  3334.     local script = Instance.new('LocalScript')
  3335.     script.Parent = pieleWare
  3336.     for i,v in pairs(script.Parent:GetChildren())do
  3337.     if not v.Name:match('cursor') then
  3338.     v.Name = game:GetService("HttpService"):GenerateGUID(false)
  3339.     script.Parent.Name = game:GetService("HttpService"):GenerateGUID(false)
  3340.     end
  3341.     end
  3342.  
  3343. end
  3344. coroutine.resume(coroutine.create(SCRIPT_AHAK82_FAKESCRIPT))
  3345. function SCRIPT_EKBT83_FAKESCRIPT() -- pieleWare.Notes
  3346.     local script = Instance.new('LocalScript')
  3347.     script.Parent = pieleWare
  3348.     --[[
  3349.         Can cause lag
  3350.         Inf Ammo
  3351.         Bhop
  3352.         FakeCrouch
  3353.         Walkspeed
  3354.         AntiAim
  3355.         ThirdPerson
  3356.         FOV
  3357.     --]]
  3358.    
  3359.     --[[
  3360.         Needs to be fixed
  3361.         Inf Ammo
  3362.         InstaEquip
  3363.         WireframeESP Toggle
  3364.     --]]
  3365.  
  3366. end
  3367. coroutine.resume(coroutine.create(SCRIPT_EKBT83_FAKESCRIPT))
Add Comment
Please, Sign In to add comment