Eduardfabian21

Boombox hub

Feb 11th, 2022 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.75 KB | None | 0 0
  1. -- the script is not done yet
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Main = Instance.new("Frame")
  5. local UICorner = Instance.new("UICorner")
  6. local Visualizer = Instance.new("Frame")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local Waves0 = Instance.new("TextLabel")
  9. local Presets0 = Instance.new("TextLabel")
  10. local Properties = Instance.new("TextLabel")
  11. local AudioId = Instance.new("TextBox")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local visualize = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local Speed = Instance.new("TextBox")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local WaveInt = Instance.new("TextBox")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local Distance = Instance.new("TextBox")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local Responsiveness = Instance.new("TextBox")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local Bass = Instance.new("TextBox")
  24. local UICorner_9 = Instance.new("UICorner")
  25. local Presets = Instance.new("Frame")
  26. local UICorner_10 = Instance.new("UICorner")
  27. local MAX = Instance.new("TextButton")
  28. local UICorner_11 = Instance.new("UICorner")
  29. local MAY = Instance.new("TextButton")
  30. local UICorner_12 = Instance.new("UICorner")
  31. local MAZ = Instance.new("TextButton")
  32. local UICorner_13 = Instance.new("UICorner")
  33. local Infinity = Instance.new("TextButton")
  34. local UICorner_14 = Instance.new("UICorner")
  35. local Custom = Instance.new("TextButton")
  36. local UICorner_15 = Instance.new("UICorner")
  37. local Waves = Instance.new("Frame")
  38. local UICorner_16 = Instance.new("UICorner")
  39. local WAX = Instance.new("TextButton")
  40. local UICorner_17 = Instance.new("UICorner")
  41. local WAY = Instance.new("TextButton")
  42. local UICorner_18 = Instance.new("UICorner")
  43. local WAZ = Instance.new("TextButton")
  44. local UICorner_19 = Instance.new("UICorner")
  45. local Custom_2 = Instance.new("TextButton")
  46. local UICorner_20 = Instance.new("UICorner")
  47. local WavesOn = Instance.new("TextButton")
  48. local UICorner_21 = Instance.new("UICorner")
  49. local TextLabel = Instance.new("TextLabel")
  50. local VisWait = Instance.new("TextBox")
  51. local UICorner_22 = Instance.new("UICorner")
  52. local Sync = Instance.new("TextButton")
  53. local UICorner_23 = Instance.new("UICorner")
  54. local WaveCount = Instance.new("TextBox")
  55. local UICorner_24 = Instance.new("UICorner")
  56. local VisualizerB = Instance.new("TextButton")
  57. local LoggerB = Instance.new("TextButton")
  58. local ScriptsB = Instance.new("TextButton")
  59. local Scripts = Instance.new("Frame")
  60. local UICorner_25 = Instance.new("UICorner")
  61. local Amount = Instance.new("TextBox")
  62. local UICorner_26 = Instance.new("UICorner")
  63. local Dupe = Instance.new("TextButton")
  64. local UICorner_27 = Instance.new("UICorner")
  65. local TextLabel_2 = Instance.new("TextLabel")
  66. local StealTools = Instance.new("TextButton")
  67. local UICorner_28 = Instance.new("UICorner")
  68. local RemoveMesh = Instance.new("TextButton")
  69. local UICorner_29 = Instance.new("UICorner")
  70. local AntiLoggerB = Instance.new("TextButton")
  71. local Logger = Instance.new("Frame")
  72. local UICorner_30 = Instance.new("UICorner")
  73. local TextLabel_3 = Instance.new("TextLabel")
  74. local TextLabel_4 = Instance.new("TextLabel")
  75. local TextLabel_5 = Instance.new("TextLabel")
  76. local Close = Instance.new("TextButton")
  77. local UICorner_31 = Instance.new("UICorner")
  78. local Minify = Instance.new("TextButton")
  79. local UICorner_32 = Instance.new("UICorner")
  80. local UICorner_33 = Instance.new("UICorner")
  81.  
  82. --Properties:
  83.  
  84. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  85. ScreenGui.ResetOnSpawn = false
  86.  
  87. Frame.Parent = ScreenGui
  88. Frame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  89. Frame.Position = UDim2.new(0.294481993, 0, 0.347356021, 0)
  90. Frame.Size = UDim2.new(0, 363, 0, 24)
  91. Frame.ZIndex = 2
  92.  
  93. Main.Name = "Main"
  94. Main.Parent = Frame
  95. Main.Active = true
  96. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  97. Main.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  98. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  99. Main.BorderSizePixel = 2
  100. Main.ClipsDescendants = true
  101. Main.Position = UDim2.new(0.499313176, 0, 4.56431818, 0)
  102. Main.Size = UDim2.new(0, 364, 0, 218)
  103. Main.SizeConstraint = Enum.SizeConstraint.RelativeXX
  104.  
  105. UICorner.Parent = Main
  106.  
  107. Visualizer.Name = "Visualizer"
  108. Visualizer.Parent = Main
  109. Visualizer.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  110. Visualizer.ClipsDescendants = true
  111. Visualizer.Position = UDim2.new(0.0350000001, 0, 0.224999994, 0)
  112. Visualizer.Size = UDim2.new(0, 342, 0, 160)
  113.  
  114. UICorner_2.Parent = Visualizer
  115.  
  116. Waves0.Name = "Waves0"
  117. Waves0.Parent = Visualizer
  118. Waves0.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. Waves0.BackgroundTransparency = 1.000
  120. Waves0.Position = UDim2.new(0.787208498, 0, 0.0618055351, 0)
  121. Waves0.Size = UDim2.new(0, 65, 0, 18)
  122. Waves0.Font = Enum.Font.GothamSemibold
  123. Waves0.Text = "Waves"
  124. Waves0.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. Waves0.TextSize = 14.000
  126.  
  127. Presets0.Name = "Presets0"
  128. Presets0.Parent = Visualizer
  129. Presets0.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. Presets0.BackgroundTransparency = 1.000
  131. Presets0.Position = UDim2.new(0.565482974, 0, 0.0618055351, 0)
  132. Presets0.Size = UDim2.new(0, 65, 0, 18)
  133. Presets0.Font = Enum.Font.GothamSemibold
  134. Presets0.Text = "Presets"
  135. Presets0.TextColor3 = Color3.fromRGB(255, 255, 255)
  136. Presets0.TextSize = 14.000
  137.  
  138. Properties.Name = "Properties"
  139. Properties.Parent = Visualizer
  140. Properties.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Properties.BackgroundTransparency = 1.000
  142. Properties.Position = UDim2.new(0.19364129, 0, 0.0618055575, 0)
  143. Properties.Size = UDim2.new(0, 66, 0, 18)
  144. Properties.Font = Enum.Font.GothamSemibold
  145. Properties.Text = "Properties"
  146. Properties.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. Properties.TextSize = 14.000
  148.  
  149. AudioId.Name = "AudioId"
  150. AudioId.Parent = Visualizer
  151. AudioId.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  152. AudioId.BorderColor3 = Color3.fromRGB(54, 54, 54)
  153. AudioId.Position = UDim2.new(0.034391813, 0, 0.340000004, 0)
  154. AudioId.Size = UDim2.new(0, 85, 0, 20)
  155. AudioId.ClearTextOnFocus = false
  156. AudioId.Font = Enum.Font.GothamSemibold
  157. AudioId.PlaceholderText = "Audio-ID"
  158. AudioId.Text = ""
  159. AudioId.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. AudioId.TextSize = 14.000
  161.  
  162. UICorner_3.CornerRadius = UDim.new(0, 6)
  163. UICorner_3.Parent = AudioId
  164.  
  165. visualize.Name = "visualize"
  166. visualize.Parent = Visualizer
  167. visualize.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  168. visualize.BorderColor3 = Color3.fromRGB(54, 54, 54)
  169. visualize.Position = UDim2.new(0.034391813, 0, 0.189999998, 0)
  170. visualize.Size = UDim2.new(0, 85, 0, 20)
  171. visualize.Font = Enum.Font.GothamSemibold
  172. visualize.Text = "Visualize"
  173. visualize.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. visualize.TextSize = 14.000
  175.  
  176. UICorner_4.CornerRadius = UDim.new(0, 6)
  177. UICorner_4.Parent = visualize
  178.  
  179. Speed.Name = "Speed"
  180. Speed.Parent = Visualizer
  181. Speed.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  182. Speed.BorderColor3 = Color3.fromRGB(54, 54, 54)
  183. Speed.Position = UDim2.new(0.034391813, 0, 0.639999986, 0)
  184. Speed.Size = UDim2.new(0, 85, 0, 20)
  185. Speed.ClearTextOnFocus = false
  186. Speed.Font = Enum.Font.GothamSemibold
  187. Speed.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  188. Speed.PlaceholderText = "Speed (1)"
  189. Speed.Text = ""
  190. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. Speed.TextSize = 14.000
  192.  
  193. UICorner_5.CornerRadius = UDim.new(0, 6)
  194. UICorner_5.Parent = Speed
  195.  
  196. WaveInt.Name = "WaveInt"
  197. WaveInt.Parent = Visualizer
  198. WaveInt.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  199. WaveInt.BorderColor3 = Color3.fromRGB(54, 54, 54)
  200. WaveInt.Position = UDim2.new(0.034391813, 0, 0.790000021, 0)
  201. WaveInt.Size = UDim2.new(0, 85, 0, 20)
  202. WaveInt.ClearTextOnFocus = false
  203. WaveInt.Font = Enum.Font.GothamSemibold
  204. WaveInt.PlaceholderText = "Wave Intensity (3)"
  205. WaveInt.Text = ""
  206. WaveInt.TextColor3 = Color3.fromRGB(255, 255, 255)
  207. WaveInt.TextSize = 9.000
  208.  
  209. UICorner_6.CornerRadius = UDim.new(0, 6)
  210. UICorner_6.Parent = WaveInt
  211.  
  212. Distance.Name = "Distance"
  213. Distance.Parent = Visualizer
  214. Distance.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  215. Distance.BorderColor3 = Color3.fromRGB(54, 54, 54)
  216. Distance.Position = UDim2.new(0.034391813, 0, 0.49000001, 0)
  217. Distance.Size = UDim2.new(0, 85, 0, 20)
  218. Distance.ClearTextOnFocus = false
  219. Distance.Font = Enum.Font.GothamSemibold
  220. Distance.PlaceholderText = "Distance (5)"
  221. Distance.Text = ""
  222. Distance.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. Distance.TextSize = 14.000
  224.  
  225. UICorner_7.CornerRadius = UDim.new(0, 6)
  226. UICorner_7.Parent = Distance
  227.  
  228. Responsiveness.Name = "Responsiveness"
  229. Responsiveness.Parent = Visualizer
  230. Responsiveness.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  231. Responsiveness.Position = UDim2.new(0.298245609, 0, 0.637499988, 0)
  232. Responsiveness.Size = UDim2.new(0, 85, 0, 20)
  233. Responsiveness.ClearTextOnFocus = false
  234. Responsiveness.Font = Enum.Font.GothamSemibold
  235. Responsiveness.PlaceholderText = "Responsiveness (200)"
  236. Responsiveness.Text = ""
  237. Responsiveness.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. Responsiveness.TextSize = 7.000
  239.  
  240. UICorner_8.CornerRadius = UDim.new(0, 6)
  241. UICorner_8.Parent = Responsiveness
  242.  
  243. Bass.Name = "Bass"
  244. Bass.Parent = Visualizer
  245. Bass.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  246. Bass.Position = UDim2.new(0.298245609, 0, 0.787500024, 0)
  247. Bass.Size = UDim2.new(0, 85, 0, 20)
  248. Bass.ClearTextOnFocus = false
  249. Bass.Font = Enum.Font.GothamSemibold
  250. Bass.PlaceholderText = "Bass Intensity (100)"
  251. Bass.Text = ""
  252. Bass.TextColor3 = Color3.fromRGB(255, 255, 255)
  253.  
  254. UICorner_9.CornerRadius = UDim.new(0, 6)
  255. UICorner_9.Parent = Bass
  256.  
  257. Presets.Name = "Presets"
  258. Presets.Parent = Visualizer
  259. Presets.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  260. Presets.Position = UDim2.new(0.564327478, 0, 0.206249997, 0)
  261. Presets.Size = UDim2.new(0, 65, 0, 113)
  262.  
  263. UICorner_10.Parent = Presets
  264.  
  265. MAX.Name = "MAX"
  266. MAX.Parent = Presets
  267. MAX.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  268. MAX.Position = UDim2.new(0.0710000023, 0, 0.0710000023, 0)
  269. MAX.Size = UDim2.new(0, 55, 0, 15)
  270. MAX.Font = Enum.Font.GothamSemibold
  271. MAX.Text = "Circle 2"
  272. MAX.TextColor3 = Color3.fromRGB(53, 53, 53)
  273. MAX.TextSize = 14.000
  274.  
  275. UICorner_11.CornerRadius = UDim.new(0, 3)
  276. UICorner_11.Parent = MAX
  277.  
  278. MAY.Name = "MAY"
  279. MAY.Parent = Presets
  280. MAY.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  281. MAY.Position = UDim2.new(0.0710000023, 0, 0.246902674, 0)
  282. MAY.Size = UDim2.new(0, 55, 0, 15)
  283. MAY.Font = Enum.Font.GothamSemibold
  284. MAY.Text = "Circle"
  285. MAY.TextColor3 = Color3.fromRGB(53, 53, 53)
  286. MAY.TextSize = 14.000
  287.  
  288. UICorner_12.CornerRadius = UDim.new(0, 3)
  289. UICorner_12.Parent = MAY
  290.  
  291. MAZ.Name = "MAZ"
  292. MAZ.Parent = Presets
  293. MAZ.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  294. MAZ.Position = UDim2.new(0.0710000023, 0, 0.425150424, 0)
  295. MAZ.Size = UDim2.new(0, 55, 0, 15)
  296. MAZ.Font = Enum.Font.GothamSemibold
  297. MAZ.Text = "Z"
  298. MAZ.TextColor3 = Color3.fromRGB(53, 53, 53)
  299. MAZ.TextSize = 14.000
  300.  
  301. UICorner_13.CornerRadius = UDim.new(0, 3)
  302. UICorner_13.Parent = MAZ
  303.  
  304. Infinity.Name = "Infinity"
  305. Infinity.Parent = Presets
  306. Infinity.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  307. Infinity.Position = UDim2.new(0.0710000023, 0, 0.610000014, 0)
  308. Infinity.Size = UDim2.new(0, 55, 0, 15)
  309. Infinity.Font = Enum.Font.GothamSemibold
  310. Infinity.Text = "Infinity"
  311. Infinity.TextColor3 = Color3.fromRGB(53, 53, 53)
  312. Infinity.TextSize = 14.000
  313.  
  314. UICorner_14.CornerRadius = UDim.new(0, 3)
  315. UICorner_14.Parent = Infinity
  316.  
  317. Custom.Name = "Custom"
  318. Custom.Parent = Presets
  319. Custom.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  320. Custom.Position = UDim2.new(0.0704998299, 0, 0.78761059, 0)
  321. Custom.Size = UDim2.new(0, 55, 0, 18)
  322. Custom.Font = Enum.Font.GothamSemibold
  323. Custom.Text = "Custom"
  324. Custom.TextColor3 = Color3.fromRGB(53, 53, 53)
  325. Custom.TextSize = 14.000
  326.  
  327. UICorner_15.CornerRadius = UDim.new(0, 3)
  328. UICorner_15.Parent = Custom
  329.  
  330. Waves.Name = "Waves"
  331. Waves.Parent = Visualizer
  332. Waves.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  333. Waves.Position = UDim2.new(0.787208498, 0, 0.206249997, 0)
  334. Waves.Size = UDim2.new(0, 65, 0, 93)
  335.  
  336. UICorner_16.Parent = Waves
  337.  
  338. WAX.Name = "WAX"
  339. WAX.Parent = Waves
  340. WAX.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  341. WAX.Position = UDim2.new(0.0708843544, 0, 0.0707964599, 0)
  342. WAX.Size = UDim2.new(0, 55, 0, 15)
  343. WAX.Font = Enum.Font.GothamSemibold
  344. WAX.Text = "X"
  345. WAX.TextColor3 = Color3.fromRGB(53, 53, 53)
  346. WAX.TextSize = 14.000
  347.  
  348. UICorner_17.CornerRadius = UDim.new(0, 3)
  349. UICorner_17.Parent = WAX
  350.  
  351. WAY.Name = "WAY"
  352. WAY.Parent = Waves
  353. WAY.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  354. WAY.Position = UDim2.new(0.0710000023, 0, 0.300000012, 0)
  355. WAY.Size = UDim2.new(0, 55, 0, 15)
  356. WAY.Font = Enum.Font.GothamSemibold
  357. WAY.Text = "Y"
  358. WAY.TextColor3 = Color3.fromRGB(53, 53, 53)
  359. WAY.TextSize = 14.000
  360.  
  361. UICorner_18.CornerRadius = UDim.new(0, 3)
  362. UICorner_18.Parent = WAY
  363.  
  364. WAZ.Name = "WAZ"
  365. WAZ.Parent = Waves
  366. WAZ.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  367. WAZ.Position = UDim2.new(0.0708843544, 0, 0.530000091, 0)
  368. WAZ.Size = UDim2.new(0, 55, 0, 15)
  369. WAZ.Font = Enum.Font.GothamSemibold
  370. WAZ.Text = "Spate"
  371. WAZ.TextColor3 = Color3.fromRGB(53, 53, 53)
  372. WAZ.TextSize = 14.000
  373.  
  374. UICorner_19.CornerRadius = UDim.new(0, 3)
  375. UICorner_19.Parent = WAZ
  376.  
  377. Custom_2.Name = "Custom"
  378. Custom_2.Parent = Waves
  379. Custom_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  380. Custom_2.Position = UDim2.new(0.0710000023, 0, 0.754999995, 0)
  381. Custom_2.Size = UDim2.new(0, 55, 0, 15)
  382. Custom_2.Font = Enum.Font.GothamSemibold
  383. Custom_2.Text = "Custom"
  384. Custom_2.TextColor3 = Color3.fromRGB(53, 53, 53)
  385. Custom_2.TextSize = 14.000
  386.  
  387. UICorner_20.CornerRadius = UDim.new(0, 3)
  388. UICorner_20.Parent = Custom_2
  389.  
  390. WavesOn.Name = "WavesOn"
  391. WavesOn.Parent = Visualizer
  392. WavesOn.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  393. WavesOn.Position = UDim2.new(0.930000007, 0, 0.810000002, 0)
  394. WavesOn.Size = UDim2.new(0, 18, 0, 18)
  395. WavesOn.Font = Enum.Font.Code
  396. WavesOn.Text = ""
  397. WavesOn.TextColor3 = Color3.fromRGB(53, 53, 53)
  398. WavesOn.TextSize = 14.000
  399.  
  400. UICorner_21.CornerRadius = UDim.new(0, 3)
  401. UICorner_21.Parent = WavesOn
  402.  
  403. TextLabel.Parent = Visualizer
  404. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  405. TextLabel.BackgroundTransparency = 1.000
  406. TextLabel.Position = UDim2.new(0.771000028, 0, 0.810000002, 0)
  407. TextLabel.Size = UDim2.new(0, 48, 0, 18)
  408. TextLabel.Font = Enum.Font.GothamSemibold
  409. TextLabel.Text = "Enabled"
  410. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  411. TextLabel.TextSize = 14.000
  412.  
  413. VisWait.Name = "VisWait"
  414. VisWait.Parent = Visualizer
  415. VisWait.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  416. VisWait.Position = UDim2.new(0.298000008, 0, 0.487500012, 0)
  417. VisWait.Size = UDim2.new(0, 85, 0, 20)
  418. VisWait.ClearTextOnFocus = false
  419. VisWait.Font = Enum.Font.GothamSemibold
  420. VisWait.PlaceholderText = "Visualizer Wait (2.7)"
  421. VisWait.Text = ""
  422. VisWait.TextColor3 = Color3.fromRGB(255, 255, 255)
  423.  
  424. UICorner_22.CornerRadius = UDim.new(0, 6)
  425. UICorner_22.Parent = VisWait
  426.  
  427. Sync.Name = "Sync"
  428. Sync.Parent = Visualizer
  429. Sync.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  430. Sync.BorderColor3 = Color3.fromRGB(54, 54, 54)
  431. Sync.Position = UDim2.new(0.297549695, 0, 0.189999998, 0)
  432. Sync.Size = UDim2.new(0, 85, 0, 20)
  433. Sync.Font = Enum.Font.GothamSemibold
  434. Sync.Text = "Sync"
  435. Sync.TextColor3 = Color3.fromRGB(0, 0, 0)
  436. Sync.TextSize = 14.000
  437.  
  438. UICorner_23.CornerRadius = UDim.new(0, 6)
  439. UICorner_23.Parent = Sync
  440.  
  441. WaveCount.Name = "WaveCount"
  442. WaveCount.Parent = Visualizer
  443. WaveCount.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  444. WaveCount.Position = UDim2.new(0.298000008, 0, 0.337500006, 0)
  445. WaveCount.Size = UDim2.new(0, 85, 0, 20)
  446. WaveCount.ClearTextOnFocus = false
  447. WaveCount.Font = Enum.Font.GothamSemibold
  448. WaveCount.PlaceholderText = "Wave Count (1)"
  449. WaveCount.Text = ""
  450. WaveCount.TextColor3 = Color3.fromRGB(255, 255, 255)
  451. WaveCount.TextSize = 11.000
  452.  
  453. UICorner_24.CornerRadius = UDim.new(0, 6)
  454. UICorner_24.Parent = WaveCount
  455.  
  456. VisualizerB.Name = "VisualizerB"
  457. VisualizerB.Parent = Main
  458. VisualizerB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  459. VisualizerB.BackgroundTransparency = 1.000
  460. VisualizerB.ClipsDescendants = true
  461. VisualizerB.Position = UDim2.new(0.0326027237, 0, 0.129545465, 0)
  462. VisualizerB.Size = UDim2.new(0, 80, 0, 17)
  463. VisualizerB.Font = Enum.Font.GothamSemibold
  464. VisualizerB.Text = "Visualizer"
  465. VisualizerB.TextColor3 = Color3.fromRGB(255, 255, 255)
  466. VisualizerB.TextSize = 14.000
  467.  
  468. LoggerB.Name = "LoggerB"
  469. LoggerB.Parent = Main
  470. LoggerB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  471. LoggerB.BackgroundTransparency = 1.000
  472. LoggerB.ClipsDescendants = true
  473. LoggerB.Position = UDim2.new(0.51794821, 0, 0.129545465, 0)
  474. LoggerB.Size = UDim2.new(0, 65, 0, 17)
  475. LoggerB.Font = Enum.Font.GothamSemibold
  476. LoggerB.Text = "Logger"
  477. LoggerB.TextColor3 = Color3.fromRGB(255, 255, 255)
  478. LoggerB.TextSize = 14.000
  479.  
  480. ScriptsB.Name = "ScriptsB"
  481. ScriptsB.Parent = Main
  482. ScriptsB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  483. ScriptsB.BackgroundTransparency = 1.000
  484. ScriptsB.ClipsDescendants = true
  485. ScriptsB.Position = UDim2.new(0.27735889, 0, 0.129545465, 0)
  486. ScriptsB.Size = UDim2.new(0, 70, 0, 17)
  487. ScriptsB.Font = Enum.Font.GothamSemibold
  488. ScriptsB.Text = "Scripts"
  489. ScriptsB.TextColor3 = Color3.fromRGB(255, 255, 255)
  490. ScriptsB.TextSize = 14.000
  491.  
  492. Scripts.Name = "Scripts"
  493. Scripts.Parent = Main
  494. Scripts.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  495. Scripts.ClipsDescendants = true
  496. Scripts.Position = UDim2.new(0.0350000001, 0, 0.224999994, 0)
  497. Scripts.Size = UDim2.new(0, 342, 0, 160)
  498. Scripts.Visible = false
  499.  
  500. UICorner_25.Parent = Scripts
  501.  
  502. Amount.Name = "Amount"
  503. Amount.Parent = Scripts
  504. Amount.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  505. Amount.BorderColor3 = Color3.fromRGB(54, 54, 54)
  506. Amount.Position = UDim2.new(0.0450760312, 0, 0.786000013, 0)
  507. Amount.Size = UDim2.new(0, 85, 0, 20)
  508. Amount.Font = Enum.Font.GothamSemibold
  509. Amount.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  510. Amount.PlaceholderText = "Dupe Amount"
  511. Amount.Text = ""
  512. Amount.TextColor3 = Color3.fromRGB(255, 255, 255)
  513. Amount.TextSize = 12.000
  514.  
  515. UICorner_26.Parent = Amount
  516.  
  517. Dupe.Name = "Dupe"
  518. Dupe.Parent = Scripts
  519. Dupe.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  520. Dupe.BorderColor3 = Color3.fromRGB(54, 54, 54)
  521. Dupe.Position = UDim2.new(0.0450760312, 0, 0.611000061, 0)
  522. Dupe.Size = UDim2.new(0, 85, 0, 20)
  523. Dupe.Font = Enum.Font.GothamSemibold
  524. Dupe.Text = "Dupe"
  525. Dupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  526. Dupe.TextSize = 14.000
  527.  
  528. UICorner_27.Parent = Dupe
  529.  
  530. TextLabel_2.Parent = Scripts
  531. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  532. TextLabel_2.BackgroundTransparency = 1.000
  533. TextLabel_2.Position = UDim2.new(0.023391813, 0, 0.0437499955, 0)
  534. TextLabel_2.Size = UDim2.new(0, 100, 0, 20)
  535. TextLabel_2.Font = Enum.Font.GothamSemibold
  536. TextLabel_2.Text = "Tools"
  537. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  538. TextLabel_2.TextSize = 16.000
  539.  
  540. StealTools.Name = "StealTools"
  541. StealTools.Parent = Scripts
  542. StealTools.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  543. StealTools.BorderColor3 = Color3.fromRGB(54, 54, 54)
  544. StealTools.Position = UDim2.new(0.0480000004, 0, 0.206249997, 0)
  545. StealTools.Size = UDim2.new(0, 85, 0, 20)
  546. StealTools.Font = Enum.Font.GothamSemibold
  547. StealTools.Text = "Steal Tools"
  548. StealTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  549. StealTools.TextSize = 14.000
  550.  
  551. UICorner_28.Parent = StealTools
  552.  
  553. RemoveMesh.Name = "RemoveMesh"
  554. RemoveMesh.Parent = Scripts
  555. RemoveMesh.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  556. RemoveMesh.BorderColor3 = Color3.fromRGB(54, 54, 54)
  557. RemoveMesh.Position = UDim2.new(0.0480000004, 0, 0.386249989, 0)
  558. RemoveMesh.Size = UDim2.new(0, 85, 0, 20)
  559. RemoveMesh.Font = Enum.Font.GothamSemibold
  560. RemoveMesh.Text = "Remove Mesh"
  561. RemoveMesh.TextColor3 = Color3.fromRGB(0, 0, 0)
  562. RemoveMesh.TextSize = 12.000
  563.  
  564. UICorner_29.Parent = RemoveMesh
  565.  
  566. AntiLoggerB.Name = "AntiLoggerB"
  567. AntiLoggerB.Parent = Main
  568. AntiLoggerB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  569. AntiLoggerB.BackgroundTransparency = 1.000
  570. AntiLoggerB.ClipsDescendants = true
  571. AntiLoggerB.Position = UDim2.new(0.727999985, 0, 0.129999995, 0)
  572. AntiLoggerB.Size = UDim2.new(0, 83, 0, 17)
  573. AntiLoggerB.Font = Enum.Font.GothamSemibold
  574. AntiLoggerB.Text = "Anti-Logger"
  575. AntiLoggerB.TextColor3 = Color3.fromRGB(255, 255, 255)
  576. AntiLoggerB.TextSize = 14.000
  577.  
  578. Logger.Name = "Logger"
  579. Logger.Parent = Main
  580. Logger.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  581. Logger.ClipsDescendants = true
  582. Logger.Position = UDim2.new(0.0350000001, 0, 0.224999994, 0)
  583. Logger.Size = UDim2.new(0, 342, 0, 160)
  584. Logger.Visible = false
  585.  
  586. UICorner_30.Parent = Logger
  587.  
  588. TextLabel_3.Parent = Frame
  589. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  590. TextLabel_3.BackgroundTransparency = 1.000
  591. TextLabel_3.Position = UDim2.new(0.0260000005, 0, 0.200000003, 0)
  592. TextLabel_3.Size = UDim2.new(0, 144, 0, 15)
  593. TextLabel_3.ZIndex = 2
  594. TextLabel_3.Font = Enum.Font.Ubuntu
  595. TextLabel_3.Text = "Boombox hub"
  596. TextLabel_3.TextColor3 = Color3.fromRGB(255, 85, 0)
  597. TextLabel_3.TextSize = 14.000
  598. TextLabel_3.TextWrapped = true
  599. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  600.  
  601. TextLabel_4.Parent = TextLabel_3
  602. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  603. TextLabel_4.BackgroundTransparency = 1.000
  604. TextLabel_4.Position = UDim2.new(0.00300000003, 0, 0, 0)
  605. TextLabel_4.Size = UDim2.new(0, 144, 0, 15)
  606. TextLabel_4.ZIndex = 2
  607. TextLabel_4.Font = Enum.Font.Ubuntu
  608. TextLabel_4.Text = "Boombox hub"
  609. TextLabel_4.TextColor3 = Color3.fromRGB(255, 170, 0)
  610. TextLabel_4.TextSize = 14.000
  611. TextLabel_4.TextWrapped = true
  612. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  613.  
  614. TextLabel_5.Parent = TextLabel_4
  615. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  616. TextLabel_5.BackgroundTransparency = 1.000
  617. TextLabel_5.Position = UDim2.new(0.00999999978, 0, 0, 0)
  618. TextLabel_5.Size = UDim2.new(0, 144, 0, 15)
  619. TextLabel_5.ZIndex = 2
  620. TextLabel_5.Font = Enum.Font.Ubuntu
  621. TextLabel_5.Text = "Boombox hub"
  622. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  623. TextLabel_5.TextSize = 14.000
  624. TextLabel_5.TextWrapped = true
  625. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  626.  
  627. Close.Name = "Close"
  628. Close.Parent = Frame
  629. Close.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  630. Close.Position = UDim2.new(0.933000028, 0, 0.180000007, 0)
  631. Close.Size = UDim2.new(0, 15, 0, 15)
  632. Close.ZIndex = 2
  633. Close.Font = Enum.Font.GothamSemibold
  634. Close.Text = ""
  635. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  636. Close.TextSize = 14.000
  637.  
  638. UICorner_31.Parent = Close
  639.  
  640. Minify.Name = "Minify"
  641. Minify.Parent = Frame
  642. Minify.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  643. Minify.Position = UDim2.new(0.875, 0, 0.180000007, 0)
  644. Minify.Size = UDim2.new(0, 15, 0, 15)
  645. Minify.ZIndex = 2
  646. Minify.Font = Enum.Font.GothamSemibold
  647. Minify.Text = ""
  648. Minify.TextColor3 = Color3.fromRGB(0, 0, 0)
  649. Minify.TextSize = 14.000
  650.  
  651. UICorner_32.Parent = Minify
  652.  
  653. UICorner_33.Parent = Frame
  654.  
  655. -- Scripts:
  656.  
  657. local function FLTIR_fake_script() -- visualize.LocalScript
  658. local script = Instance.new('LocalScript', visualize)
  659.  
  660. --locals
  661. local currentid=""
  662. local currentconnection=nil
  663. local vis = nil
  664. local dt =0
  665. local CurrentSound=nil
  666. local CurrentTimePosition=0
  667. local responsiveness= script.Parent.Parent.Responsiveness.Text
  668. --idk
  669. game:service'RunService'.Stepped:Connect(function(e,d)
  670. dt+=d
  671. end)
  672. local dont=0
  673. function setupadded()
  674. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  675. if child:IsA("Tool") and dont ==0 then
  676. wait()
  677. child.Parent=game.Players.LocalPlayer.Backpack
  678. wait()
  679. dont=1
  680. if vis ~=nil then
  681. vis(currentid,CurrentTimePosition)
  682. end
  683. end
  684. end)
  685. end
  686. setupadded()
  687. vis=function(id,timepos)
  688. _G.tov={}
  689. if _G.NetFix==nil then
  690. _G.NetFix=" "
  691. game:service'RunService'.Heartbeat:Connect(function()
  692. for i,v in pairs(_G.tov) do
  693. v[1].Velocity=Vector3.new(2e2,0,0)
  694. v[1].CFrame=v[2].CFrame
  695. end
  696. end)
  697. end
  698. local Stopped=false
  699. local visstuff={}
  700. local function align(i)
  701. l=Instance.new("Part")
  702. l.Transparency=1
  703. l.Parent=i.Parent
  704. l.Size=Vector3.new(0,0,0)
  705. l.Name=""
  706. l.CanCollide=false
  707. l.Anchored=true
  708. l.CFrame=i.CFrame
  709. table.insert(_G.tov,{i,l})
  710. local att0 = Instance.new("Attachment", i)
  711. att0.Position = Vector3.new(0,0,0)
  712. local att1 = Instance.new("Attachment", l)
  713. att1.Position = Vector3.new(0,0,0)
  714. local AP = Instance.new("AlignPosition", i)
  715. AP.Attachment0 = att0
  716. AP.Attachment1 = att1
  717. AP.RigidityEnabled = true
  718. AP.ReactionForceEnabled = false
  719. AP.ApplyAtCenterOfMass = true
  720. AP.MaxForce = 9999999
  721. AP.MaxVelocity = math.huge
  722. AP.Responsiveness = responsiveness
  723. local AO = Instance.new("AlignOrientation", i)
  724. AO.Attachment0 = att0
  725. AO.Attachment1 = att1
  726. AO.ReactionTorqueEnabled = false
  727. AO.PrimaryAxisOnly = false
  728. AO.MaxTorque = 9999999
  729. AO.MaxAngularVelocity = math.huge
  730. AO.Responsiveness = responsiveness
  731. table.insert(visstuff,{AO,AP,att0,att1,l})
  732. return l
  733. end
  734. local Visualizer={}
  735. local First=false
  736. local Handles={}
  737. local ToolCount=0
  738. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  739. if v:IsA("Tool") then
  740. ToolCount=ToolCount+900000
  741. end
  742. end
  743. local cf=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  744. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  745. if v:IsA("Tool") then
  746. coroutine.wrap(function()
  747. if First==false then
  748. First=v
  749. end
  750. local Handle=v:FindFirstChildOfClass("Part")
  751. v.Parent=game.Players.LocalPlayer.Character
  752. if Handle:FindFirstChildOfClass("Sound") then
  753. Handle:FindFirstChildOfClass("Sound").Parent=Instance.new("Part")
  754. end
  755. currentid=id
  756. v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(id))
  757. repeat wait() until Handle:FindFirstChildOfClass("Sound") and Handle:FindFirstChildOfClass("Sound").IsPlaying
  758. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  759. if v.Name=="RightGrip" then
  760. --v:Destroy()
  761. end
  762. end
  763. Handle.Name=""
  764. if First==v then
  765. CurrentSound=Handle:FindFirstChildOfClass("Sound")
  766. end
  767. Handle:FindFirstChildOfClass("Sound").Playing=false
  768. coroutine.wrap(function()
  769. repeat wait() until v.Parent~=game.Players.LocalPlayer.Character
  770. Handle.Name="Handle"
  771. Stopped=true
  772. dont=1
  773. _G.tov={}
  774. for i,v in pairs(visstuff) do
  775. for i,v in pairs(v) do
  776. v:Destroy()
  777. end
  778. end
  779. end)()
  780. table.insert(Handles,Handle)
  781. table.insert(Visualizer,align(Handle))
  782. end)()
  783. end
  784. end
  785. local Root=game.Players.LocalPlayer.Character.HumanoidRootPart
  786. local viswait=script.Parent.Parent.VisWait.Text
  787. wait(viswait)
  788. for i,v in pairs(Handles) do
  789. coroutine.wrap(function()
  790. v:FindFirstChildOfClass("Sound").TimePosition=timepos
  791. v:FindFirstChildOfClass("Sound").Playing=true
  792. end)()
  793. end
  794. spawn(function()
  795. while wait(viswait) do
  796. if Stopped == true then
  797. break
  798. end
  799. if CurrentSound.IsPlaying == true then
  800. CurrentTimePosition=CurrentSound.TimePosition
  801. end
  802. end
  803. end)
  804. local RenderStepped = game:GetService('RunService').RenderStepped
  805. local Wait = RenderStepped.Wait
  806. local Selected=CurrentSound
  807. local p = Instance.new("Part")
  808. function CF2V(cf)
  809. p.CFrame=cf
  810. return p.Rotation
  811. end
  812. local function AngleFromSettings(angle,str)
  813. if str=="X" then
  814. return CFrame.Angles(angle,0,0)
  815. elseif str=="Y" then
  816. return CFrame.Angles(0,angle,0)
  817. elseif str=="Z" then
  818. return CFrame.Angles(0,0,angle)
  819. elseif str=="Infinity" then
  820. return CFrame.Angles(angle,angle,angle)
  821. end
  822. end
  823. local function VectorFromSettings(angle,str)
  824. if str=="X" then
  825. return Vector3.new(angle,0,0)
  826. elseif str=="Y" then
  827. return Vector3.new(0,angle,0)
  828. elseif str=="Z" then
  829. return Vector3.new(0,0,angle)
  830. end
  831. end
  832. dont=0
  833. setupadded()
  834. for K,V in next, Visualizer do
  835. coroutine.wrap(function()
  836. repeat
  837. local Spin = 0
  838. repeat
  839. if CurrentSound then
  840. local bass = script.Parent.Parent.Bass.Text
  841. local wavee = script.Parent.Parent.WaveCount.Text
  842. local Volume = CurrentSound['PlaybackLoudness']
  843. local Iterator=math.rad(Spin+(K*(360/#Visualizer)))
  844. local Z = _G.Distance + Volume / (1 ~= 100 and (100 - 1) or .01)
  845. local G = Volume / (35 ~= bass and (bass - 35) or .01)
  846. local P = CFrame.new(Root['Position']) * AngleFromSettings(Iterator,_G.VisAngle) * CFrame.new(0,0,Z)
  847. local AddVector =Vector3.new(0,0,0)
  848. if _G.WavesOn == "On" then
  849. AddVector=VectorFromSettings(math.sin((((dt*_G.WaveInt)+(K/#Visualizer)*(math.pi*wavee)))),_G.WavesAngle)
  850. end
  851. V['Position'] = P.p+AddVector
  852. V['Rotation'] = CF2V(CFrame.new(V.Position, Root['Position'] + Vector3.new(0, 0, 0)))
  853. end
  854. Spin+=_G.Speed
  855. game:service'RunService'.RenderStepped:Wait()
  856. until Stopped or ((Spin >= 360))
  857. until Stopped
  858. ccc:Disconnect()
  859. end)()
  860. end
  861. end
  862. script.Parent.MouseButton1Click:Connect(function()
  863. vis(script.Parent.Parent.AudioId.Text:gsub("%D+", ""),0)
  864. end)
  865. end
  866. coroutine.wrap(FLTIR_fake_script)()
  867. local function YKNXWO_fake_script() -- Speed.LocalScript
  868. local script = Instance.new('LocalScript', Speed)
  869.  
  870. _G[script.Parent.Name]=1
  871. script.Parent.Changed:Connect(function(t)
  872. if t=="Text" then
  873. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  874. end
  875. end)
  876. end
  877. coroutine.wrap(YKNXWO_fake_script)()
  878. local function XLSAWF_fake_script() -- WaveInt.LocalScript
  879. local script = Instance.new('LocalScript', WaveInt)
  880.  
  881. _G[script.Parent.Name]=3
  882. script.Parent.Changed:Connect(function(t)
  883. if t=="Text" then
  884. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  885. end
  886. end)
  887. end
  888. coroutine.wrap(XLSAWF_fake_script)()
  889. local function VLBUEBS_fake_script() -- Distance.LocalScript
  890. local script = Instance.new('LocalScript', Distance)
  891.  
  892. _G[script.Parent.Name]=5
  893. script.Parent.Changed:Connect(function(t)
  894. if t=="Text" then
  895. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  896. end
  897. end)
  898. end
  899. coroutine.wrap(VLBUEBS_fake_script)()
  900. local function YUMO_fake_script() -- MAX.LocalScript
  901. local script = Instance.new('LocalScript', MAX)
  902.  
  903. script.Parent.MouseButton1Click:Connect(function()
  904. _G.VisAngle=script.Parent.Name:gsub("MA","")
  905. end)
  906. while wait() do
  907. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  908. script.Parent.BackgroundTransparency=0
  909. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  910. else
  911. script.Parent.BackgroundTransparency=0
  912. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  913. end
  914. end
  915. end
  916. coroutine.wrap(YUMO_fake_script)()
  917. local function RFHMDTS_fake_script() -- MAY.LocalScript
  918. local script = Instance.new('LocalScript', MAY)
  919.  
  920. script.Parent.MouseButton1Click:Connect(function()
  921. _G.VisAngle=script.Parent.Name:gsub("MA","")
  922. end)
  923. while wait() do
  924. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  925. script.Parent.BackgroundTransparency=0
  926. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  927. else
  928. script.Parent.BackgroundTransparency=0
  929. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  930. end
  931. end
  932. end
  933. coroutine.wrap(RFHMDTS_fake_script)()
  934. local function IJKL_fake_script() -- MAZ.LocalScript
  935. local script = Instance.new('LocalScript', MAZ)
  936.  
  937. script.Parent.MouseButton1Click:Connect(function()
  938. _G.VisAngle=script.Parent.Name:gsub("MA","")
  939. end)
  940. while wait() do
  941. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  942. script.Parent.BackgroundTransparency=0
  943. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  944. else
  945. script.Parent.BackgroundTransparency=0
  946. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  947. end
  948. end
  949. end
  950. coroutine.wrap(IJKL_fake_script)()
  951. local function FAJKE_fake_script() -- Infinity.LocalScript
  952. local script = Instance.new('LocalScript', Infinity)
  953.  
  954. script.Parent.MouseButton1Click:Connect(function()
  955. _G.VisAngle=script.Parent.Name:gsub("MA","")
  956. end)
  957. while wait() do
  958. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  959. script.Parent.BackgroundTransparency=0
  960. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  961. else
  962. script.Parent.BackgroundTransparency=0
  963. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  964. end
  965. end
  966. end
  967. coroutine.wrap(FAJKE_fake_script)()
  968. local function XDZEYMQ_fake_script() -- Custom.LocalScript
  969. local script = Instance.new('LocalScript', Custom)
  970.  
  971. script.Parent.MouseButton1Click:Connect(function()
  972. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  973. end)
  974. while wait() do
  975. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  976. script.Parent.BackgroundTransparency=0
  977. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  978. else
  979. script.Parent.BackgroundTransparency=0
  980. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  981. end
  982. end
  983. end
  984. coroutine.wrap(XDZEYMQ_fake_script)()
  985. local function SAEIO_fake_script() -- WAX.LocalScript
  986. local script = Instance.new('LocalScript', WAX)
  987.  
  988. script.Parent.MouseButton1Click:Connect(function()
  989. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  990. end)
  991. while wait() do
  992. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  993. script.Parent.BackgroundTransparency=0
  994. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  995. else
  996. script.Parent.BackgroundTransparency=0
  997. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  998. end
  999. end
  1000. end
  1001. coroutine.wrap(SAEIO_fake_script)()
  1002. local function SHRQJUA_fake_script() -- WAY.LocalScript
  1003. local script = Instance.new('LocalScript', WAY)
  1004.  
  1005. script.Parent.MouseButton1Click:Connect(function()
  1006. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  1007. end)
  1008. while wait() do
  1009. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  1010. script.Parent.BackgroundTransparency=0
  1011. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  1012. else
  1013. script.Parent.BackgroundTransparency=0
  1014. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  1015. end
  1016. end
  1017. end
  1018. coroutine.wrap(SHRQJUA_fake_script)()
  1019. local function LPGC_fake_script() -- WAZ.LocalScript
  1020. local script = Instance.new('LocalScript', WAZ)
  1021.  
  1022. script.Parent.MouseButton1Click:Connect(function()
  1023. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  1024. end)
  1025. while wait() do
  1026. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  1027. script.Parent.BackgroundTransparency=0
  1028. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  1029. else
  1030. script.Parent.BackgroundTransparency=0
  1031. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  1032. end
  1033. end
  1034. end
  1035. coroutine.wrap(LPGC_fake_script)()
  1036. local function WZTXBVK_fake_script() -- Custom_2.LocalScript
  1037. local script = Instance.new('LocalScript', Custom_2)
  1038.  
  1039. script.Parent.MouseButton1Click:Connect(function()
  1040. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  1041. end)
  1042. while wait() do
  1043. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  1044. script.Parent.BackgroundTransparency=0
  1045. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 113)
  1046. else
  1047. script.Parent.BackgroundTransparency=0
  1048. script.Parent.BackgroundColor3=Color3.fromRGB(255,170,0)
  1049. end
  1050. end
  1051. end
  1052. coroutine.wrap(WZTXBVK_fake_script)()
  1053. local function VBTCOFI_fake_script() -- WavesOn.LocalScript
  1054. local script = Instance.new('LocalScript', WavesOn)
  1055.  
  1056. script.Parent.MouseButton1Click:Connect(function()
  1057. if "WavesOn".._G.WavesOn==script.Parent.Name then
  1058. _G.WavesOn="Off"
  1059. else
  1060. _G.WavesOn="On"
  1061. end
  1062. end)
  1063. while wait() do
  1064. if script.Parent.Name=="Waves"..tostring(_G.WavesOn) then
  1065. script.Parent.BackgroundColor3=Color3.fromRGB(255,170, 0)
  1066. else
  1067. script.Parent.BackgroundColor3=Color3.fromRGB(31,31,31)
  1068. end
  1069. end
  1070. end
  1071. coroutine.wrap(VBTCOFI_fake_script)()
  1072. local function MRZZRYO_fake_script() -- Sync.LocalScript
  1073. local script = Instance.new('LocalScript', Sync)
  1074.  
  1075. script.Parent.MouseButton1Click:Connect(function()
  1076. print(pcall(function()
  1077. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1078. if v:IsA("Tool") and v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound") then
  1079. coroutine.wrap(function()
  1080. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=false
  1081. wait()
  1082. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").TimePosition=0
  1083. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=true
  1084. end)()
  1085. end
  1086. end
  1087. end))
  1088. end)
  1089. end
  1090. coroutine.wrap(MRZZRYO_fake_script)()
  1091. local function KVUWKI_fake_script() -- VisualizerB.LocalScript
  1092. local script = Instance.new('LocalScript', VisualizerB)
  1093.  
  1094. script.Parent.MouseButton1Click:Connect(function()
  1095. script.Parent.Parent.Visualizer.Visible = true
  1096. script.Parent.Parent.Logger.Visible = false
  1097. script.Parent.Parent.Scripts.Visible = false
  1098. end)
  1099.  
  1100. end
  1101. coroutine.wrap(KVUWKI_fake_script)()
  1102. local function LPVE_fake_script() -- LoggerB.LocalScript
  1103. local script = Instance.new('LocalScript', LoggerB)
  1104.  
  1105. script.Parent.MouseButton1Click:Connect(function()
  1106. script.Parent.Parent.Visualizer.Visible = false
  1107. script.Parent.Parent.Logger.Visible = true
  1108. script.Parent.Parent.Scripts.Visible = false
  1109. end)
  1110.  
  1111. end
  1112. coroutine.wrap(LPVE_fake_script)()
  1113. local function ERHCQNI_fake_script() -- ScriptsB.LocalScript
  1114. local script = Instance.new('LocalScript', ScriptsB)
  1115.  
  1116. script.Parent.MouseButton1Click:Connect(function()
  1117. script.Parent.Parent.Visualizer.Visible = false
  1118. script.Parent.Parent.Logger.Visible = false
  1119. script.Parent.Parent.Scripts.Visible = true
  1120. end)
  1121.  
  1122. end
  1123. coroutine.wrap(ERHCQNI_fake_script)()
  1124. local function GQNI_fake_script() -- Dupe.LocalScript
  1125. local script = Instance.new('LocalScript', Dupe)
  1126.  
  1127. script.Parent.MouseButton1Click:Connect(function()
  1128. for i=1,tonumber(script.Parent.Parent.Amount.Text) or 1 do
  1129. char=game.Players.LocalPlayer.Character
  1130. game.Players.LocalPlayer.Character=nil
  1131. game.Players.LocalPlayer.Character=char
  1132. char.Animate:Destroy()
  1133. char.HumanoidRootPart.CFrame=CFrame.new(0,9999,0)
  1134. wait(.1)
  1135. char.HumanoidRootPart.Anchored=true
  1136. for i,v in pairs(char:GetChildren()) do
  1137. if v:IsA("Tool") then
  1138. v.Parent=game.Players.LocalPlayer.Backpack
  1139. end
  1140. end
  1141. wait(game.Players.RespawnTime-0.3)
  1142. local t = {}
  1143. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1144. v.Parent=char
  1145. v.Parent=workspace
  1146. t[i]=v
  1147. end
  1148. char.Humanoid:Destroy()
  1149. game.Players.LocalPlayer.Character=nil
  1150. game.Players.LocalPlayer.CharacterAdded:Wait()
  1151. char=game.Players.LocalPlayer.Character
  1152. char:WaitForChild("Humanoid")
  1153. wait(.1)
  1154. for i,v in pairs(t) do
  1155. char.Humanoid:EquipTool(v)
  1156. end
  1157. wait(.3)
  1158. end
  1159. end)
  1160. end
  1161. coroutine.wrap(GQNI_fake_script)()
  1162. local function BZTDP_fake_script() -- StealTools.LocalScript
  1163. local script = Instance.new('LocalScript', StealTools)
  1164.  
  1165. _G.grabtools=false
  1166. game:service'RunService'.Heartbeat:Connect(function()
  1167. local h=game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  1168. if _G.grabtools==true and h then
  1169. for i,v in pairs(workspace:GetChildren()) do
  1170. coroutine.wrap(function()
  1171. if v:IsA("Tool") then
  1172. h:EquipTool(v)
  1173. end
  1174. end)()
  1175. end
  1176. end
  1177. end)
  1178. spawn(function()
  1179. while wait() do
  1180. if _G.grabtools==true then
  1181. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  1182. script.Parent.BackgroundColor3=Color3.fromRGB(255, 170, 0)
  1183. else
  1184. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  1185. script.Parent.BackgroundColor3=Color3.fromRGB(20, 20, 20)
  1186. end
  1187. end
  1188. end)
  1189. script.Parent.MouseButton1Click:Connect(function()
  1190. _G.grabtools=not _G.grabtools
  1191. end)
  1192. end
  1193. coroutine.wrap(BZTDP_fake_script)()
  1194. local function WMXS_fake_script() -- RemoveMesh.LocalScript
  1195. local script = Instance.new('LocalScript', RemoveMesh)
  1196.  
  1197. gripCenter = CFrame.new(0, 0, 1) * CFrame.Angles(math.rad(90), 0, 0)
  1198. offset = CFrame.Angles(0, 0, 0)
  1199.  
  1200. _player = {
  1201. p = game:GetService("Players").LocalPlayer;
  1202. b = function()
  1203. return _player.p:FindFirstChild("Backpack")
  1204. end;
  1205. c = function()
  1206. return _player.p.Character
  1207. end;
  1208. }
  1209. _functions = {
  1210. respawn = function()
  1211. local c = _player.c()
  1212. if workspace:FindFirstChild(_player.p.Name) then
  1213. spawn(function()
  1214. wait(.5)
  1215. if _player.c() ~= workspace:FindFirstChild(_player.p.Name) then
  1216. workspace:FindFirstChild(_player.p.Name):BreakJoints()
  1217. end
  1218. end)
  1219. end
  1220. if c then
  1221. c:BreakJoints()
  1222. c:ClearAllChildren()
  1223. end
  1224. local newChar = Instance.new("Model", workspace)
  1225. local hum = Instance.new("Humanoid", newChar)
  1226. local torso = Instance.new("Part", newChar)
  1227. newChar.Name = "respawn_"
  1228. torso.Name = "Torso"
  1229. torso.Transparency = 1
  1230. _player.p.Character = newChar
  1231. torso.Name = ""
  1232. torso.CanCollide = false
  1233. newChar:MoveTo(Vector3.new(999999, 999999, 999999))
  1234. end;
  1235. tools = function(int)
  1236. local toolamount = int or 200
  1237.  
  1238. local LocalPlayer = game:GetService("Players").LocalPlayer
  1239. local runservice = game:GetService("RunService")
  1240. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1241. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1242. LocalPlayer.Character.Archivable = true
  1243. local tempchar = LocalPlayer.Character:Clone()
  1244. local lastchar = nil
  1245. tempchar.Parent = workspace
  1246. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1247. local renderstepped = runservice.RenderStepped:Connect(function()
  1248. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  1249. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1250. if tool:IsA("Tool") then
  1251. tool.Parent = LocalPlayer
  1252. end
  1253. end
  1254. for _, char in pairs(workspace:GetChildren()) do
  1255. if char.Name == LocalPlayer.Name and char:FindFirstChildWhichIsA("Humanoid") then
  1256. char.Humanoid.Health = 0
  1257. end
  1258. end
  1259. LocalPlayer.Character:ClearAllChildren()
  1260. local char = Instance.new("Model", workspace)
  1261. Instance.new("Humanoid", char)
  1262. LocalPlayer.Character = char
  1263. if lastchar ~= nil then
  1264. lastchar:Destroy()
  1265. end
  1266. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  1267. lastchar = char
  1268. end)
  1269. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 3 - currentamount >= toolamount
  1270. renderstepped:Disconnect()
  1271. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  1272. lastchar:Destroy()
  1273.  
  1274. utilityElements.Tools.Text = "Done respawning?"
  1275. repeat runservice.RenderStepped:Wait() until utilityElements.Tools.Text == "Load Tools"
  1276.  
  1277. for _, tool in pairs(LocalPlayer:GetChildren()) do
  1278. if tool:IsA("Tool") then
  1279. tool.Parent = LocalPlayer.Backpack
  1280. end
  1281. end
  1282. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1283. tempchar:Destroy()
  1284. end;
  1285. load = function()
  1286. local b = _player.b()
  1287. local c = _player.c()
  1288. local grip = function(tool, cf)
  1289. local origin = CFrame.new(cf.p)
  1290. local x, y, z = cf:toEulerAnglesXYZ()
  1291. local new = CFrame.Angles(x, y, z)
  1292. local grip = (origin * new):inverse()
  1293. tool.Grip = grip
  1294. end
  1295. local model = c:WaitForChild("gay") -- stupid name choice from what a few months ago?? i have nothing against it i swear
  1296. local parts = {}
  1297. wait(1)
  1298.  
  1299. for i, Model in pairs(c:GetChildren()) do
  1300. if Model:IsA("Model") and Model.Name == "gay" then
  1301. for i, v in pairs(Model:GetDescendants()) do
  1302. if v:IsA("BasePart") then
  1303. v.LocalTransparencyModifier = 1
  1304. if v.Name ~= "Ignore" then
  1305. table.insert(parts, v)
  1306. end
  1307. end
  1308. if not v:IsA("BasePart") and not v:IsA("JointInstance") and not v:IsA("BodyMover") and not v:isA("Humanoid") and not v:IsA("Model") then
  1309. v:Remove()
  1310. end
  1311. end
  1312. Model.ChildAdded:Connect(function(c)
  1313. c.Parent = nil
  1314. end)
  1315. end
  1316. end
  1317.  
  1318. for _, part in pairs(parts) do
  1319. local m = Instance.new("BlockMesh", part)
  1320. m.Scale = Vector3.new(0, 0, 0)
  1321. end
  1322.  
  1323. local tools = b:GetChildren()
  1324. for i, tool in pairs(tools) do
  1325. if tool.Parent then
  1326. wrap(function()
  1327. tool.Parent = c
  1328. for i, v in pairs(tool:GetDescendants()) do
  1329. if v:IsA("Sound") or v:IsA("TouchTransmitter") then
  1330. v:Destroy()
  1331. elseif v:IsA("BasePart") then
  1332. v.Massless = true
  1333. v.CanCollide = false
  1334. elseif v:IsA("LocalScript") or v:IsA("Script") then
  1335. v:Destroy()
  1336. end
  1337. end
  1338.  
  1339. if tool:FindFirstChild("Handle") then
  1340. local handle = tool.Handle
  1341. local fakeHandle = handle:Clone()
  1342. fakeHandle.Name = "FakeHandle"
  1343. fakeHandle.Parent = tool
  1344. local w = Instance.new("Weld", handle)
  1345. w.Part0 = fakeHandle
  1346. w.Part1 = handle
  1347. handle.Size = Vector3.new(0, 0, 0)
  1348. end
  1349.  
  1350. tool.Parent = b
  1351. end)
  1352. end
  1353. if (not parts[i]) then
  1354. tools[i] = nil
  1355. tool:Destroy()
  1356. end
  1357. end
  1358.  
  1359. wait(.2)
  1360. local amt = #tools
  1361.  
  1362. wrap(function()
  1363. local connection1
  1364.  
  1365. connection1 = game:GetService("RunService").RenderStepped:Connect(function(step)
  1366. for i = 1, amt do
  1367. local tool = tools[i]
  1368. if parts[i] then
  1369. tool.Parent = b
  1370. tool.Parent = c
  1371. end
  1372. end
  1373.  
  1374. if _player.c() ~= c or c:FindFirstChildWhichIsA("Humanoid").Health == 0 then
  1375. connection1:Disconnect()
  1376. end
  1377.  
  1378. utilityElements.Replicate.Text = ("Replicate (%dfps)"):format(1/step)
  1379. end)
  1380. end)
  1381.  
  1382. local connection2
  1383. connection2 = game:GetService("RunService").Heartbeat:Connect(function()
  1384. for i = 1, amt do
  1385. local tool = tools[i]
  1386. if parts[i] then
  1387. if parts[i].Transparency ~= 1 then
  1388. local p = _cframe.toWorldPoint(parts[i].CFrame) * offset
  1389. grip(tool, p)
  1390. else
  1391. local p = _cframe.toWorldPoint(CFrame.new(0, -250, 0))
  1392. grip(tool, p)
  1393. end
  1394. end
  1395. end
  1396. if _player.c() ~= c or c:FindFirstChildWhichIsA("Humanoid").Health == 0 then
  1397. connection2:Disconnect()
  1398. end
  1399. end)
  1400. end;
  1401. }
  1402. _cframe = {
  1403. diff = function(a, b)
  1404. return (a:Inverse() * b)
  1405. end;
  1406. toWorldPoint = function(a)
  1407. local arm = _player.c():FindFirstChild('Right Arm') or _player.c():FindFirstChild('RightHand')
  1408. local off = arm.CFrame * gripCenter:Inverse()
  1409. if arm.Name == "RightHand" then
  1410. off = arm.CFrame * CFrame.Angles(math.rad(-90), 0, 0)
  1411. end
  1412. return _cframe.diff(off, a)
  1413. end;
  1414. tween = function(object,style,direction,t,goal)
  1415. local tweenservice = game:GetService("TweenService")
  1416. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle[style],Enum.EasingDirection[direction])
  1417. local tween = tweenservice:Create(object,tweenInfo,goal)
  1418. tween:Play()
  1419. return tween
  1420. end;
  1421. }
  1422.  
  1423.  
  1424. script.Parent.MouseButton1Click:Connect(function()
  1425. local c = _player.c()
  1426. for _, v in pairs(c:GetChildren()) do
  1427. if v:IsA("BackpackItem") then
  1428. for _, m in pairs(v:GetDescendants()) do
  1429. if m:IsA("DataModelMesh") then
  1430. m:Destroy()
  1431. end
  1432. end
  1433. end
  1434. end
  1435. end)
  1436.  
  1437.  
  1438. end
  1439. coroutine.wrap(WMXS_fake_script)()
  1440. local function FSWVEAX_fake_script() -- Minify.LocalScript
  1441. local script = Instance.new('LocalScript', Minify)
  1442.  
  1443. local min = false
  1444. GUI = script.Parent.Parent.Main
  1445. script.Parent.MouseButton1Click:connect(function()
  1446. if min == false then
  1447. GUI:TweenSize(UDim2.new(0, 365, 0, 0),"In","Quad",0.5,true) min = true
  1448. wait(0.5)
  1449. GUI.Visible = false
  1450. else
  1451. GUI.Visible = true
  1452. GUI:TweenSize(UDim2.new(0, 365, 0, 220),"Out","Quad",0.5,true) min = false
  1453. end
  1454. end)
  1455.  
  1456. end
  1457. coroutine.wrap(FSWVEAX_fake_script)()
  1458. local function QVOONT_fake_script() -- Frame.Dragify
  1459. local script = Instance.new('LocalScript', Frame)
  1460.  
  1461. local UIS = game:GetService("UserInputService")
  1462. function dragify(Frame)
  1463. dragToggle = nil
  1464. local dragSpeed = 0.50
  1465. dragInput = nil
  1466. dragStart = nil
  1467. local dragPos = nil
  1468. function updateInput(input)
  1469. local Delta = input.Position - dragStart
  1470. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1471. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0), {Position = Position}):Play()
  1472. end
  1473. Frame.InputBegan:Connect(function(input)
  1474. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1475. dragToggle = true
  1476. dragStart = input.Position
  1477. startPos = Frame.Position
  1478. input.Changed:Connect(function()
  1479. if input.UserInputState == Enum.UserInputState.End then
  1480. dragToggle = false
  1481. end
  1482. end)
  1483. end
  1484. end)
  1485. Frame.InputChanged:Connect(function(input)
  1486. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1487. dragInput = input
  1488. end
  1489. end)
  1490. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1491. if input == dragInput and dragToggle then
  1492. updateInput(input)
  1493. end
  1494. end)
  1495. end
  1496.  
  1497. dragify(script.Parent)
  1498. end
  1499. coroutine.wrap(QVOONT_fake_script)()
Add Comment
Please, Sign In to add comment