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 BloxTap script pastebin roblox
By Counter Blox on 2024-09-19 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  
  2. _G['bloxtapusername'] = 'poop free'
  3. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  4.         if v.Name == "bloxtap" then
  5.                 v:Destroy()
  6.         end
  7. end
  8. local CC = Instance.new('ColorCorrectionEffect',game.Lighting)
  9. local lplr = game:GetService("Players").LocalPlayer
  10. local m = lplr:GetMouse()
  11. local bloxtap = Instance.new("ScreenGui")
  12. bloxtap.IgnoreGuiInset = true
  13. local fovview = Instance.new("ImageLabel")
  14. fovview.Name = "fovview"
  15. fovview.Parent = bloxtap
  16. fovview.AnchorPoint = Vector2.new(0.5, 0.5)
  17. fovview.BackgroundColor3 = Color3.new(1, 1, 1)
  18. fovview.BackgroundTransparency = 1
  19. fovview.Position = UDim2.new(0.5, 0, 0.5, 0)
  20. fovview.Size = UDim2.new(0, 25, 0, 25)
  21. fovview.Image = "http://www.roblox.com/asset/?id=282305376"
  22. fovview.ImageTransparency = 0.5
  23.  
  24. local main = Instance.new("ImageLabel")
  25. local body = Instance.new("ImageLabel")
  26. local hackname = Instance.new("TextLabel")
  27. local legit = Instance.new("TextButton")
  28. local rage = Instance.new("TextButton")
  29. local antiaim = Instance.new("TextButton")
  30. local misc = Instance.new("TextButton")
  31. local selection = Instance.new("ImageLabel")
  32. local tabs = Instance.new("Frame")
  33. local legittab = Instance.new("Frame")
  34. local FIRST_legit = Instance.new("Frame")
  35. local antiaimtab = Instance.new("Frame")
  36. local FIRST_antiaim = Instance.new("Frame")
  37. local ragetab = Instance.new("Frame")
  38. local FIRST_rage = Instance.new("Frame")
  39. local misctab = Instance.new("Frame")
  40. local FIRST_misc = Instance.new("Frame")
  41.  
  42. local visualtab = Instance.new("Frame")
  43. local FIRST_visual = Instance.new("Frame")
  44. local selection_visualtab = Instance.new("ImageLabel")
  45. local SELF = Instance.new("TextButton")
  46. local FRIENDLIES = Instance.new("TextButton")
  47. local ENEMIES = Instance.new("TextButton")
  48. local WORLD = Instance.new("TextButton")
  49. local ICON_FRIENDLIES = Instance.new("ImageLabel")
  50. local ICON_SELF = Instance.new("ImageLabel")
  51. local ICON_WORLD = Instance.new("ImageLabel")
  52. local ICON_ENEMIES = Instance.new("ImageLabel")
  53. local config = Instance.new("ImageButton")
  54. local username = Instance.new("TextLabel")
  55. local visual = Instance.new("TextButton")
  56. local configmain = Instance.new("ImageLabel")
  57. local configbody = Instance.new("ImageLabel")
  58. local title = Instance.new("TextLabel")
  59. local configlist = Instance.new("ScrollingFrame")
  60. local listthing = Instance.new("UIListLayout")
  61. local createconfig = Instance.new("TextButton")
  62. local saveconfig = Instance.new("TextButton")
  63. local loadconfig = Instance.new("TextButton")
  64. local deleteconfig = Instance.new("TextButton")
  65. local filename = Instance.new("TextBox")
  66. local lines = Instance.new("Folder")
  67.  
  68. bloxtap.Name = "bloxtap"
  69. bloxtap.Parent = game:GetService("CoreGui")
  70. bloxtap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  71. bloxtap.DisplayOrder = 1000000
  72.  
  73. main.Name = "main"
  74. main.Parent = bloxtap
  75. main.BackgroundColor3 = Color3.new(1, 1, 1)
  76. main.BackgroundTransparency = 1
  77. main.Position = UDim2.new(0.0545474887, 0, 0.0830281898, 0)
  78. main.Selectable = true
  79. main.Size = UDim2.new(0, 490, 0, 200)
  80. main.ZIndex = 2
  81. main.Image = "rbxassetid://2260429633"
  82. main.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  83. main.ScaleType = Enum.ScaleType.Slice
  84. main.SliceCenter = Rect.new(12, 12, 13, 13)
  85.  
  86. body.Name = "body"
  87. body.Parent = main
  88. body.BackgroundColor3 = Color3.new(1, 1, 1)
  89. body.BackgroundTransparency = 1
  90. body.ClipsDescendants = true
  91. body.Position = UDim2.new(0, 0, 0, 7)
  92. body.Selectable = true
  93. body.Size = UDim2.new(1, 0, 0, 600)
  94. body.Image = "rbxassetid://760929926"
  95. body.ImageColor3 = Color3.new(0.176471, 0.188235, 0.231373)
  96. body.ScaleType = Enum.ScaleType.Slice
  97. body.SliceCenter = Rect.new(5, 5, 5, 5)
  98.  
  99. main.Size = UDim2.new(0, 490, 0, body.Size.Y.Offset)
  100.  
  101. lines.Name = "lines"
  102. lines.Parent = body
  103.  
  104. hackname.Name = "hackname"
  105. hackname.Parent = body
  106. hackname.BackgroundColor3 = Color3.new(1, 1, 1)
  107. hackname.BackgroundTransparency = 1
  108. hackname.Selectable = true
  109. hackname.Size = UDim2.new(0, 75, 0, 39)
  110. hackname.Font = Enum.Font.GothamBold
  111. hackname.Text = "bloxtap"
  112. hackname.TextColor3 = Color3.new(1, 1, 1)
  113. hackname.TextSize = 17
  114. hackname.TextStrokeTransparency = 0.94999998807907
  115. hackname.TextXAlignment = Enum.TextXAlignment.Right
  116.  
  117. legit.Name = "legit"
  118. legit.Parent = body
  119. legit.BackgroundColor3 = Color3.new(1, 1, 1)
  120. legit.BackgroundTransparency = 1
  121. legit.Position = UDim2.new(0, 93, 0, 3)
  122. legit.Size = UDim2.new(0, 66, 0, 32)
  123. legit.ZIndex = 1231231
  124. legit.Font = Enum.Font.GothamBold
  125. legit.Text = "Legit"
  126. legit.TextColor3 = Color3.new(1, 1, 1)
  127. legit.TextSize = 10
  128.  
  129. rage.Name = "rage"
  130. rage.Parent = body
  131. rage.BackgroundColor3 = Color3.new(1, 1, 1)
  132. rage.BackgroundTransparency = 1
  133. rage.Position = UDim2.new(0, 168, 0, 3)
  134. rage.Size = UDim2.new(0, 67, 0, 32)
  135. rage.ZIndex = 1231231
  136. rage.Selected = true
  137. rage.Font = Enum.Font.GothamBold
  138. rage.Text = "Rage"
  139. rage.TextColor3 = Color3.new(1, 1, 1)
  140. rage.TextSize = 10
  141.  
  142. antiaim.Name = "antiaim"
  143. antiaim.Parent = body
  144. antiaim.BackgroundColor3 = Color3.new(1, 1, 1)
  145. antiaim.BackgroundTransparency = 1
  146. antiaim.Position = UDim2.new(0, 245, 0, 3)
  147. antiaim.Size = UDim2.new(0, 77, 0, 32)
  148. antiaim.ZIndex = 1231231
  149. antiaim.Selected = true
  150. antiaim.Font = Enum.Font.GothamBold
  151. antiaim.Text = "Anti-Aim"
  152. antiaim.TextColor3 = Color3.new(1, 1, 1)
  153. antiaim.TextSize = 10
  154.  
  155. misc.Name = "misc"
  156. misc.Parent = body
  157. misc.BackgroundColor3 = Color3.new(1, 1, 1)
  158. misc.BackgroundTransparency = 1
  159. misc.Position = UDim2.new(0, 410, 0, 3)
  160. misc.Size = UDim2.new(0, 65, 0, 32)
  161. misc.ZIndex = 1231231
  162. misc.Selected = true
  163. misc.Font = Enum.Font.GothamBold
  164. misc.Text = "Misc"
  165. misc.TextColor3 = Color3.new(1, 1, 1)
  166. misc.TextSize = 10
  167.  
  168. selection.Name = "selection"
  169. selection.Parent = body
  170. selection.BackgroundColor3 = Color3.new(1, 1, 1)
  171. selection.BackgroundTransparency = 1
  172. selection.Position = UDim2.new(0, 98, 0, 10)
  173. selection.Selectable = true
  174. selection.Size = UDim2.new(0, 60, 0, 19)
  175. selection.ZIndex = 612
  176. selection.Image = "rbxassetid://760929926"
  177. selection.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  178. selection.ScaleType = Enum.ScaleType.Slice
  179. selection.SliceCenter = Rect.new(5, 5, 5, 5)
  180.  
  181. tabs.Name = "tabs"
  182. tabs.Parent = body
  183. tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  184. tabs.BackgroundTransparency = 1
  185. tabs.Position = UDim2.new(0, 0, 0, 40)
  186. tabs.Size = UDim2.new(4, 0, 1, -70)
  187.  
  188. legittab.Name = "legittab"
  189. legittab.Parent = tabs
  190. legittab.BackgroundColor3 = Color3.new(1, 1, 1)
  191. legittab.BackgroundTransparency = 1
  192. legittab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  193. legittab.Size = UDim2.new(0.25, 0, 1, 0)
  194.  
  195. FIRST_legit.Name = "FIRST_legit"
  196. FIRST_legit.Parent = legittab
  197. FIRST_legit.BackgroundColor3 = Color3.new(1, 1, 1)
  198. FIRST_legit.BackgroundTransparency = 1
  199. FIRST_legit.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  200. FIRST_legit.Size = UDim2.new(1, 0, 1, 0)
  201.  
  202. antiaimtab.Name = "antiaimtab"
  203. antiaimtab.Parent = tabs
  204. antiaimtab.BackgroundColor3 = Color3.new(1, 1, 1)
  205. antiaimtab.BackgroundTransparency = 1
  206. antiaimtab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  207. antiaimtab.Size = UDim2.new(0.25, 0, 1, 0)
  208. antiaimtab.Visible = false
  209.  
  210. FIRST_antiaim.Name = "FIRST_antiaim"
  211. FIRST_antiaim.Parent = antiaimtab
  212. FIRST_antiaim.BackgroundColor3 = Color3.new(1, 1, 1)
  213. FIRST_antiaim.BackgroundTransparency = 1
  214. FIRST_antiaim.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  215. FIRST_antiaim.Size = UDim2.new(1, 0, 1, 0)
  216.  
  217. ragetab.Name = "ragetab"
  218. ragetab.Parent = tabs
  219. ragetab.BackgroundColor3 = Color3.new(1, 1, 1)
  220. ragetab.BackgroundTransparency = 1
  221. ragetab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  222. ragetab.Size = UDim2.new(0.25, 0, 1, 0)
  223. ragetab.Visible = false
  224.  
  225. FIRST_rage.Name = "FIRST_rage"
  226. FIRST_rage.Parent = ragetab
  227. FIRST_rage.BackgroundColor3 = Color3.new(1, 1, 1)
  228. FIRST_rage.BackgroundTransparency = 1
  229. FIRST_rage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  230. FIRST_rage.Size = UDim2.new(1, 0, 1, 0)
  231.  
  232. misctab.Name = "misctab"
  233. misctab.Parent = tabs
  234. misctab.BackgroundColor3 = Color3.new(1, 1, 1)
  235. misctab.BackgroundTransparency = 1
  236. misctab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  237. misctab.Size = UDim2.new(0.25, 0, 1, 0)
  238. misctab.Visible = false
  239.  
  240. local GENERAL = Instance.new("TextButton")
  241. local SKINS = Instance.new("TextButton")
  242. local PERFORMANCE = Instance.new("TextButton")
  243. local SCRIPT = Instance.new("TextButton")
  244. local ICON_SKINS = Instance.new("ImageLabel")
  245. local ICON_GENERAL = Instance.new("ImageLabel")
  246. local ICON_SCRIPT = Instance.new("ImageLabel")
  247. local ICON_PERFORMANCE = Instance.new("ImageLabel")
  248. local FIRST_misc = Instance.new("Frame")
  249. local misc_1 = Instance.new("Frame")
  250. local misc_2 = Instance.new("Frame")
  251. local misc_3 = Instance.new("Frame")
  252. local misc_4 = Instance.new("Frame")
  253. local selection_misctab = Instance.new("ImageLabel")
  254.  
  255. selection_misctab.Name = "selection_misctab"
  256. selection_misctab.Parent = misctab
  257. selection_misctab.BackgroundColor3 = Color3.new(1, 1, 1)
  258. selection_misctab.BackgroundTransparency = 1
  259. selection_misctab.ClipsDescendants = true
  260. selection_misctab.Position = UDim2.new(0, 15, 0, 10)
  261. selection_misctab.Selectable = true
  262. selection_misctab.Size = UDim2.new(1, -30, 0, 60)
  263. selection_misctab.Image = "rbxassetid://760929926"
  264. selection_misctab.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  265. selection_misctab.ScaleType = Enum.ScaleType.Slice
  266. selection_misctab.SliceCenter = Rect.new(5, 5, 5, 5)
  267.  
  268. GENERAL.Name = "GENERAL"
  269. GENERAL.Parent = selection_misctab
  270. GENERAL.BackgroundColor3 = Color3.new(1, 1, 1)
  271. GENERAL.BackgroundTransparency = 1
  272. GENERAL.Position = UDim2.new(0, 30, 0, 0)
  273. GENERAL.Size = UDim2.new(0, 70, 1, -10)
  274. GENERAL.Font = Enum.Font.GothamBold
  275. GENERAL.Text = "GENERAL"
  276. GENERAL.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  277. GENERAL.TextSize = 10
  278. GENERAL.TextYAlignment = Enum.TextYAlignment.Bottom
  279.  
  280. SKINS.Name = "SKINS"
  281. SKINS.Parent = selection_misctab
  282. SKINS.BackgroundColor3 = Color3.new(1, 1, 1)
  283. SKINS.BackgroundTransparency = 1
  284. SKINS.Position = UDim2.new(0, 255, 0, 0)
  285. SKINS.Size = UDim2.new(0, 70, 1, -10)
  286. SKINS.Font = Enum.Font.GothamBold
  287. SKINS.Text = "SKINS"
  288. SKINS.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  289. SKINS.TextSize = 10
  290. SKINS.TextYAlignment = Enum.TextYAlignment.Bottom
  291.  
  292. PERFORMANCE.Name = "PERFORMANCE"
  293. PERFORMANCE.Parent = selection_misctab
  294. PERFORMANCE.BackgroundColor3 = Color3.new(1, 1, 1)
  295. PERFORMANCE.BackgroundTransparency = 1
  296. PERFORMANCE.Position = UDim2.new(0, 135, 0, 0)
  297. PERFORMANCE.Size = UDim2.new(0, 70, 1, -10)
  298. PERFORMANCE.Font = Enum.Font.GothamBold
  299. PERFORMANCE.Text = "PERFORMANCE"
  300. PERFORMANCE.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  301. PERFORMANCE.TextSize = 10
  302. PERFORMANCE.TextYAlignment = Enum.TextYAlignment.Bottom
  303.  
  304. SCRIPT.Name = "SCRIPT"
  305. SCRIPT.Parent = selection_misctab
  306. SCRIPT.BackgroundColor3 = Color3.new(1, 1, 1)
  307. SCRIPT.BackgroundTransparency = 1
  308. SCRIPT.Position = UDim2.new(0, 360, 0, 0)
  309. SCRIPT.Size = UDim2.new(0, 70, 1, -10)
  310. SCRIPT.Font = Enum.Font.GothamBold
  311. SCRIPT.Text = "SCRIPT"
  312. SCRIPT.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  313. SCRIPT.TextSize = 10
  314. SCRIPT.TextYAlignment = Enum.TextYAlignment.Bottom
  315.  
  316. ICON_SKINS.Name = "ICON_SKINS"
  317. ICON_SKINS.Parent = selection_misctab
  318. ICON_SKINS.BackgroundColor3 = Color3.new(1, 1, 1)
  319. ICON_SKINS.BackgroundTransparency = 1
  320. ICON_SKINS.Position = UDim2.new(0, 278, 0, 8)
  321. ICON_SKINS.Size = UDim2.new(0, 23, 0, 23)
  322. ICON_SKINS.Image = "http://www.roblox.com/asset/?id=2992801749"
  323.  
  324. ICON_GENERAL.Name = "ICON_GENERAL"
  325. ICON_GENERAL.Parent = selection_misctab
  326. ICON_GENERAL.BackgroundColor3 = Color3.new(1, 1, 1)
  327. ICON_GENERAL.BackgroundTransparency = 1
  328. ICON_GENERAL.Position = UDim2.new(0, 55, 0, 8)
  329. ICON_GENERAL.Size = UDim2.new(0, 23, 0, 23)
  330. ICON_GENERAL.Image = "rbxassetid://183390139"
  331.  
  332. ICON_SCRIPT.Name = "ICON_SCRIPT"
  333. ICON_SCRIPT.Parent = selection_misctab
  334. ICON_SCRIPT.BackgroundColor3 = Color3.new(1, 1, 1)
  335. ICON_SCRIPT.BackgroundTransparency = 1
  336. ICON_SCRIPT.Position = UDim2.new(0, 383, 0, 8)
  337. ICON_SCRIPT.Size = UDim2.new(0, 23, 0, 23)
  338. ICON_SCRIPT.Image = "http://www.roblox.com/asset/?id=4529595292"
  339.  
  340. ICON_PERFORMANCE.Name = "ICON_PERFORMANCE"
  341. ICON_PERFORMANCE.Parent = selection_misctab
  342. ICON_PERFORMANCE.BackgroundColor3 = Color3.new(1, 1, 1)
  343. ICON_PERFORMANCE.BackgroundTransparency = 1
  344. ICON_PERFORMANCE.Position = UDim2.new(0, 158, 0, 8)
  345. ICON_PERFORMANCE.Size = UDim2.new(0, 23, 0, 23)
  346. ICON_PERFORMANCE.Image = "http://www.roblox.com/asset/?id=4529590010"
  347. ICON_PERFORMANCE.ScaleType = Enum.ScaleType.Slice
  348.  
  349. FIRST_misc.Name = "FIRST_misc"
  350. FIRST_misc.Parent = misctab
  351. FIRST_misc.BackgroundColor3 = Color3.new(1, 1, 1)
  352. FIRST_misc.BackgroundTransparency = 1
  353. FIRST_misc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  354. FIRST_misc.Position = UDim2.new(0, 0, 0, 70)
  355. FIRST_misc.Size = UDim2.new(1, 0, 1, -70)
  356.  
  357. misc_1.Name = "misc_1"
  358. misc_1.Parent = FIRST_misc
  359. misc_1.BackgroundColor3 = Color3.new(1, 1, 1)
  360. misc_1.BackgroundTransparency = 1
  361. misc_1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  362. misc_1.Size = UDim2.new(1, 0, 1, 0)
  363.  
  364. misc_2.Name = "misc_2"
  365. misc_2.Parent = FIRST_misc
  366. misc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  367. misc_2.BackgroundTransparency = 1
  368. misc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  369. misc_2.Size = UDim2.new(1, 0, 1, 0)
  370. misc_2.Visible = false
  371. misc_3.Name = "misc_3"
  372. misc_3.Parent = FIRST_misc
  373. misc_3.BackgroundColor3 = Color3.new(1, 1, 1)
  374. misc_3.BackgroundTransparency = 1
  375. misc_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  376. misc_3.Size = UDim2.new(1, 0, 1, 0)
  377. misc_3.Visible = false
  378.  
  379. misc_4.Name = "misc_4"
  380. misc_4.Parent = FIRST_misc
  381. misc_4.BackgroundColor3 = Color3.new(1, 1, 1)
  382. misc_4.BackgroundTransparency = 1
  383. misc_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  384. misc_4.Size = UDim2.new(1, 0, 1, 0)
  385. misc_4.Visible = false
  386. FIRST_misc.Name = "FIRST_misc"
  387. FIRST_misc.Parent = misctab
  388. FIRST_misc.BackgroundColor3 = Color3.new(1, 1, 1)
  389. FIRST_misc.BackgroundTransparency = 1
  390. FIRST_misc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  391. FIRST_misc.Size = UDim2.new(1, 0, 1, 0)
  392.  
  393. visualtab.Name = "visualtab"
  394. visualtab.Parent = tabs
  395. visualtab.BackgroundColor3 = Color3.new(1, 1, 1)
  396. visualtab.BackgroundTransparency = 1
  397. visualtab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  398. visualtab.Size = UDim2.new(0.25, 0, 1, 0)
  399. visualtab.Visible = false
  400.  
  401. FIRST_visual.Name = "FIRST_visual"
  402. FIRST_visual.Parent = visualtab
  403. FIRST_visual.BackgroundColor3 = Color3.new(1, 1, 1)
  404. FIRST_visual.BackgroundTransparency = 1
  405. FIRST_visual.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  406. FIRST_visual.Position = UDim2.new(0, 0, 0, 70)
  407. FIRST_visual.Size = UDim2.new(1, 0, 1, -70)
  408.  
  409. local visual_1 = Instance.new("Frame")
  410. local visual_2 = Instance.new("Frame")
  411. local visual_3 = Instance.new("Frame")
  412. local visual_4 = Instance.new("Frame")
  413.  
  414. visual_1.Name = "visual_1"
  415. visual_1.Parent = FIRST_visual
  416. visual_1.BackgroundColor3 = Color3.new(1, 1, 1)
  417. visual_1.BackgroundTransparency = 1
  418. visual_1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  419. visual_1.Size = UDim2.new(1, 0, 1, 0)
  420. visual_1.Visible = true
  421.  
  422. visual_2.Name = "visual_2"
  423. visual_2.Parent = FIRST_visual
  424. visual_2.BackgroundColor3 = Color3.new(1, 1, 1)
  425. visual_2.BackgroundTransparency = 1
  426. visual_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  427. visual_2.Size = UDim2.new(1, 0, 1, 0)
  428. visual_2.Visible = false
  429.  
  430. visual_3.Name = "visual_3"
  431. visual_3.Parent = FIRST_visual
  432. visual_3.BackgroundColor3 = Color3.new(1, 1, 1)
  433. visual_3.BackgroundTransparency = 1
  434. visual_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  435. visual_3.Size = UDim2.new(1, 0, 1, 0)
  436. visual_3.Visible = false
  437.  
  438. visual_4.Name = "visual_4"
  439. visual_4.Parent = FIRST_visual
  440. visual_4.BackgroundColor3 = Color3.new(1, 1, 1)
  441. visual_4.BackgroundTransparency = 1
  442. visual_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  443. visual_4.Size = UDim2.new(1, 0, 1, 0)
  444. visual_4.Visible = false
  445.  
  446. selection_visualtab.Name = "selection_visualtab"
  447. selection_visualtab.Parent = visualtab
  448. selection_visualtab.BackgroundColor3 = Color3.new(1, 1, 1)
  449. selection_visualtab.BackgroundTransparency = 1
  450. selection_visualtab.ClipsDescendants = true
  451. selection_visualtab.Position = UDim2.new(0, 15, 0, 10)
  452. selection_visualtab.Selectable = true
  453. selection_visualtab.Size = UDim2.new(1, -30, 0, 60)
  454. selection_visualtab.Image = "rbxassetid://760929926"
  455. selection_visualtab.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  456. selection_visualtab.ScaleType = Enum.ScaleType.Slice
  457. selection_visualtab.SliceCenter = Rect.new(5, 5, 5, 5)
  458.  
  459. SELF.Name = "SELF"
  460. SELF.Parent = selection_visualtab
  461. SELF.BackgroundColor3 = Color3.new(1, 1, 1)
  462. SELF.BackgroundTransparency = 1
  463. SELF.Position = UDim2.new(0, 30, 0, 0)
  464. SELF.Size = UDim2.new(0, 70, 1, -10)
  465. SELF.Font = Enum.Font.GothamBold
  466. SELF.Text = "SELF"
  467. SELF.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  468. SELF.TextSize = 10
  469. SELF.TextYAlignment = Enum.TextYAlignment.Bottom
  470.  
  471. FRIENDLIES.Name = "FRIENDLIES"
  472. FRIENDLIES.Parent = selection_visualtab
  473. FRIENDLIES.BackgroundColor3 = Color3.new(1, 1, 1)
  474. FRIENDLIES.BackgroundTransparency = 1
  475. FRIENDLIES.Position = UDim2.new(0, 255, 0, 0)
  476. FRIENDLIES.Size = UDim2.new(0, 70, 1, -10)
  477. FRIENDLIES.Font = Enum.Font.GothamBold
  478. FRIENDLIES.Text = "FRIENDLIES"
  479. FRIENDLIES.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  480. FRIENDLIES.TextSize = 10
  481. FRIENDLIES.TextYAlignment = Enum.TextYAlignment.Bottom
  482.  
  483. ENEMIES.Name = "ENEMIES"
  484. ENEMIES.Parent = selection_visualtab
  485. ENEMIES.BackgroundColor3 = Color3.new(1, 1, 1)
  486. ENEMIES.BackgroundTransparency = 1
  487. ENEMIES.Position = UDim2.new(0, 135, 0, 0)
  488. ENEMIES.Size = UDim2.new(0, 70, 1, -10)
  489. ENEMIES.Font = Enum.Font.GothamBold
  490. ENEMIES.Text = "ENEMIES"
  491. ENEMIES.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  492. ENEMIES.TextSize = 10
  493. ENEMIES.TextYAlignment = Enum.TextYAlignment.Bottom
  494.  
  495. WORLD.Name = "WORLD"
  496. WORLD.Parent = selection_visualtab
  497. WORLD.BackgroundColor3 = Color3.new(1, 1, 1)
  498. WORLD.BackgroundTransparency = 1
  499. WORLD.Position = UDim2.new(0, 360, 0, 0)
  500. WORLD.Size = UDim2.new(0, 70, 1, -10)
  501. WORLD.Font = Enum.Font.GothamBold
  502. WORLD.Text = "WORLD"
  503. WORLD.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  504. WORLD.TextSize = 10
  505. WORLD.TextYAlignment = Enum.TextYAlignment.Bottom
  506.  
  507. ICON_FRIENDLIES.Name = "ICON_FRIENDLIES"
  508. ICON_FRIENDLIES.Parent = selection_visualtab
  509. ICON_FRIENDLIES.BackgroundColor3 = Color3.new(1, 1, 1)
  510. ICON_FRIENDLIES.BackgroundTransparency = 1
  511. ICON_FRIENDLIES.Position = UDim2.new(0, 278, 0, 8)
  512. ICON_FRIENDLIES.Size = UDim2.new(0, 23, 0, 23)
  513. ICON_FRIENDLIES.Image = "http://www.roblox.com/asset/?id=2484564290"
  514.  
  515. ICON_SELF.Name = "ICON_SELF"
  516. ICON_SELF.Parent = selection_visualtab
  517. ICON_SELF.BackgroundColor3 = Color3.new(1, 1, 1)
  518. ICON_SELF.BackgroundTransparency = 1
  519. ICON_SELF.Position = UDim2.new(0, 55, 0, 8)
  520. ICON_SELF.Size = UDim2.new(0, 23, 0, 23)
  521. ICON_SELF.Image = "rbxassetid://4529558639"
  522.  
  523. ICON_WORLD.Name = "ICON_WORLD"
  524. ICON_WORLD.Parent = selection_visualtab
  525. ICON_WORLD.BackgroundColor3 = Color3.new(1, 1, 1)
  526. ICON_WORLD.BackgroundTransparency = 1
  527. ICON_WORLD.Position = UDim2.new(0, 383, 0, 8)
  528. ICON_WORLD.Size = UDim2.new(0, 23, 0, 23)
  529. ICON_WORLD.Image = "http://www.roblox.com/asset/?id=524302408"
  530.  
  531. ICON_ENEMIES.Name = "ICON_ENEMIES"
  532. ICON_ENEMIES.Parent = selection_visualtab
  533. ICON_ENEMIES.BackgroundColor3 = Color3.new(1, 1, 1)
  534. ICON_ENEMIES.BackgroundTransparency = 1
  535. ICON_ENEMIES.Position = UDim2.new(0, 158, 0, 8)
  536. ICON_ENEMIES.Size = UDim2.new(0, 23, 0, 23)
  537. ICON_ENEMIES.Image = "http://www.roblox.com/asset/?id=4476927981"
  538. ICON_ENEMIES.ScaleType = Enum.ScaleType.Slice
  539.  
  540. config.Name = "config"
  541. config.Parent = body
  542. config.BackgroundColor3 = Color3.new(1, 1, 1)
  543. config.BackgroundTransparency = 1
  544. config.Position = UDim2.new(1, -35, 1, -25)
  545. config.Size = UDim2.new(0, 25, 0, 25)
  546. config.ZIndex = 10000
  547. config.Image = "http://www.roblox.com/asset/?id=193272460"
  548.  
  549. username.Name = "username"
  550. username.Parent = body
  551. username.BackgroundColor3 = Color3.new(1, 1, 1)
  552. username.BackgroundTransparency = 1
  553. username.Position = UDim2.new(0, 10, 1, -20)
  554. username.Size = UDim2.new(0, 80, 0, 15)
  555. username.ZIndex = 10000
  556. username.Font = Enum.Font.GothamSemibold
  557. username.Text = "username"
  558. username.TextColor3 = Color3.new(1, 1, 1)
  559. username.TextSize = 12
  560. username.TextStrokeTransparency = 0.94999998807907
  561. username.TextXAlignment = Enum.TextXAlignment.Left
  562.  
  563. visual.Name = "visual"
  564. visual.Parent = body
  565. visual.BackgroundColor3 = Color3.new(1, 1, 1)
  566. visual.BackgroundTransparency = 1
  567. visual.Position = UDim2.new(0, 333, 0, 3)
  568. visual.Size = UDim2.new(0, 65, 0, 32)
  569. visual.ZIndex = 1231231
  570. visual.Selected = true
  571. visual.Font = Enum.Font.GothamBold
  572. visual.Text = "Visual"
  573. visual.TextColor3 = Color3.new(1, 1, 1)
  574. visual.TextSize = 10
  575.  
  576. configmain.Name = "configmain"
  577. configmain.Parent = bloxtap
  578. configmain.BackgroundColor3 = Color3.new(1, 1, 1)
  579. configmain.BackgroundTransparency = 1
  580. configmain.Position = UDim2.new(0.5, 109, 0.5, 10)
  581. configmain.Selectable = true
  582. configmain.Size = UDim2.new(0, 218, 0, 20)
  583. configmain.Visible = false
  584. configmain.ZIndex = 1000000
  585. configmain.Image = "rbxassetid://2260429633"
  586. configmain.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  587. configmain.ScaleType = Enum.ScaleType.Slice
  588. configmain.SliceCenter = Rect.new(12, 12, 13, 13)
  589.  
  590. configbody.Name = "configbody"
  591. configbody.Parent = configmain
  592. configbody.BackgroundColor3 = Color3.new(1, 1, 1)
  593. configbody.BackgroundTransparency = 1
  594. configbody.ClipsDescendants = true
  595. configbody.Position = UDim2.new(0, 0, 0, 4)
  596. configbody.Selectable = true
  597. configbody.Size = UDim2.new(1, 0, 5.3499999, 100)
  598. configbody.Image = "rbxassetid://760929926"
  599. configbody.ImageColor3 = Color3.new(0.176471, 0.188235, 0.231373)
  600. configbody.ScaleType = Enum.ScaleType.Slice
  601. configbody.SliceCenter = Rect.new(5, 5, 5, 5)
  602.  
  603. title.Name = "title"
  604. title.Parent = configbody
  605. title.BackgroundColor3 = Color3.new(1, 1, 1)
  606. title.BackgroundTransparency = 1
  607. title.BorderSizePixel = 0
  608. title.Size = UDim2.new(1, 0, 0, 25)
  609. title.Font = Enum.Font.GothamSemibold
  610. title.Text = "Configuration"
  611. title.TextColor3 = Color3.new(1, 1, 1)
  612. title.TextSize = 11
  613.  
  614. configlist.Name = "configlist"
  615. configlist.Parent = configbody
  616. configlist.BackgroundColor3 = Color3.new(0.2, 0.207843, 0.247059)
  617. configlist.BorderSizePixel = 0
  618. configlist.Position = UDim2.new(0, 10, 0, 30)
  619. configlist.Size = UDim2.new(1, -20, -0.0606060661, 100)
  620. configlist.ScrollBarThickness = 0
  621.  
  622. listthing.Name = "listthing"
  623. listthing.Parent = configlist
  624. listthing.SortOrder = Enum.SortOrder.LayoutOrder
  625. listthing.Padding = UDim.new(0,1)
  626.  
  627. createconfig.Name = "createconfig"
  628. createconfig.Parent = configbody
  629. createconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  630. createconfig.BorderSizePixel = 0
  631. createconfig.Position = UDim2.new(0, 10, 0, 180)
  632. createconfig.Size = UDim2.new(1, -20, 0, 20)
  633. createconfig.Font = Enum.Font.GothamSemibold
  634. createconfig.Text = "Create"
  635. createconfig.TextColor3 = Color3.new(1, 1, 1)
  636. createconfig.TextSize = 11
  637. createconfig.TextWrapped = true
  638.  
  639. saveconfig.Name = "saveconfig"
  640. saveconfig.Parent = configbody
  641. saveconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  642. saveconfig.BorderSizePixel = 0
  643. saveconfig.Position = UDim2.new(0, 10, 0, 127)
  644. saveconfig.Size = UDim2.new(0, 60, 0, 20)
  645. saveconfig.Font = Enum.Font.GothamSemibold
  646. saveconfig.Text = "Save"
  647. saveconfig.TextColor3 = Color3.new(1, 1, 1)
  648. saveconfig.TextSize = 11
  649. saveconfig.TextWrapped = true
  650.  
  651. loadconfig.Name = "loadconfig"
  652. loadconfig.Parent = configbody
  653. loadconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  654. loadconfig.BorderSizePixel = 0
  655. loadconfig.Position = UDim2.new(0, 79, 0, 127)
  656. loadconfig.Size = UDim2.new(0, 60, 0, 20)
  657. loadconfig.Font = Enum.Font.GothamSemibold
  658. loadconfig.Text = "Load"
  659. loadconfig.TextColor3 = Color3.new(1, 1, 1)
  660. loadconfig.TextSize = 11
  661. loadconfig.TextWrapped = true
  662.  
  663. deleteconfig.Name = "deleteconfig"
  664. deleteconfig.Parent = configbody
  665. deleteconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  666. deleteconfig.BorderSizePixel = 0
  667. deleteconfig.Position = UDim2.new(0, 148, 0, 127)
  668. deleteconfig.Size = UDim2.new(0, 60, 0, 20)
  669. deleteconfig.Font = Enum.Font.GothamSemibold
  670. deleteconfig.Text = "Delete"
  671. deleteconfig.TextColor3 = Color3.new(1, 1, 1)
  672. deleteconfig.TextSize = 11
  673. deleteconfig.TextWrapped = true
  674.  
  675. filename.Name = "filename"
  676. filename.Parent = configbody
  677. filename.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  678. filename.BorderSizePixel = 0
  679. filename.Position = UDim2.new(0, 10, 0, 153)
  680. filename.Size = UDim2.new(1, -20, 0, 20)
  681. filename.Font = Enum.Font.GothamSemibold
  682. filename.PlaceholderColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  683. filename.PlaceholderText = "File Name"
  684. filename.Text = ""
  685. filename.TextColor3 = Color3.new(1, 1, 1)
  686. filename.TextSize = 11
  687.  
  688. local line3 = Instance.new("Frame")
  689. local line2 = Instance.new("Frame")
  690. local line1 = Instance.new("Frame")
  691. local line = Instance.new("Frame")
  692.  
  693. line3.Name = "line3"
  694. line3.Parent = lines
  695. line3.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  696. line3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  697. line3.BorderSizePixel = 0
  698. line3.Position = UDim2.new(0, 80, 0, 6)
  699. line3.Size = UDim2.new(0, 1, 0, 28)
  700. line3.ZIndex = 123131
  701.  
  702. line2.Name = "line2"
  703. line2.Parent = lines
  704. line2.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  705. line2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  706. line2.BorderSizePixel = 0
  707. line2.Position = UDim2.new(0, 10, 1, -27)
  708. line2.Selectable = true
  709. line2.Size = UDim2.new(1, -20, 0, 1)
  710. line2.ZIndex = 123131
  711.  
  712. line1.Name = "line1"
  713. line1.Parent = lines
  714. line1.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  715. line1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  716. line1.BorderSizePixel = 0
  717. line1.Position = UDim2.new(0, 10, 0, 40)
  718. line1.Size = UDim2.new(1, -20, 0, 1)
  719. line1.ZIndex = 123131
  720.  
  721. line.Name = "line"
  722. line.Parent = body
  723. line.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.231373)
  724. line.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  725. line.BorderSizePixel = 0
  726. line.Position = UDim2.new(0, 10, 1, -26)
  727. line.Selectable = true
  728. line.Size = UDim2.new(1, -20, 0, 26)
  729. line.ZIndex = 100
  730.  
  731. local configfolder = Instance.new("Folder",bloxtap)
  732. configfolder.Name = "configfolder"
  733.  
  734. get = function(str)
  735.         local r = loadstring(game:HttpGet("http://rustedstyle.com/bloxtap_assets/"..str..'.lua',true))()
  736.         return r
  737. end
  738.  
  739. antiaim.MouseButton1Click:connect(function()
  740.         selection:TweenPosition(UDim2.new(0,antiaim.Position.X.Offset+7,0,10),"Out","Quad",0.1,true,nil)
  741.         for i,v in pairs(tabs:GetChildren()) do if v == antiaimtab then v.Visible = true else v.Visible = false end end
  742. end)
  743. legit.MouseButton1Click:connect(function()
  744.         selection:TweenPosition(UDim2.new(0,legit.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  745.         for i,v in pairs(tabs:GetChildren()) do if v == legittab then v.Visible = true else v.Visible = false end end
  746. end)
  747. misc.MouseButton1Click:connect(function()
  748.         selection:TweenPosition(UDim2.new(0,misc.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  749.         for i,v in pairs(tabs:GetChildren()) do if v == misctab then v.Visible = true else v.Visible = false end end
  750. end)
  751. rage.MouseButton1Click:connect(function()
  752.         selection:TweenPosition(UDim2.new(0,rage.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  753.         for i,v in pairs(tabs:GetChildren()) do if v == ragetab then v.Visible = true else v.Visible = false end end
  754. end)
  755. visual.MouseButton1Click:connect(function()
  756.         selection:TweenPosition(UDim2.new(0,visual.Position.X.Offset,0,10),"Out","Quad",0.1,true,nil)
  757.         for i,v in pairs(tabs:GetChildren()) do if v == visualtab then v.Visible = true else v.Visible = false end end
  758. end)
  759.  
  760. body.Changed:Connect(function()
  761.         main.Size = UDim2.new(0, 490, 0, body.Size.Y.Offset)
  762. end)
  763.  
  764. config.MouseButton1Click:connect(function()
  765.         configmain.Visible = (not configmain.Visible)
  766. end)
  767.  
  768. function addcategory(info)
  769.         local category = Instance.new("Frame")
  770.         local scrolldesign = Instance.new("ImageLabel")
  771.         local top = Instance.new("Frame")
  772.         local title = Instance.new("TextLabel")
  773.         local content = Instance.new("ScrollingFrame")
  774.         local sizefixer = Instance.new("Frame")
  775.         local UIListLayout = Instance.new("UIListLayout")
  776.        
  777.         category.Name = "category"
  778.         category.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.231373)
  779.         category.BorderColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  780.         category.Size = UDim2.new(0, 225, 0, info['lenght'])
  781.        
  782.         local postoday;
  783.         if #info["parent"]:GetChildren() == 0 then
  784.                 postoday = UDim2.new(0,10,0,10)
  785.         else
  786.                 if (info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.Y.Offset - info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.Y.Offset) <= 150 then
  787.                         if info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.Y.Offset == 10 then
  788.                                 postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.X.Offset, 0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.Y.Offset + 20)
  789.                         else
  790.                                 postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.X.Offset + 25, 0, 10)
  791.                         end
  792.                 else
  793.                         postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.X.Offset + 25, 0, 10)
  794.                 end
  795.         end
  796.         category.Position = postoday
  797.         category.Parent = info['parent']
  798.        
  799.         scrolldesign.Name = "scrolldesign"
  800.         scrolldesign.Parent = category
  801.         scrolldesign.BackgroundColor3 = Color3.new(1, 1, 1)
  802.         scrolldesign.BackgroundTransparency = 1
  803.         scrolldesign.Position = UDim2.new(1, -5, 0, 5)
  804.         scrolldesign.Size = UDim2.new(0, 5, 1, -18)
  805.         scrolldesign.ZIndex = -2
  806.         scrolldesign.Image = "rbxassetid://2260429633"
  807.         scrolldesign.ImageColor3 = Color3.new(0.121569, 0.129412, 0.156863)
  808.         scrolldesign.ScaleType = Enum.ScaleType.Slice
  809.         scrolldesign.SliceCenter = Rect.new(12, 12, 13, 13)
  810.        
  811.         top.Name = "top"
  812.         top.Parent = category
  813.         top.BackgroundColor3 = Color3.new(1, 0.784314, 0.403922)
  814.         top.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  815.         top.BorderSizePixel = 0
  816.         top.Size = UDim2.new(1, 0, 0, 1)
  817.         top.ZIndex = 10000
  818.        
  819.         title.Name = "title"
  820.         title.Parent = top
  821.         title.AnchorPoint = Vector2.new(0.5, 0.5)
  822.         title.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.231373)
  823.         title.BorderSizePixel = 0
  824.         title.Position = UDim2.new(0.5, 0, 0, 0)
  825.         title.Font = Enum.Font.GothamSemibold
  826.         title.Text = info['title']
  827.         title.Size = UDim2.new(0, title.TextBounds.X+20, 0, 10)
  828.         title.TextColor3 = Color3.new(1, 1, 1)
  829.         title.TextSize = 11
  830.         title.TextStrokeTransparency = 0.94999998807907
  831.        
  832.         content.Name = "content"
  833.         content.Parent = category
  834.         content.BackgroundColor3 = Color3.new(1, 1, 1)
  835.         content.BackgroundTransparency = 1
  836.         content.BorderSizePixel = 0
  837.         content.Size = UDim2.new(1, 0, 1, 0)
  838.         content.BottomImage = ""
  839.         content.MidImage = "http://www.roblox.com/asset/?id=1080024588"
  840.         content.ScrollBarThickness = 5
  841.         content.TopImage = ""
  842.         content.CanvasSize = UDim2.new(0, 0, 5, 0)
  843.        
  844.         sizefixer.Name = "sizefixer"
  845.         sizefixer.Parent = content
  846.         sizefixer.BackgroundColor3 = Color3.new(1, 1, 1)
  847.         sizefixer.BackgroundTransparency = 1
  848.         sizefixer.Size = UDim2.new(1, 0, 0, 10)
  849.        
  850.         UIListLayout.Parent = content
  851.         UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  852.        
  853.         return content
  854. end
  855. function addbutton(info,callback)
  856.         callback = callback or function() end
  857.         local button = Instance.new("Frame")
  858.         local real = Instance.new("TextButton")
  859.        
  860.         button.Name = "button"
  861.         button.Parent = info['parent']
  862.         button.BackgroundColor3 = Color3.new(1, 1, 1)
  863.         button.BackgroundTransparency = 1
  864.         button.Size = UDim2.new(0, 6, 0, 23)
  865.        
  866.         real.Name = "real"
  867.         real.Parent = button
  868.         real.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  869.         real.BorderSizePixel = 0
  870.         real.Position = UDim2.new(1, 21, 0, 0)
  871.         real.Size = UDim2.new(0, 151, 0, 18)
  872.         real.Font = Enum.Font.GothamSemibold
  873.         real.Text = info['text']
  874.         real.TextSize = 11
  875.        
  876.         real.TextColor3 = Color3.fromRGB(250, 250, 250)
  877.         real.MouseButton1Click:connect(callback)
  878.        
  879.         real.MouseEnter:connect(function() real.TextColor3 = Color3.fromRGB(255, 200, 103) end)
  880.         real.MouseLeave:connect(function() real.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392) end)
  881. end
  882.  
  883. function addtoggle(info,callback)
  884.         callback = callback or function() end
  885.        
  886.         local toggle = Instance.new("Frame")
  887.         local title = Instance.new("TextLabel")
  888.         local border = Instance.new("ImageLabel")
  889.         local button = Instance.new("ImageButton")
  890.        
  891.         toggle.Name = "toggle"
  892.         toggle.Parent = info['parent']
  893.         toggle.BackgroundColor3 = Color3.new(1, 1, 1)
  894.         toggle.BackgroundTransparency = 1
  895.         toggle.Size = UDim2.new(0, 6, 0, 21)
  896.        
  897.         title.Name = "title"
  898.         title.Parent = toggle
  899.         title.BackgroundColor3 = Color3.new(1, 1, 1)
  900.         title.BorderSizePixel = 0
  901.         title.Position = UDim2.new(1, 21, 0, -4)
  902.         title.Size = UDim2.new(0, 0, 1, 0)
  903.         title.Font = Enum.Font.GothamSemibold
  904.         title.Text = info['title']
  905.         title.TextColor3 = Color3.new(1, 1, 1)
  906.         title.TextSize = 11
  907.         title.TextXAlignment = Enum.TextXAlignment.Left
  908.        
  909.         border.Name = "border"
  910.         border.Parent = toggle
  911.         border.BackgroundColor3 = Color3.new(1, 1, 1)
  912.         border.BackgroundTransparency = 1
  913.         border.Position = UDim2.new(1, 0, 0, 0)
  914.         border.Size = UDim2.new(0, 14, 0, 14)
  915.         border.Image = "rbxassetid://2260429633"
  916.         border.ImageColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  917.        
  918.         border.MouseEnter:connect(function() border.ImageColor3 = Color3.fromRGB(255, 200, 103) end)
  919.         border.MouseLeave:connect(function() border.ImageColor3 = Color3.new(0.211765, 0.231373, 0.247059) end)
  920.        
  921.         button.Name = "button"
  922.         button.Parent = border
  923.         button.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  924.         button.BackgroundTransparency = 1
  925.         button.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  926.         button.Position = UDim2.new(0, 1, 0, 1)
  927.         button.Size = UDim2.new(1, -2, 1, -2)
  928.         button.ZIndex = 2
  929.         button.AutoButtonColor = false
  930.         button.Image = "rbxassetid://2260429633"
  931.         button.ImageColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  932.         button.ScaleType = Enum.ScaleType.Slice
  933.         button.SliceCenter = Rect.new(12, 12, 13, 13)
  934.  
  935.         local fap = Instance.new("BoolValue",configfolder)
  936.         fap.Name = info['valuename']
  937.         fap.Value = info['value'] or false
  938.        
  939.         fap.Changed:connect(function(c)
  940.                 button.ImageColor3 = (fap.Value and Color3.fromRGB(255, 200, 103) or Color3.fromRGB(31, 32, 40))
  941.                 callback(fap.Value)
  942.         end)
  943.        
  944.         button.MouseButton1Click:connect(function()
  945.                 fap.Value = (not fap.Value)
  946.         end)
  947. end
  948.  
  949. function adddropdown(info,callback)
  950.         callback = callback or function() end
  951.         local dropdown = Instance.new("Frame")
  952.         local body = Instance.new("Frame")
  953.         local click = Instance.new("ImageButton")
  954.         local title = Instance.new("TextLabel")
  955.         local drop = Instance.new("Frame")
  956.         local listthing = Instance.new("UIListLayout")
  957.        
  958.        
  959.        
  960.         local fap = Instance.new("StringValue",configfolder)
  961.         fap.Name = info['valuename']
  962.         fap.Value = tostring(info['list'][1])
  963.        
  964.         dropdown.Name = "dropdown"
  965.         dropdown.Parent = info['parent']
  966.         dropdown.BackgroundColor3 = Color3.new(1, 1, 1)
  967.         dropdown.BackgroundTransparency = 1
  968.         dropdown.Position = UDim2.new(0, 0, 0.589999974, 0)
  969.         dropdown.Size = UDim2.new(0, 27, 0, 24)
  970.         dropdown.ZIndex = 100000000000000
  971.        
  972.         body.Name = "body"
  973.         body.Parent = dropdown
  974.         body.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  975.         body.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  976.         body.Position = UDim2.new(1, 0, 0, 0)
  977.         body.Size = UDim2.new(0, 130, 0, 18)
  978.        
  979.         click.Parent = body
  980.         click.BackgroundColor3 = Color3.new(1, 1, 1)
  981.         click.BackgroundTransparency = 1
  982.         click.Position = UDim2.new(1, -15, 0, 5)
  983.         click.Size = UDim2.new(0, 9, 0, 9)
  984.         click.Image = "http://www.roblox.com/asset/?id=1248849582"
  985.        
  986.         click.MouseEnter:connect(function() click.ImageColor3 = Color3.fromRGB(255, 200, 103) end)
  987.         click.MouseLeave:connect(function() click.ImageColor3 = Color3.fromRGB(255,255,255) end)
  988.        
  989.         title.Name = "title"
  990.         title.Parent = body
  991.         title.BackgroundColor3 = Color3.new(1, 1, 1)
  992.         title.BackgroundTransparency = 1
  993.         title.BorderSizePixel = 0
  994.         title.Position = UDim2.new(0, 7, 0, 0)
  995.         title.Size = UDim2.new(1, 0, 1, 0)
  996.         title.Font = Enum.Font.GothamSemibold
  997.         title.Text = tostring(info['list'][1])
  998.         title.TextColor3 = Color3.new(1, 1, 1)
  999.         title.TextSize = 11
  1000.         title.TextXAlignment = Enum.TextXAlignment.Left
  1001.        
  1002.         drop.Name = "drop"
  1003.         drop.Parent = body
  1004.         drop.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  1005.         drop.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  1006.         drop.BorderSizePixel = 0
  1007.         drop.ClipsDescendants = true
  1008.         drop.Position = UDim2.new(0, 0, 1, 1)
  1009.         drop.Size = UDim2.new(0, 130, 0, #info['list']*18)
  1010.         drop.Visible = false
  1011.         drop.ZIndex = 100000000
  1012.        
  1013.         listthing.Name = "listthing"
  1014.         listthing.Parent = drop
  1015.         listthing.SortOrder = Enum.SortOrder.LayoutOrder
  1016.        
  1017.         for _,name in pairs(info['list']) do
  1018.                 local dropbutton = Instance.new("TextButton")
  1019.                
  1020.                 dropbutton.Name = "dropbutton"
  1021.                 dropbutton.Parent = drop
  1022.                 dropbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  1023.                 dropbutton.BackgroundTransparency = 1
  1024.                 dropbutton.Size = UDim2.new(1, 0, 0, 18)
  1025.                 dropbutton.Font = Enum.Font.GothamSemibold
  1026.                 dropbutton.Text = tostring(name)
  1027.                 dropbutton.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  1028.                 dropbutton.TextSize = 11
  1029.                
  1030.                 dropbutton.MouseEnter:connect(function() dropbutton.TextColor3 = Color3.fromRGB(255, 200, 103) end)
  1031.                 dropbutton.MouseLeave:connect(function() dropbutton.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392) end)
  1032.                 dropbutton.MouseButton1Click:Connect(function()
  1033.                         fap.Value = tostring(name)
  1034.                 end)
  1035.         end
  1036.        
  1037.         fap.Changed:connect(function()
  1038.                 drop.Visible = false
  1039.                 click.Rotation = 0
  1040.                 title.Text = fap.Value
  1041.                 body.BorderColor3 = Color3.fromRGB(54, 57, 64)
  1042.                 callback(fap.Value)
  1043.         end)
  1044.        
  1045.         click.MouseButton1Click:connect(function()
  1046.                 if click.Rotation == 0 then click.Rotation = -180;body.BorderColor3 = Color3.fromRGB(255, 200, 103); drop.Visible = true else click.Rotation = 0; drop.Visible = false;body.BorderColor3 = Color3.fromRGB(54, 57, 64) end
  1047.         end)
  1048. end
  1049. local indicator = Instance.new("Frame")
  1050. local value = Instance.new("TextLabel")
  1051.  
  1052. indicator.Name = "indicator"
  1053. indicator.Parent = game
  1054. indicator.BackgroundColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1055. indicator.BorderColor3 = Color3.new(0.168627, 0.184314, 0.196078)
  1056. indicator.Size = UDim2.new(0, 20, 0, 20)
  1057. indicator.ZIndex = 1000000000000000000000
  1058. indicator.Position = UDim2.new(1, -30, 1, 1)
  1059.  
  1060. value.Name = "value"
  1061. value.Parent = indicator
  1062. value.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. value.BackgroundTransparency = 1
  1064. value.BorderSizePixel = 0
  1065. value.Position = UDim2.new(0, 1, 0, 0)
  1066. value.Size = UDim2.new(1, 0, 1, 0)
  1067. value.Font = Enum.Font.GothamSemibold
  1068. value.Text = "69"
  1069. value.TextColor3 = Color3.new(1, 1, 1)
  1070. value.TextSize = 11
  1071. local scrollon = nil
  1072. function addscroll(info,callback)
  1073.         callback = callback or function() end
  1074.         local scrolling = Instance.new("Frame")
  1075.         local title = Instance.new("TextLabel")
  1076.         local max = Instance.new("ImageLabel")
  1077.         local scroll = Instance.new("ImageLabel")
  1078.        
  1079.         local fap = Instance.new("NumberValue",configfolder)
  1080.         fap.Name = info['valuename']
  1081.         fap.Value = info['value'] or 0
  1082.        
  1083.         fap.Changed:connect(function(c)
  1084.                 callback(fap.Value)
  1085.                 scroll:TweenSize(UDim2.new(fap.value/info['maxed'], 5, 0, 4), 'Out', 'Quad', 0.2, true);
  1086.         end)
  1087.        
  1088.         scrolling.Name = "scrolling"
  1089.         scrolling.Parent = info['parent']
  1090.         scrolling.BackgroundColor3 = Color3.new(1, 1, 1)
  1091.         scrolling.BackgroundTransparency = 1
  1092.         scrolling.Position = UDim2.new(0, 0, 0.300000012, 0)
  1093.         scrolling.Size = UDim2.new(0, 18, 0, 25)
  1094.        
  1095.         title.Name = "title"
  1096.         title.Parent = scrolling
  1097.         title.BackgroundColor3 = Color3.new(1, 1, 1)
  1098.         title.BorderSizePixel = 0
  1099.         title.Position = UDim2.new(1, 10, 0, -2)
  1100.         title.Size = UDim2.new(0, 0, 1, 0)
  1101.         title.Font = Enum.Font.GothamSemibold
  1102.         title.Text = info['title']
  1103.         title.TextColor3 = Color3.new(1, 1, 1)
  1104.         title.TextSize = 11
  1105.         title.TextXAlignment = Enum.TextXAlignment.Left
  1106.         title.TextYAlignment = Enum.TextYAlignment.Top
  1107.        
  1108.         max.Name = "max"
  1109.         max.Parent = scrolling
  1110.         max.BackgroundColor3 = Color3.new(1, 1, 1)
  1111.         max.BackgroundTransparency = 1
  1112.         max.Position = UDim2.new(0, 28, 0, 14)
  1113.         max.Size = UDim2.new(0, 150, 0, 4)
  1114.         max.Image = "rbxassetid://2260429633"
  1115.         max.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1116.         max.ScaleType = Enum.ScaleType.Slice
  1117.         max.SliceCenter = Rect.new(12, 12, 13, 13)
  1118.        
  1119.         scroll.Name = "scroll"
  1120.         scroll.Parent = max
  1121.         scroll.BackgroundColor3 = Color3.new(1, 1, 1)
  1122.         scroll.BackgroundTransparency = 1
  1123.         scroll.Size = UDim2.new(0.689999998, 0, 0, 4)
  1124.         scroll.Image = "rbxassetid://2260429633"
  1125.         scroll.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  1126.         scroll.ScaleType = Enum.ScaleType.Slice
  1127.         scroll.SliceCenter = Rect.new(12, 12, 13, 13)
  1128.        
  1129.         scroll:TweenSize(UDim2.new((info['value']/info['maxed'])/info['maxed'], 5, 0, 4), 'Out', 'Quad', 0.2, true);
  1130.  
  1131.         local mouse = game:GetService("Players").LocalPlayer:GetMouse();
  1132.         --[[mouse.Button1Down:connect(function()
  1133.                 down = true
  1134.         end)
  1135.         mouse.Button1Up:connect(function()
  1136.                 down = false
  1137.                 scrollon = false
  1138.         end)--]]
  1139.         local inputService = game:GetService('UserInputService');
  1140.         local heartbeat = game:GetService("RunService").Heartbeat;
  1141.         local s, event = pcall(function()
  1142.                 return scroll.MouseEnter
  1143.         end)
  1144.  
  1145.             if s then
  1146.                 scroll.Active = true;
  1147.  
  1148.                 event:connect(function()
  1149.                         local input = scroll.InputBegan:connect(function(key)
  1150.                                 if key.UserInputType == Enum.UserInputType.MouseButton1 then
  1151.                                         local objectPosition = Vector2.new(mouse.X - scroll.AbsoluteSize.X, mouse.Y - scroll.AbsoluteSize.Y);
  1152.                                         while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  1153.                                                 local yes = mouse.X - objectPosition.X + (scroll.Size.X.Offset * scroll.AnchorPoint.X)
  1154.                                                         scrollon = scroll
  1155.                                                         indicator.Parent = scroll
  1156.                                                         if -1 > yes then
  1157.                                                                 value.Text = '0'
  1158.                                                                 fap.Value = 0
  1159.                                                                 --scroll:TweenSize(UDim2.new(0, 0, 0, 4), 'Out', 'Quad', 0.1, true);
  1160.                                                         elseif 151 >= yes then
  1161.                                                                 fap.Value = math.floor((yes/150)*info['maxed'])
  1162.                                                                 value.Text = math.floor((yes/150)*info['maxed'])
  1163.                                                                 --scroll:TweenSize(UDim2.new(0, yes, 0, 4), 'Out', 'Quad', 0.1, true);
  1164.                                                         else
  1165.                                                                 fap.Value = info['maxed']
  1166.                                                                 value.Text = info['maxed']
  1167.                                                                 --scroll:TweenSize(UDim2.new(0, 150, 0, 4), 'Out', 'Quad', 0.1, true);
  1168.                                                         end
  1169.                                                         indicator.Size = UDim2.new(0, value.TextBounds.X+10, 0, 20)
  1170.                                                 end
  1171.                                                 indicator.Parent = game
  1172.                                                 scrollon = nil
  1173.                                 end
  1174.                         end)
  1175.  
  1176.                         local leave;
  1177.                         leave = scroll.MouseLeave:connect(function()
  1178.                                 input:disconnect();
  1179.                                 leave:disconnect();
  1180.                         end)
  1181.                 end)
  1182.             end
  1183. end
  1184.  
  1185. local CharacterRage = addcategory({parent=FIRST_rage,title='Character',lenght=100})
  1186.  
  1187. addtoggle({parent=CharacterRage,title='Fire Damage Bypass',valuename='antifire'}, function(bruh) end)
  1188.  
  1189. addtoggle({parent=CharacterRage,title='Fall Damage Bypass',valuename='nofalldamage'}, function(bruh) end)
  1190.  
  1191. for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  1192.         if v.Name == "WalkSpeed" then
  1193.                 Instance.new('Sky',v).Name = v.Value
  1194.         end
  1195. end
  1196.  
  1197. addtoggle({parent=CharacterRage,title='Bunny Hop',valuename='bhop'}, function(bruh)
  1198.         for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  1199.                 if v.Name == "WalkSpeed" then
  1200.                         if bruh == true then
  1201.                                 v.Value = 6969
  1202.                         else
  1203.                                 v.Value = tonumber(v:GetChildren()[1].Name)
  1204.                         end
  1205.                 end
  1206.         end
  1207. end)
  1208.  
  1209. addtoggle({parent=CharacterRage,title='Auto Hop',valuename='autohop'}, function(bruh)
  1210.        
  1211. end)
  1212.  
  1213. --[[ OP P100000000000 ANTI AIM
  1214.         while wait() do
  1215.         game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1000,0)
  1216.         game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,-1000,0)
  1217.         wait()
  1218.         game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1.5,0)
  1219.         game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,0,0)
  1220. end
  1221.         --]]
  1222.  
  1223. local EnvironmentRage = addcategory({parent=FIRST_rage,title='Environment',lenght=100})
  1224.  
  1225. local GunModRage = addcategory({parent=FIRST_rage,title='Gun Mods',lenght=140})
  1226.  
  1227. addtoggle({parent=GunModRage,title='Ammo',valuename='infammo'}, function(bruh)
  1228.         weaponMOD(bruh,'Ammo',999999999999999999)
  1229. end)
  1230.  
  1231. addtoggle({parent=GunModRage,title='Recoil',valuename='recoil'}, function(bruh)
  1232.         weaponMOD(bruh,'AngleY',0)
  1233.         weaponMOD(bruh,'AngleX',0)
  1234. end)
  1235.  
  1236. addtoggle({parent=GunModRage,title='Automatic',valuename='automatic'}, function(bruh)
  1237.         weaponMOD(bruh,'Auto',true)
  1238. end)
  1239. addtoggle({parent=GunModRage,title='Penetration',valuename='wallpenetration'}, function(bruh)
  1240.         weaponMOD(bruh,'Penetration',999999999999999999)
  1241. end)
  1242. addtoggle({parent=GunModRage,title='Reload',valuename='fastreload'}, function(bruh)
  1243.         weaponMOD(bruh,'ReloadTime',0.0055)
  1244. end)
  1245. addtoggle({parent=GunModRage,title='Fire rate',valuename='firerate'}, function(bruh)
  1246.         weaponMOD(bruh,'FireRate',0.0055)
  1247. end)
  1248. addtoggle({parent=GunModRage,title='Instant Kill',valuename='instantkill'}, function(bruh)
  1249. end)
  1250.  
  1251. local TrollRage = addcategory({parent=FIRST_rage,title='Troll',lenght=100})
  1252.  
  1253.  
  1254. --addtoggle({parent=TrollRage,title='Speed Hack',valuename='speedhack'}, function(bruh) end)
  1255.  
  1256.  
  1257. adddropdown({parent=TrollRage,valuename='chattype',list={'Select Chat Type','Alive','Dead'}},function(y)
  1258.        
  1259. end)
  1260.  
  1261.  
  1262.  
  1263. addtoggle({parent=TrollRage,title='Grenade Walk',valuename='grenadewalk'}, function(bruh) end)
  1264.  
  1265. adddropdown({parent=TrollRage,valuename='grenadewalktype',list={'Molotov','HE Grenade','Smoke Grenade','Decoy Grenade','Flashbang'}},function(y)
  1266.        
  1267. end)
  1268. addtoggle({parent=EnvironmentRage,title='Auto Rejoin',valuename='autorejoin'}, function(bruh)
  1269.        
  1270. end)
  1271.  
  1272. addbutton({parent=EnvironmentRage,text='Plant C4'},function()
  1273.         if game:GetService("Players").LocalPlayer.Character then
  1274.                 game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(game:GetService("Workspace").Map.SpawnPoints.C4Plant.CFrame)
  1275.                 game.Players.LocalPlayer.Character.Head.Anchored = true
  1276.                 delay(0.3, function()
  1277.                         if 4 > (game:GetService("Players").LocalPlayer.Character.Head.CFrame.p - game:GetService("Workspace").Map.SpawnPoints.C4Plant.CFrame.p).Magnitude then
  1278.                                 local oh1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1279.                                 game:GetService("ReplicatedStorage").Events.PlantC4:FireServer(oh1, 'A')
  1280.                                 game:GetService("ReplicatedStorage").Events.PlantC4:FireServer(oh1, 'B')
  1281.                                 wait(0.3)
  1282.                                 game.Players.LocalPlayer.Character.Head.Anchored = false
  1283.                         end
  1284.                 end)
  1285.         end
  1286. end)
  1287. local C4_ = game:GetService("ReplicatedStorage").Weapons['C4']
  1288. local Karambit_ = game:GetService("ReplicatedStorage").Weapons['Karambit']
  1289. local a = 10
  1290. local b = 90
  1291. local c = false
  1292. local d = game:GetService("Players").LocalPlayer
  1293. local e = false
  1294. local f = false
  1295. addbutton({parent=EnvironmentRage,text='Crash Server'},function()
  1296.         if lplr.Character then
  1297.                 game:GetService("RunService").RenderStepped:Connect(function()
  1298.                         local oh3 = 25
  1299.                         local oh4 = 35
  1300.                         local oh6 = ""
  1301.                         local oh7 = ""
  1302.                         game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Molotov"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1303.                         game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["HE Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1304.                         game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Decoy Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1305.                 end)
  1306.         end
  1307. end)
  1308. addbutton({parent=TrollRage,text='Kill All'},function()
  1309.         for i,v in pairs(game.Players:GetPlayers()) do
  1310.                 if v.Character and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
  1311.                         local oh1 = v.Character.Head
  1312.                         local oh2 = v.Character.Head.CFrame.p
  1313.                         local oh3 = "AWP"
  1314.                         local oh4 = 4096
  1315.                         local oh5 = game.Players.LocalPlayer.Character.Gun
  1316.                         local oh8 = 15
  1317.                         local oh9 = false
  1318.                         local oh10 = false
  1319.                         local oh11 = Vector3.new(-126.878326, 353.474854, 49.3892708)
  1320.                         local oh12 = 16868
  1321.                         local oh13 = Vector3.new(0, 0, -1)
  1322.                         game:GetService("ReplicatedStorage").Events.HitPart:FireServer(oh1, oh2, oh3, oh4, oh5, oh6, oh7, oh8, oh9, oh10, oh11, oh12, oh13)
  1323.                 end
  1324.         end
  1325. end)
  1326. addbutton({parent=TrollRage,text='Spawn C4'},function()
  1327.         if game:GetService("Players").LocalPlayer.Character then
  1328.                 local oh2 = CFrame.new(workspace.CurrentCamera.CFrame.p,game:GetService("Players").LocalPlayer.Character.Head.CFrame.p + Vector3.new(0, 1.69, 0))
  1329.                 game:GetService("ReplicatedStorage").Events.Drop:FireServer(C4_, oh2, a, b, c, d, e, f)
  1330.         else
  1331.                 local oh2 = CFrame.new(workspace.CurrentCamera.CFrame.p, workspace.CurrentCamera.CFrame.p + Vector3.new(0, 1.69, 0))
  1332.                 game:GetService("ReplicatedStorage").Events.Drop:FireServer(C4_, oh2, a, b, c, d, e, f)
  1333.         end
  1334. end)
  1335.  
  1336. local EffectsLegit = addcategory({parent=FIRST_legit,title='Effects',lenght=100})
  1337.  
  1338. addtoggle({parent=EffectsLegit,title='Hitmark Sound',valuename='hitsound'}, function(bruh) end)
  1339.  
  1340.  
  1341.  
  1342. local AimbotLegit = addcategory({parent=FIRST_legit,title='Aimbot',lenght=100})
  1343.  
  1344. addtoggle({parent=AimbotLegit,title='Triggerbot',valuename='triggerbot'}, function(bruh) end)
  1345.  
  1346. addtoggle({parent=AimbotLegit,title='No Team Check',valuename='noteamcheck'}, function(bruh) end)
  1347.  
  1348. local SilentAimLegit = addcategory({parent=FIRST_legit,title='Backtracking',lenght=90})
  1349.  
  1350. addtoggle({parent=SilentAimLegit,title='Backtrack',valuename='backtrack'}, function(bruh) end)
  1351.  
  1352. local SilentAimLegit = addcategory({parent=FIRST_legit,title='Silent Aim',lenght=100})
  1353.  
  1354. addtoggle({parent=SilentAimLegit,title='Silent Aimbot',valuename='silentaim'}, function(bruh) end)
  1355.  
  1356. addscroll({parent=SilentAimLegit,valuename='silentaimfov',title='FOV',maxed=500,value=0},function(y)
  1357.         fovview.Size = UDim2.new(0, y*2, 0, y*2)
  1358. end)
  1359. addscroll({parent=SilentAimLegit,valuename='headshothitchance',title='Headshot Hit Chance',maxed=100,value=0},function(y)
  1360. end)
  1361. addscroll({parent=SilentAimLegit,valuename='bodyhitchance',title='Body Hit Chance',maxed=100,value=0},function(y)
  1362. end)
  1363.  
  1364. local ConfigurationAntiAim = addcategory({parent=FIRST_antiaim,title='Configuration',lenght=90})
  1365.  
  1366. addscroll({parent=ConfigurationAntiAim,valuename='aasmooth',title='Turn Smoothness',maxed=10000,value=0},function(y)    end)
  1367.  
  1368. addscroll({parent=ConfigurationAntiAim,valuename='aaspeed',title='Spin Speed',maxed=100000,value=0},function(y) end)
  1369.  
  1370. addscroll({parent=ConfigurationAntiAim,valuename='downscale',title='Down Scale',maxed=100,value=0},function(y)
  1371.         game.ReplicatedStorage.Events.ControlTurn:FireServer(-((y*0.05) + 0.96247750520706))
  1372. end)
  1373.  
  1374. local CharacterAntiAim = addcategory({parent=FIRST_antiaim,title='General',lenght=140})
  1375.  
  1376. addbutton({parent=TrollRage,text='Invisible'},function()
  1377.         InitiateAA()
  1378. end)
  1379.  
  1380. --[[addbutton({parent=TrollRage,text='Unhittable (buggy)'},function()
  1381.         if lplr.Character and not lplr:FindFirstChild('XDDLA') then
  1382.                 Instance.new('Sky',lplr.Character).Name = 'XDDLA'
  1383.                 local baby = lplr.Character
  1384.                 while baby.Parent == workspace do
  1385.                         delay(0,function()
  1386.                                 game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1000,0)
  1387.                                 cameraoffset = true
  1388.                         end)
  1389.                         wait()
  1390.                         delay(0,function()
  1391.                                 game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1.5,0)
  1392.                                 cameraoffset = false
  1393.                         end)
  1394.                         wait()
  1395.                 end
  1396.         end
  1397. end)--]]
  1398.  
  1399. addtoggle({parent=CharacterAntiAim,title='Down',valuename='down'}, function(bruh) end)
  1400.  
  1401. addtoggle({parent=CharacterAntiAim,title='Yaw',valuename='yaw'}, function(bruh) end)
  1402.  
  1403. adddropdown({parent=CharacterAntiAim,valuename='yawtype',list={'Keybind','Jitter','Reversed','Manual','Spin'}},function(y)
  1404.        
  1405. end)
  1406.  
  1407. addscroll({parent=CharacterAntiAim,valuename='yawmanual',title='Yaw',maxed=300,value=0},function(y)
  1408. end)
  1409.  
  1410. local WorldVisuals = addcategory({parent=visual_4,title='Environment',lenght=100})
  1411.  
  1412. addtoggle({parent=CharacterAntiAim,title='Global Shadows',valuename='globalshadows'}, function(bruh)
  1413.         game.Lighting.GlobalShadows = bruh
  1414. end)
  1415.  
  1416. local MiscellaneousAntiAim = addcategory({parent=FIRST_antiaim,title='Miscellaneous',lenght=120})
  1417.  
  1418. addtoggle({parent=MiscellaneousAntiAim,title='No Animations',valuename='noanimations'}, function(bruh) end)
  1419.  
  1420. addtoggle({parent=MiscellaneousAntiAim,title='Anti Headshot',valuename='antiheadshot'}, function(bruh) end)
  1421.  
  1422.  
  1423. addtoggle({parent=MiscellaneousAntiAim,title='No Accessories',valuename='noaccessories'}, function(bruh)
  1424. end)
  1425. addtoggle({parent=MiscellaneousAntiAim,title='No Cloth',valuename='nocloth'}, function(bruh)
  1426. end)
  1427. local oldbrightness = game:GetService("Lighting").Brightness
  1428. local oldtime = game:GetService("Lighting").TimeOfDay
  1429.  
  1430. addtoggle({parent=WorldVisuals,title='Nightmode',valuename='nightmode'},function(callback)
  1431.         if callback == true then
  1432.                 game:GetService("Lighting").Brightness = 0
  1433.                 game:GetService("Lighting").TimeOfDay = 0
  1434.                 spawn(function()
  1435.                         wait(1)
  1436.                         while _G['property_nightmode'] == true do
  1437.                                 game:GetService("Lighting").Brightness = 0
  1438.                                 game:GetService("Lighting").TimeOfDay = 0
  1439.                                 wait(1)
  1440.                         end
  1441.                 end)
  1442.         else
  1443.                 game:GetService("Lighting").Brightness = oldbrightness
  1444.                 game:GetService("Lighting").TimeOfDay = oldtime
  1445.         end
  1446. end)
  1447. addscroll({parent=WorldVisuals,valuename='brightness',title='Brightness',maxed=100,value=0},function(y)
  1448.         CC.Brightness = y/100
  1449. end)
  1450. addscroll({parent=WorldVisuals,valuename='contrast',title='Contrast',maxed=100,value=0},function(y)
  1451.         CC.Contrast = y/100
  1452. end)
  1453. addscroll({parent=WorldVisuals,valuename='saturation',title='Saturation',maxed=100,value=0},function(y)
  1454.         CC.Saturation = y/100
  1455. end)
  1456.  
  1457. SELF.MouseButton1Click:connect(function()
  1458.         for i,v in pairs(FIRST_visual:GetChildren()) do
  1459.                 v.Visible = false
  1460.                 if v.Name == 'visual_1' then
  1461.                         v.Visible = true
  1462.                 end
  1463.         end
  1464. end)
  1465. ENEMIES.MouseButton1Click:connect(function()
  1466.         for i,v in pairs(FIRST_visual:GetChildren()) do
  1467.                 v.Visible = false
  1468.                 if v.Name == 'visual_2' then
  1469.                         v.Visible = true
  1470.                 end
  1471.         end
  1472. end)
  1473. FRIENDLIES.MouseButton1Click:connect(function()
  1474.         for i,v in pairs(FIRST_visual:GetChildren()) do
  1475.                 v.Visible = false
  1476.                 if v.Name == 'visual_3' then
  1477.                         v.Visible = true
  1478.                 end
  1479.         end
  1480. end)
  1481. WORLD.MouseButton1Click:connect(function()
  1482.         for i,v in pairs(FIRST_visual:GetChildren()) do
  1483.                 v.Visible = false
  1484.                 if v.Name == 'visual_4' then
  1485.                         v.Visible = true
  1486.                 end
  1487.         end
  1488. end)
  1489.  
  1490.  
  1491. GENERAL.MouseButton1Click:connect(function()
  1492.         for i,v in pairs(FIRST_misc:GetChildren()) do
  1493.                 v.Visible = false
  1494.                 if v.Name == 'misc_1' then
  1495.                         v.Visible = true
  1496.                 end
  1497.         end
  1498. end)
  1499. PERFORMANCE.MouseButton1Click:connect(function()
  1500.         for i,v in pairs(FIRST_misc:GetChildren()) do
  1501.                 v.Visible = false
  1502.                 if v.Name == 'misc_2' then
  1503.                         v.Visible = true
  1504.                 end
  1505.         end
  1506. end)
  1507. SKINS.MouseButton1Click:connect(function()
  1508.         for i,v in pairs(FIRST_misc:GetChildren()) do
  1509.                 v.Visible = false
  1510.                 if v.Name == 'misc_3' then
  1511.                         v.Visible = true
  1512.                 end
  1513.         end
  1514. end)
  1515. SCRIPT.MouseButton1Click:connect(function()
  1516.         for i,v in pairs(FIRST_misc:GetChildren()) do
  1517.                 v.Visible = false
  1518.                 if v.Name == 'misc_4' then
  1519.                         v.Visible = true
  1520.                 end
  1521.         end
  1522. end)
  1523.  
  1524. local ESPVisuals_Friendlies = addcategory({parent=visual_3,title='ESP',lenght=100})
  1525.  
  1526. addtoggle({parent=ESPVisuals_Friendlies,title='Box',valuename='boxespteam'},function(callback)
  1527.        
  1528. end)
  1529. addtoggle({parent=ESPVisuals_Friendlies,title='Chams',valuename='teamchams'},function(callback)
  1530.        
  1531. end)
  1532.  
  1533. local ESPVisuals_Enemies = addcategory({parent=visual_2,title='ESP',lenght=100})
  1534.  
  1535. addtoggle({parent=ESPVisuals_Enemies,title='Box',valuename='boxesp'},function(callback)
  1536.        
  1537. end)
  1538. addtoggle({parent=ESPVisuals_Enemies,title='Name',valuename='nameesp'},function(callback)
  1539.        
  1540. end)
  1541.  
  1542. addtoggle({parent=ESPVisuals_Enemies,title='Chams',valuename='enemychams'},function(callback)
  1543.        
  1544. end)
  1545.  
  1546. addtoggle({parent=ESPVisuals_Enemies,title='Footstep',valuename='footstepesp'},function(callback)
  1547.        
  1548. end)
  1549.  
  1550. addscroll({parent=ESPVisuals_Enemies,valuename='chamtransparency',title='Chams Transparency',maxed=100,value=0},function(y)     end)
  1551.  
  1552. addtoggle({parent=ESPVisuals_Enemies,title='Beam On Shot',valuename='beam'},function(callback)
  1553.  
  1554. end)
  1555.  
  1556. addtoggle({parent=ESPVisuals_Enemies,title='Hit Block',valuename='hitblock'},function(callback)
  1557.  
  1558. end)
  1559.  
  1560. local PerformanceMisc_Performace = addcategory({parent=misc_2,title='Performance',lenght=100})
  1561. addtoggle({parent=PerformanceMisc_Performace,title='Disable bullet holes',valuename='disablebulletholes'},function(callback)
  1562.         for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  1563. end)
  1564. addtoggle({parent=PerformanceMisc_Performace,title='Disable rendering ragdolls',valuename='disablerenderingragdolls'},function(callback)
  1565.         for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  1566. end)
  1567. addtoggle({parent=PerformanceMisc_Performace,title='Disable shadows',valuename='disableshadows'},function(callback)
  1568.         for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  1569. end)
  1570. addtoggle({parent=PerformanceMisc_Performace,title='Disable blood',valuename='disableblood'},function(callback)
  1571.         for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  1572. end)
  1573. addtoggle({parent=PerformanceMisc_Performace,title='Disable teammate rendering',valuename='disableteamrendering'},function(callback)
  1574. end)
  1575.  
  1576. local SoundMisc_Performance = addcategory({parent=misc_2,title='Sound',lenght=100})
  1577. local othersounds = {}
  1578. for i,v in pairs(lplr.PlayerGui:GetDescendants()) do
  1579.         if v:IsA("Sound") then
  1580.                 table.insert(othersounds,v)
  1581.         end
  1582. end
  1583. for i,v in pairs({unpack(game:GetService("Workspace").Sounds:GetChildren()),unpack(othersounds)}) do
  1584.         local original = Instance.new('NumberValue',v)
  1585.         original.Name = 'ORIGINAL_'
  1586.         original.Value = v.Volume
  1587. end
  1588. addscroll({parent=SoundMisc_Performance,valuename='weaponvolume',title='Weapon volume',maxed=100,value=100},function(y) end)
  1589. addscroll({parent=SoundMisc_Performance,valuename='footstepvolume',title='Footstep volume',maxed=100,value=100},function(y)     end)
  1590. addscroll({parent=SoundMisc_Performance,valuename='othervolume',title='Other sound volume',maxed=100,value=100},function(y)
  1591.         for i,v in pairs({unpack(game:GetService("Workspace").Sounds:GetChildren()),unpack(othersounds)}) do
  1592.                 v.Volume = v['ORIGINAL_'].Value/(100/y)
  1593.         end
  1594. end)
  1595.  
  1596. local InformationMisc_Performance = addcategory({parent=misc_2,title='Information',lenght=100})
  1597.  
  1598. addbutton({parent=InformationMisc_Performance,text='RAGE QUIT!'},function()
  1599.         game.Players.LocalPlayer:Kick('useless button rite :/')
  1600. end)
  1601.  
  1602. addtoggle({parent=PerformanceMisc_Performace,title='Spectator Lag',valuename='spectatelag'},function(callback)end)
  1603. local watermark = Instance.new("ImageLabel")
  1604. local watermark_2 = Instance.new("ImageLabel")
  1605. local title = Instance.new("TextLabel")
  1606.  
  1607. watermark.Name = "watermark"
  1608. watermark.Parent = bloxtap
  1609. watermark.BackgroundColor3 = Color3.new(1, 1, 1)
  1610. watermark.BackgroundTransparency = 1
  1611. watermark.Position = UDim2.new(1, -230, 0, 12)
  1612. watermark.Selectable = true
  1613. watermark.Size = UDim2.new(0, 218, 0, 20)
  1614. watermark.ZIndex = 1000000
  1615. watermark.Image = "rbxassetid://2260429633"
  1616. watermark.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  1617. watermark.ScaleType = Enum.ScaleType.Slice
  1618. watermark.SliceCenter = Rect.new(12, 12, 13, 13)
  1619. watermark.Visible = false
  1620.  
  1621. watermark_2.Name = "watermark"
  1622. watermark_2.Parent = watermark
  1623. watermark_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1624. watermark_2.BackgroundTransparency = 1
  1625. watermark_2.Position = UDim2.new(0, 0, 0, 5)
  1626. watermark_2.Selectable = true
  1627. watermark_2.Size = UDim2.new(0, 218, 0, 15)
  1628. watermark_2.ZIndex = 1000000
  1629. watermark_2.Image = "rbxassetid://2260429633"
  1630. watermark_2.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1631. watermark_2.ScaleType = Enum.ScaleType.Slice
  1632. watermark_2.SliceCenter = Rect.new(12, 12, 13, 13)
  1633.  
  1634. title.Name = "title"
  1635. title.Parent = watermark_2
  1636. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1637. title.BackgroundTransparency = 1
  1638. title.BorderSizePixel = 0
  1639. title.Size = UDim2.new(1, 0, 1, 0)
  1640. title.Font = Enum.Font.GothamSemibold
  1641. title.Text = "bloxtap.su | public server | ".. _G['bloxtapusername'] .." |"
  1642. title.TextColor3 = Color3.new(1, 1, 1)
  1643. title.TextSize = 10
  1644. addtoggle({parent=InformationMisc_Performance,title='Watermark',valuename='watermark'},function(callback)
  1645.         watermark.Visible = callback
  1646. end)
  1647. local spectatorlist = Instance.new("ImageLabel")
  1648. local spectatorlistbody = Instance.new("ImageLabel")
  1649. local title = Instance.new("TextLabel")
  1650. local spectatornames = Instance.new("TextLabel")
  1651.  
  1652. spectatorlist.Name = "spectatorlist"
  1653. spectatorlist.Parent = bloxtap
  1654. spectatorlist.BackgroundColor3 = Color3.new(1, 1, 1)
  1655. spectatorlist.BackgroundTransparency = 1
  1656. spectatorlist.Position = UDim2.new(1, -690,0, 12)
  1657. spectatorlist.Selectable = true
  1658. spectatorlist.Size = UDim2.new(0, 218, 0, 20)
  1659. spectatorlist.ZIndex = 1000000
  1660. spectatorlist.Image = "rbxassetid://2260429633"
  1661. spectatorlist.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  1662. spectatorlist.ScaleType = Enum.ScaleType.Slice
  1663. spectatorlist.SliceCenter = Rect.new(12, 12, 13, 13)
  1664. spectatorlist.Visible = false
  1665.  
  1666. spectatorlistbody.Name = "spectatorlistbody"
  1667. spectatorlistbody.Parent = spectatorlist
  1668. spectatorlistbody.BackgroundColor3 = Color3.new(1, 1, 1)
  1669. spectatorlistbody.BackgroundTransparency = 1
  1670. spectatorlistbody.Position = UDim2.new(0, 0, 0, 5)
  1671. spectatorlistbody.Selectable = true
  1672. spectatorlistbody.Size = UDim2.new(0, 218, 0, 15)
  1673. spectatorlistbody.ZIndex = 1000000
  1674. spectatorlistbody.Image = "rbxassetid://2260429633"
  1675. spectatorlistbody.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1676. spectatorlistbody.ScaleType = Enum.ScaleType.Slice
  1677. spectatorlistbody.SliceCenter = Rect.new(12, 12, 13, 13)
  1678.  
  1679. title.Name = "title"
  1680. title.Parent = spectatorlistbody
  1681. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1682. title.BackgroundTransparency = 1
  1683. title.BorderSizePixel = 0
  1684. title.Size = UDim2.new(1, 0, 1, 0)
  1685. title.Font = Enum.Font.GothamSemibold
  1686. title.Text = "spectators [beta]"
  1687. title.TextColor3 = Color3.new(1, 1, 1)
  1688. title.TextSize = 10
  1689.  
  1690. spectatornames.Name = "spectatornames"
  1691. spectatornames.Parent = spectatorlist
  1692. spectatornames.BackgroundColor3 = Color3.new(1, 1, 1)
  1693. spectatornames.BackgroundTransparency = 1
  1694. spectatornames.BorderSizePixel = 0
  1695. spectatornames.Position = UDim2.new(0, 0, 1, 5)
  1696. spectatornames.Size = UDim2.new(1, 0, 0, 15)
  1697. spectatornames.Font = Enum.Font.GothamSemibold
  1698. spectatornames.Text = ""
  1699. spectatornames.TextColor3 = Color3.new(1, 1, 1)
  1700. spectatornames.TextSize = 10
  1701. spectatornames.TextYAlignment = Enum.TextYAlignment.Top
  1702.  
  1703. addtoggle({parent=InformationMisc_Performance,title='Spectator list',valuename='spectatorlist'},function(callback)
  1704.         spectatorlist.Visible = callback
  1705. end)
  1706. local keybindstate = Instance.new("ImageLabel")
  1707. local keybindstatebody = Instance.new("ImageLabel")
  1708. local title = Instance.new("TextLabel")
  1709. local keybindstateinfo = Instance.new("TextLabel")
  1710. keybindstate.Name = "keybindstate"
  1711. keybindstate.Parent = bloxtap
  1712. keybindstate.BackgroundColor3 = Color3.new(1, 1, 1)
  1713. keybindstate.BackgroundTransparency = 1
  1714. keybindstate.Position = UDim2.new(1, -460,0, 12)
  1715. keybindstate.Selectable = true
  1716. keybindstate.Size = UDim2.new(0, 218, 0, 20)
  1717. keybindstate.ZIndex = 1000000
  1718. keybindstate.Image = "rbxassetid://2260429633"
  1719. keybindstate.ImageColor3 = Color3.new(1, 0.784314, 0.403922)
  1720. keybindstate.ScaleType = Enum.ScaleType.Slice
  1721. keybindstate.SliceCenter = Rect.new(12, 12, 13, 13)
  1722. keybindstate.Visible = false
  1723.  
  1724. keybindstatebody.Name = "keybindstatebody"
  1725. keybindstatebody.Parent = keybindstate
  1726. keybindstatebody.BackgroundColor3 = Color3.new(1, 1, 1)
  1727. keybindstatebody.BackgroundTransparency = 1
  1728. keybindstatebody.Position = UDim2.new(0, 0, 0, 5)
  1729. keybindstatebody.Selectable = true
  1730. keybindstatebody.Size = UDim2.new(0, 218, 0, 15)
  1731. keybindstatebody.ZIndex = 1000000
  1732. keybindstatebody.Image = "rbxassetid://2260429633"
  1733. keybindstatebody.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1734. keybindstatebody.ScaleType = Enum.ScaleType.Slice
  1735. keybindstatebody.SliceCenter = Rect.new(12, 12, 13, 13)
  1736.  
  1737. title.Name = "title"
  1738. title.Parent = keybindstatebody
  1739. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1740. title.BackgroundTransparency = 1
  1741. title.BorderSizePixel = 0
  1742. title.Size = UDim2.new(1, 0, 1, 0)
  1743. title.Font = Enum.Font.GothamSemibold
  1744. title.Text = "keybinds"
  1745. title.TextColor3 = Color3.new(1, 1, 1)
  1746. title.TextSize = 10
  1747.  
  1748. keybindstateinfo.Name = "keybindstateinfo"
  1749. keybindstateinfo.Parent = keybindstate
  1750. keybindstateinfo.BackgroundColor3 = Color3.new(1, 1, 1)
  1751. keybindstateinfo.BackgroundTransparency = 1
  1752. keybindstateinfo.BorderSizePixel = 0
  1753. keybindstateinfo.Position = UDim2.new(0, 0, 1, 0)
  1754. keybindstateinfo.Size = UDim2.new(1, 0, 0, 15)
  1755. keybindstateinfo.Font = Enum.Font.GothamSemibold
  1756. keybindstateinfo.Text = ""
  1757. keybindstateinfo.TextColor3 = Color3.new(1, 1, 1)
  1758. keybindstateinfo.TextSize = 10
  1759. keybindstateinfo.TextYAlignment = Enum.TextYAlignment.Bottom
  1760. addtoggle({parent=InformationMisc_Performance,title='Show keybind states',valuename='spectatorlist'},function(callback)
  1761.         keybindstate.Visible = callback
  1762. end)
  1763.  
  1764.  
  1765.  
  1766.  
  1767. local InventoryMisc_Skins = addcategory({parent=misc_3,title='Inventory',lenght=100})
  1768.  
  1769. addbutton({parent=InventoryMisc_Skins,text='Unlock All'},function()
  1770.         local a=game.Players.LocalPlayer;local b;local c;local d;local e;if not syn then while true do end end;local f;local g=getsenv(game.Players.LocalPlayer.PlayerGui.Client)local h=game.ReplicatedStorage;local i=getrawmetatable(game)local j=i.__namecall;setreadonly(i,false)i.__namecall=newcclosure(function(self,...)local k=getnamecallmethod()local l={...}if k=="FireServer"and string.len(self.Name)==38 then return nil end;return j(self,...)end)setreadonly(i,true)local m={}local n={}local o={}local p={}local q={}for r,s in pairs(h.Skins:GetChildren())do for t,u in pairs(s:GetChildren())do table.insert(m,{s.Name.."_"..u.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Wraps"or s.Name=="Guts"or s.Name=="MMA"or s.Name=="Wetland"or s.Name=="Ghoul Hex"or s.Name=="Phantom Hex"or s.Name=="Spector Hex"or s.Name=="Orange Hex"or s.Name=="Purple Hex"or s.Name=="Green Hex"then table.insert(o,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Scapter"or s.Name=="Patch"or s.Name=="Digital"or s.Name=="Crystal"then table.insert(q,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Hazard"or s.Name=="Hallows"or s.Name=="Majesty"or s.Name=="Royal"or s.Name=="Weeb"or s.Name=="CottonTail"or s.Name=="RSL"then table.insert(p,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Grim"or s.Name=="Wisk"or s.Name=="Molten"or s.Name=="Kringle"then table.insert(n,{s.Name})end end;for r=1,#n do table.insert(m,{"Strapped Glove_"..unpack(n[r])})end;for r=1,#p do table.insert(m,{"Sports Glove_"..unpack(p[r])})end;for r=1,#q do table.insert(m,{"Fingerless Glove_"..unpack(q[r])})end;for r=1,#o do table.insert(m,{"Handwraps_"..unpack(o[r])})end;table.insert(m,{"CTKnife_Stock"})table.insert(m,{"TKnife_Stock"})for r,s in pairs(h.Skins:GetChildren())do if s.Name~="Flip Knife"and s.Name~="Bayonet"and s.Name~="Falchion Knife"and s.Name~="Karambit"and s.Name~="Huntsman Knife"and s.Name~="Banana"and s.Name~="Butterfly Knife"then table.insert(m,{s.Name.."_Stock"})end end;g.CurrentInventory=m;local v=game.Players.LocalPlayer.SkinFolder.TFolder:Clone()local w=game.Players.LocalPlayer.SkinFolder.CTFolder:Clone()v.Parent=game.Players.LocalPlayer.SkinFolder;w.Parent=game.Players.LocalPlayer.SkinFolder;wait(1)game.Players.LocalPlayer.SkinFolder.TFolder:Destroy()game.Players.LocalPlayer.SkinFolder.CTFolder:Destroy()local x=getrawmetatable(game)local y=x.__namecall;setreadonly(x,false)local z;local A;local B;x.__namecall=newcclosure(function(self,...)local k=getnamecallmethod()local l={...}if k=="FireServer"and self.Name=="DataEvent"then for r,s in next,l do B=s[2]A=s[3]table.foreach(s[4],function(C,s)z=s;print(B,A,z)end)local D=game.Players.LocalPlayer.SkinFolder.CTFolder;local E=game.Players.LocalPlayer.SkinFolder.TFolder;if B=="CT"or B=="Both"then for t,u in pairs(D:GetChildren())do if A=='Gut Knife'or A=='Butterfly Knife'or A=='Falchion Knife'or A=='Bayonet'or A=='Huntsman Knife'or A=='Karambit'or A=='Banana'or A=='Flip Knife'or A=='Bearded Axe'or A=='Sickle'or A=='Cleaver'and u.Name=="Knife"then local F=string.split(z,"_")u.Value=tostring(F[2])elseif u.Name==A then local F=string.split(z,"_")u.Value=tostring(F[2])end end end;if B=="T"or B=="Both"then for G,H in pairs(E:GetChildren())do if A=='Gut Knife'or A=='Butterfly Knife'or A=='Falchion Knife'or A=='Bayonet'or A=='Huntsman Knife'or A=='Karambit'or A=='Banana'or A=='Flip Knife'or A=='Bearded Axe'or A=='Sickle'or A=='Cleaver'and H.Name=="Knife"then local F=string.split(z,"_")H.Value=tostring(F[2])elseif H.Name==A then local F=string.split(z,"_")H.Value=tostring(F[2])end end end end end;return y(self,...)end)setreadonly(x,true)
  1771. end)
  1772.  
  1773. local ViewmodelVisuals = addcategory({parent=misc_3,title='View Model',lenght=100})
  1774.  
  1775. addscroll({parent=ViewmodelVisuals,valuename='armtransparency',title='Arms Transparency',maxed=100,value=0},function(y) end)
  1776.  
  1777.  
  1778. local ESPVisuals_Self = addcategory({parent=visual_1,title='Effects',lenght=100})
  1779. addtoggle({parent=ESPVisuals_Self,title='Knife range',valuename='kniferange'},function(callback)
  1780.        
  1781. end)
  1782. addtoggle({parent=ESPVisuals_Self,title='No scope',valuename='scopeviewenchancer'},function(callback)
  1783.         if callback == true then
  1784.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Scope.ImageTransparency = 1
  1785.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame1.BackgroundTransparency = 1
  1786.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame2.BackgroundTransparency = 1
  1787.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame3.BackgroundTransparency = 1
  1788.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame4.BackgroundTransparency = 1
  1789.         else
  1790.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Scope.ImageTransparency = 0
  1791.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame1.BackgroundTransparency = 0
  1792.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame2.BackgroundTransparency = 0
  1793.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame3.BackgroundTransparency = 0
  1794.                 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame4.BackgroundTransparency = 0
  1795.         end
  1796. end)
  1797. addtoggle({parent=ESPVisuals_Self,title='No flash',valuename='tps'},function(callback)
  1798.         lplr.PlayerGui.Blnd.Blind.Visible = (not callback)
  1799. end)
  1800. addtoggle({parent=ESPVisuals_Self,title='Thirdperson mode',valuename='tps'},function(callback)
  1801. end)
  1802.  
  1803. local MapVisuals_World = addcategory({parent=visual_4,title='Map',lenght=100})
  1804.  
  1805. local EntitiesVisuals_World = addcategory({parent=visual_4,title='Entities',lenght=80})
  1806.  
  1807. addtoggle({parent=EntitiesVisuals_World,title='Bomb esp',valuename='bombesp'},function(callback)
  1808. end)
  1809. addtoggle({parent=EntitiesVisuals_World,title='Hostage esp',valuename='hostageesp'},function(callback)
  1810. end)
  1811. addtoggle({parent=EntitiesVisuals_World,title='Grenades esp',valuename='grenadesesp'},function(callback)
  1812. end)
  1813. addtoggle({parent=EntitiesVisuals_World,title='Weapons esp',valuename='weaponsesp'},function(callback)
  1814. end)
  1815.  
  1816. local ViewVisuals_World = addcategory({parent=visual_4,title='View',lenght=100})
  1817.  
  1818. addscroll({parent=ViewVisuals_World,valuename='fieldofview',title='Field Of View',maxed=45,value=0},function(y) end)
  1819.  
  1820. spawn(function()
  1821.         while wait(.5) do
  1822.                 for i,v in pairs(configfolder:GetChildren()) do
  1823.                         _G['property_'..v.Name] = v.Value
  1824.                 end
  1825.         end
  1826. end)
  1827.  
  1828. function characterrotate(pos)
  1829.         pcall(function()
  1830.                 if game.Players.LocalPlayer.Character then
  1831.                         game.Players.LocalPlayer.Character.Humanoid.AutoRotate = false
  1832.                         local gyro = Instance.new('BodyGyro')
  1833.                         gyro.D = (_G['property_aasmooth'] or 0)
  1834.                         gyro.P = 1000000
  1835.                         gyro.MaxTorque = Vector3.new(0, 1000000, 0)
  1836.                         gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  1837.                         gyro.CFrame = CFrame.new(gyro.Parent.Position,  pos)
  1838.                         wait()
  1839.                         gyro:Destroy()
  1840.                 end
  1841.         end)
  1842. end
  1843.  
  1844. local leftrotation = CFrame.new(-150,0,0)
  1845. local rightrotation = CFrame.new(150,0,0)
  1846. local backrotation = CFrame.new(-4,0,0)
  1847. local bypassthing =  string.rep(game:HttpGet('https://pastebin.com/raw/pNDkmBz7',true),2)
  1848.  
  1849. local mt = getrawmetatable(game)
  1850. local oldNamecall = mt.__namecall
  1851. local oldIndex = mt.__index
  1852. if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end
  1853. local namecallMethod = getnamecallmethod or get_namecall_method
  1854. local newClose = newcclosure or function(f) return f end
  1855. local target;
  1856. local latestshot = nil
  1857. local bodyname = 'Head'
  1858. local cangivecframe = 0
  1859.  
  1860. local backtrackfolder = Instance.new('Folder',workspace)
  1861. backtrackfolder.Name = 'backtrackfolder'
  1862.  
  1863. local fakeanim = Instance.new('Animation',workspace)
  1864. fakeanim.AnimationId = 'rbxassetid://0'
  1865. local lplr = game:GetService("Players").LocalPlayer
  1866. mt.__namecall = newClose(function(...)
  1867.            local method = namecallMethod()
  1868.            local args = {...}
  1869.            if method == "FindPartOnRayWithIgnoreList" then
  1870.                         table.insert(args[3],backtrackfolder)
  1871.                         if target and lplr.Character and _G['property_silentaim'] == true then
  1872.                                 args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (target[bodyname].CFrame.p - workspace.CurrentCamera.CFrame.Position).unit * 500)
  1873.                         elseif _G['property_nospread'] == true then
  1874.                                 args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (m.Hit.p - workspace.CurrentCamera.CFrame.Position).unit * 500)
  1875.                         end
  1876.                 elseif method == "LoadAnimation" then
  1877.                         if _G['property_noanimations'] == true then
  1878.                                 args[2] = fakeanim
  1879.                         end
  1880.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "ReplicateCamera" then
  1881.                         if _G['property_spectatelag'] == true then
  1882.                                 cangivecframe = cangivecframe + 1
  1883.                                 if cangivecframe ~= 50 then
  1884.                                         return wait(99e99)
  1885.                                 else
  1886.                                         cangivecframe = 0
  1887.                                 end
  1888.                         end
  1889.                         if _G['property_tps'] == true then
  1890.                                         if lplr.Character then
  1891.                                                 if latestshot then
  1892.                                                         args[2] = CFrame.new(lplr.Character.Head.CFrame.p, latestshot)
  1893.                                                         latestshot = nil
  1894.                                                 else
  1895.                                                         args[2] = lplr.Character.Head.CFrame
  1896.                                                 end
  1897.                                         end
  1898.                                 end
  1899.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "HitPart" then
  1900.                         if _G['property_instantkill'] == true then
  1901.                                 args[9] = 10
  1902.                         end
  1903.                         if m.Target and m.Target.Name == 'backtrackPART' and 0 < m.Target.thing.Value.Humanoid.Health then
  1904.                                 args[2] = m.Target.thing.Value.Head
  1905.                                 args[3] = m.Target.thing.Value.Head.CFrame.p
  1906.                         end
  1907.                         spawn(function()
  1908.                                 if _G['property_hitblock'] == true then
  1909.                                         smallblock(args[3])
  1910.                                 end
  1911.                                 latestshot = args[3]
  1912.                         end)
  1913.                         if target then
  1914.                                 spawn(function()
  1915.                                         if _G['property_beam'] == true then
  1916.                                                 beam(args[2],args[3],lplr.Character.Head.CFrame.p)
  1917.                                         end
  1918.                                 end)
  1919.                         end
  1920.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "BURNME" then
  1921.                         if _G['property_antifire'] == true then
  1922.                                 args[2] = nil
  1923.                                 args[3] = 0
  1924.                         end
  1925.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "PlayerChatted" then
  1926.                         if _G['property_chattype'] == 'Alive' then
  1927.                                 args[5] = false
  1928.                         elseif _G['property_chattype'] == 'Dead' then
  1929.                                 args[5] = true
  1930.                         end
  1931.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "ControlTurn" then
  1932.                         if _G['property_down'] == true then
  1933.                                 args[2] = -((_G['property_downscale']*0.05) + 0.96247750520706)
  1934.                         end
  1935.                 elseif tostring(method) == "FireServer" and tostring(args[1]) == "PlayerChatted" then
  1936.                         if _G['property_chatbypass'] == true then
  1937.                                 local r = ''
  1938.                                 local splitted = string.split(args[2]," ")
  1939.                                 for i,v in pairs(splitted) do
  1940.                                         local t = ''
  1941.                                         for i = 1, string.len(v) do
  1942.                                                 t = t.. bypassthing ..string.sub(v,i,i)
  1943.                                         end
  1944.                                         r = r..t.." "
  1945.                                 end
  1946.                                 args[2] = r
  1947.                         end
  1948.                 -- bypass start
  1949.                 elseif tostring(method) == "InvokeServer" and tostring(args[1]) == "Hugh" then
  1950.                         return wait(99e99)
  1951.                 elseif tostring(method) == "FireServer" and string.find(tostring(args[1]),'{') then
  1952.                         return wait(99e99)
  1953.                 end
  1954.                 -- bypass end
  1955.         return oldNamecall(unpack(args))
  1956. end)
  1957. if setreadonly then setreadonly(mt, true) else make_writeable(mt, false) end
  1958. local xd;
  1959. function gettarget()
  1960.         local nearestmag = _G['property_silentaimfov']
  1961.         local nearestcharacter = nil
  1962.         pcall(function()
  1963.                 local lplr = game:GetService("Players").LocalPlayer
  1964.                 local t = nil
  1965.                 local m = lplr:GetMouse()
  1966.                         for _, plr in pairs(game.Players:GetPlayers()) do
  1967.                                 if plr.Character and plr.Character:FindFirstChild("Head") then
  1968.                                         if plr ~= lplr then
  1969.                                                 if _G['property_noteamcheck'] == true then
  1970.                                                         if plr ~= nearestcharacter then
  1971.                                                                 local vector, onScreen = workspace.CurrentCamera:WorldToScreenPoint(plr.Character.Head.CFrame.p)
  1972.                                                                 local dist = (Vector2.new(vector.X, vector.Y) - Vector2.new(m.X,m.Y)).Magnitude
  1973.                                                                 if dist < nearestmag then
  1974.                                                                         if 0 < plr.Character.Humanoid.Health then
  1975.                                                                                 nearestcharacter = plr.Character
  1976.                                                                                 nearestmag = dist
  1977.                                                                         end
  1978.                                                                 end
  1979.                                                         end
  1980.                                                 else
  1981.                                                         if plr.TeamColor ~= lplr.TeamColor then
  1982.                                                                 if plr ~= nearestcharacter then
  1983.                                                                         local vector, onScreen = workspace.CurrentCamera:WorldToScreenPoint(plr.Character.Head.CFrame.p)
  1984.                                                                         local dist = (Vector2.new(vector.X, vector.Y) - Vector2.new(m.X,m.Y)).Magnitude
  1985.                                                                         if dist < nearestmag then
  1986.                                                                                 if 0 < plr.Character.Humanoid.Health then
  1987.                                                                                         nearestcharacter = plr.Character
  1988.                                                                                         nearestmag = dist
  1989.                                                                                 end
  1990.                                                                         end
  1991.                                                                 end
  1992.                                                         end
  1993.                                                 end
  1994.                                         end
  1995.                                 end
  1996.                 end
  1997.         end)
  1998.         return nearestcharacter
  1999. end
  2000. _G['property_fieldofview'] = 0
  2001. local spaceheld = false
  2002. game:GetService("RunService").RenderStepped:connect(function()
  2003.         if _G['property_tps'] == true then
  2004.                 game.Players.LocalPlayer.CameraMaxZoomDistance = 12
  2005.                 game.Players.LocalPlayer.CameraMinZoomDistance = 12
  2006.         end
  2007.         if spaceheld == true then
  2008.                 if lplr.Character then
  2009.                         if _G['property_autohop'] == true then
  2010.                                 keypress(0x20)
  2011.                                 keyrelease(0x20)
  2012.                         end
  2013.                 end
  2014.         end
  2015.         if _G['property_fieldofview'] ~= 0 then
  2016.                 workspace.CurrentCamera.FieldOfView = _G['property_fieldofview'] + 75
  2017.         end
  2018.         local xd = math.random(0,100);
  2019.         if (_G['property_headshothitchance'] or 0) <= xd then
  2020.                 bodyname = 'UpperTorso'
  2021.         elseif (_G['property_bodyhitchance'] or 0) >= xd then
  2022.                 bodyname = 'Head'
  2023.         else
  2024.                 bodyname = 'Head'
  2025.         end
  2026.         local yeet = gettarget()
  2027.         if yeet then
  2028.                 target = yeet
  2029.         else
  2030.                 target = nil
  2031.         end
  2032. end)
  2033.  
  2034. _G.keydownawsd = 'a'
  2035. game:GetService("RunService").RenderStepped:Connect(function()
  2036.         if _G['property_yaw'] == true then
  2037.                 if  _G['property_yawtype'] == 'Keybind' then
  2038.                         if _G.keydownawsd == 'a' then
  2039.                                 characterrotate((workspace.CurrentCamera.CFrame * rightrotation).p)
  2040.                         elseif _G.keydownawsd == 'w' then
  2041.                                 characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2042.                         elseif _G.keydownawsd == 's' then
  2043.                                 characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2044.                         elseif _G.keydownawsd == 'd' then
  2045.                                 characterrotate((workspace.CurrentCamera.CFrame * leftrotation).p)
  2046.                         end
  2047.                 elseif _G['property_yawtype'] == 'Manual' then
  2048.                         characterrotate((workspace.CurrentCamera.CFrame * CFrame.new(_G['property_yawmanual']-150,0,0)).p)
  2049.                 elseif _G['property_yawtype'] == 'Reversed' then
  2050.                         characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2051.                 elseif _G['property_yawtype'] == 'Jitter' then
  2052.                         if game.Players.LocalPlayer.Character then
  2053.                                 game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = false
  2054.                                 local spin = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart'))
  2055.                                 spin.AngularVelocity = Vector3.new(0, math.random(-60000,55000), 0)
  2056.                                 spin.MaxTorque = Vector3.new(0, 35000, 0)
  2057.                                 wait()
  2058.                                 spin:Destroy()
  2059.                         end
  2060.                 elseif _G['property_yawtype'] == 'Spin' then
  2061.                         if game.Players.LocalPlayer.Character then
  2062.                                 game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = false
  2063.                                 local spin = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart'))
  2064.                                 spin.AngularVelocity = Vector3.new(0, _G['property_aaspeed'], 0)
  2065.                                 spin.MaxTorque = Vector3.new(0, 23000, 0)
  2066.                                 wait()
  2067.                                 spin:Destroy()
  2068.                         end
  2069.                 end
  2070.         elseif game.Players.LocalPlayer.Character then
  2071.                 game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = true
  2072.         end
  2073. end)
  2074.  
  2075. local keyboard = game:GetService("Players").LocalPlayer:GetMouse()
  2076. keyboard.KeyDown:Connect(function(key)
  2077.         if _G['property_yawtype'] == 'Keybind' then
  2078.                 if key == "a" then _G.keydownawsd = 'a' end
  2079.                 if key == "w" then _G.keydownawsd = 'w' end
  2080.                 if key == "s" then _G.keydownawsd = 's' end
  2081.                 if key == "d" then _G.keydownawsd = 'd' end
  2082.         end
  2083. end)
  2084.  
  2085. local draggable = function(gui)
  2086.     local UserInputService = game:GetService("UserInputService")
  2087.         local dragging
  2088.         local dragInput
  2089.         local dragStart
  2090.         local startPos
  2091.        
  2092.         local function update(input)
  2093.                 if not scrollon then
  2094.                         local delta = input.Position - dragStart
  2095.                         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2096.                 end
  2097.         end
  2098.        
  2099.         gui.InputBegan:Connect(function(input)
  2100.                 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2101.                         dragging = true
  2102.                         dragStart = input.Position
  2103.                         startPos = gui.Position
  2104.                        
  2105.                         input.Changed:Connect(function()
  2106.                                 if input.UserInputState == Enum.UserInputState.End then
  2107.                                         dragging = false
  2108.                                 end
  2109.                         end)
  2110.                 end
  2111.         end)
  2112.        
  2113.         gui.InputChanged:Connect(function(input)
  2114.                 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2115.                         dragInput = input
  2116.                 end
  2117.         end)
  2118.        
  2119.         UserInputService.InputChanged:Connect(function(input)
  2120.                 if input == dragInput and dragging then
  2121.                         update(input)
  2122.                 end
  2123.         end)
  2124. end
  2125.  
  2126. function createnewconfig()
  2127.         local r = "return {"
  2128.         for i,v in pairs(configfolder:GetChildren()) do
  2129.                 if v:IsA("StringValue") then
  2130.                         r = r.." {name='"..v.Name.."';value='"..v.Value.."'};"
  2131.                 else
  2132.                         r = r.." {name='"..v.Name.."';value=".. tostring(v.Value) .."};"
  2133.                 end
  2134.         end
  2135.         return r.."}"
  2136. end
  2137.  
  2138. function addnewconfig(name,code)
  2139.         local configbutton = Instance.new("TextButton")
  2140.         local someline = Instance.new("Frame")
  2141.         configbutton.Name = "configbutton"
  2142.         configbutton.Parent = configlist
  2143.         configbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  2144.         configbutton.BorderSizePixel = 0
  2145.         configbutton.Size = UDim2.new(1, 0, 0, 20)
  2146.         configbutton.Font = Enum.Font.GothamSemibold
  2147.         configbutton.Text = name..'.cfg'
  2148.         configbutton.TextColor3 = Color3.new(1, 1, 1)
  2149.         configbutton.TextSize = 11
  2150.         configbutton.TextWrapped = true
  2151.         configbutton.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2152.        
  2153.         someline.Name = "someline"
  2154.         someline.Parent = configbutton
  2155.         someline.BackgroundColor3 = Color3.new(0.227451, 0.247059, 0.266667)
  2156.         someline.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2157.         someline.BorderSizePixel = 0
  2158.         someline.Position = UDim2.new(0, 10, 1, 0)
  2159.         someline.Size = UDim2.new(1, -20, 0, 1)
  2160.         someline.ZIndex = 123131
  2161.         local codeval = Instance.new("StringValue",configbutton)
  2162.         codeval.Value = code
  2163.         codeval.Name = 'codeval'
  2164. end
  2165. local selectedconfig = nil
  2166. createconfig.MouseButton1Click:connect(function()
  2167.         if filename.Text ~= '' then
  2168.                 local newconfig = createnewconfig()
  2169.                 addnewconfig(filename.Text,newconfig)
  2170.                 filename.Text = ''
  2171.         end
  2172. end)
  2173.  
  2174. deleteconfig.MouseButton1Click:connect(function()
  2175.         if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2176.                 selectedconfig:Destroy()
  2177.         end
  2178. end)
  2179.  
  2180. loadconfig.MouseButton1Click:connect(function()
  2181.         if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2182.                 local configlist = loadstring(selectedconfig.codeval.Value)()
  2183.                 for _,con in pairs(configlist) do
  2184.                         for _,obj in pairs(configfolder:GetChildren()) do
  2185.                                 if obj.Name == con['name'] then
  2186.                                         obj.Value = con['value']
  2187.                                         break
  2188.                                 end
  2189.                         end
  2190.                 end
  2191.         end
  2192. end)
  2193.  
  2194. configlist.ChildAdded:Connect(function(c)
  2195.         spawn(function()
  2196.                 c.MouseButton1Click:connect(function()
  2197.                         if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2198.                                 selectedconfig.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2199.                         end
  2200.                         selectedconfig = c
  2201.                         c.BackgroundColor3 = Color3.fromRGB(44, 45, 54)
  2202.                 end)
  2203.         end)
  2204. end)
  2205.  
  2206. function checkfile()
  2207.         local a,b = pcall(function()
  2208.                 readfile('config_bloxtap.txt')
  2209.         end)
  2210.         if string.find(b or "",'not exist') then
  2211.                 writefile('config_bloxtap.txt','return {}')
  2212.         end
  2213. end
  2214. checkfile()
  2215. function savenewconfig()
  2216.         checkfile()
  2217.         local bob = "return {"
  2218.         for _,configthing in pairs(configlist:GetChildren()) do
  2219.                 if configthing:IsA("TextButton") then
  2220.                         local codeval = configthing.codeval.Value
  2221.                         local r = string.gsub(codeval,'return ',' ')
  2222.                         bob = bob.."{configNAME='".. configthing.Text .."';"..r..'};'
  2223.                 end
  2224.         end
  2225.         bob = bob..'};'
  2226.         writefile('config_bloxtap.txt',bob)
  2227. end
  2228.  
  2229. function loadsavedfileconfig()
  2230.         checkfile()
  2231.         local c = readfile('config_bloxtap.txt')
  2232.         local d = loadstring(c)()
  2233.         for _,DD in pairs(d) do
  2234.                 local configbutton = Instance.new("TextButton")
  2235.                 local someline = Instance.new("Frame")
  2236.                 configbutton.Name = "configbutton"
  2237.                 configbutton.Parent = configlist
  2238.                 configbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  2239.                 configbutton.BorderSizePixel = 0
  2240.                 configbutton.Size = UDim2.new(1, 0, 0, 20)
  2241.                 configbutton.Font = Enum.Font.GothamSemibold
  2242.                 configbutton.Text = DD['configNAME']
  2243.                 configbutton.TextColor3 = Color3.new(1, 1, 1)
  2244.                 configbutton.TextSize = 11
  2245.                 configbutton.TextWrapped = true
  2246.                 configbutton.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2247.                
  2248.                 someline.Name = "someline"
  2249.                 someline.Parent = configbutton
  2250.                 someline.BackgroundColor3 = Color3.new(0.227451, 0.247059, 0.266667)
  2251.                 someline.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2252.                 someline.BorderSizePixel = 0
  2253.                 someline.Position = UDim2.new(0, 10, 1, 0)
  2254.                 someline.Size = UDim2.new(1, -20, 0, 1)
  2255.                 someline.ZIndex = 123131
  2256.                 local codeval = Instance.new("StringValue",configbutton)
  2257.                 codeval.Name = 'codeval'
  2258.                
  2259.                 local realconfigs = DD[1]
  2260.                
  2261.                 local r = "return {"
  2262.                 for i,v in pairs(realconfigs) do
  2263.                         if typeof(v['value']) == 'string' then
  2264.                                 r = r.." {name='"..v['name'].."';value='"..v['value'].."'};"
  2265.                         else
  2266.                                 r = r.." {name='"..v['name'].."';value=".. tostring(v['value']) .."};"
  2267.                         end
  2268.                 end
  2269.                 codeval.Value = r.."}"
  2270.         end
  2271. end
  2272.  
  2273. saveconfig.MouseButton1Click:connect(function()
  2274.         savenewconfig()
  2275. end)
  2276.  
  2277. local teamcolor = Color3.fromRGB(115, 255, 108)
  2278. local enemycolor = Color3.fromRGB(255, 107, 107)
  2279.  
  2280. local weapons = game.ReplicatedStorage.Weapons
  2281. for i,v in pairs(weapons:GetDescendants()) do
  2282.         if v:IsA("ValueBase") then
  2283.                 local originalvalue = Instance.new(tostring(v.ClassName),v)
  2284.                 originalvalue.Name = '_ORIGINAL'
  2285.                 originalvalue.Value = v.Value
  2286.         end
  2287. end
  2288. function weaponMOD(toggle,name,val)
  2289.         for i,v in pairs(weapons:GetDescendants()) do
  2290.                 if v.Name == name then
  2291.                         if toggle == true then
  2292.                                 v.Value = val
  2293.                         else
  2294.                                 v.Value = v._ORIGINAL.Value
  2295.                         end
  2296.                 end
  2297.         end
  2298. end
  2299. function fireallup()
  2300.         spawn(function() local lastpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2301.         for i,v in pairs(game.Players:GetPlayers()) do
  2302.                 if v.Character and v.Team ~= game.Players.LocalPlayer.Team then
  2303.                         game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(v.Character.HumanoidRootPart.CFrame)
  2304.                         wait(.1)
  2305.                         local oh1 = game:GetService("ReplicatedStorage").Weapons["Molotov"].Model
  2306.                         local oh3 = 25
  2307.                         local oh4 = 35
  2308.                         local oh6 = ""
  2309.                         local oh7 = ""
  2310.                         for i = 1, 3 do
  2311.                                 game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(oh1, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  2312.                                 wait(0.001)
  2313.                         end
  2314.                 end
  2315.         end
  2316.         wait(0.4)
  2317.         game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(lastpos) end)
  2318. end
  2319. function nameesp(character)
  2320.         if not character:FindFirstChild("name_ESP") then
  2321.                 local name_ESP = Instance.new("BillboardGui")
  2322.                 local NAME = Instance.new("TextLabel")
  2323.                 name_ESP.Name = "name_ESP"
  2324.                 name_ESP.Parent = character
  2325.                 name_ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2326.                 name_ESP.Active = true
  2327.                 name_ESP.Adornee = character.Head
  2328.                 name_ESP.AlwaysOnTop = true
  2329.                 name_ESP.ExtentsOffset = Vector3.new(0, 2, 0)
  2330.                 name_ESP.LightInfluence = 1
  2331.                 name_ESP.Size = UDim2.new(0, 200, 0, 50)
  2332.                
  2333.                 NAME.Name = "NAME"
  2334.                 NAME.Parent = name_ESP
  2335.                 NAME.BackgroundColor3 = Color3.new(1, 1, 1)
  2336.                 NAME.BackgroundTransparency = 1
  2337.                 NAME.Size = UDim2.new(0, 200, 0, 25)
  2338.                 NAME.Font = Enum.Font.SourceSansSemibold
  2339.                 NAME.Text = character.Name
  2340.                 NAME.TextColor3 = Color3.new(1, 1, 1)
  2341.                 NAME.TextSize = 12
  2342.                 NAME.TextStrokeTransparency = 0.30000001192093
  2343.                 NAME.TextWrapped = true
  2344.         end
  2345. end
  2346. function footstepespcharacter(character)
  2347.         local footstepesp = Instance.new("Part",workspace)
  2348.         footstepesp.Shape = 'Cylinder'
  2349.         footstepesp.Orientation = Vector3.new(0, 0, -90)
  2350.         footstepesp.Size = Vector3.new(0, 16, 1)
  2351.         footstepesp.Anchored = true
  2352.         footstepesp.Transparency = 1
  2353.         footstepesp.CanCollide = false
  2354.         footstepesp.Position = character.HumanoidRootPart.CFrame.p + Vector3.new(0,-3,0)
  2355.         local bb = Instance.new("Decal",footstepesp)
  2356.         bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2357.         bb.Face = 'Left'
  2358.         local bb = Instance.new("Decal",footstepesp)
  2359.         bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2360.         bb.Face = 'Right'
  2361.         local tweenInfo = TweenInfo.new(
  2362.                 0.6, -- Time
  2363.                 Enum.EasingStyle.Sine, -- EasingStyle
  2364.                 Enum.EasingDirection.Out, -- EasingDirection
  2365.                 0, -- RepeatCount (when less than zero the tween will loop indefinitely)
  2366.                 false, -- Reverses (tween will reverse once reaching it's goal)
  2367.                 0 -- DelayTime
  2368.         )
  2369.         local TweenService = game:GetService("TweenService")
  2370.        
  2371.         local tween = TweenService:Create(footstepesp, tweenInfo, {Size = Vector3.new(0, 16, 16)})
  2372.          
  2373.         tween:Play()
  2374.         game.Debris:AddItem(footstepesp,1)
  2375. end
  2376. function boxespweapon(droppedgun)
  2377.         local box_ESP = Instance.new("BillboardGui")
  2378.         local yes1 = Instance.new("Frame")
  2379.         local yes2 = Instance.new("Frame")
  2380.         local yes3 = Instance.new("Frame")
  2381.         local yes4 = Instance.new("Frame")
  2382.         local yes5 = Instance.new("Frame")
  2383.        
  2384.         box_ESP.Name = "box_ESP"
  2385.         box_ESP.Parent = droppedgun
  2386.         box_ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2387.         box_ESP.Active = true
  2388.         box_ESP.AlwaysOnTop = true
  2389.         box_ESP.LightInfluence = 1
  2390.         box_ESP.MaxDistance = 150
  2391.         box_ESP.Size = UDim2.new(2, 0, 2, 0)
  2392.        
  2393.         yes1.Name = "yes1"
  2394.         yes1.Parent = box_ESP
  2395.         yes1.BackgroundColor3 = Color3.new(1, 1, 1)
  2396.         yes1.BackgroundTransparency = 1
  2397.         yes1.Size = UDim2.new(1, 0, 1, 0)
  2398.        
  2399.         yes2.Name = "yes2"
  2400.         yes2.Parent = yes1
  2401.         yes2.BackgroundColor3 = Color3.new(1, 1, 1)
  2402.         yes2.BorderSizePixel = 0
  2403.         yes2.Size = UDim2.new(0, 1, 1, 0)
  2404.        
  2405.         yes3.Name = "yes3"
  2406.         yes3.Parent = yes1
  2407.         yes3.BackgroundColor3 = Color3.new(1, 1, 1)
  2408.         yes3.BorderSizePixel = 0
  2409.         yes3.Position = UDim2.new(1, -1, 0, 0)
  2410.         yes3.Size = UDim2.new(0, 1, 1, 0)
  2411.        
  2412.         yes4.Name = "yes4"
  2413.         yes4.Parent = yes1
  2414.         yes4.BackgroundColor3 = Color3.new(1, 1, 1)
  2415.         yes4.BorderSizePixel = 0
  2416.         yes4.Size = UDim2.new(1, 0, 0, 1)
  2417.        
  2418.         yes5.Name = "yes5"
  2419.         yes5.Parent = yes1
  2420.         yes5.BackgroundColor3 = Color3.new(1, 1, 1)
  2421.         yes5.BorderSizePixel = 0
  2422.         yes5.Position = UDim2.new(0, 0, 1, -1)
  2423.         yes5.Size = UDim2.new(1, 0, 0, 1)
  2424. end
  2425. function boxesp(character)
  2426.         if not character:FindFirstChild("box_ESP") then
  2427.                 local box_ESP = Instance.new("BillboardGui")
  2428.                 local yes1 = Instance.new("Frame")
  2429.                 local yes2 = Instance.new("Frame")
  2430.                 local yes3 = Instance.new("Frame")
  2431.                 local yes4 = Instance.new("Frame")
  2432.                 local yes5 = Instance.new("Frame")
  2433.                
  2434.                 box_ESP.Name = "box_ESP"
  2435.                 box_ESP.Parent = character
  2436.                 box_ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2437.                 box_ESP.Active = true
  2438.                 box_ESP.AlwaysOnTop = true
  2439.                 box_ESP.LightInfluence = 1
  2440.                 box_ESP.MaxDistance = 150
  2441.                 box_ESP.Size = UDim2.new(4, 0, 5.19999981, 0)
  2442.                
  2443.                 yes1.Name = "yes1"
  2444.                 yes1.Parent = box_ESP
  2445.                 yes1.BackgroundColor3 = Color3.new(1, 1, 1)
  2446.                 yes1.BackgroundTransparency = 1
  2447.                 yes1.Size = UDim2.new(1, 0, 1, 0)
  2448.                
  2449.                 yes2.Name = "yes2"
  2450.                 yes2.Parent = yes1
  2451.                 yes2.BackgroundColor3 = Color3.new(1, 1, 1)
  2452.                 yes2.BorderSizePixel = 0
  2453.                 yes2.Size = UDim2.new(0, 1, 1, 0)
  2454.                
  2455.                 yes3.Name = "yes3"
  2456.                 yes3.Parent = yes1
  2457.                 yes3.BackgroundColor3 = Color3.new(1, 1, 1)
  2458.                 yes3.BorderSizePixel = 0
  2459.                 yes3.Position = UDim2.new(1, -1, 0, 0)
  2460.                 yes3.Size = UDim2.new(0, 1, 1, 0)
  2461.                
  2462.                 yes4.Name = "yes4"
  2463.                 yes4.Parent = yes1
  2464.                 yes4.BackgroundColor3 = Color3.new(1, 1, 1)
  2465.                 yes4.BorderSizePixel = 0
  2466.                 yes4.Size = UDim2.new(1, 0, 0, 1)
  2467.                
  2468.                 yes5.Name = "yes5"
  2469.                 yes5.Parent = yes1
  2470.                 yes5.BackgroundColor3 = Color3.new(1, 1, 1)
  2471.                 yes5.BorderSizePixel = 0
  2472.                 yes5.Position = UDim2.new(0, 0, 1, -1)
  2473.                 yes5.Size = UDim2.new(1, 0, 0, 1)
  2474.                 spawn(function() while box_ESP do
  2475.                         wait()
  2476.                         pcall(function()
  2477.                         yes2.BackgroundTransparency = _G['property_boxtransparency']/100
  2478.                         yes3.BackgroundTransparency = _G['property_boxtransparency']/100
  2479.                         yes4.BackgroundTransparency = _G['property_boxtransparency']/100
  2480.                         yes5.BackgroundTransparency = _G['property_boxtransparency']/100
  2481.                 end) end box_ESP:Destroy() end)
  2482.         end
  2483. end
  2484. function backtrack(character)
  2485.         pcall(function()
  2486.                 if not character:FindFirstChild("backtrack") then
  2487.                         Instance.new("Sky",character).Name = "backtrack"
  2488.                         for _,parttobacktrack in pairs(character:GetChildren()) do
  2489.                                 if parttobacktrack:IsA("BasePart") and parttobacktrack.Name ~= 'Gun' then
  2490.                                         spawn(function()
  2491.                                                 for i = 1, 10 do
  2492.                                                         local backtrackPART = Instance.new("Part",backtrackfolder)
  2493.                                                         backtrackPART.Size = parttobacktrack.Size
  2494.                                                         backtrackPART.Color = Color3.fromRGB(255,255,255)
  2495.                                                         backtrackPART.CanCollide = false
  2496.                                                         backtrackPART.Anchored = true
  2497.                                                         backtrackPART.Material = Enum.Material.Metal
  2498.                                                         backtrackPART.Name = "backtrackPART"
  2499.                                                         local thing = Instance.new("ObjectValue")
  2500.                                                         thing.Parent = backtrackPART
  2501.                                                         thing.Name = "thing"
  2502.                                                         thing.Value = character
  2503.                                                         spawn(function()
  2504.                                                                 while parttobacktrack:FindFirstAncestorWhichIsA("Workspace") do
  2505.                                                                         backtrackPART.CFrame = parttobacktrack.CFrame
  2506.                                                                         wait(i * 0.02)
  2507.                                                                 end
  2508.                                                                 backtrackPART:Destroy()
  2509.                                                         end)
  2510.                                                 end    
  2511.                                         end)
  2512.                                 end
  2513.                         end
  2514.                 end
  2515.         end)
  2516. end
  2517. function chams(character,color)
  2518.         if not character:FindFirstChild("Sky") then
  2519.                 spawn(function() wait(2)
  2520.                 Instance.new('Sky',character)
  2521.                 for _,obj in pairs(character:GetDescendants()) do
  2522.                         if obj:IsA("BasePart") and obj.Name ~= 'HumanoidRootPart' and obj.Name ~= 'Head' then
  2523.                                 local cham = Instance.new("BoxHandleAdornment",obj)
  2524.                                 cham.Color3 = color
  2525.                                 cham.AlwaysOnTop = true
  2526.                                 cham.Size = obj.Size
  2527.                                 cham.ZIndex = 1
  2528.                                 cham.Adornee = obj
  2529.                                 cham.Transparency = _G['property_chamtransparency']/100
  2530.                                 spawn(function() while obj do
  2531.                                         wait()
  2532.                                         cham.Transparency = _G['property_chamtransparency']/100
  2533.                                 end cham:Destroy() end)
  2534.                         end
  2535.                 end end)
  2536.         end
  2537. end
  2538.  
  2539. game.Players.LocalPlayer.CharacterAdded:connect(function(c)
  2540.         spawn(function()
  2541.                 if _G['property_noaccessories'] == true then
  2542.                         for i,v in pairs(c:GetDescendants()) do
  2543.                                 if v:IsA("Accessory") then
  2544.                                         v:Destroy()
  2545.                                 end
  2546.                         end
  2547.                 end
  2548.                 if _G['property_nocloth'] == true then
  2549.                         wait(1)
  2550.                         c:FindFirstChildOfClass('Shirt'):Destroy()
  2551.                         c:FindFirstChildOfClass('Pants'):Destroy()
  2552.                 end
  2553.         end)
  2554. end)
  2555. spawn(function()
  2556.         while wait(0.4) do
  2557.                 if spectatorlist.Visible == true then
  2558.                         spectatornames.Text = getspectators()
  2559.                 end
  2560.         end
  2561. end)
  2562. spawn(function()
  2563.         while wait(0.7) do
  2564.                 for _,player in pairs(game.Players:GetPlayers()) do
  2565.                         if player.Character then
  2566.                                 if _G['property_weaponvolume'] ~= 0 then
  2567.                                         if player.Character:FindFirstChild("Gun") then
  2568.                                                 if not player.Character:FindFirstChild("Gun"):FindFirstChild("Sky") then
  2569.                                                         Instance.new("Sky",player.Character:FindFirstChild("Gun"))
  2570.                                                         for i,v in pairs(player.Character:FindFirstChild("Gun"):GetChildren()) do
  2571.                                                                 if v:IsA("Sound") then
  2572.                                                                         v.Volume = v.Volume/(100/_G['property_weaponvolume'])
  2573.                                                                 end
  2574.                                                         end
  2575.                                                 end
  2576.                                         end
  2577.                                 end
  2578.                                 if player ~= game.Players.LocalPlayer then
  2579.                                         if player.Team == game.Players.LocalPlayer.Team then
  2580.                                                 if _G['property_teamchams']     == true then
  2581.                                                         chams(player.Character,teamcolor)
  2582.                                                 elseif player.Character:FindFirstChild("Sky") then
  2583.                                                         for i,v in pairs(player.Character:GetDescendants()) do
  2584.                                                                 if v:IsA("BoxHandleAdornment") or v:IsA("Sky") then
  2585.                                                                         v:Destroy()
  2586.                                                                 end
  2587.                                                         end
  2588.                                                 end
  2589.                                                 if _G['property_boxespteam'] == true then
  2590.                                                         boxesp(player.Character)
  2591.                                                 elseif player.Character:FindFirstChild("box_ESP") then
  2592.                                                         player.Character:FindFirstChild("box_ESP"):Destroy()
  2593.                                                 end
  2594.                                                 if _G['property_disableteamrendering'] == true then
  2595.                                                         player.Character.Parent = game.Lighting
  2596.                                                 else
  2597.                                                         player.Character.Parent = workspace
  2598.                                                 end
  2599.                                         else
  2600.                                                 if _G['property_footstepesp'] == true then
  2601.                                                         pcall(function()
  2602.                                                                 if player.Character.PrimaryPart.Velocity ~= Vector3.new(0,0,0) then
  2603.                                                                         footstepespcharacter(player.Character)
  2604.                                                                 end
  2605.                                                         end)
  2606.                                                 end
  2607.                                                 if _G['property_backtrack'] == true then
  2608.                                                         backtrack(player.Character)
  2609.                                                         print('backtrack on')
  2610.                                                 elseif player.Character:FindFirstChild("backtrack") then
  2611.                                                         print('backtrack not on')
  2612.                                                         player.Character:FindFirstChild("backtrack"):Destroy()
  2613.                                                         backtrackfolder:ClearAllChildren()
  2614.                                                 end
  2615.                                                 if _G['property_boxesp'] == true then
  2616.                                                         boxesp(player.Character)
  2617.                                                 elseif player.Character:FindFirstChild("box_ESP") then
  2618.                                                         player.Character:FindFirstChild("box_ESP"):Destroy()
  2619.                                                 end
  2620.                                                 if _G['property_nameesp'] == true then
  2621.                                                         nameesp(player.Character)
  2622.                                                 elseif player.Character:FindFirstChild("name_ESP") then
  2623.                                                         player.Character:FindFirstChild("name_ESP"):Destroy()
  2624.                                                 end
  2625.                                                 if _G['property_enemychams'] == true then
  2626.                                                         chams(player.Character,enemycolor)
  2627.                                                 elseif player.Character:FindFirstChild("Sky") then
  2628.                                                         for i,v in pairs(player.Character:GetDescendants()) do
  2629.                                                                 if v:IsA("BoxHandleAdornment") or v:IsA("Sky") then
  2630.                                                                         v:Destroy()
  2631.                                                                 end
  2632.                                                         end
  2633.                                                 end    
  2634.                                         end
  2635.                                 else
  2636.                                         if _G['property_antiheadshot'] == true then
  2637.                                                 pcall(function()
  2638.                                                         game.Players.LocalPlayer.Character:FindFirstChild('FakeHead'):Destroy()
  2639.                                                         game.Players.LocalPlayer.Character:FindFirstChild('HeadHB'):Destroy()
  2640.                                                 end)
  2641.                                         end
  2642.                                         if _G['property_kniferange'] == true then
  2643.                                                 if not player.Character:FindFirstChild("kniferange") then
  2644.                                                         local kniferange = Instance.new("Part",backtrackfolder)
  2645.                                                         kniferange.Shape = 'Cylinder'
  2646.                                                         kniferange.Orientation = Vector3.new(0, 0, -90)
  2647.                                                         kniferange.Size = Vector3.new(0, 7, 7)
  2648.                                                         kniferange.Transparency = 1
  2649.                                                         kniferange.Name = 'kniferange'
  2650.                                                         kniferange.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  2651.                                                         kniferange.CanCollide = false
  2652.                                                         local bb = Instance.new("Decal",kniferange)
  2653.                                                         bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2654.                                                         bb.Face = 'Left'
  2655.                                                         local bb = Instance.new("Decal",kniferange)
  2656.                                                         bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2657.                                                         bb.Face = 'Right'
  2658.                                                         kniferange.Massless = true
  2659.                                                         local XD = Instance.new("Weld", game.Players.LocalPlayer.Character.HumanoidRootPart)
  2660.                                                         XD.Part0 = XD.Parent
  2661.                                                         XD.Part1 = kniferange
  2662.                                                         XD.C0 = CFrame.Angles(0,0,1.6)
  2663.                                                 end
  2664.                                         end
  2665.                                 end
  2666.                         end
  2667.                 end
  2668.         end
  2669. end)
  2670. function smallblock(pos)
  2671.         if pos then
  2672.                 local block = Instance.new('Part',workspace)
  2673.                 block.Anchored = true
  2674.                 block.Size = Vector3.new(0.3,0.3,0.3)
  2675.                 block.Position = pos
  2676.                 block.CanCollide = false
  2677.                 block.Material = Enum.Material.SmoothPlastic
  2678.                 block.Color = Color3.fromRGB(255, 71, 129)
  2679.                 game.Debris:AddItem(block,2)
  2680.         end
  2681. end
  2682. function CheckRig()
  2683.     if lplr.Character then
  2684.         local Humanoid = lplr.Character:WaitForChild('Humanoid')
  2685.         if Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2686.             return 'R15'
  2687.         else
  2688.             return 'R6'
  2689.         end
  2690.     end
  2691. end
  2692. function InitiateAA()
  2693.     local Character = lplr.Character
  2694.     local StoredCF = Character.PrimaryPart.CFrame
  2695.     local Part = Instance.new('Part',workspace)
  2696.     Part.Size = Vector3.new(5,0,5)
  2697.     Part.Anchored = true
  2698.     Part.CFrame = CFrame.new(Vector3.new(9999,9999,9999))
  2699.     Character.PrimaryPart.CFrame = Part.CFrame*CFrame.new(0,3,0)
  2700.     spawn(function()
  2701.                 wait(2)
  2702.         Part:Destroy()
  2703.     end)
  2704.         if CheckRig() == 'R6' then
  2705.         local Clone = Character.HumanoidRootPart:Clone()
  2706.         Character.HumanoidRootPart:Destroy()
  2707.         Clone.Parent = Character
  2708.     else
  2709.         local Clone = Character.LowerTorso.Root:Clone()
  2710.         Character.LowerTorso.Root:Destroy()
  2711.         Clone.Parent = Character.LowerTorso
  2712.         end
  2713.         wait()
  2714.         Character.PrimaryPart.CFrame = StoredCF
  2715. end
  2716. function beam(part,pos,yeeet)
  2717.         if part then
  2718.                 if part.Parent:FindFirstChild('Humanoid') then
  2719.                         spawn(function()
  2720.                                 if _G['property_hitsound'] == true then
  2721.                                         local hitmarksound = Instance.new('Sound',workspace)
  2722.                                         hitmarksound.SoundId = 'rbxassetid://4491275997'
  2723.                                         hitmarksound.PlayOnRemove = true
  2724.                                         hitmarksound.Volume = 7
  2725.                                         hitmarksound:Destroy()
  2726.                                 end
  2727.                         end)
  2728.                         local player = game:GetService("Players").LocalPlayer
  2729.                         local ray = Ray.new(yeeet, (pos - yeeet).unit * 300)
  2730.                         local part, position = workspace:FindPartOnRay(ray, player.Character, false, true)
  2731.                         local beam = Instance.new("Part", workspace)
  2732.                         beam.BrickColor = BrickColor.new("Bright red")
  2733.                         beam.FormFactor = "Custom"
  2734.                         beam.Material = "Neon"
  2735.                         beam.Transparency = 0.5
  2736.                         beam.Anchored = true
  2737.                         beam.Locked = true
  2738.                         beam.CanCollide = false
  2739.                        
  2740.                         local distance = (player.Character.Head.CFrame.p - position).magnitude
  2741.                         beam.Size = Vector3.new(0.08, 0.05, distance)
  2742.                         beam.CFrame = CFrame.new(player.Character.Head.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  2743.                         game.Debris:AddItem(beam,2)
  2744.                 end
  2745.         end
  2746. end
  2747. local UserInputService = game:GetService("UserInputService")
  2748.  
  2749. local space = Enum.KeyCode.Space
  2750. local function keyspacedown()
  2751.         return UserInputService:IsKeyDown(space)
  2752. end
  2753. local function Input(input, gameProcessedEvent)
  2754.         if keyspacedown() then
  2755.                 spaceheld = true
  2756.         else
  2757.                 spaceheld = false
  2758.         end
  2759. end
  2760.  
  2761. UserInputService.InputBegan:Connect(Input)
  2762. spawn(function()
  2763.         while wait(0.3) do
  2764.                 if lplr.Character then
  2765.                         if _G['property_grenadewalk'] == true then
  2766.                                 local oh1 = game:GetService("ReplicatedStorage").Weapons[_G['property_grenadewalktype']].Model
  2767.                                 local oh3 = 25
  2768.                                 local oh4 = 35
  2769.                                 local oh6 = ""
  2770.                                 local oh7 = ""
  2771.                                 game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(oh1, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  2772.                         end
  2773.                 end
  2774.         end
  2775. end)
  2776. function getspectators()
  2777.         local plrsspectating = ""
  2778.         for i,v in pairs(game.Players:GetPlayers()) do
  2779.                 pcall(function()
  2780.                         if v ~= lplr then
  2781.                                 if not v.Character then
  2782.                                         if (v.CameraCF.Value.p - workspace.CurrentCamera.CFrame.p).Magnitude < 20 then
  2783.                                                 if plrsspectating == "" then
  2784.                                                         plrsspectating = v.Name
  2785.                                                 else
  2786.                                                         plrsspectating = plrsspectating..'\n'..v.Name
  2787.                                                 end
  2788.                                         end
  2789.                                 end
  2790.                         end
  2791.                 end)
  2792.         end
  2793.         return plrsspectating
  2794. end
  2795. spawn(function()
  2796.         while wait(0.1) do
  2797.                 if _G['property_triggerbot'] == true then
  2798.                         if lplr.Character then
  2799.                                 if m.Target then
  2800.                                         if m.Target.Parent:FindFirstChild("Humanoid") then
  2801.                                                 pcall(function()
  2802.                                                         if game.Players[m.Target.Parent.Name].Team ~= lplr.Team then
  2803.                                                                 spawn(function()
  2804.                                                                         mouse1press()
  2805.                                                                         wait()
  2806.                                                                         mouse1release()
  2807.                                                                 end)
  2808.                                                         end
  2809.                                                 end)
  2810.                                         end
  2811.                                 end
  2812.                         end
  2813.                 end
  2814.         end
  2815. end)
  2816. _G['btn1down'] = false
  2817. m.Button1Down:Connect(function()
  2818.         _G['btn1down'] = true
  2819. end)
  2820. m.Button1Up:Connect(function()
  2821.         _G['btn1down'] = false
  2822. end)
  2823.  
  2824. workspace.CurrentCamera.ChildAdded:Connect(function(t)
  2825.         spawn(function()
  2826.                 if t.Name == 'Arms' then
  2827.                         if _G['property_tps'] == true then
  2828.                                 for i,v in pairs(t:GetDescendants()) do
  2829.                                         if v:IsA("BasePart") and v.Transparency ~= 1 then
  2830.                                                 v.Transparency = 1
  2831.                                         end
  2832.                                 end
  2833.                         else
  2834.                                 for i,v in pairs(t:GetDescendants()) do
  2835.                                         if v:IsA("BasePart") and v.Transparency ~= 1 then
  2836.                                                 v.Transparency = _G['property_armtransparency']/100
  2837.                                         end
  2838.                                 end
  2839.                         end
  2840.                 end
  2841.         end)
  2842. end)
  2843.  
  2844. m.KeyDown:Connect(function(k)
  2845.         if string.byte(k) == 61 then
  2846.                 fovview.Visible = (not fovview.Visible)
  2847.                 main.Visible = (not main.Visible)
  2848.                 configmain.Visible = false
  2849.         end
  2850. end)
  2851.  
  2852. game.Players.PlayerRemoving:Connect(function(p)
  2853.         if p == lplr then
  2854.                 savenewconfig()
  2855.                 if _G['property_autorejoin'] == true then
  2856.                         local ts = game:GetService("TeleportService")
  2857.                         local p = game:GetService("Players").LocalPlayer
  2858.                          
  2859.                         ts:Teleport(game.PlaceId, p)
  2860.                 end
  2861.         end
  2862. end)
  2863. local cameradebris = game:GetService("Workspace").Camera.Debris
  2864. function checkdebris(obj)
  2865.         spawn(function()
  2866.                 if obj.Name == 'Bullet' then
  2867.                         if _G['property_disablebulletholes'] == true then
  2868.                                 obj:Destroy()
  2869.                         end
  2870.                 elseif obj.Name == 'C4' then
  2871.                         if _G['property_weaponsesp'] == true then
  2872.                                 boxespweapon(obj)
  2873.                         end
  2874.                 elseif obj:IsA('Part') then
  2875.                         if _G['property_bombesp'] == true then
  2876.                                 boxespweapon(obj)
  2877.                         end
  2878.                 elseif obj:IsA('Model') then
  2879.                         if _G['property_disablerenderingragdolls'] == true then
  2880.                                 boxespweapon(obj)
  2881.                         end
  2882.                 end
  2883.         end)
  2884. end
  2885. cameradebris.ChildAdded:connect(function(obj)
  2886.         spawn(function()
  2887.                 if obj.Name == 'Blood' then
  2888.                         if _G['property_disableblood'] == true then
  2889.                                 obj:Destroy()
  2890.                         end
  2891.                 end
  2892.         end)
  2893. end)
  2894. game:GetService("Workspace").Debris.ChildAdded:connect(function(obj)
  2895.         checkdebris(obj)
  2896. end)
  2897. game:GetService("Workspace")["Ray_Ignore"].Smokes.ChildAdded:connect(function(obj)
  2898.         spawn(function()
  2899.                 if _G['property_grenadesesp'] == true then
  2900.                         boxespweapon(obj)
  2901.                 end
  2902.         end)
  2903. end)
  2904. local Space = Enum.KeyCode.Space
  2905. local function Input(input, gameProcessedEvent)
  2906.         if input.UserInputType == Enum.UserInputType.MouseButton3 then
  2907.                 if _G['property_tps'] == true then
  2908.                         configfolder.tps.Value = (not configfolder.tps.Value)
  2909.                 end
  2910.         end
  2911.         if _G.autohop == true then
  2912.                 if UserInputService:IsKeyDown(Space) then
  2913.                         holdspace = true
  2914.                 else
  2915.                         holdspace = false
  2916.                 end
  2917.         end
  2918. end
  2919. UserInputService.InputBegan:Connect(Input)
  2920. draggable(main)
  2921. draggable(configmain)
  2922. draggable(spectatorlist)
  2923.  
  2924. username.Text = _G['bloxtapusername']
  2925.  
  2926. loadsavedfileconfig()