Guest User

Bloxtap (so you dont have to go through the link sites

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