SenpaiOffice

Untitled

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