okooook

Counter Blox

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