The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Counter Blox Rage script pastebin roblox
By Counter Blox on 2024-09-17 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local poop = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local LeftTab = Instance.new("Frame")
  7. local Opened = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local Divider = Instance.new("Frame")
  11. local VisualsTab = Instance.new("Frame")
  12. local PlayerESP = Instance.new("TextLabel")
  13. local Teammates = Instance.new("TextLabel")
  14. local teammatesknop = Instance.new("TextButton")
  15. local VisTab2 = Instance.new("Frame")
  16. local PlayerESP_2 = Instance.new("TextLabel")
  17. local VisTab3 = Instance.new("Frame")
  18. local PlayerESP_3 = Instance.new("TextLabel")
  19. local tptext = Instance.new("TextLabel")
  20. local enabletp = Instance.new("TextButton")
  21. local nosmoke = Instance.new("TextButton")
  22. local nosmoketext = Instance.new("TextLabel")
  23. local noflashtext = Instance.new("TextLabel")
  24. local noflash = Instance.new("TextButton")
  25. local distanceknop = Instance.new("TextButton")
  26. local Teammates_2 = Instance.new("TextLabel")
  27. local boxknop = Instance.new("TextButton")
  28. local Name = Instance.new("TextLabel")
  29. local nameknop = Instance.new("TextButton")
  30. local Chams = Instance.new("TextLabel")
  31. local chamsknop = Instance.new("TextButton")
  32. local WeaponText = Instance.new("TextLabel")
  33. local WeaponTextknop = Instance.new("TextButton")
  34. local distancetext = Instance.new("TextLabel")
  35. local TopBar = Instance.new("Frame")
  36. local MiscCnop = Instance.new("ImageButton")
  37. local RageCnop = Instance.new("ImageButton")
  38. local LegitCnop = Instance.new("ImageButton")
  39. local VisualsCnop = Instance.new("ImageButton")
  40. local RageTab = Instance.new("Frame")
  41. local PlayerESP_4 = Instance.new("TextLabel")
  42. local Sehkie = Instance.new("TextLabel")
  43. local enablerage = Instance.new("TextButton")
  44. local RageTab2 = Instance.new("Frame")
  45. local Other = Instance.new("TextLabel")
  46. local resolvertext = Instance.new("TextLabel")
  47. local enableresolver = Instance.new("TextButton")
  48. local antiaimtex = Instance.new("TextLabel")
  49. local enableaa = Instance.new("TextButton")
  50. local silentaim = Instance.new("TextButton")
  51. local Sehkie_2 = Instance.new("TextLabel")
  52. local rapidfire = Instance.new("TextButton")
  53. local Sehkie_3 = Instance.new("TextLabel")
  54. local forceheadshot = Instance.new("TextButton")
  55. local Sehkie_4 = Instance.new("TextLabel")
  56. local bullettracer = Instance.new("TextButton")
  57. local tracertext = Instance.new("TextLabel")
  58. local MiscTab = Instance.new("Frame")
  59. local Misc = Instance.new("TextLabel")
  60. local Sehkie_5 = Instance.new("TextLabel")
  61. local miscenabled = Instance.new("TextButton")
  62. local MiscTab2 = Instance.new("Frame")
  63. local Other_2 = Instance.new("TextLabel")
  64. local nocrouchj = Instance.new("TextButton")
  65. local crouchtekst = Instance.new("TextLabel")
  66. local bhoptoggle = Instance.new("TextButton")
  67. local bhoptext = Instance.new("TextLabel")
  68. local btenable = Instance.new("TextLabel")
  69. local backtrackenabled = Instance.new("TextButton")
  70. local dtext = Instance.new("TextLabel")
  71. local sec = Instance.new("TextLabel")
  72. local bhoptext_2 = Instance.new("TextLabel")
  73. local infmoney = Instance.new("TextButton")
  74. local duration = Instance.new("TextBox")
  75. local LegitTab = Instance.new("Frame")
  76. local aimbot = Instance.new("TextLabel")
  77. local Sehkie_6 = Instance.new("TextLabel")
  78. local aimenabled = Instance.new("TextButton")
  79. local LegitTab2 = Instance.new("Frame")
  80. local Other_3 = Instance.new("TextLabel")
  81. local fov = Instance.new("TextBox")
  82. local fovtext = Instance.new("TextLabel")
  83. local smoothness = Instance.new("TextBox")
  84. local smoothtext = Instance.new("TextLabel")
  85. local cursor = Instance.new("Frame")
  86. --Properties:
  87. poop.Name = "poop"
  88. poop.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  89. poop.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  90.  
  91. Main.Name = "Main"
  92. Main.Parent = poop
  93. Main.Active = true
  94. Main.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  95. Main.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  96. Main.BorderSizePixel = 4
  97. Main.Position = UDim2.new(0.439048886, -341, 0.528578699, -337)
  98. Main.Size = UDim2.new(0, 685, 0, 676)
  99.  
  100. LeftTab.Name = "LeftTab"
  101. LeftTab.Parent = Main
  102. LeftTab.Active = true
  103. LeftTab.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  104. LeftTab.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  105. LeftTab.BorderSizePixel = 0
  106. LeftTab.Position = UDim2.new(-0.000458300114, 0, 0.0127138197, 0)
  107. LeftTab.Size = UDim2.new(0, 120, 0, 667)
  108.  
  109. Opened.Name = "Opened"
  110. Opened.Parent = LeftTab
  111. Opened.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  112. Opened.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  113. Opened.BorderSizePixel = 0
  114. Opened.Position = UDim2.new(0.00261611934, 0, 0.0562112741, -10)
  115. Opened.Size = UDim2.new(0, 121, 0, 100)
  116.  
  117. Frame.Parent = Opened
  118. Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  119. Frame.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  120. Frame.BorderSizePixel = 0
  121. Frame.Size = UDim2.new(1, -1, 0, 1)
  122.  
  123. Frame_2.Parent = Opened
  124. Frame_2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  125. Frame_2.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  126. Frame_2.BorderSizePixel = 0
  127. Frame_2.Position = UDim2.new(0, 0, 1, -1)
  128. Frame_2.Size = UDim2.new(1, -1, 0, 1)
  129.  
  130. Divider.Name = "Divider"
  131. Divider.Parent = Main
  132. Divider.Active = true
  133. Divider.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Divider.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  135. Divider.Position = UDim2.new(0.174655706, 0, 0.0122207552, 0)
  136. Divider.Size = UDim2.new(0, 0, 0, 667)
  137. Divider.ZIndex = 0
  138.  
  139. VisualsTab.Name = "VisualsTab"
  140. VisualsTab.Parent = Main
  141. VisualsTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  142. VisualsTab.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  143. VisualsTab.BorderSizePixel = 2
  144. VisualsTab.Position = UDim2.new(0.218172207, 0, 0.0830337778, 0)
  145. VisualsTab.Size = UDim2.new(0, 233, 0, 446)
  146. VisualsTab.Visible = false
  147.  
  148. PlayerESP.Name = "Player ESP"
  149. PlayerESP.Parent = VisualsTab
  150. PlayerESP.Active = true
  151. PlayerESP.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  152. PlayerESP.BorderSizePixel = 0
  153. PlayerESP.Position = UDim2.new(0.052488137, 0, -0.0139908725, 0)
  154. PlayerESP.Size = UDim2.new(0, 69, 0, 15)
  155. PlayerESP.Font = Enum.Font.SourceSansBold
  156. PlayerESP.Text = " Player  ESP"
  157. PlayerESP.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  158. PlayerESP.TextSize = 14
  159.  
  160. Teammates.Name = "Teammates"
  161. Teammates.Parent = VisualsTab
  162. Teammates.Active = true
  163. Teammates.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  164. Teammates.BorderSizePixel = 0
  165. Teammates.Position = UDim2.new(0.11643412, 0, 0.053895615, 0)
  166. Teammates.Size = UDim2.new(0, 73, 0, 13)
  167. Teammates.Font = Enum.Font.SourceSansSemibold
  168. Teammates.Text = "Teammates"
  169. Teammates.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  170. Teammates.TextSize = 14
  171.  
  172. teammatesknop.Name = "teammatesknop"
  173. teammatesknop.Parent = VisualsTab
  174. teammatesknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  175. teammatesknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  176. teammatesknop.Position = UDim2.new(0.0606400967, 0, 0.0594982654, 0)
  177. teammatesknop.Size = UDim2.new(0, 12, 0, 12)
  178. teammatesknop.Font = Enum.Font.SourceSans
  179. teammatesknop.Text = ""
  180. teammatesknop.TextColor3 = Color3.new(0, 0, 0)
  181. teammatesknop.TextSize = 14
  182.  
  183. VisTab2.Name = "VisTab2"
  184. VisTab2.Parent = VisualsTab
  185. VisTab2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  186. VisTab2.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  187. VisTab2.BorderSizePixel = 2
  188. VisTab2.Position = UDim2.new(1.11585104, 0, 0, 0)
  189. VisTab2.Size = UDim2.new(0, 233, 0, 289)
  190.  
  191. PlayerESP_2.Name = "Player ESP"
  192. PlayerESP_2.Parent = VisTab2
  193. PlayerESP_2.Active = true
  194. PlayerESP_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  195. PlayerESP_2.BorderSizePixel = 0
  196. PlayerESP_2.Position = UDim2.new(0.0439044461, 0, -0.0243715066, 0)
  197. PlayerESP_2.Size = UDim2.new(0, 67, 0, 15)
  198. PlayerESP_2.Font = Enum.Font.SourceSansBold
  199. PlayerESP_2.Text = "Other ESP"
  200. PlayerESP_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  201. PlayerESP_2.TextSize = 14
  202.  
  203. VisTab3.Name = "VisTab3"
  204. VisTab3.Parent = VisualsTab
  205. VisTab3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  206. VisTab3.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  207. VisTab3.BorderSizePixel = 2
  208. VisTab3.Position = UDim2.new(1.11585104, 0, 0.708520174, 0)
  209. VisTab3.Size = UDim2.new(0, 233, 0, 252)
  210.  
  211. PlayerESP_3.Name = "Player ESP"
  212. PlayerESP_3.Parent = VisTab3
  213. PlayerESP_3.Active = true
  214. PlayerESP_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  215. PlayerESP_3.BorderSizePixel = 0
  216. PlayerESP_3.Position = UDim2.new(0.0439044461, 0, -0.024371434, 0)
  217. PlayerESP_3.Size = UDim2.new(0, 45, 0, 15)
  218. PlayerESP_3.Font = Enum.Font.SourceSansBold
  219. PlayerESP_3.Text = "Effects"
  220. PlayerESP_3.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  221. PlayerESP_3.TextSize = 14
  222.  
  223. tptext.Name = "tptext"
  224. tptext.Parent = VisTab3
  225. tptext.Active = true
  226. tptext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  227. tptext.BorderSizePixel = 0
  228. tptext.Position = UDim2.new(0.18599835, 0, 0.0797282755, 0)
  229. tptext.Size = UDim2.new(0, 55, 0, 13)
  230. tptext.Font = Enum.Font.SourceSansSemibold
  231. tptext.Text = "Third Person"
  232. tptext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  233. tptext.TextSize = 14
  234.  
  235. enabletp.Name = "enabletp"
  236. enabletp.Parent = VisTab3
  237. enabletp.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  238. enabletp.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  239. enabletp.Position = UDim2.new(0.0704120845, 0, 0.0808037892, 0)
  240. enabletp.Size = UDim2.new(0, 12, 0, 12)
  241. enabletp.Font = Enum.Font.SourceSans
  242. enabletp.Text = ""
  243. enabletp.TextColor3 = Color3.new(0, 0, 0)
  244. enabletp.TextSize = 14
  245.  
  246. nosmoke.Name = "nosmoke"
  247. nosmoke.Parent = VisTab3
  248. nosmoke.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  249. nosmoke.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  250. nosmoke.Position = UDim2.new(0.0704120845, 0, 0.172073632, 0)
  251. nosmoke.Size = UDim2.new(0, 12, 0, 12)
  252. nosmoke.Font = Enum.Font.SourceSans
  253. nosmoke.Text = ""
  254. nosmoke.TextColor3 = Color3.new(0, 0, 0)
  255. nosmoke.TextSize = 14
  256.  
  257. nosmoketext.Name = "nosmoketext"
  258. nosmoketext.Parent = VisTab3
  259. nosmoketext.Active = true
  260. nosmoketext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  261. nosmoketext.BorderSizePixel = 0
  262. nosmoketext.Position = UDim2.new(0.185998484, 0, 0.167029843, 0)
  263. nosmoketext.Size = UDim2.new(0, 73, 0, 13)
  264. nosmoketext.Font = Enum.Font.SourceSansSemibold
  265. nosmoketext.Text = "Remove smokes"
  266. nosmoketext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  267. nosmoketext.TextSize = 14
  268.  
  269. noflashtext.Name = "noflashtext"
  270. noflashtext.Parent = VisTab3
  271. noflashtext.Active = true
  272. noflashtext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  273. noflashtext.BorderSizePixel = 0
  274. noflashtext.Position = UDim2.new(0.155955568, 0, 0.25433144, 0)
  275. noflashtext.Size = UDim2.new(0, 74, 0, 13)
  276. noflashtext.Font = Enum.Font.SourceSansSemibold
  277. noflashtext.Text = "No flashbang"
  278. noflashtext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  279. noflashtext.TextSize = 14
  280.  
  281. noflash.Name = "noflash"
  282. noflash.Parent = VisTab3
  283. noflash.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  284. noflash.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  285. noflash.Position = UDim2.new(0.0704120845, 0, 0.259375215, 0)
  286. noflash.Size = UDim2.new(0, 12, 0, 12)
  287. noflash.Font = Enum.Font.SourceSans
  288. noflash.Text = ""
  289. noflash.TextColor3 = Color3.new(0, 0, 0)
  290. noflash.TextSize = 14
  291.  
  292. distanceknop.Name = "distanceknop"
  293. distanceknop.Parent = VisualsTab
  294. distanceknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  295. distanceknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  296. distanceknop.Position = UDim2.new(0.0606401302, 0, 0.10089685, 82)
  297. distanceknop.Size = UDim2.new(0, 12, 0, 12)
  298. distanceknop.Font = Enum.Font.SourceSans
  299. distanceknop.Text = ""
  300. distanceknop.TextColor3 = Color3.new(0, 0, 0)
  301. distanceknop.TextSize = 14
  302.  
  303. Teammates_2.Name = "Teammates"
  304. Teammates_2.Parent = VisualsTab
  305. Teammates_2.Active = true
  306. Teammates_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  307. Teammates_2.BorderSizePixel = 0
  308. Teammates_2.Position = UDim2.new(0.11643412, 0, 0.0561377667, 0)
  309. Teammates_2.Size = UDim2.new(0, 73, 0, 13)
  310. Teammates_2.Font = Enum.Font.SourceSansSemibold
  311. Teammates_2.Text = "Teammates"
  312. Teammates_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  313. Teammates_2.TextSize = 14
  314.  
  315. boxknop.Name = "boxknop"
  316. boxknop.Parent = VisualsTab
  317. boxknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  318. boxknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  319. boxknop.Position = UDim2.new(0.0606401265, 0, 0.120036289, 0)
  320. boxknop.Size = UDim2.new(0, 13, 0, 13)
  321. boxknop.Font = Enum.Font.SourceSans
  322. boxknop.Text = ""
  323. boxknop.TextColor3 = Color3.new(0, 0, 0)
  324. boxknop.TextSize = 14
  325.  
  326. Name.Name = "Name"
  327. Name.Parent = VisualsTab
  328. Name.Active = true
  329. Name.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  330. Name.BorderSizePixel = 0
  331. Name.Position = UDim2.new(0.133601487, 0, 0.172729611, 0)
  332. Name.Selectable = true
  333. Name.SelectionImageObject = Chams
  334. Name.Size = UDim2.new(0, 44, 0, 13)
  335. Name.Font = Enum.Font.SourceSansSemibold
  336. Name.Text = "Name"
  337. Name.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  338. Name.TextSize = 14
  339.  
  340. nameknop.Name = "nameknop"
  341. nameknop.Parent = VisualsTab
  342. nameknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  343. nameknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  344. nameknop.Position = UDim2.new(0.0606401302, 0, -0.00672645774, 82)
  345. nameknop.Size = UDim2.new(0, 12, 0, 12)
  346. nameknop.Font = Enum.Font.SourceSans
  347. nameknop.Text = ""
  348. nameknop.TextColor3 = Color3.new(0, 0, 0)
  349. nameknop.TextSize = 14
  350.  
  351. Chams.Name = "Chams"
  352. Chams.Parent = VisualsTab
  353. Chams.Active = true
  354. Chams.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  355. Chams.BorderSizePixel = 0
  356. Chams.Position = UDim2.new(0.11214228, 0, 0.118918039, 0)
  357. Chams.Size = UDim2.new(0, 55, 0, 13)
  358. Chams.Font = Enum.Font.SourceSansSemibold
  359. Chams.Text = "Chams"
  360. Chams.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  361. Chams.TextSize = 14
  362.  
  363. chamsknop.Name = "chamsknop"
  364. chamsknop.Parent = VisualsTab
  365. chamsknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  366. chamsknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  367. chamsknop.Position = UDim2.new(0.0606401302, 0, 0.120036311, 0)
  368. chamsknop.Size = UDim2.new(0, 12, 0, 12)
  369. chamsknop.Font = Enum.Font.SourceSans
  370. chamsknop.Text = ""
  371. chamsknop.TextColor3 = Color3.new(0, 0, 0)
  372. chamsknop.TextSize = 14
  373.  
  374. WeaponText.Name = "WeaponText"
  375. WeaponText.Parent = VisualsTab
  376. WeaponText.Active = true
  377. WeaponText.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  378. WeaponText.BorderSizePixel = 0
  379. WeaponText.Position = UDim2.new(0.146477044, 0, 0.231025651, 0)
  380. WeaponText.Size = UDim2.new(0, 66, 0, 13)
  381. WeaponText.Font = Enum.Font.SourceSansSemibold
  382. WeaponText.Text = "Weapon Text"
  383. WeaponText.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  384. WeaponText.TextSize = 14
  385.  
  386. WeaponTextknop.Name = "WeaponTextknop"
  387. WeaponTextknop.Parent = VisualsTab
  388. WeaponTextknop.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  389. WeaponTextknop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  390. WeaponTextknop.Position = UDim2.new(0.0606401302, 0, 0.0493273586, 82)
  391. WeaponTextknop.Size = UDim2.new(0, 12, 0, 12)
  392. WeaponTextknop.Font = Enum.Font.SourceSans
  393. WeaponTextknop.Text = ""
  394. WeaponTextknop.TextColor3 = Color3.new(0, 0, 0)
  395. WeaponTextknop.TextSize = 14
  396.  
  397. distancetext.Name = "distancetext"
  398. distancetext.Parent = VisualsTab
  399. distancetext.Active = true
  400. distancetext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  401. distancetext.BorderSizePixel = 0
  402. distancetext.Position = UDim2.new(0.146477044, 0, 0.282595217, 0)
  403. distancetext.Size = UDim2.new(0, 47, 0, 13)
  404. distancetext.Font = Enum.Font.SourceSansSemibold
  405. distancetext.Text = "Distance"
  406. distancetext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  407. distancetext.TextSize = 14
  408.  
  409. TopBar.Name = "TopBar"
  410. TopBar.Parent = Main
  411. TopBar.BackgroundColor3 = Color3.new(0.415686, 0.415686, 1)
  412. TopBar.BorderColor3 = Color3.new(0.666667, 0, 0)
  413. TopBar.BorderSizePixel = 0
  414. TopBar.Position = UDim2.new(-4.01851903e-05, 0, -4.38351599e-05, 0)
  415. TopBar.Size = UDim2.new(0, 685, 0, 7)
  416.  
  417. MiscCnop.Name = "MiscCnop"
  418. MiscCnop.Parent = Main
  419. MiscCnop.BackgroundColor3 = Color3.new(1, 1, 1)
  420. MiscCnop.BackgroundTransparency = 1
  421. MiscCnop.BorderSizePixel = 0
  422. MiscCnop.Position = UDim2.new(0.0262773726, 0, 0.522382915, 0)
  423. MiscCnop.Size = UDim2.new(0, 69, 0, 69)
  424. MiscCnop.AutoButtonColor = false
  425. MiscCnop.Image = "rbxassetid://3797614110"
  426. MiscCnop.ImageColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  427.  
  428. RageCnop.Name = "RageCnop"
  429. RageCnop.Parent = Main
  430. RageCnop.BackgroundColor3 = Color3.new(1, 1, 1)
  431. RageCnop.BackgroundTransparency = 1
  432. RageCnop.BorderSizePixel = 0
  433. RageCnop.Position = UDim2.new(0.0364963487, 0, 0.083033815, 0)
  434. RageCnop.Size = UDim2.new(0, 66, 0, 66)
  435. RageCnop.AutoButtonColor = false
  436. RageCnop.Image = "rbxassetid://3797238587"
  437. RageCnop.ImageColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  438.  
  439. LegitCnop.Name = "LegitCnop"
  440. LegitCnop.Parent = Main
  441. LegitCnop.BackgroundColor3 = Color3.new(1, 1, 1)
  442. LegitCnop.BackgroundTransparency = 1
  443. LegitCnop.BorderSizePixel = 0
  444. LegitCnop.Position = UDim2.new(0.0248175189, 0, 0.235681474, 0)
  445. LegitCnop.Size = UDim2.new(0, 59, 0, 59)
  446. LegitCnop.AutoButtonColor = false
  447. LegitCnop.Image = "rbxassetid://3797708309"
  448. LegitCnop.ImageColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  449.  
  450. VisualsCnop.Name = "VisualsCnop"
  451. VisualsCnop.Parent = Main
  452. VisualsCnop.BackgroundColor3 = Color3.new(1, 1, 1)
  453. VisualsCnop.BackgroundTransparency = 1
  454. VisualsCnop.BorderSizePixel = 0
  455. VisualsCnop.Position = UDim2.new(0.0218978096, 0, 0.364379704, 0)
  456. VisualsCnop.Size = UDim2.new(0, 72, 0, 72)
  457. VisualsCnop.AutoButtonColor = false
  458. VisualsCnop.Image = "rbxassetid://3797979749"
  459. VisualsCnop.ImageColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  460.  
  461. RageTab.Name = "RageTab"
  462. RageTab.Parent = Main
  463. RageTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  464. RageTab.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  465. RageTab.BorderSizePixel = 2
  466. RageTab.Position = UDim2.new(0.218172207, 0, 0.0830337778, 0)
  467. RageTab.Size = UDim2.new(0, 233, 0, 446)
  468. RageTab.Visible = false
  469.  
  470. PlayerESP_4.Name = "Player ESP"
  471. PlayerESP_4.Parent = RageTab
  472. PlayerESP_4.Active = true
  473. PlayerESP_4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  474. PlayerESP_4.BorderSizePixel = 0
  475. PlayerESP_4.Position = UDim2.new(0.0524881408, 0, -0.0139908716, 0)
  476. PlayerESP_4.Size = UDim2.new(0, 50, 0, 15)
  477. PlayerESP_4.Font = Enum.Font.SourceSansBold
  478. PlayerESP_4.Text = "Aimbot"
  479. PlayerESP_4.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  480. PlayerESP_4.TextSize = 14
  481.  
  482. Sehkie.Name = "Sehkie"
  483. Sehkie.Parent = RageTab
  484. Sehkie.Active = true
  485. Sehkie.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  486. Sehkie.BorderSizePixel = 0
  487. Sehkie.Position = UDim2.new(0.11643412, 0, 0.053895615, 0)
  488. Sehkie.Size = UDim2.new(0, 55, 0, 13)
  489. Sehkie.Font = Enum.Font.SourceSansSemibold
  490. Sehkie.Text = "Enabled"
  491. Sehkie.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  492. Sehkie.TextSize = 14
  493.  
  494. enablerage.Name = "enablerage"
  495. enablerage.Parent = RageTab
  496. enablerage.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  497. enablerage.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  498. enablerage.Position = UDim2.new(0.0606401265, 0, 0.0550138652, 0)
  499. enablerage.Size = UDim2.new(0, 13, 0, 13)
  500. enablerage.Font = Enum.Font.SourceSans
  501. enablerage.Text = ""
  502. enablerage.TextColor3 = Color3.new(0, 0, 0)
  503. enablerage.TextSize = 14
  504.  
  505. RageTab2.Name = "RageTab2"
  506. RageTab2.Parent = RageTab
  507. RageTab2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  508. RageTab2.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  509. RageTab2.BorderSizePixel = 2
  510. RageTab2.Position = UDim2.new(1.11585104, 0, 0, 0)
  511. RageTab2.Size = UDim2.new(0, 233, 0, 289)
  512.  
  513. Other.Name = "Other"
  514. Other.Parent = RageTab2
  515. Other.Active = true
  516. Other.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  517. Other.BorderSizePixel = 0
  518. Other.Position = UDim2.new(0.0439044461, 0, -0.0243715066, 0)
  519. Other.Size = UDim2.new(0, 42, 0, 15)
  520. Other.Font = Enum.Font.SourceSansBold
  521. Other.Text = "Other"
  522. Other.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  523. Other.TextSize = 14
  524.  
  525. resolvertext.Name = "resolvertext"
  526. resolvertext.Parent = RageTab2
  527. resolvertext.Active = true
  528. resolvertext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  529. resolvertext.BorderSizePixel = 0
  530. resolvertext.Position = UDim2.new(0.109430157, 0, 0.0827254504, 0)
  531. resolvertext.Size = UDim2.new(0, 55, 0, 13)
  532. resolvertext.Font = Enum.Font.SourceSansSemibold
  533. resolvertext.Text = "Resolver"
  534. resolvertext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  535. resolvertext.TextSize = 14
  536.  
  537. enableresolver.Name = "enableresolver"
  538. enableresolver.Parent = RageTab2
  539. enableresolver.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  540. enableresolver.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  541. enableresolver.Position = UDim2.new(0.0403691679, 0, 0.0839949399, 0)
  542. enableresolver.Size = UDim2.new(0, 12, 0, 12)
  543. enableresolver.Font = Enum.Font.SourceSans
  544. enableresolver.Text = ""
  545. enableresolver.TextColor3 = Color3.new(0, 0, 0)
  546. enableresolver.TextSize = 14
  547.  
  548. antiaimtex.Name = "antiaimtex"
  549. antiaimtex.Parent = RageTab2
  550. antiaimtex.Active = true
  551. antiaimtex.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  552. antiaimtex.BorderSizePixel = 0
  553. antiaimtex.Position = UDim2.new(0.109430276, 0, 0.166563988, 0)
  554. antiaimtex.Size = UDim2.new(0, 54, 0, 13)
  555. antiaimtex.Font = Enum.Font.SourceSansSemibold
  556. antiaimtex.Text = "Anti-Aim"
  557. antiaimtex.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  558. antiaimtex.TextSize = 14
  559.  
  560. enableaa.Name = "enableaa"
  561. enableaa.Parent = RageTab2
  562. enableaa.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  563. enableaa.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  564. enableaa.Position = UDim2.new(0.0403691679, 0, 0.167639479, 0)
  565. enableaa.Size = UDim2.new(0, 12, 0, 12)
  566. enableaa.Font = Enum.Font.SourceSans
  567. enableaa.Text = ""
  568. enableaa.TextColor3 = Color3.new(0, 0, 0)
  569. enableaa.TextSize = 14
  570.  
  571. silentaim.Name = "silentaim"
  572. silentaim.Parent = RageTab
  573. silentaim.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  574. silentaim.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  575. silentaim.Position = UDim2.new(0.0606401265, 0, 0.108825527, 0)
  576. silentaim.Size = UDim2.new(0, 13, 0, 13)
  577. silentaim.Font = Enum.Font.SourceSans
  578. silentaim.Text = ""
  579. silentaim.TextColor3 = Color3.new(0, 0, 0)
  580. silentaim.TextSize = 14
  581.  
  582. Sehkie_2.Name = "Sehkie"
  583. Sehkie_2.Parent = RageTab
  584. Sehkie_2.Active = true
  585. Sehkie_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  586. Sehkie_2.BorderSizePixel = 0
  587. Sehkie_2.Position = UDim2.new(0.116434142, 0, 0.107707277, 0)
  588. Sehkie_2.Size = UDim2.new(0, 62, 0, 13)
  589. Sehkie_2.Font = Enum.Font.SourceSansSemibold
  590. Sehkie_2.Text = "Silent Aim"
  591. Sehkie_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  592. Sehkie_2.TextSize = 14
  593.  
  594. rapidfire.Name = "rapidfire"
  595. rapidfire.Parent = RageTab
  596. rapidfire.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  597. rapidfire.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  598. rapidfire.Position = UDim2.new(0.0606401265, 0, 0.162637189, 0)
  599. rapidfire.Size = UDim2.new(0, 13, 0, 13)
  600. rapidfire.Font = Enum.Font.SourceSans
  601. rapidfire.Text = ""
  602. rapidfire.TextColor3 = Color3.new(0, 0, 0)
  603. rapidfire.TextSize = 14
  604.  
  605. Sehkie_3.Name = "Sehkie"
  606. Sehkie_3.Parent = RageTab
  607. Sehkie_3.Active = true
  608. Sehkie_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  609. Sehkie_3.BorderSizePixel = 0
  610. Sehkie_3.Position = UDim2.new(0.116434142, 0, 0.161518916, 0)
  611. Sehkie_3.Size = UDim2.new(0, 62, 0, 13)
  612. Sehkie_3.Font = Enum.Font.SourceSansSemibold
  613. Sehkie_3.Text = "Rapid Fire"
  614. Sehkie_3.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  615. Sehkie_3.TextSize = 14
  616.  
  617. forceheadshot.Name = "forceheadshot"
  618. forceheadshot.Parent = RageTab
  619. forceheadshot.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  620. forceheadshot.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  621. forceheadshot.Position = UDim2.new(0.0606401265, 0, 0.216448843, 0)
  622. forceheadshot.Size = UDim2.new(0, 13, 0, 13)
  623. forceheadshot.Font = Enum.Font.SourceSans
  624. forceheadshot.Text = ""
  625. forceheadshot.TextColor3 = Color3.new(0, 0, 0)
  626. forceheadshot.TextSize = 14
  627.  
  628. Sehkie_4.Name = "Sehkie"
  629. Sehkie_4.Parent = RageTab
  630. Sehkie_4.Active = true
  631. Sehkie_4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  632. Sehkie_4.BorderSizePixel = 0
  633. Sehkie_4.Position = UDim2.new(0.180811822, 0, 0.215330571, 0)
  634. Sehkie_4.Size = UDim2.new(0, 62, 0, 13)
  635. Sehkie_4.Font = Enum.Font.SourceSansSemibold
  636. Sehkie_4.Text = "Force headshot"
  637. Sehkie_4.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  638. Sehkie_4.TextSize = 14
  639.  
  640. bullettracer.Name = "bullettracer"
  641. bullettracer.Parent = RageTab
  642. bullettracer.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  643. bullettracer.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  644. bullettracer.Position = UDim2.new(0.0606401265, 0, 0.268018335, 0)
  645. bullettracer.Size = UDim2.new(0, 13, 0, 13)
  646. bullettracer.Font = Enum.Font.SourceSans
  647. bullettracer.Text = ""
  648. bullettracer.TextColor3 = Color3.new(0, 0, 0)
  649. bullettracer.TextSize = 14
  650.  
  651. tracertext.Name = "tracertext"
  652. tracertext.Parent = RageTab
  653. tracertext.Active = true
  654. tracertext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  655. tracertext.BorderSizePixel = 0
  656. tracertext.Position = UDim2.new(0.150768891, 0, 0.266900063, 0)
  657. tracertext.Size = UDim2.new(0, 69, 0, 13)
  658. tracertext.Font = Enum.Font.SourceSansSemibold
  659. tracertext.Text = "Bullet tracers"
  660. tracertext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  661. tracertext.TextSize = 14
  662.  
  663. MiscTab.Name = "MiscTab"
  664. MiscTab.Parent = Main
  665. MiscTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  666. MiscTab.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  667. MiscTab.BorderSizePixel = 2
  668. MiscTab.Position = UDim2.new(0.218172207, 0, 0.0830337778, 0)
  669. MiscTab.Size = UDim2.new(0, 233, 0, 446)
  670. MiscTab.Visible = false
  671.  
  672. Misc.Name = "Misc"
  673. Misc.Parent = MiscTab
  674. Misc.Active = true
  675. Misc.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  676. Misc.BorderSizePixel = 0
  677. Misc.Position = UDim2.new(0.052488137, 0, -0.0139908725, 0)
  678. Misc.Size = UDim2.new(0, 39, 0, 15)
  679. Misc.Font = Enum.Font.SourceSansBold
  680. Misc.Text = "Misc"
  681. Misc.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  682. Misc.TextSize = 14
  683.  
  684. Sehkie_5.Name = "Sehkie"
  685. Sehkie_5.Parent = MiscTab
  686. Sehkie_5.Active = true
  687. Sehkie_5.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  688. Sehkie_5.BorderSizePixel = 0
  689. Sehkie_5.Position = UDim2.new(0.19368735, 0, 0.0561377704, 0)
  690. Sehkie_5.Size = UDim2.new(0, 41, 0, 13)
  691. Sehkie_5.Font = Enum.Font.SourceSansSemibold
  692. Sehkie_5.Text = "Enabled"
  693. Sehkie_5.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  694. Sehkie_5.TextSize = 14
  695.  
  696. miscenabled.Name = "miscenabled"
  697. miscenabled.Parent = MiscTab
  698. miscenabled.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  699. miscenabled.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  700. miscenabled.Position = UDim2.new(0.077807501, 0, 0.0594981909, 0)
  701. miscenabled.Size = UDim2.new(0, 12, 0, 12)
  702. miscenabled.Font = Enum.Font.SourceSans
  703. miscenabled.Text = ""
  704. miscenabled.TextColor3 = Color3.new(0, 0, 0)
  705. miscenabled.TextSize = 14
  706.  
  707. MiscTab2.Name = "MiscTab2"
  708. MiscTab2.Parent = MiscTab
  709. MiscTab2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  710. MiscTab2.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  711. MiscTab2.BorderSizePixel = 2
  712. MiscTab2.Position = UDim2.new(1.11585104, 0, 0, 0)
  713. MiscTab2.Size = UDim2.new(0, 233, 0, 289)
  714.  
  715. Other_2.Name = "Other"
  716. Other_2.Parent = MiscTab2
  717. Other_2.Active = true
  718. Other_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  719. Other_2.BorderSizePixel = 0
  720. Other_2.Position = UDim2.new(0.0439044461, 0, -0.0243715066, 0)
  721. Other_2.Size = UDim2.new(0, 42, 0, 15)
  722. Other_2.Font = Enum.Font.SourceSansBold
  723. Other_2.Text = "Other"
  724. Other_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  725. Other_2.TextSize = 14
  726.  
  727. nocrouchj.Name = "nocrouchj"
  728. nocrouchj.Parent = MiscTab2
  729. nocrouchj.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  730. nocrouchj.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  731. nocrouchj.Position = UDim2.new(0.077807501, 0, 0.0594981909, 0)
  732. nocrouchj.Size = UDim2.new(0, 12, 0, 12)
  733. nocrouchj.Font = Enum.Font.SourceSans
  734. nocrouchj.Text = ""
  735. nocrouchj.TextColor3 = Color3.new(0, 0, 0)
  736. nocrouchj.TextSize = 14
  737.  
  738. crouchtekst.Name = "crouchtekst"
  739. crouchtekst.Parent = MiscTab2
  740. crouchtekst.Active = true
  741. crouchtekst.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  742. crouchtekst.BorderSizePixel = 0
  743. crouchtekst.Position = UDim2.new(0.326734543, 0, 0.0560379848, 0)
  744. crouchtekst.Size = UDim2.new(0, 41, 0, 13)
  745. crouchtekst.Font = Enum.Font.SourceSansSemibold
  746. crouchtekst.Text = "No crouch cooldown"
  747. crouchtekst.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  748. crouchtekst.TextSize = 14
  749.  
  750. bhoptoggle.Name = "bhoptoggle"
  751. bhoptoggle.Parent = MiscTab
  752. bhoptoggle.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  753. bhoptoggle.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  754. bhoptoggle.Position = UDim2.new(0.0780000016, 0, 0.116031393, 0)
  755. bhoptoggle.Size = UDim2.new(0, 12, 0, 12)
  756. bhoptoggle.Font = Enum.Font.SourceSans
  757. bhoptoggle.Text = ""
  758. bhoptoggle.TextColor3 = Color3.new(0, 0, 0)
  759. bhoptoggle.TextSize = 14
  760.  
  761. bhoptext.Name = "bhoptext"
  762. bhoptext.Parent = MiscTab
  763. bhoptext.Active = true
  764. bhoptext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  765. bhoptext.BorderSizePixel = 0
  766. bhoptext.Position = UDim2.new(0.163644418, 0, 0.116031393, 0)
  767. bhoptext.Size = UDim2.new(0, 67, 0, 12)
  768. bhoptext.Font = Enum.Font.SourceSansSemibold
  769. bhoptext.Text = "Bunny hop"
  770. bhoptext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  771. bhoptext.TextSize = 14
  772.  
  773. btenable.Name = "btenable"
  774. btenable.Parent = MiscTab
  775. btenable.Active = true
  776. btenable.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  777. btenable.BorderSizePixel = 0
  778. btenable.Position = UDim2.new(0.19368729, 0, 0.217572778, 0)
  779. btenable.Size = UDim2.new(0, 47, 0, 13)
  780. btenable.Font = Enum.Font.SourceSansSemibold
  781. btenable.Text = "Backtrack"
  782. btenable.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  783. btenable.TextSize = 14
  784.  
  785. backtrackenabled.Name = "backtrackenabled"
  786. backtrackenabled.Parent = MiscTab
  787. backtrackenabled.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  788. backtrackenabled.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  789. backtrackenabled.Position = UDim2.new(0.077807501, 0, 0.220933169, 0)
  790. backtrackenabled.Size = UDim2.new(0, 12, 0, 12)
  791. backtrackenabled.Font = Enum.Font.SourceSans
  792. backtrackenabled.Text = ""
  793. backtrackenabled.TextColor3 = Color3.new(0, 0, 0)
  794. backtrackenabled.TextSize = 14
  795.  
  796. dtext.Name = "dtext"
  797. dtext.Parent = MiscTab
  798. dtext.Active = true
  799. dtext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  800. dtext.BorderSizePixel = 0
  801. dtext.Position = UDim2.new(0.129309624, 0, 0.28035301, 0)
  802. dtext.Size = UDim2.new(0, 47, 0, 13)
  803. dtext.Font = Enum.Font.SourceSansSemibold
  804. dtext.Text = "Duration:"
  805. dtext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  806. dtext.TextSize = 14
  807.  
  808. sec.Name = "sec"
  809. sec.Parent = MiscTab
  810. sec.Active = true
  811. sec.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  812. sec.BorderSizePixel = 0
  813. sec.Position = UDim2.new(0.601412654, 0, 0.28035301, 0)
  814. sec.Size = UDim2.new(0, 47, 0, 13)
  815. sec.Font = Enum.Font.SourceSansSemibold
  816. sec.Text = "seconds"
  817. sec.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  818. sec.TextSize = 14
  819.  
  820. bhoptext_2.Name = "bhoptext"
  821. bhoptext_2.Parent = MiscTab
  822. bhoptext_2.Active = true
  823. bhoptext_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  824. bhoptext_2.BorderSizePixel = 0
  825. bhoptext_2.Position = UDim2.new(0.163644418, 0, 0.163579896, 0)
  826. bhoptext_2.Size = UDim2.new(0, 83, 0, 12)
  827. bhoptext_2.Font = Enum.Font.SourceSansSemibold
  828. bhoptext_2.Text = "Infinite money"
  829. bhoptext_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  830. bhoptext_2.TextSize = 14
  831.  
  832. infmoney.Name = "infmoney"
  833. infmoney.Parent = MiscTab
  834. infmoney.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  835. infmoney.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  836. infmoney.Position = UDim2.new(0.0780000016, 0, 0.165358737, 0)
  837. infmoney.Size = UDim2.new(0, 12, 0, 12)
  838. infmoney.Font = Enum.Font.SourceSans
  839. infmoney.Text = ""
  840. infmoney.TextColor3 = Color3.new(0, 0, 0)
  841. infmoney.TextSize = 14
  842.  
  843. duration.Name = "duration"
  844. duration.Parent = MiscTab
  845. duration.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  846. duration.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  847. duration.BorderSizePixel = 0
  848. duration.Position = UDim2.new(0.373390555, 0, 0.280269057, 0)
  849. duration.Size = UDim2.new(0, 50, 0, 15)
  850. duration.ClearTextOnFocus = false
  851. duration.Font = Enum.Font.Arial
  852. duration.Text = "0.2"
  853. duration.TextColor3 = Color3.new(1, 1, 1)
  854. duration.TextSize = 10
  855.  
  856. LegitTab.Name = "LegitTab"
  857. LegitTab.Parent = Main
  858. LegitTab.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  859. LegitTab.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  860. LegitTab.BorderSizePixel = 2
  861. LegitTab.Position = UDim2.new(0.218172207, 0, 0.0830337778, 0)
  862. LegitTab.Size = UDim2.new(0, 233, 0, 446)
  863.  
  864. aimbot.Name = "aimbot"
  865. aimbot.Parent = LegitTab
  866. aimbot.Active = true
  867. aimbot.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  868. aimbot.BorderSizePixel = 0
  869. aimbot.Position = UDim2.new(0.052488137, 0, -0.0139908725, 0)
  870. aimbot.Size = UDim2.new(0, 50, 0, 15)
  871. aimbot.Font = Enum.Font.SourceSansBold
  872. aimbot.Text = "Aimbot"
  873. aimbot.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  874. aimbot.TextSize = 14
  875.  
  876. Sehkie_6.Name = "Sehkie"
  877. Sehkie_6.Parent = LegitTab
  878. Sehkie_6.Active = true
  879. Sehkie_6.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  880. Sehkie_6.BorderSizePixel = 0
  881. Sehkie_6.Position = UDim2.new(0.11643412, 0, 0.053895615, 0)
  882. Sehkie_6.Size = UDim2.new(0, 55, 0, 13)
  883. Sehkie_6.Font = Enum.Font.SourceSansSemibold
  884. Sehkie_6.Text = "Enabled"
  885. Sehkie_6.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  886. Sehkie_6.TextSize = 14
  887.  
  888. aimenabled.Name = "aimenabled"
  889. aimenabled.Parent = LegitTab
  890. aimenabled.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  891. aimenabled.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  892. aimenabled.Position = UDim2.new(0.0606401265, 0, 0.0550138652, 0)
  893. aimenabled.Size = UDim2.new(0, 13, 0, 13)
  894. aimenabled.Font = Enum.Font.SourceSans
  895. aimenabled.Text = ""
  896. aimenabled.TextColor3 = Color3.new(0, 0, 0)
  897. aimenabled.TextSize = 14
  898.  
  899. LegitTab2.Name = "LegitTab2"
  900. LegitTab2.Parent = LegitTab
  901. LegitTab2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  902. LegitTab2.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  903. LegitTab2.BorderSizePixel = 2
  904. LegitTab2.Position = UDim2.new(1.11585104, 0, 0, 0)
  905. LegitTab2.Size = UDim2.new(0, 233, 0, 289)
  906.  
  907. Other_3.Name = "Other"
  908. Other_3.Parent = LegitTab2
  909. Other_3.Active = true
  910. Other_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  911. Other_3.BorderSizePixel = 0
  912. Other_3.Position = UDim2.new(0.0439044461, 0, -0.0243715066, 0)
  913. Other_3.Size = UDim2.new(0, 42, 0, 15)
  914. Other_3.Font = Enum.Font.SourceSansBold
  915. Other_3.Text = "Other"
  916. Other_3.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  917. Other_3.TextSize = 14
  918.  
  919. fov.Name = "fov"
  920. fov.Parent = LegitTab
  921. fov.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  922. fov.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  923. fov.BorderSizePixel = 0
  924. fov.Position = UDim2.new(0.407725334, 0, 0.094170399, 0)
  925. fov.Size = UDim2.new(0, 50, 0, 15)
  926. fov.ClearTextOnFocus = false
  927. fov.Font = Enum.Font.Arial
  928. fov.Text = "250"
  929. fov.TextColor3 = Color3.new(1, 1, 1)
  930. fov.TextSize = 10
  931.  
  932. fovtext.Name = "fovtext"
  933. fovtext.Parent = LegitTab
  934. fovtext.Active = true
  935. fovtext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  936. fovtext.BorderSizePixel = 0
  937. fovtext.Position = UDim2.new(0.0520564392, 0, 0.0987386629, 0)
  938. fovtext.Size = UDim2.new(0, 25, 0, 13)
  939. fovtext.Font = Enum.Font.SourceSansSemibold
  940. fovtext.Text = "FOV:"
  941. fovtext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  942. fovtext.TextSize = 14
  943.  
  944. smoothness.Name = "smoothness"
  945. smoothness.Parent = LegitTab
  946. smoothness.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  947. smoothness.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  948. smoothness.BorderSizePixel = 0
  949. smoothness.Position = UDim2.new(0.407725334, 0, 0.14349775, 0)
  950. smoothness.Size = UDim2.new(0, 50, 0, 15)
  951. smoothness.ClearTextOnFocus = false
  952. smoothness.Font = Enum.Font.Arial
  953. smoothness.Text = "15"
  954. smoothness.TextColor3 = Color3.new(1, 1, 1)
  955. smoothness.TextSize = 10
  956.  
  957. smoothtext.Name = "smoothtext"
  958. smoothtext.Parent = LegitTab
  959. smoothtext.Active = true
  960. smoothtext.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  961. smoothtext.BorderSizePixel = 0
  962. smoothtext.Position = UDim2.new(0.155060738, 0, 0.14133957, 0)
  963. smoothtext.Size = UDim2.new(0, 19, 0, 13)
  964. smoothtext.Font = Enum.Font.SourceSansSemibold
  965. smoothtext.Text = "Smoothness"
  966. smoothtext.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  967. smoothtext.TextSize = 14
  968.  
  969. cursor.Name = "cursor"
  970. cursor.Parent = poop
  971. cursor.BackgroundColor3 = Color3.new(0, 0.917647, 0.505882)
  972. cursor.BorderSizePixel = 0
  973. cursor.Size = UDim2.new(0, 10, 0, 10)
  974. cursor.ZIndex = 999
  975. -- Scripts:
  976. function SCRIPT_XAOR85_FAKESCRIPT() -- teammatesknop.LocalScript
  977.         local script = Instance.new('LocalScript')
  978.         script.Parent = teammatesknop
  979.         local TOGGLED = false -- ;)
  980.        
  981.         script.Parent.MouseButton1Click:Connect(function()
  982.                 TOGGLED = not TOGGLED
  983.                 if TOGGLED == false then
  984.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  985.                 else
  986.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  987.                 end
  988.         end)
  989.  
  990. end
  991. coroutine.resume(coroutine.create(SCRIPT_XAOR85_FAKESCRIPT))
  992. function SCRIPT_BUAE78_FAKESCRIPT() -- enabletp.LocalScript
  993.         local script = Instance.new('LocalScript')
  994.         script.Parent = enabletp
  995.        
  996.         local tp=false
  997.         local TOGGLED = false -- ;)
  998.        
  999.         script.Parent.MouseButton1Click:Connect(function()
  1000.                 TOGGLED = not TOGGLED
  1001.                 if TOGGLED == false then
  1002.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1003.                         tp=false
  1004.                 else
  1005.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1006.                         tp=true
  1007.                 end
  1008.         end)
  1009.        
  1010.         game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  1011.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1012.         if k=="x" or k=="X" then
  1013.         if tp==false then
  1014.         tp=true
  1015.         else
  1016.         tp=false
  1017.         end
  1018.         end
  1019.         end
  1020.         end)
  1021.        
  1022.         while wait() do
  1023.         if tp==true then
  1024.         game.Players.LocalPlayer.CameraMode = "Classic"
  1025.         game.Players.LocalPlayer.CameraMaxZoomDistance = 10
  1026.         game.Players.LocalPlayer.CameraMinZoomDistance = 10
  1027.         for _,v in pairs(workspace.Camera:GetDescendants()) do
  1028.         pcall(function()
  1029.         v.Transparency=1
  1030.         end)
  1031.         end
  1032.         else
  1033.         game.Players.LocalPlayer.CameraMode = "LockFirstPerson"
  1034.         game.Players.LocalPlayer.CameraMaxZoomDistance = 0
  1035.         game.Players.LocalPlayer.CameraMinZoomDistance = 0
  1036.         end
  1037.         end
  1038.  
  1039. end
  1040. coroutine.resume(coroutine.create(SCRIPT_BUAE78_FAKESCRIPT))
  1041. function SCRIPT_DUVL89_FAKESCRIPT() -- nosmoke.LocalScript
  1042.         local script = Instance.new('LocalScript')
  1043.         script.Parent = nosmoke
  1044.         local TOGGLED = false -- ;)
  1045.        
  1046.         script.Parent.MouseButton1Click:Connect(function()
  1047.                 TOGGLED = not TOGGLED
  1048.                 if TOGGLED == false then
  1049.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1050.                 else
  1051.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1052.                 end
  1053.         end)
  1054.        
  1055.         workspace["Ray_Ignore"].Smokes.ChildAdded:Connect(function(p)
  1056.                 if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1057.                         wait()
  1058.                         p:Destroy()
  1059.                 end
  1060.         end)
  1061.  
  1062. end
  1063. coroutine.resume(coroutine.create(SCRIPT_DUVL89_FAKESCRIPT))
  1064. function SCRIPT_MWYY88_FAKESCRIPT() -- noflash.LocalScript
  1065.         local script = Instance.new('LocalScript')
  1066.         script.Parent = noflash
  1067.         local TOGGLED = false -- ;)
  1068.        
  1069.         script.Parent.MouseButton1Click:Connect(function()
  1070.                 TOGGLED = not TOGGLED
  1071.                 if TOGGLED == false then
  1072.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1073.                         game.Players.LocalPlayer.PlayerGui.Blnd.Blind.Visible=true
  1074.                 else
  1075.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1076.                         game.Players.LocalPlayer.PlayerGui.Blnd.Blind.Visible=false
  1077.                 end
  1078.         end)
  1079.        
  1080.        
  1081.  
  1082. end
  1083. coroutine.resume(coroutine.create(SCRIPT_MWYY88_FAKESCRIPT))
  1084. function SCRIPT_IJQX69_FAKESCRIPT() -- distanceknop.LocalScript
  1085.         local script = Instance.new('LocalScript')
  1086.         script.Parent = distanceknop
  1087.         local TOGGLED = false -- ;)
  1088.        
  1089.         script.Parent.MouseButton1Click:Connect(function()
  1090.                 TOGGLED = not TOGGLED
  1091.                 if TOGGLED == false then
  1092.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1093.                 else
  1094.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1095.                 end
  1096.         end)
  1097.  
  1098. end
  1099. coroutine.resume(coroutine.create(SCRIPT_IJQX69_FAKESCRIPT))
  1100. function SCRIPT_MAHM69_FAKESCRIPT() -- boxknop.LocalScript
  1101.         local script = Instance.new('LocalScript')
  1102.         script.Parent = boxknop
  1103.         local TOGGLED = false -- ;)
  1104.        
  1105.         script.Parent.MouseButton1Click:Connect(function()
  1106.                 TOGGLED = not TOGGLED
  1107.                 if TOGGLED == false then
  1108.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1109.                 else
  1110.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1111.                 end
  1112.         end)
  1113.  
  1114. end
  1115. coroutine.resume(coroutine.create(SCRIPT_MAHM69_FAKESCRIPT))
  1116. function SCRIPT_OXED89_FAKESCRIPT() -- nameknop.LocalScript
  1117.         local script = Instance.new('LocalScript')
  1118.         script.Parent = nameknop
  1119.         local TOGGLED = false -- ;)
  1120.        
  1121.         script.Parent.MouseButton1Click:Connect(function()
  1122.                 TOGGLED = not TOGGLED
  1123.                 if TOGGLED == false then
  1124.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1125.                 else
  1126.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1127.                 end
  1128.         end)
  1129.  
  1130. end
  1131. coroutine.resume(coroutine.create(SCRIPT_OXED89_FAKESCRIPT))
  1132. function SCRIPT_IUGE74_FAKESCRIPT() -- chamsknop.LocalScript
  1133.         local script = Instance.new('LocalScript')
  1134.         script.Parent = chamsknop
  1135.         local TOGGLED = false -- ;)
  1136.        
  1137.         script.Parent.MouseButton1Click:Connect(function()
  1138.                 TOGGLED = not TOGGLED
  1139.                 if TOGGLED == false then
  1140.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1141.                         for _,v in pairs(game.Players:GetChildren()) do
  1142.                                 if workspace:FindFirstChild(v.Name) then
  1143.                                         for _,o in pairs(workspace[v.Name]:GetDescendants()) do
  1144.                                                 if o.Name=="chams" then
  1145.                                                         o:Destroy()
  1146.                                                 end
  1147.                                         end
  1148.                                 end
  1149.                         end
  1150.                 else
  1151.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1152.        
  1153.         enemycolor=Color3.fromRGB(200,30,30)
  1154.         teammatecolor=Color3.fromRGB(30,200,30)
  1155.         players=game:GetService("Players")
  1156.         currentPlayer=nil
  1157.         lplayer=players.LocalPlayer
  1158.         faces={"Front","Back","Bottom","Left","Right","Top"}
  1159.         currentPlayer=nil
  1160.         plr=players.LocalPlayer
  1161.        
  1162.         function esp(v)
  1163.         wait(0.05)
  1164.         for _,o in pairs(workspace[v.Name]:GetChildren()) do
  1165.         if o:IsA"Part" or o:IsA"MeshPart" and o.Name~="HumanoidRootPart" then
  1166.         for n,face in pairs(faces) do
  1167.         local sg=Instance.new("SurfaceGui",o)
  1168.         sg.Face=face
  1169.         sg.AlwaysOnTop=true
  1170.         sg.Name="chams"
  1171.         local f=Instance.new("Frame",sg)
  1172.         f.Size=UDim2.new(1,0,1,0)
  1173.         f.BorderSizePixel=0
  1174.         f.BackgroundTransparency=0.2
  1175.         f.Visible=true
  1176.         if game.Players[v.Name].Status.Team.Value~=plr.Status.Team.Value then
  1177.         f.BackgroundColor3=enemycolor
  1178.         else
  1179.         f.BackgroundColor3=teammatecolor
  1180.         end
  1181.         end
  1182.         end
  1183.         end
  1184.         end
  1185.        
  1186.        
  1187.         for i,v in next, game:GetService'Players':GetChildren() do
  1188.                 if v~=plr then
  1189.                 if workspace:FindFirstChild(v.Name) then
  1190.                                 if game.Players[v.Name].Status.Team.Value==plr.Status.Team.Value then
  1191.                                         if script.Parent.Parent.teammatesknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1192.                                         esp(v)
  1193.                                         end
  1194.                                 else
  1195.                                         esp(v)
  1196.                                 end
  1197.                 end
  1198.                 end
  1199.         end
  1200.        
  1201.                 end
  1202.         end)
  1203.        
  1204.         for i,v in pairs(game.Players:GetChildren()) do
  1205.         v.CharacterAdded:connect(function()
  1206.         if v~=plr then
  1207.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1208.         v.Character:WaitForChild('Head')
  1209.                                 if game.Players[v.Name].Status.Team.Value==plr.Status.Team.Value then
  1210.                                         if script.Parent.Parent.teammatesknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1211.                                         esp(v)
  1212.                                         end
  1213.                                 else
  1214.                                         esp(v)
  1215.                                 end
  1216.         end
  1217.         end
  1218.         end)
  1219.         end
  1220.                
  1221.         game.Players.PlayerAdded:connect(function(v)
  1222.         v.CharacterAdded:connect(function()
  1223.         if v~=plr then
  1224.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1225.         v.Character:WaitForChild('Head')
  1226.                                 if game.Players[v.Name].Status.Team.Value==plr.Status.Team.Value then
  1227.                                         if script.Parent.Parent.teammatesknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1228.                                         esp(v)
  1229.                                         end
  1230.                                 else
  1231.                                         esp(v)
  1232.                                 end
  1233.         end
  1234.         end
  1235.         end)
  1236.         end)
  1237.  
  1238. end
  1239. coroutine.resume(coroutine.create(SCRIPT_IUGE74_FAKESCRIPT))
  1240. function SCRIPT_YCHQ88_FAKESCRIPT() -- WeaponTextknop.LocalScript
  1241.         local script = Instance.new('LocalScript')
  1242.         script.Parent = WeaponTextknop
  1243.         local TOGGLED = false -- ;)
  1244.        
  1245.         script.Parent.MouseButton1Click:Connect(function()
  1246.                 TOGGLED = not TOGGLED
  1247.                 if TOGGLED == false then
  1248.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1249.                 else
  1250.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1251.                 end
  1252.         end)
  1253.  
  1254. end
  1255. coroutine.resume(coroutine.create(SCRIPT_YCHQ88_FAKESCRIPT))
  1256. function SCRIPT_OEMK69_FAKESCRIPT() -- VisualsTab.ESP TEXTS
  1257.         local script = Instance.new('LocalScript')
  1258.         script.Parent = VisualsTab
  1259.        
  1260.         --ifnowork then remove statuschecks
  1261.         local p
  1262.         local nameEN=false
  1263.         local weaponEN=false
  1264.         local distanceEN=false
  1265.         local fov=400
  1266.         local plrs=game:GetService("Players")
  1267.         local plr = plrs.LocalPlayer
  1268.         local mouse=plr:GetMouse()
  1269.         local camera = workspace.CurrentCamera
  1270.         local folder=Instance.new("Folder",game.Players.LocalPlayer.PlayerGui)
  1271.         folder.Name="textesp"
  1272.        
  1273.         local function round(n)
  1274.                 return math.floor(n + 0.5)
  1275.         end
  1276.        
  1277.         local function text()
  1278.         pcall(function()
  1279.         folder:ClearAllChildren()
  1280.                 for _,v in next, game:service'Players':GetPlayers() do                         
  1281.                         if v~=plr then
  1282.                         if v:FindFirstChild("Status") then
  1283.                         if v.Status.Team.Value==plr.Status.Team.Value and script.Parent.teammatesknop.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  1284.                                                         if workspace:FindFirstChild(v.Name) then
  1285.                                                         if v.Character:FindFirstChild("Head") then
  1286.                                         local mouse = plr:GetMouse()
  1287.                                         local worldPoint = v.Character.Head.Position
  1288.                                         local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  1289.                                         local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  1290.                                         if magnitude<fov then
  1291.                                                 if nameEN==true then
  1292.                                                         local ScreenGui = Instance.new("ScreenGui")
  1293.                                                         local Frame = Instance.new("TextLabel")
  1294.                                                         ScreenGui.Parent = folder
  1295.                                                         ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1296.                                                         Frame.Parent = ScreenGui
  1297.                                                         Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1298.                                                         Frame.BackgroundTransparency = 1
  1299.                                                         Frame.BorderColor3 = Color3.new(0, 0, 0)
  1300.                                                         Frame.BorderSizePixel = 5
  1301.                                                         Frame.Size = UDim2.new(0, 10, 0, 10)
  1302.                                                         Frame.Text=v.Name
  1303.                                                         Frame.Font="Gotham"
  1304.                                                         Frame.TextSize=12
  1305.                                                         Frame.Position=UDim2.new(0,vector.X,0,vector.Y-15)
  1306.                                                         Frame.Name="nameesp"
  1307.                                                         ScreenGui.Name="nameesp"
  1308.                                                 end
  1309.                                                 if weaponEN==true then
  1310.                                                         local ScreenGui = Instance.new("ScreenGui")
  1311.                                                         local Frame = Instance.new("TextLabel")
  1312.                                                         ScreenGui.Parent = folder
  1313.                                                         ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1314.                                                         Frame.Parent = ScreenGui
  1315.                                                         Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1316.                                                         Frame.BackgroundTransparency = 1
  1317.                                                         Frame.BorderColor3 = Color3.new(0, 0, 0)
  1318.                                                         Frame.BorderSizePixel = 5
  1319.                                                         Frame.Size = UDim2.new(0, 10, 0, 10)
  1320.                                                         Frame.Text=workspace[v.Name].EquippedTool.Value
  1321.                                                         Frame.Font="Gotham"
  1322.                                                         Frame.TextSize=12
  1323.                                                         Frame.Position=UDim2.new(0,vector.X,0,vector.Y+36)
  1324.                                                         Frame.Name="weaponesp"
  1325.                                                         ScreenGui.Name="weaponesp"
  1326.                                                 end
  1327.                                                 if distanceEN==true then
  1328.                                                         if workspace:FindFirstChild(plr.Name) then
  1329.                                                                 local ScreenGui = Instance.new("ScreenGui")
  1330.                                                                 local Frame = Instance.new("TextLabel")
  1331.                                                                 ScreenGui.Parent = folder
  1332.                                                                 ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1333.                                                                 Frame.Parent = ScreenGui
  1334.                                                                 Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1335.                                                                 Frame.BackgroundTransparency = 1
  1336.                                                                 Frame.BorderColor3 = Color3.new(0, 0, 0)
  1337.                                                                 Frame.BorderSizePixel = 5
  1338.                                                                 Frame.Size = UDim2.new(0, 10, 0, 10)
  1339.                                                                 Frame.Text="["..round((plr.Character.Head.Position-v.Character.Head.Position).Magnitude).." st]"
  1340.                                                                 Frame.Font="Gotham"
  1341.                                                                 Frame.TextSize=13
  1342.                                                                 Frame.Position=UDim2.new(0,vector.X,0,vector.Y+25)
  1343.                                                                 Frame.Name="distanceesp"
  1344.                                                                 ScreenGui.Name="distanceesp"
  1345.                                                 end
  1346.                                         end
  1347.                                 end
  1348.                         end
  1349.                 end
  1350.         end
  1351.                                 if workspace:FindFirstChild(v.Name) then
  1352.                                 if v:FindFirstChild("Status") then
  1353.                                 if v.Status.Team.Value~=plr.Status.Team.Value then
  1354.                                         local mouse = plr:GetMouse()
  1355.                                         local worldPoint = v.Character.Head.Position
  1356.                                         local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  1357.                                         local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  1358.                                         if magnitude<fov then
  1359.                                                 if nameEN==true then
  1360.                                                         local ScreenGui = Instance.new("ScreenGui")
  1361.                                                         local Frame = Instance.new("TextLabel")
  1362.                                                         ScreenGui.Parent = folder
  1363.                                                         ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1364.                                                         Frame.Parent = ScreenGui
  1365.                                                         Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1366.                                                         Frame.BackgroundTransparency = 1
  1367.                                                         Frame.BorderColor3 = Color3.new(0, 0, 0)
  1368.                                                         Frame.BorderSizePixel = 5
  1369.                                                         Frame.Size = UDim2.new(0, 10, 0, 10)
  1370.                                                         Frame.Text=v.Name
  1371.                                                         Frame.Font="Gotham"
  1372.                                                         Frame.TextSize=12
  1373.                                                         Frame.Position=UDim2.new(0,vector.X,0,vector.Y-15)
  1374.                                                         Frame.Name="nameesp"
  1375.                                                         ScreenGui.Name="nameesp"
  1376.                                                 end
  1377.                                                 if weaponEN==true then
  1378.                                                         local ScreenGui = Instance.new("ScreenGui")
  1379.                                                         local Frame = Instance.new("TextLabel")
  1380.                                                         ScreenGui.Parent = folder
  1381.                                                         ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1382.                                                         Frame.Parent = ScreenGui
  1383.                                                         Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1384.                                                         Frame.BackgroundTransparency = 1
  1385.                                                         Frame.BorderColor3 = Color3.new(0, 0, 0)
  1386.                                                         Frame.BorderSizePixel = 5
  1387.                                                         Frame.Size = UDim2.new(0, 10, 0, 10)
  1388.                                                         Frame.Text=workspace[v.Name].EquippedTool.Value
  1389.                                                         Frame.Font="Gotham"
  1390.                                                         Frame.TextSize=12
  1391.                                                         Frame.Position=UDim2.new(0,vector.X,0,vector.Y+36)
  1392.                                                         Frame.Name="weaponesp"
  1393.                                                         ScreenGui.Name="weaponesp"
  1394.                                                 end
  1395.                                                 if distanceEN==true then
  1396.                                                         if workspace:FindFirstChild(plr.Name) then
  1397.                                                                 local ScreenGui = Instance.new("ScreenGui")
  1398.                                                                 local Frame = Instance.new("TextLabel")
  1399.                                                                 ScreenGui.Parent = folder
  1400.                                                                 ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1401.                                                                 Frame.Parent = ScreenGui
  1402.                                                                 Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  1403.                                                                 Frame.BackgroundTransparency = 1
  1404.                                                                 Frame.BorderColor3 = Color3.new(0, 0, 0)
  1405.                                                                 Frame.BorderSizePixel = 5
  1406.                                                                 Frame.Size = UDim2.new(0, 10, 0, 10)
  1407.                                                                 Frame.Text="["..round((plr.Character.Head.Position-v.Character.Head.Position).Magnitude).." st]"
  1408.                                                                 Frame.Font="Gotham"
  1409.                                                                 Frame.TextSize=13
  1410.                                                                 Frame.Position=UDim2.new(0,vector.X,0,vector.Y+25)
  1411.                                                                 Frame.Name="distanceesp"
  1412.                                                                 ScreenGui.Name="distanceesp"
  1413.                                                         end
  1414.                                                 end
  1415.                                         end
  1416.                                 end
  1417.                         end    
  1418.                 end    
  1419.         end
  1420.         end
  1421.         end
  1422.         end)
  1423.         end
  1424.        
  1425.         p=game['Run Service'].Stepped:connect(function()
  1426.         if script.Parent.nameknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1427.                 nameEN=true
  1428.         else
  1429.                 nameEN=false
  1430.         end
  1431.         if script.Parent.WeaponTextknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1432.                 weaponEN=true
  1433.         else
  1434.                 weaponEN=false
  1435.         end
  1436.         if script.Parent.distanceknop.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1437.                 distanceEN=true
  1438.         else
  1439.                 distanceEN=false
  1440.         end
  1441.         text()
  1442.         end)
  1443.  
  1444. end
  1445. coroutine.resume(coroutine.create(SCRIPT_OEMK69_FAKESCRIPT))
  1446. function SCRIPT_HCMY65_FAKESCRIPT() -- MiscCnop.LocalScript
  1447.         local script = Instance.new('LocalScript')
  1448.         script.Parent = MiscCnop
  1449.         local Opened = script.Parent.Parent.LeftTab.Opened
  1450.         function invisall()
  1451.         script.Parent.Parent.LegitTab.Visible=false
  1452.         script.Parent.Parent.RageTab.Visible=false
  1453.         script.Parent.Parent.VisualsTab.Visible=false
  1454.         script.Parent.Parent.MiscTab.Visible=false
  1455.        
  1456.         end
  1457.         --5 px
  1458.         script.Parent.MouseButton1Click:Connect(function()
  1459.                 Opened.Position = UDim2.new(script.Parent.Position.X.Scale, script.Parent.Position.X.Offset, script.Parent.Position.Y.Scale,script.Parent.Position.Y.Offset)+UDim2.new(0,-4,-0.03,0)
  1460.                 invisall()
  1461.                 script.Parent.Parent.MiscTab.Visible = true
  1462.         end)
  1463.  
  1464. end
  1465. coroutine.resume(coroutine.create(SCRIPT_HCMY65_FAKESCRIPT))
  1466. function SCRIPT_SNLK90_FAKESCRIPT() -- RageCnop.LocalScript
  1467.         local script = Instance.new('LocalScript')
  1468.         script.Parent = RageCnop
  1469.         local Opened = script.Parent.Parent.LeftTab.Opened
  1470.         function invisall()
  1471.         script.Parent.Parent.LegitTab.Visible=false
  1472.         script.Parent.Parent.RageTab.Visible=false
  1473.         script.Parent.Parent.VisualsTab.Visible=false
  1474.         script.Parent.Parent.MiscTab.Visible=false
  1475.        
  1476.         end
  1477.         --5 px
  1478.         script.Parent.MouseButton1Click:Connect(function()
  1479.                 Opened.Position = UDim2.new(script.Parent.Position.X.Scale, script.Parent.Position.X.Offset, script.Parent.Position.Y.Scale,script.Parent.Position.Y.Offset)+UDim2.new(0,-5,-0.037,0)
  1480.                 invisall()
  1481.                 script.Parent.Parent.RageTab.Visible = true
  1482.         end)
  1483.  
  1484. end
  1485. coroutine.resume(coroutine.create(SCRIPT_SNLK90_FAKESCRIPT))
  1486. function SCRIPT_XUBM69_FAKESCRIPT() -- LegitCnop.LocalScript
  1487.         local script = Instance.new('LocalScript')
  1488.         script.Parent = LegitCnop
  1489.         local Opened = script.Parent.Parent.LeftTab.Opened
  1490.         function invisall()
  1491.         script.Parent.Parent.LegitTab.Visible=false
  1492.         script.Parent.Parent.RageTab.Visible=false
  1493.         script.Parent.Parent.VisualsTab.Visible=false
  1494.         script.Parent.Parent.MiscTab.Visible=false
  1495.        
  1496.         end
  1497.         --5 px
  1498.         script.Parent.MouseButton1Click:Connect(function()
  1499.                 Opened.Position = UDim2.new(script.Parent.Position.X.Scale, script.Parent.Position.X.Offset, script.Parent.Position.Y.Scale,script.Parent.Position.Y.Offset)+UDim2.new(0,-4,-0.04,0)
  1500.                 invisall()
  1501.                 script.Parent.Parent.LegitTab.Visible = true
  1502.         end)
  1503.  
  1504. end
  1505. coroutine.resume(coroutine.create(SCRIPT_XUBM69_FAKESCRIPT))
  1506. function SCRIPT_WUWV85_FAKESCRIPT() -- VisualsCnop.LocalScript
  1507.         local script = Instance.new('LocalScript')
  1508.         script.Parent = VisualsCnop
  1509.         local Opened = script.Parent.Parent.LeftTab.Opened
  1510.         function invisall()
  1511.         script.Parent.Parent.LegitTab.Visible=false
  1512.         script.Parent.Parent.RageTab.Visible=false
  1513.         script.Parent.Parent.VisualsTab.Visible=false
  1514.         script.Parent.Parent.MiscTab.Visible=false
  1515.        
  1516.         end
  1517.         --5 px
  1518.         script.Parent.MouseButton1Click:Connect(function()
  1519.                 Opened.Position = UDim2.new(script.Parent.Position.X.Scale, script.Parent.Position.X.Offset, script.Parent.Position.Y.Scale,script.Parent.Position.Y.Offset)+UDim2.new(0,-4,-0.03,0)
  1520.                 invisall()
  1521.                 script.Parent.Parent.VisualsTab.Visible = true
  1522.         end)
  1523.  
  1524. end
  1525. coroutine.resume(coroutine.create(SCRIPT_WUWV85_FAKESCRIPT))
  1526. function SCRIPT_LJZU77_FAKESCRIPT() -- enablerage.LocalScript
  1527.         local script = Instance.new('LocalScript')
  1528.         script.Parent = enablerage
  1529.         local TOGGLED = false -- ;)
  1530.                
  1531.                 local plrs=game:GetService("Players")
  1532.                 local plr=plrs.LocalPlayer
  1533.                 local client = getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1534.                 local loop
  1535.                 local norapid=0
  1536.                 local CC=game.Workspace.CurrentCamera
  1537.                 script.Parent.MouseButton1Click:Connect(function()
  1538.                 TOGGLED = not TOGGLED
  1539.                 if TOGGLED == false then
  1540.                 script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1541.                 loop:Disconnect()
  1542.                 else
  1543.                 script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1544.                 loop=game['Run Service'].Stepped:connect(function()
  1545.                 pcall(function()
  1546.                 for _,v in pairs(plrs:GetChildren()) do
  1547.                 if v~=plr then
  1548.                 if v:FindFirstChild("Status") then
  1549.                 if v.Status.Team.Value~=plr.Status.Team.Value then
  1550.                 if workspace:FindFirstChild(plr.Name) then
  1551.                 if plr.Character:FindFirstChild("Humanoid") then
  1552.                 if plr.Character.Humanoid.Health>0 then
  1553.                 if plr.Character:FindFirstChild("LowerTorso") then
  1554.                 if workspace:FindFirstChild(v.Name) then
  1555.                 if v.Character:FindFirstChild("Humanoid") then
  1556.                 if v.Character:FindFirstChild("LowerTorso") then
  1557.                 if v.Character.Humanoid.Health>0.1 then
  1558.                 for _,o in pairs(v.Character:GetChildren()) do
  1559.                 if o:IsA"Part" or o:IsA"MeshPart" then
  1560.                 if o.Name~="Gun" or o.Parent.Name~="Gun" or o.Name~="Gun2" or o.Parent.Name~="Gun2" then
  1561.                 local ray = Ray.new(
  1562.                        plr.Character.Head.Position,
  1563.                        (o.Position-plr.Character.Head.Position).unit*500
  1564.                     )
  1565.                 local ignore=plr.Character
  1566.                 local hit,position,normal=workspace:FindPartOnRay(ray,ignore)
  1567.                 if hit.Parent==v.Character or hit==o or hit.Name=="btTICK" then
  1568.                 if script.Parent.Parent.silentaim.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1569.                 if norapid==0 then
  1570.                 if v.Character.Humanoid.Health>0.1 then
  1571.                 local Remote = game.ReplicatedStorage.Events['HitPart']
  1572.                 local Arguments = {
  1573.                         [1] = workspace[v.Name]["Head"],
  1574.                         [2] = workspace[v.Name]["Head"].Position,
  1575.                         [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  1576.                         [4] = 100,
  1577.                         [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  1578.                         [8] = 1,
  1579.                         [9] = false,
  1580.                         [10] = false,
  1581.                         [11] = Vector3.new(),
  1582.                         [12] = 100,
  1583.                         [13] = Vector3.new()
  1584.                         }
  1585.                         Remote:FireServer(unpack(Arguments))
  1586.                 client.firebullet()
  1587.        
  1588.        
  1589.         local ray = Ray.new(
  1590.                game.Players.LocalPlayer.Character.Head.Position,
  1591.                (v.Character.Head.Position-game.Players.LocalPlayer.Character.Head.Position).unit*500
  1592.             )
  1593.         if script.Parent.Parent.bullettracer.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1594.         local hit,position,normal=workspace:FindPartOnRay(ray,ignore)
  1595.         local beam = Instance.new("Part", workspace)
  1596.         beam.BrickColor = BrickColor.new("Bright red")
  1597.         beam.FormFactor = "Custom"
  1598.         beam.Material = "Neon"
  1599.         beam.Transparency = 0.25
  1600.         beam.Anchored = true
  1601.         beam.Locked = true
  1602.         beam.CanCollide = false
  1603.         local distance = (plr.Character.Head.CFrame.p - position).magnitude
  1604.         beam.Size = Vector3.new(0.1, 0.1, distance)
  1605.         beam.CFrame = CFrame.new(plr.Character.Head.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  1606.         game:GetService("Debris"):AddItem(beam, 0.5)
  1607.         end
  1608.                 print(v.Character.Humanoid.Health)
  1609.                 if script.Parent.Parent.rapidfire.BackgroundColor3 ~= Color3.fromRGB(0, 234, 129) then
  1610.                 norapid=1
  1611.                 spawn(function()
  1612.                 local gun=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value
  1613.                 wait(game.ReplicatedStorage.Weapons[gun].FireRate.Value)
  1614.                 norapid=0
  1615.                 end)
  1616.                 end
  1617.                 end
  1618.                 end
  1619.                 end
  1620.                 end
  1621.                 end
  1622.                 end
  1623.                 end
  1624.                 end
  1625.                 end
  1626.                 end
  1627.                        
  1628.                 for _,o in pairs(v.Character:GetChildren()) do
  1629.                 if o:IsA"Part" or o:IsA"MeshPart" then
  1630.                 if o.Name~="Gun" or o.Parent.Name~="Gun" or o.Name~="Gun2" or o.Parent.Name~="Gun2" then
  1631.                 local ray = Ray.new(
  1632.                        plr.Character[o.Name].Position,
  1633.                        (o.Position-plr.Character[o.Name].Position).unit*500
  1634.                     )
  1635.                 local ignore=plr.Character
  1636.                 local hit,position,normal=workspace:FindPartOnRay(ray,ignore)
  1637.                 if hit.Parent==v.Character or hit.Name=="btTICK" then
  1638.                
  1639.                 if script.Parent.Parent.silentaim.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1640.                 if norapid==0 then
  1641.                 if v.Character.Humanoid.Health>0.1 then
  1642.                 if script.Parent.Parent.forceheadshot.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1643.                 local Remote = game.ReplicatedStorage.Events['HitPart']
  1644.                 local Arguments = {
  1645.                         [1] = workspace[v.Name]["Head"],
  1646.                         [2] = workspace[v.Name]["Head"].Position,
  1647.                         [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  1648.                         [4] = 100,
  1649.                         [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  1650.                         [8] = 1,
  1651.                         [9] = false,
  1652.                         [10] = false,
  1653.                         [11] = Vector3.new(),
  1654.                         [12] = 100,
  1655.                         [13] = Vector3.new()
  1656.                         }
  1657.                         Remote:FireServer(unpack(Arguments))
  1658.                 client.firebullet()
  1659.         if script.Parent.Parent.bullettracer.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1660.         local hit,position,normal=workspace:FindPartOnRay(ray,ignore)
  1661.         local beam = Instance.new("Part", workspace)
  1662.         beam.BrickColor = BrickColor.new("Bright red")
  1663.         beam.FormFactor = "Custom"
  1664.         beam.Material = "Neon"
  1665.         beam.Transparency = 0.25
  1666.         beam.Anchored = true
  1667.         beam.Locked = true
  1668.         beam.CanCollide = false
  1669.         local distance = (plr.Character.Head.CFrame.p - position).magnitude
  1670.         beam.Size = Vector3.new(0.1, 0.1, distance)
  1671.         beam.CFrame = CFrame.new(plr.Character.Head.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  1672.         game:GetService("Debris"):AddItem(beam, 0.5)
  1673.         end
  1674.                 if script.Parent.Parent.rapidfire.BackgroundColor3 ~= Color3.fromRGB(0, 234, 129) then
  1675.                 norapid=1
  1676.                 spawn(function()
  1677.                 local gun=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value
  1678.                 wait(game.ReplicatedStorage.Weapons[gun].FireRate.Value)
  1679.                 norapid=0
  1680.                 end)
  1681.                 end
  1682.                 else
  1683.                 local Remote = game.ReplicatedStorage.Events['HitPart']
  1684.                 local Arguments = {
  1685.                         [1] = workspace[v.Name][o.Name],
  1686.                         [2] = workspace[v.Name][o.Name].Position,
  1687.                         [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  1688.                         [4] = 100,
  1689.                         [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  1690.                         [8] = 1,
  1691.                         [9] = false,
  1692.                         [10] = false,
  1693.                         [11] = Vector3.new(),
  1694.                         [12] = 100,
  1695.                         [13] = Vector3.new()
  1696.                         }
  1697.                         Remote:FireServer(unpack(Arguments))
  1698.                 client.firebullet()
  1699.         if script.Parent.Parent.bullettracer.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1700.         local hit,position,normal=workspace:FindPartOnRay(ray,ignore)
  1701.         local beam = Instance.new("Part", workspace)
  1702.         beam.BrickColor = BrickColor.new("Bright red")
  1703.         beam.FormFactor = "Custom"
  1704.         beam.Material = "Neon"
  1705.         beam.Transparency = 0.25
  1706.         beam.Anchored = true
  1707.         beam.Locked = true
  1708.         beam.CanCollide = false
  1709.         local distance = (plr.Character.Head.CFrame.p - position).magnitude
  1710.         beam.Size = Vector3.new(0.1, 0.1, distance)
  1711.         beam.CFrame = CFrame.new(plr.Character.Head.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  1712.         game:GetService("Debris"):AddItem(beam, 0.5)
  1713.         end
  1714.                 if script.Parent.Parent.rapidfire.BackgroundColor3 ~= Color3.fromRGB(0, 234, 129) then
  1715.                 norapid=1
  1716.                 spawn(function()
  1717.                 local gun=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value
  1718.                 wait(game.ReplicatedStorage.Weapons[gun].FireRate.Value)
  1719.                 norapid=0
  1720.                 end)
  1721.                 end
  1722.                 end
  1723.                 end
  1724.                 end
  1725.                 else
  1726.                 if norapid==0 then
  1727.                 if v.Character.Humanoid.Health>0.1 then
  1728.                 client.resetaccuracy()
  1729.                 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, o.CFrame.p)
  1730.                 client.firebullet()
  1731.                 client.resetaccuracy()
  1732.                 if script.Parent.Parent.rapidfire.BackgroundColor3 ~= Color3.fromRGB(0, 234, 129) then
  1733.                 norapid=1
  1734.                 local gun=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value
  1735.                 wait(game.ReplicatedStorage.Weapons[gun].FireRate.Value)
  1736.                 norapid=0
  1737.                 end
  1738.                 end
  1739.                 end
  1740.                 end
  1741.                 end
  1742.                 end
  1743.                 end
  1744.                 end
  1745.                 end
  1746.                 end
  1747.                 end
  1748.                 end
  1749.                 end
  1750.                 end
  1751.                 end
  1752.                 end
  1753.                 end
  1754.                 end)
  1755.                 end)
  1756.                 end
  1757.                 end)
  1758.        
  1759.  
  1760. end
  1761. coroutine.resume(coroutine.create(SCRIPT_LJZU77_FAKESCRIPT))
  1762. function SCRIPT_TJMV82_FAKESCRIPT() -- enableresolver.LocalScript
  1763.         local script = Instance.new('LocalScript')
  1764.         script.Parent = enableresolver
  1765.        
  1766.        
  1767.        
  1768.         local playerser=game:GetService("Players")
  1769.         local plr=playerser.LocalPlayer
  1770.         local TOGGLED = false -- ;)
  1771.        
  1772.         script.Parent.MouseButton1Click:Connect(function()
  1773.                 TOGGLED = not TOGGLED
  1774.                 if TOGGLED == false then
  1775.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1776.                 else
  1777.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1778.                 end
  1779.         end)
  1780.        
  1781.         game['Run Service'].Stepped:connect(function()
  1782.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1783.         for _,player in pairs(playerser:GetChildren()) do
  1784.         if player.Status.Team.Value ~= plr.Status.Team.Value and player.Character and player.Character:FindFirstChild"UpperTorso" and player.Character.UpperTorso:FindFirstChild"Waist" then
  1785.         player.Character.UpperTorso.Waist.C0 = CFrame.Angles(0,0,0)
  1786.         end
  1787.         end
  1788.         end
  1789.         end)
  1790.  
  1791. end
  1792. coroutine.resume(coroutine.create(SCRIPT_TJMV82_FAKESCRIPT))
  1793. function SCRIPT_VCSJ89_FAKESCRIPT() -- enableaa.LocalScript
  1794.         local script = Instance.new('LocalScript')
  1795.         script.Parent = enableaa
  1796.        
  1797.        
  1798.        
  1799.        
  1800.         local TOGGLED = false -- ;)
  1801.        
  1802.         script.Parent.MouseButton1Click:Connect(function()
  1803.                 TOGGLED = not TOGGLED
  1804.                 if TOGGLED == false then
  1805.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1806.                 else
  1807.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1808.                 end
  1809.         end)
  1810.        
  1811.         game['Run Service'].Stepped:connect(function()
  1812.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1813.         game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("2.5")
  1814.         end
  1815.         end)
  1816.  
  1817. end
  1818. coroutine.resume(coroutine.create(SCRIPT_VCSJ89_FAKESCRIPT))
  1819. function SCRIPT_CRKP78_FAKESCRIPT() -- silentaim.LocalScript
  1820.         local script = Instance.new('LocalScript')
  1821.         script.Parent = silentaim
  1822.         local TOGGLED = false -- ;)
  1823.        
  1824.         script.Parent.MouseButton1Click:Connect(function()
  1825.                 TOGGLED = not TOGGLED
  1826.                 if TOGGLED == false then
  1827.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1828.                 else
  1829.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1830.                 end
  1831.         end)
  1832.  
  1833. end
  1834. coroutine.resume(coroutine.create(SCRIPT_CRKP78_FAKESCRIPT))
  1835. function SCRIPT_UVIW81_FAKESCRIPT() -- rapidfire.LocalScript
  1836.         local script = Instance.new('LocalScript')
  1837.         script.Parent = rapidfire
  1838.         local TOGGLED = false -- ;)
  1839.        
  1840.         script.Parent.MouseButton1Click:Connect(function()
  1841.                 TOGGLED = not TOGGLED
  1842.                 if TOGGLED == false then
  1843.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1844.                 else
  1845.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1846.                 end
  1847.         end)
  1848.  
  1849. end
  1850. coroutine.resume(coroutine.create(SCRIPT_UVIW81_FAKESCRIPT))
  1851. function SCRIPT_MROX88_FAKESCRIPT() -- forceheadshot.LocalScript
  1852.         local script = Instance.new('LocalScript')
  1853.         script.Parent = forceheadshot
  1854.         local TOGGLED = false -- ;)
  1855.        
  1856.         script.Parent.MouseButton1Click:Connect(function()
  1857.                 TOGGLED = not TOGGLED
  1858.                 if TOGGLED == false then
  1859.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1860.                 else
  1861.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1862.                 end
  1863.         end)
  1864.  
  1865. end
  1866. coroutine.resume(coroutine.create(SCRIPT_MROX88_FAKESCRIPT))
  1867. function SCRIPT_BDKJ67_FAKESCRIPT() -- bullettracer.LocalScript
  1868.         local script = Instance.new('LocalScript')
  1869.         script.Parent = bullettracer
  1870.         local TOGGLED = false -- ;)
  1871.        
  1872.         script.Parent.MouseButton1Click:Connect(function()
  1873.                 TOGGLED = not TOGGLED
  1874.                 if TOGGLED == false then
  1875.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1876.                 else
  1877.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1878.                 end
  1879.         end)
  1880.  
  1881. end
  1882. coroutine.resume(coroutine.create(SCRIPT_BDKJ67_FAKESCRIPT))
  1883. function SCRIPT_VUWU78_FAKESCRIPT() -- miscenabled.LocalScript
  1884.         local script = Instance.new('LocalScript')
  1885.         script.Parent = miscenabled
  1886.        
  1887.        
  1888.         local TOGGLED = false -- ;)
  1889.        
  1890.         script.Parent.MouseButton1Click:Connect(function()
  1891.                 TOGGLED = not TOGGLED
  1892.                 if TOGGLED == false then
  1893.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1894.                 else
  1895.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1896.                 end
  1897.         end)
  1898.  
  1899. end
  1900. coroutine.resume(coroutine.create(SCRIPT_VUWU78_FAKESCRIPT))
  1901. function SCRIPT_VCUZ68_FAKESCRIPT() -- nocrouchj.LocalScript
  1902.         local script = Instance.new('LocalScript')
  1903.         script.Parent = nocrouchj
  1904.        
  1905.         local client = getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1906.         local TOGGLED = false -- ;)
  1907.        
  1908.         script.Parent.MouseButton1Click:Connect(function()
  1909.                 TOGGLED = not TOGGLED
  1910.                 if TOGGLED == false then
  1911.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1912.                 else
  1913.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1914.                 end
  1915.         end)
  1916.        
  1917.         while wait() do
  1918.                 if script.Parent.Parent.Parent.miscenabled.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  1919.                         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  1920.                                 client.crouchcooldown=0
  1921.                         end
  1922.                 end
  1923.         end
  1924.  
  1925. end
  1926. coroutine.resume(coroutine.create(SCRIPT_VCUZ68_FAKESCRIPT))
  1927. function SCRIPT_RBGM85_FAKESCRIPT() -- bhoptoggle.LocalScript
  1928.         local script = Instance.new('LocalScript')
  1929.         script.Parent = bhoptoggle
  1930.        
  1931.         local plrs=game:GetService("Players")
  1932.         local plr=plrs.LocalPlayer
  1933.         local UserInputService=game:GetService("UserInputService")
  1934.         local spaceHeld=UserInputService:IsKeyDown(Enum.KeyCode.Space)
  1935.         local C=getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  1936.         local backup={}
  1937.         backup.speed=C.speedupdate
  1938.         local n=0
  1939.         local TOGGLED = false
  1940.        
  1941.         script.Parent.MouseButton1Click:Connect(function()
  1942.                 TOGGLED = not TOGGLED
  1943.                 if TOGGLED == false then
  1944.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  1945.                 else
  1946.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  1947.                 end
  1948.         end)
  1949.        
  1950.         while wait() do
  1951.         if script.Parent.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  1952.         if script.Parent.Parent.miscenabled.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  1953.         spaceHeld = UserInputService:IsKeyDown(Enum.KeyCode.Space)
  1954.         if spaceHeld==true then
  1955.         if workspace:FindFirstChild(plr.Name) then
  1956.         if plr.Character:FindFirstChild("Humanoid") then
  1957.         n=1
  1958.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1959.         C.speedupdate = function()
  1960.         end
  1961.         end
  1962.         end
  1963.         else
  1964.         if n==1 then
  1965.         n=0
  1966.         wait(0.5)
  1967.         C.speedupdate = backup.speed
  1968.         wait()
  1969.         end
  1970.         end
  1971.         end
  1972.         end
  1973.         end
  1974.  
  1975. end
  1976. coroutine.resume(coroutine.create(SCRIPT_RBGM85_FAKESCRIPT))
  1977. function SCRIPT_KLPC83_FAKESCRIPT() -- backtrackenabled.LocalScript
  1978.         local script = Instance.new('LocalScript')
  1979.         script.Parent = backtrackenabled
  1980.        
  1981.         local AAA=0
  1982.         local smallest=math.huge
  1983.         local ok=""
  1984.         local plrs=game.Players
  1985.         local plr=plrs.LocalPlayer
  1986.         local mouse=plr:GetMouse()
  1987.         local camera = workspace.CurrentCamera
  1988.         local inptSrvc = game:GetService("UserInputService")
  1989.         local st
  1990.         local debris=game:GetService("Debris")
  1991.         local mouse=plr:GetMouse()
  1992.         local hp=game.ReplicatedStorage.Events['HitPart']
  1993.         local inptSrvc=game:GetService("UserInputService")
  1994.         local n
  1995.         local norapid=0
  1996.         local f=Instance.new("Folder",workspace)
  1997.         f.Name="BT"
  1998.        
  1999.         local function getnearest()
  2000.         smallest=math.huge
  2001.         for _,v in pairs(plrs:GetChildren()) do
  2002.         if v~=plr then
  2003.         if v:FindFirstChild("Status") then
  2004.         if v.Status.Team.Value~=plr.Status.Team.Value then
  2005.         if workspace:FindFirstChild(v.Name) then
  2006.         if v.Character:FindFirstChild("Humanoid") then
  2007.         if v.Character.Humanoid.Health > 0 then
  2008.         local worldPoint = v.Character.Head.Position
  2009.         local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  2010.         local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  2011.         if smallest>magnitude then
  2012.         smallest=magnitude
  2013.         ok=v
  2014.         end
  2015.         end
  2016.         end
  2017.         end
  2018.         end
  2019.         end
  2020.         end
  2021.         end
  2022.         end
  2023.        
  2024.         local TOGGLED = false -- ;)
  2025.        
  2026.         script.Parent.MouseButton1Click:Connect(function()
  2027.                 TOGGLED = not TOGGLED
  2028.                 if TOGGLED == false then
  2029.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  2030.                 else
  2031.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  2032.                 end
  2033.         end)
  2034.        
  2035.         game['Run Service'].RenderStepped:connect(function()
  2036.         pcall(function()
  2037.         if script.Parent.Parent.miscenabled.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  2038.         local waittime=tonumber(script.Parent.Parent.duration.Text)
  2039.         if inptSrvc:IsMouseButtonPressed(0) then
  2040.         if mouse.Target~=nil then
  2041.         if mouse.Target.Name=="btTICK" then
  2042.         if norapid==0 then
  2043.         norapid=1
  2044.         n=mouse.Target
  2045.         local Arguments = {
  2046.                 [1] = workspace[n.nametag.Value][n.part.Value],
  2047.                 [2] = workspace[n.nametag.Value][n.part.Value].Position,
  2048.                 [3] = workspace[plr.Name].EquippedTool.Value,
  2049.                 [4] = 90,
  2050.                 [5] = workspace[plr.Name].Gun,
  2051.                 [8] = 0.9,
  2052.                 [9] = false,
  2053.                 [10] = false,
  2054.                 [11] = Vector3.new(),
  2055.                 [12] = 90,
  2056.                 [13] = Vector3.new()
  2057.                 }
  2058.                 hp:FireServer(unpack(Arguments))
  2059.         if workspace[n.nametag.Value].Humanoid.Health<0.01 then
  2060.         workspace[n.nametag.Value].HumanoidRootPart.CFrame=n.CFrame
  2061.         end
  2062.         spawn(function()
  2063.         local gun=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value
  2064.         wait(game.ReplicatedStorage.Weapons[gun].FireRate.Value)
  2065.         norapid=0
  2066.         end)
  2067.         end
  2068.         end
  2069.         end
  2070.         end
  2071.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  2072.         getnearest()
  2073.         for _,v in pairs(plrs:GetChildren()) do
  2074.         if v~=plr then
  2075.         if ok==v then
  2076.         if game.Players[v.Name].Status.Team.Value~=plr.Status.Team.Value then
  2077.         if workspace:FindFirstChild(plr.Name) then
  2078.         if plr.Character:FindFirstChild("Humanoid") then
  2079.         if plr.Character.Humanoid.Health>0 then
  2080.         if workspace:FindFirstChild(v.Name) then
  2081.         if v.Character:FindFirstChild("Humanoid") then
  2082.         if v.Character.Humanoid.Health>0 then
  2083.         for _,o in pairs(v.Character:GetChildren()) do
  2084.         if o:IsA"Part" or o:IsA"MeshPart" then
  2085.         local p=Instance.new("Part",workspace.BT)
  2086.         p.Position=o.Position
  2087.         p.Size=o.Size
  2088.         p.Orientation=o.Orientation
  2089.         p.Anchored=true
  2090.         p.CanCollide=false
  2091.         p.BrickColor=BrickColor.new("White")
  2092.         p.Transparency=0.9
  2093.         p.Name="btTICK"
  2094.         local nametag=Instance.new("StringValue",p)
  2095.         nametag.Value=v.Name
  2096.         nametag.Name="nametag"
  2097.         local PS=Instance.new("StringValue",p)
  2098.         PS.Value=o.Name
  2099.         PS.Name="part"
  2100.         debris:AddItem(p,waittime)
  2101.         end
  2102.         end
  2103.         end
  2104.         end
  2105.         end
  2106.         end
  2107.         end
  2108.         end
  2109.         end
  2110.         end
  2111.         end
  2112.         end
  2113.         end
  2114.         end
  2115.         end)
  2116.         end)
  2117.        
  2118.        
  2119.        
  2120.        
  2121.        
  2122.        
  2123.        
  2124.        
  2125.        
  2126.  
  2127. end
  2128. coroutine.resume(coroutine.create(SCRIPT_KLPC83_FAKESCRIPT))
  2129. function SCRIPT_CNHV74_FAKESCRIPT() -- infmoney.LocalScript
  2130.         local script = Instance.new('LocalScript')
  2131.         script.Parent = infmoney
  2132.        
  2133.        
  2134.         local TOGGLED = false -- ;)
  2135.         local haha=0
  2136.         local oldcash=0
  2137.        
  2138.         script.Parent.MouseButton1Click:Connect(function()
  2139.                 TOGGLED = not TOGGLED
  2140.                 if TOGGLED == false then
  2141.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  2142.                 else
  2143.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  2144.                         oldcash=game.Players.LocalPlayer.Cash.Value
  2145.                 end
  2146.         end)
  2147.        
  2148.         while wait() do
  2149.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  2150.         if script.Parent.Parent.miscenabled.BackgroundColor3==Color3.fromRGB(0, 234, 129) then
  2151.         haha=1
  2152.         game.Players.LocalPlayer.Cash.Value = 9e9
  2153.         else
  2154.         if haha==1 then
  2155.         haha=0
  2156.         game.Players.LocalPlayer.Cash.Value=oldcash
  2157.         end
  2158.         end
  2159.         end
  2160.         end
  2161.        
  2162.        
  2163.  
  2164. end
  2165. coroutine.resume(coroutine.create(SCRIPT_CNHV74_FAKESCRIPT))
  2166. function SCRIPT_HRKN77_FAKESCRIPT() -- duration.LocalScript
  2167.         local script = Instance.new('LocalScript')
  2168.         script.Parent = duration
  2169.        
  2170.         notify=function(stopnu)
  2171.         game.StarterGui:SetCore('SendNotification',
  2172.         {Title='sprite.club';Text=stopnu;})
  2173.         end
  2174.        
  2175.        
  2176.         script.Parent.FocusLost:Connect(function()
  2177.         local n=tonumber(script.Parent.Text)
  2178.         if n>1 then
  2179.         script.Parent.Text="1"
  2180.         notify'Using an value above 1 will cause alot of lag!'
  2181.         end
  2182.         end)
  2183.        
  2184.  
  2185. end
  2186. coroutine.resume(coroutine.create(SCRIPT_HRKN77_FAKESCRIPT))
  2187. function SCRIPT_TWRC88_FAKESCRIPT() -- aimenabled.LocalScript
  2188.         local script = Instance.new('LocalScript')
  2189.         script.Parent = aimenabled
  2190.        
  2191.        
  2192.        
  2193.        
  2194.         local TOGGLED = false -- ;)
  2195.         local plrs=game:GetService("Players")
  2196.         local plr=plrs.LocalPlayer
  2197.         local mouse=plr:GetMouse()
  2198.         local smallest=math.huge
  2199.         local camera=workspace.CurrentCamera
  2200.         local fov=tonumber(script.Parent.Parent.fov.Text)
  2201.         local smooth=tonumber(script.Parent.Parent.smoothness.Text)
  2202.         local inptSrvc=game:GetService("UserInputService")
  2203.         local ok
  2204.        
  2205.         script.Parent.MouseButton1Click:Connect(function()
  2206.                 TOGGLED = not TOGGLED
  2207.                 if TOGGLED == false then
  2208.                         script.Parent.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  2209.                 else
  2210.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 234, 129)
  2211.                 end
  2212.         end)
  2213.        
  2214.        
  2215.         local function getnearest()
  2216.         smallest=math.huge
  2217.         for _,v in pairs(plrs:GetChildren()) do
  2218.         if v~=plr then
  2219.         if v:FindFirstChild("Status") then
  2220.         if v.Status.Team.Value~=plr.Status.Team.Value then
  2221.         if workspace:FindFirstChild(v.Name) then
  2222.         if v.Character:FindFirstChild("Humanoid") then
  2223.         if v.Character.Humanoid.Health > 0 then
  2224.         local worldPoint = v.Character.Head.Position
  2225.         local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  2226.         local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  2227.         if smallest>magnitude then
  2228.         smallest=magnitude
  2229.         ok=v
  2230.         end
  2231.         end
  2232.         end
  2233.         end
  2234.         end
  2235.         end
  2236.         end
  2237.         end
  2238.         end
  2239.        
  2240.         game['Run Service'].RenderStepped:connect(function()
  2241.         if script.Parent.BackgroundColor3 == Color3.fromRGB(0, 234, 129) then
  2242.         getnearest()
  2243.         fov=tonumber(script.Parent.Parent.fov.Text)
  2244.         smooth=tonumber(script.Parent.Parent.smoothness.Text)
  2245.         if inptSrvc:IsMouseButtonPressed(0) then
  2246.         if workspace:FindFirstChild(ok.Name) then
  2247.         if ok.Character:FindFirstChild("Humanoid") then
  2248.         if ok.Character:FindFirstChild("Head") then
  2249.         if ok.Character.Humanoid.Health>0.1 then
  2250.         local worldPoint = ok.Character.Head.Position
  2251.         local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  2252.         local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  2253.         if magnitude<fov then
  2254.         local magnitudeX = mouse.X - vector.X
  2255.         local magnitudeY = mouse.Y - vector.Y
  2256.         local xsmooth=magnitudeX/smooth
  2257.         local ysmooth=magnitudeY/smooth
  2258.         mousemoverel(-xsmooth,-ysmooth)
  2259.         end
  2260.         end
  2261.         end
  2262.         end
  2263.         end
  2264.         end
  2265.         end
  2266.         end)
  2267.  
  2268. end
  2269. coroutine.resume(coroutine.create(SCRIPT_TWRC88_FAKESCRIPT))
  2270. function SCRIPT_XFNB65_FAKESCRIPT() -- poop.LocalScript
  2271.         local script = Instance.new('LocalScript')
  2272.         script.Parent = poop
  2273.        
  2274.         local MainGui = script.Parent.Main
  2275.         local cursor = script.Parent.cursor
  2276.        
  2277.        
  2278.         function onKeyPress(inputObject, gameProcessedEvent)
  2279.                 if inputObject.KeyCode == Enum.KeyCode.Insert then
  2280.        
  2281.         if MainGui.Visible == true then
  2282.         MainGui.Visible = false
  2283.         else
  2284.         MainGui.Visible = true
  2285.         end
  2286.         end
  2287.         end
  2288.        
  2289.         game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  2290.        
  2291.         game['Run Service'].Stepped:connect(function()
  2292.        
  2293.         local mouse = game.Players.LocalPlayer:GetMouse()
  2294.         cursor.Position = UDim2.new(0, mouse.X, 0, mouse.Y)
  2295.        
  2296.         if MainGui.Visible == true then
  2297.         cursor.Visible = true
  2298.         else
  2299.         cursor.Visible = false
  2300.         end
  2301.        
  2302.        
  2303.        
  2304.        
  2305.                 if MainGui.Visible == true then
  2306.                         game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.Default
  2307.                        
  2308.                 else
  2309.                
  2310.                         game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.LockCenter
  2311.                 end
  2312.         end)
  2313.        
  2314.  
  2315. end
  2316. coroutine.resume(coroutine.create(SCRIPT_XFNB65_FAKESCRIPT))