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