Eduardfabian21

Pineapple modded (not mine)

Feb 19th, 2022 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.78 KB | None | 0 0
  1. -- Modded Pineapple (very sexy)
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextButton")
  9. local TextBox_2 = Instance.new("TextButton")
  10. local Frame_3 = Instance.new("Frame")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local Frame_4 = Instance.new("Frame")
  13. local Frame_5 = Instance.new("Frame")
  14. local Frame_6 = Instance.new("Frame")
  15. local MAX = Instance.new("TextButton")
  16. local UICorner = Instance.new("UICorner")
  17. local MAY = Instance.new("TextButton")
  18. local UICorner_2 = Instance.new("UICorner")
  19. local MAZ = Instance.new("TextButton")
  20. local UICorner_3 = Instance.new("UICorner")
  21. local Frame_7 = Instance.new("Frame")
  22. local Frame_8 = Instance.new("Frame")
  23. local Frame_9 = Instance.new("Frame")
  24. local WAX = Instance.new("TextButton")
  25. local UICorner_4 = Instance.new("UICorner")
  26. local WAY = Instance.new("TextButton")
  27. local UICorner_5 = Instance.new("UICorner")
  28. local WAZ = Instance.new("TextButton")
  29. local UICorner_6 = Instance.new("UICorner")
  30. local WavesOn = Instance.new("TextButton")
  31. local UICorner_7 = Instance.new("UICorner")
  32. local TextLabel_4 = Instance.new("TextLabel")
  33. local TextLabel_5 = Instance.new("TextLabel")
  34. local Distance = Instance.new("TextBox")
  35. local WaveInt = Instance.new("TextBox")
  36. local Speed = Instance.new("TextBox")
  37. local AudioId = Instance.new("TextBox")
  38. local Amount = Instance.new("TextBox")
  39. local TextBox_3 = Instance.new("TextButton")
  40. local TextBox_4 = Instance.new("TextButton")
  41. local TextBox_5 = Instance.new("TextButton")
  42.  
  43. --Properties:
  44.  
  45. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  46. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47. ScreenGui.ResetOnSpawn = false
  48.  
  49. Frame.Parent = ScreenGui
  50. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  51. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  53. Frame.BorderSizePixel = 2
  54. Frame.Position = UDim2.new(0.5, 0, 0.564318538, 0)
  55. Frame.Size = UDim2.new(0, 429, 0, 385)
  56.  
  57. Frame_2.Parent = Frame
  58. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  59. Frame_2.BorderSizePixel = 0
  60. Frame_2.Size = UDim2.new(0, 428, 0, 30)
  61.  
  62. TextLabel.Parent = Frame_2
  63. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. TextLabel.BackgroundTransparency = 1.000
  65. TextLabel.Position = UDim2.new(0, 0, 0.0666666701, 0)
  66. TextLabel.Size = UDim2.new(0, 123, 0, 28)
  67. TextLabel.Font = Enum.Font.Code
  68. TextLabel.Text = "Visiualizer Hub"
  69. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  70. TextLabel.TextSize = 15.000
  71. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  72.  
  73. TextLabel_2.Parent = Frame_2
  74. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. TextLabel_2.BackgroundTransparency = 1.000
  76. TextLabel_2.Position = UDim2.new(0.33644861, 0, 0.0666666701, 0)
  77. TextLabel_2.Size = UDim2.new(0, 252, 0, 28)
  78. TextLabel_2.Font = Enum.Font.Code
  79. TextLabel_2.Text = "Made By 333SUPRA & ACCEPTEDCARDS"
  80. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  81. TextLabel_2.TextSize = 15.000
  82. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  83.  
  84. TextBox.Name = "TextBox"
  85. TextBox.Parent = Frame
  86. TextBox.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  87. TextBox.BorderColor3 = Color3.fromRGB(54, 54, 54)
  88. TextBox.Position = UDim2.new(0.345004708, 0, 0.104059465, 0)
  89. TextBox.Size = UDim2.new(0, 125, 0, 26)
  90. TextBox.Font = Enum.Font.Code
  91. TextBox.Text = "Visualize"
  92. TextBox.TextColor3 = Color3.fromRGB(255, 0, 0)
  93. TextBox.TextSize = 14.000
  94.  
  95. TextBox_2.Name = "TextBox"
  96. TextBox_2.Parent = Frame
  97. TextBox_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  98. TextBox_2.BorderColor3 = Color3.fromRGB(54, 54, 54)
  99. TextBox_2.Position = UDim2.new(0.678338051, 0, 0.104059465, 0)
  100. TextBox_2.Size = UDim2.new(0, 119, 0, 26)
  101. TextBox_2.Font = Enum.Font.Code
  102. TextBox_2.Text = "Mass-Play"
  103. TextBox_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  104. TextBox_2.TextSize = 14.000
  105.  
  106. Frame_3.Parent = Frame
  107. Frame_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  108. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  109. Frame_3.Position = UDim2.new(0.0233100224, 0, 0.384053171, 0)
  110. Frame_3.Size = UDim2.new(0, 408, 0, 224)
  111.  
  112. TextLabel_3.Parent = Frame_3
  113. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  114. TextLabel_3.BackgroundTransparency = 1.000
  115. TextLabel_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  116. TextLabel_3.Position = UDim2.new(-0.000631147064, 0, -0.122016221, 0)
  117. TextLabel_3.Size = UDim2.new(0, 80, 0, 13)
  118. TextLabel_3.Font = Enum.Font.Code
  119. TextLabel_3.Text = "Main Angle"
  120. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  121. TextLabel_3.TextSize = 13.000
  122.  
  123. Frame_4.Parent = Frame_3
  124. Frame_4.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  125. Frame_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  126. Frame_4.Position = UDim2.new(-0.0245098062, 0, -0.0646350831, 0)
  127. Frame_4.Size = UDim2.new(0, 107, 0, 24)
  128.  
  129. Frame_5.Parent = Frame_4
  130. Frame_5.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  131. Frame_5.BackgroundTransparency = 0.700
  132. Frame_5.BorderColor3 = Color3.fromRGB(27, 42, 53)
  133. Frame_5.Position = UDim2.new(0.335000008, 0, 0, 0)
  134. Frame_5.Size = UDim2.new(0, 1, 0, 24)
  135.  
  136. Frame_6.Parent = Frame_4
  137. Frame_6.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  138. Frame_6.BackgroundTransparency = 0.700
  139. Frame_6.BorderColor3 = Color3.fromRGB(27, 42, 53)
  140. Frame_6.Position = UDim2.new(0.660274863, 0, 0, 0)
  141. Frame_6.Size = UDim2.new(0, 1, 0, 24)
  142.  
  143. MAX.Name = "MAX"
  144. MAX.Parent = Frame_4
  145. MAX.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  146. MAX.Position = UDim2.new(0.00934579223, 0, 7.4505806e-09, 0)
  147. MAX.Size = UDim2.new(0, 35, 0, 24)
  148. MAX.Font = Enum.Font.Code
  149. MAX.Text = "X"
  150. MAX.TextColor3 = Color3.fromRGB(53, 53, 53)
  151. MAX.TextSize = 14.000
  152.  
  153. UICorner.CornerRadius = UDim.new(0, 3)
  154. UICorner.Parent = MAX
  155.  
  156. MAY.Name = "MAY"
  157. MAY.Parent = Frame_4
  158. MAY.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  159. MAY.Position = UDim2.new(0.339622617, 0, 0, 0)
  160. MAY.Size = UDim2.new(0, 35, 0, 24)
  161. MAY.Font = Enum.Font.Code
  162. MAY.Text = "Y"
  163. MAY.TextColor3 = Color3.fromRGB(53, 53, 53)
  164. MAY.TextSize = 14.000
  165.  
  166. UICorner_2.CornerRadius = UDim.new(0, 3)
  167. UICorner_2.Parent = MAY
  168.  
  169. MAZ.Name = "MAZ"
  170. MAZ.Parent = Frame_4
  171. MAZ.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  172. MAZ.Position = UDim2.new(0.670075834, 0, 0, 0)
  173. MAZ.Size = UDim2.new(0, 35, 0, 24)
  174. MAZ.Font = Enum.Font.Code
  175. MAZ.Text = "Z"
  176. MAZ.TextColor3 = Color3.fromRGB(53, 53, 53)
  177. MAZ.TextSize = 14.000
  178.  
  179. UICorner_3.CornerRadius = UDim.new(0, 3)
  180. UICorner_3.Parent = MAZ
  181.  
  182. Frame_7.Parent = Frame_3
  183. Frame_7.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  184. Frame_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  185. Frame_7.Position = UDim2.new(-0.023039246, 0, 0.614863396, 0)
  186. Frame_7.Size = UDim2.new(0, 107, 0, 24)
  187.  
  188. Frame_8.Parent = Frame_7
  189. Frame_8.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  190. Frame_8.BackgroundTransparency = 0.700
  191. Frame_8.BorderColor3 = Color3.fromRGB(27, 42, 53)
  192. Frame_8.Position = UDim2.new(0.335000008, 0, 0, 0)
  193. Frame_8.Size = UDim2.new(0, 1, 0, 24)
  194.  
  195. Frame_9.Parent = Frame_7
  196. Frame_9.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  197. Frame_9.BackgroundTransparency = 0.700
  198. Frame_9.BorderColor3 = Color3.fromRGB(27, 42, 53)
  199. Frame_9.Position = UDim2.new(0.660274863, 0, 0, 0)
  200. Frame_9.Size = UDim2.new(0, 1, 0, 24)
  201.  
  202. WAX.Name = "WAX"
  203. WAX.Parent = Frame_7
  204. WAX.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  205. WAX.Position = UDim2.new(0.0093456991, 0, 0, 0)
  206. WAX.Size = UDim2.new(0, 35, 0, 24)
  207. WAX.Font = Enum.Font.Code
  208. WAX.Text = "X"
  209. WAX.TextColor3 = Color3.fromRGB(53, 53, 53)
  210. WAX.TextSize = 14.000
  211.  
  212. UICorner_4.CornerRadius = UDim.new(0, 3)
  213. UICorner_4.Parent = WAX
  214.  
  215. WAY.Name = "WAY"
  216. WAY.Parent = Frame_7
  217. WAY.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  218. WAY.Position = UDim2.new(0.666725576, 0, -8.94069672e-08, 0)
  219. WAY.Size = UDim2.new(0, 35, 0, 24)
  220. WAY.Font = Enum.Font.Code
  221. WAY.Text = "Y"
  222. WAY.TextColor3 = Color3.fromRGB(53, 53, 53)
  223. WAY.TextSize = 14.000
  224.  
  225. UICorner_5.CornerRadius = UDim.new(0, 3)
  226. UICorner_5.Parent = WAY
  227.  
  228. WAZ.Name = "WAZ"
  229. WAZ.Parent = Frame_7
  230. WAZ.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  231. WAZ.Position = UDim2.new(0.333627254, 0, 2.38418579e-07, 0)
  232. WAZ.Size = UDim2.new(0, 35, 0, 24)
  233. WAZ.Font = Enum.Font.Code
  234. WAZ.Text = "Z"
  235. WAZ.TextColor3 = Color3.fromRGB(53, 53, 53)
  236. WAZ.TextSize = 14.000
  237.  
  238. UICorner_6.CornerRadius = UDim.new(0, 3)
  239. UICorner_6.Parent = WAZ
  240.  
  241. WavesOn.Name = "WavesOn"
  242. WavesOn.Parent = Frame_7
  243. WavesOn.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  244. WavesOn.Position = UDim2.new(0.0106783509, 0, 1.57967889, 0)
  245. WavesOn.Size = UDim2.new(0, 18, 0, 18)
  246. WavesOn.Font = Enum.Font.Code
  247. WavesOn.Text = ""
  248. WavesOn.TextColor3 = Color3.fromRGB(53, 53, 53)
  249. WavesOn.TextSize = 14.000
  250.  
  251. UICorner_7.CornerRadius = UDim.new(0, 3)
  252. UICorner_7.Parent = WavesOn
  253.  
  254. TextLabel_4.Parent = Frame_3
  255. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  256. TextLabel_4.BackgroundTransparency = 1.000
  257. TextLabel_4.Position = UDim2.new(0.0410355926, 0, 0.56101948, 0)
  258. TextLabel_4.Size = UDim2.new(0, 69, 0, 13)
  259. TextLabel_4.Font = Enum.Font.Code
  260. TextLabel_4.Text = "Waves"
  261. TextLabel_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  262. TextLabel_4.TextSize = 13.000
  263.  
  264. TextLabel_5.Parent = Frame_3
  265. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  266. TextLabel_5.BackgroundTransparency = 1.000
  267. TextLabel_5.Position = UDim2.new(0.0410356, 0, 0.802090883, 0)
  268. TextLabel_5.Size = UDim2.new(0, 48, 0, 13)
  269. TextLabel_5.Font = Enum.Font.Code
  270. TextLabel_5.Text = "Enabled"
  271. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  272. TextLabel_5.TextSize = 13.000
  273.  
  274. Distance.Name = "Distance"
  275. Distance.Parent = Frame_3
  276. Distance.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  277. Distance.BorderColor3 = Color3.fromRGB(54, 54, 54)
  278. Distance.Position = UDim2.new(-0.0209112614, 0, 0.161314979, 0)
  279. Distance.Size = UDim2.new(0, 119, 0, 29)
  280. Distance.Font = Enum.Font.Code
  281. Distance.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  282. Distance.PlaceholderText = "Distance (5)"
  283. Distance.Text = ""
  284. Distance.TextColor3 = Color3.fromRGB(255, 0, 0)
  285. Distance.TextSize = 14.000
  286.  
  287. WaveInt.Name = "WaveInt"
  288. WaveInt.Parent = Frame_3
  289. WaveInt.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  290. WaveInt.BorderColor3 = Color3.fromRGB(54, 54, 54)
  291. WaveInt.Position = UDim2.new(-0.0212941095, 0, 0.291674852, 0)
  292. WaveInt.Size = UDim2.new(0, 119, 0, 29)
  293. WaveInt.Font = Enum.Font.Code
  294. WaveInt.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  295. WaveInt.PlaceholderText = "Wave Intensity (3)"
  296. WaveInt.Text = ""
  297. WaveInt.TextColor3 = Color3.fromRGB(255, 255, 255)
  298. WaveInt.TextSize = 12.000
  299.  
  300. Speed.Name = "Speed"
  301. Speed.Parent = Frame_3
  302. Speed.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  303. Speed.BorderColor3 = Color3.fromRGB(54, 54, 54)
  304. Speed.Position = UDim2.new(-0.0217450932, 0, 0.431634486, 0)
  305. Speed.Size = UDim2.new(0, 119, 0, 29)
  306. Speed.Font = Enum.Font.Code
  307. Speed.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  308. Speed.PlaceholderText = "Speed (1)"
  309. Speed.Text = ""
  310. Speed.TextColor3 = Color3.fromRGB(255, 0, 0)
  311. Speed.TextSize = 14.000
  312.  
  313. AudioId.Name = "AudioId"
  314. AudioId.Parent = Frame
  315. AudioId.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  316. AudioId.BorderColor3 = Color3.fromRGB(54, 54, 54)
  317. AudioId.Position = UDim2.new(0.0256573875, 0, 0.104059465, 0)
  318. AudioId.Size = UDim2.new(0, 119, 0, 26)
  319. AudioId.Font = Enum.Font.Code
  320. AudioId.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  321. AudioId.PlaceholderText = "Audio-ID"
  322. AudioId.Text = ""
  323. AudioId.TextColor3 = Color3.fromRGB(255, 0, 0)
  324. AudioId.TextSize = 14.000
  325.  
  326. Amount.Name = "Amount"
  327. Amount.Parent = Frame
  328. Amount.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  329. Amount.BorderColor3 = Color3.fromRGB(54, 54, 54)
  330. Amount.Position = UDim2.new(0.0256573875, 0, 0.202760756, 0)
  331. Amount.Size = UDim2.new(0, 119, 0, 26)
  332. Amount.Font = Enum.Font.Code
  333. Amount.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  334. Amount.PlaceholderText = "Amount"
  335. Amount.Text = ""
  336. Amount.TextColor3 = Color3.fromRGB(255, 255, 255)
  337. Amount.TextSize = 14.000
  338.  
  339. TextBox_3.Name = "TextBox"
  340. TextBox_3.Parent = Frame
  341. TextBox_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  342. TextBox_3.BorderColor3 = Color3.fromRGB(54, 54, 54)
  343. TextBox_3.Position = UDim2.new(0.345004708, 0, 0.202760756, 0)
  344. TextBox_3.Size = UDim2.new(0, 125, 0, 26)
  345. TextBox_3.Font = Enum.Font.Code
  346. TextBox_3.Text = "Dupe Amount"
  347. TextBox_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  348. TextBox_3.TextSize = 14.000
  349.  
  350. TextBox_4.Name = "TextBox"
  351. TextBox_4.Parent = Frame
  352. TextBox_4.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  353. TextBox_4.BorderColor3 = Color3.fromRGB(54, 54, 54)
  354. TextBox_4.Position = UDim2.new(0.678338051, 0, 0.202760756, 0)
  355. TextBox_4.Size = UDim2.new(0, 119, 0, 26)
  356. TextBox_4.Font = Enum.Font.Code
  357. TextBox_4.Text = "Steal Tools"
  358. TextBox_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  359. TextBox_4.TextSize = 14.000
  360.  
  361. TextBox_5.Name = "TextBox"
  362. TextBox_5.Parent = Frame
  363. TextBox_5.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  364. TextBox_5.BorderColor3 = Color3.fromRGB(54, 54, 54)
  365. TextBox_5.Position = UDim2.new(0.00234738551, 0, 0.410552979, 0)
  366. TextBox_5.Size = UDim2.new(0, 119, 0, 26)
  367. TextBox_5.Font = Enum.Font.Code
  368. TextBox_5.Text = "Sync"
  369. TextBox_5.TextColor3 = Color3.fromRGB(255, 0, 0)
  370. TextBox_5.TextSize = 14.000
  371.  
  372. -- Scripts:
  373.  
  374. local function RIVI_fake_script() -- TextBox.LocalScript
  375. local script = Instance.new('LocalScript', TextBox)
  376.  
  377. local currentid=""
  378. local currentconnection=nil
  379. local vis = nil
  380. local dt =0
  381. local CurrentSound=nil
  382. local CurrentTimePosition=0
  383. game:service'RunService'.Stepped:Connect(function(e,d)
  384. dt+=d
  385. end)
  386. local dont=1
  387. function setupadded()
  388. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  389. if child:IsA("Tool") and dont ==0 then
  390. wait()
  391. child.Parent=game.Players.LocalPlayer.Backpack
  392. wait(.3)
  393. dont=1
  394. if vis ~=nil then
  395. vis(currentid,CurrentTimePosition)
  396. end
  397. end
  398. end)
  399. end
  400. setupadded()
  401. vis=function(id,timepos)
  402. _G.tov={}
  403. if _G.NetFix==nil then
  404. _G.NetFix=" "
  405. game:service'RunService'.Heartbeat:Connect(function()
  406. for i,v in pairs(_G.tov) do
  407. v[1].Velocity=Vector3.new(2e2,0,0)
  408. v[1].CFrame=v[2].CFrame
  409. end
  410. end)
  411. end
  412. local Stopped=false
  413. local visstuff={}
  414. local function align(i)
  415. l=Instance.new("Part")
  416. l.Transparency=1
  417. l.Parent=i.Parent
  418. l.Size=Vector3.new(0,0,0)
  419. l.Name=""
  420. l.CanCollide=false
  421. l.Anchored=true
  422. l.CFrame=i.CFrame
  423. table.insert(_G.tov,{i,l})
  424. local att0 = Instance.new("Attachment", i)
  425. att0.Position = Vector3.new(0,0,0)
  426. local att1 = Instance.new("Attachment", l)
  427. att1.Position = Vector3.new(0,0,0)
  428. local AP = Instance.new("AlignPosition", i)
  429. AP.Attachment0 = att0
  430. AP.Attachment1 = att1
  431. AP.RigidityEnabled = true
  432. AP.ReactionForceEnabled = false
  433. AP.ApplyAtCenterOfMass = true
  434. AP.MaxForce = 9999999
  435. AP.MaxVelocity = math.huge
  436. AP.Responsiveness = 200
  437. local AO = Instance.new("AlignOrientation", i)
  438. AO.Attachment0 = att0
  439. AO.Attachment1 = att1
  440. AO.ReactionTorqueEnabled = false
  441. AO.PrimaryAxisOnly = false
  442. AO.MaxTorque = 9999999
  443. AO.MaxAngularVelocity = math.huge
  444. AO.Responsiveness = 200
  445. table.insert(visstuff,{AO,AP,att0,att1,l})
  446. return l
  447. end
  448. local Visualizer={}
  449. local First=false
  450. local Handles={}
  451. local ToolCount=0
  452. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  453. if v:IsA("Tool") then
  454. ToolCount=ToolCount+1
  455. end
  456. end
  457. local cf=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  458. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  459. if v:IsA("Tool") then
  460. coroutine.wrap(function()
  461. if First==false then
  462. First=v
  463. end
  464. local Handle=v:FindFirstChildOfClass("Part")
  465. v.Parent=game.Players.LocalPlayer.Character
  466. if Handle:FindFirstChildOfClass("Sound") then
  467. Handle:FindFirstChildOfClass("Sound").Parent=Instance.new("Part")
  468. end
  469. currentid=id
  470. v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(id))
  471. repeat wait() until Handle:FindFirstChildOfClass("Sound") and Handle:FindFirstChildOfClass("Sound").IsPlaying
  472. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  473. if v.Name=="RightGrip" then
  474. v:Destroy()
  475. end
  476. end
  477. Handle.Name=""
  478. if First==v then
  479. CurrentSound=Handle:FindFirstChildOfClass("Sound")
  480. end
  481. Handle:FindFirstChildOfClass("Sound").Playing=false
  482. coroutine.wrap(function()
  483. repeat wait() until v.Parent~=game.Players.LocalPlayer.Character
  484. Handle.Name="Handle"
  485. Stopped=true
  486. dont=1
  487. _G.tov={}
  488. for i,v in pairs(visstuff) do
  489. for i,v in pairs(v) do
  490. v:Destroy()
  491. end
  492. end
  493. end)()
  494. table.insert(Handles,Handle)
  495. table.insert(Visualizer,align(Handle))
  496. end)()
  497. end
  498. end
  499. local Root=game.Players.LocalPlayer.Character.HumanoidRootPart
  500. repeat wait() until #Visualizer==ToolCount and CurrentSound
  501. wait(1)
  502. for i,v in pairs(Handles) do
  503. coroutine.wrap(function()
  504. v:FindFirstChildOfClass("Sound").TimePosition=timepos
  505. v:FindFirstChildOfClass("Sound").Playing=true
  506. end)()
  507. end
  508. spawn(function()
  509. while wait(.6) do
  510. if Stopped == true then
  511. break
  512. end
  513. if CurrentSound.IsPlaying == true then
  514. CurrentTimePosition=CurrentSound.TimePosition
  515. end
  516. end
  517. end)
  518. local RenderStepped = game:GetService('RunService').RenderStepped
  519. local Wait = RenderStepped.Wait
  520. local Selected=CurrentSound
  521. local p = Instance.new("Part")
  522. function CF2V(cf)
  523. p.CFrame=cf
  524. return p.Rotation
  525. end
  526. local function AngleFromSettings(angle,str)
  527. if str=="X" then
  528. return CFrame.Angles(angle,0,0)
  529. elseif str=="Y" then
  530. return CFrame.Angles(0,angle,0)
  531. elseif str=="Z" then
  532. return CFrame.Angles(0,0,angle)
  533. end
  534. end
  535. local function VectorFromSettings(angle,str)
  536. if str=="X" then
  537. return Vector3.new(angle,0,0)
  538. elseif str=="Y" then
  539. return Vector3.new(0,angle,0)
  540. elseif str=="Z" then
  541. return Vector3.new(0,0,angle)
  542. end
  543. end
  544. dont=0
  545. setupadded()
  546. for K,V in next, Visualizer do
  547. coroutine.wrap(function()
  548. repeat
  549. local Spin = 0
  550. repeat
  551. if CurrentSound then
  552. local Volume = CurrentSound['PlaybackLoudness']
  553. local Iterator=math.rad(Spin+(K*(360/#Visualizer)))
  554. local Z = _G.Distance + Volume / (1 ~= 100 and (100 - 1) or .01)
  555. local G = Volume / (35 ~= 100 and (100 - 35) or .01)
  556. local P = CFrame.new(Root['Position']) * AngleFromSettings(Iterator,_G.VisAngle) * CFrame.new(0,0,Z)
  557. local AddVector =Vector3.new(0,0,0)
  558. if _G.WavesOn == "On" then
  559. AddVector=VectorFromSettings(math.sin((((dt*_G.WaveInt)+(K/#Visualizer)*(math.pi*2)))),_G.WavesAngle)
  560. end
  561. V['Position'] = P.p+AddVector
  562. V['Rotation'] = CF2V(CFrame.new(V.Position, Root['Position'] + Vector3.new(0, G, 0)))
  563. end
  564. Spin+=_G.Speed
  565. game:service'RunService'.RenderStepped:Wait()
  566. until Stopped or ((Spin >= 360))
  567. until Stopped
  568. ccc:Disconnect()
  569. end)()
  570. end
  571. end
  572. script.Parent.MouseButton1Click:Connect(function()
  573. vis(script.Parent.Parent.AudioId.Text:gsub("%D+", ""),0)
  574. end)
  575. end
  576. coroutine.wrap(RIVI_fake_script)()
  577. local function RSIZN_fake_script() -- TextBox_2.LocalScript
  578. local script = Instance.new('LocalScript', TextBox_2)
  579.  
  580. script.Parent.MouseButton1Click:Connect(function()
  581. local Backpack=game.Players.LocalPlayer.Backpack
  582. local lp=game.Players.LocalPlayer
  583. local tosync=false
  584. local tt=0
  585. for i,v in pairs(Backpack:GetChildren()) do
  586. if v:IsA("Tool") then
  587. tt=tt+1
  588. end
  589. end
  590. local t = {}
  591. for i,v in pairs(Backpack:GetChildren()) do
  592. if v:IsA("Tool") then
  593. coroutine.wrap(function()
  594. if v.Handle:FindFirstChildOfClass("Sound") then
  595. v.Handle:FindFirstChildOfClass("Sound"):Destroy()
  596. end
  597. v.Parent=lp.Character
  598. v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(script.Parent.Parent.AudioId.Text:gsub("%D+", "")))
  599. repeat wait() until v.Handle:FindFirstChildOfClass("Sound")
  600. repeat wait() until v.Handle:FindFirstChildOfClass("Sound").IsPlaying
  601. v.Handle:FindFirstChildOfClass("Sound").Playing=false
  602. table.insert(t,v)
  603. end)()
  604. end
  605. end
  606. repeat game:service'RunService'.Heartbeat:Wait() until #t==tt
  607. wait(1)
  608. for i,v in pairs(t) do
  609. coroutine.wrap(function()
  610. v.Handle:FindFirstChildOfClass("Sound").TimePosition=0
  611. v.Handle:FindFirstChildOfClass("Sound").Playing=true
  612. end)()
  613. end
  614. print("done")
  615. end)
  616. end
  617. coroutine.wrap(RSIZN_fake_script)()
  618. local function UNXMTDJ_fake_script() -- MAX.LocalScript
  619. local script = Instance.new('LocalScript', MAX)
  620.  
  621. script.Parent.MouseButton1Click:Connect(function()
  622. _G.VisAngle=script.Parent.Name:gsub("MA","")
  623. end)
  624. while wait() do
  625. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  626. script.Parent.BackgroundTransparency=0
  627. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  628. else
  629. script.Parent.BackgroundTransparency=1
  630. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  631. end
  632. end
  633. end
  634. coroutine.wrap(UNXMTDJ_fake_script)()
  635. local function RQESMK_fake_script() -- MAY.LocalScript
  636. local script = Instance.new('LocalScript', MAY)
  637.  
  638. script.Parent.MouseButton1Click:Connect(function()
  639. _G.VisAngle=script.Parent.Name:gsub("MA","")
  640. end)
  641. while wait() do
  642. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  643. script.Parent.BackgroundTransparency=0
  644. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  645. else
  646. script.Parent.BackgroundTransparency=1
  647. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  648. end
  649. end
  650. end
  651. coroutine.wrap(RQESMK_fake_script)()
  652. local function ITQYG_fake_script() -- MAZ.LocalScript
  653. local script = Instance.new('LocalScript', MAZ)
  654.  
  655. script.Parent.MouseButton1Click:Connect(function()
  656. _G.VisAngle=script.Parent.Name:gsub("MA","")
  657. end)
  658. while wait() do
  659. if script.Parent.Name=="MA"..tostring(_G.VisAngle) then
  660. script.Parent.BackgroundTransparency=0
  661. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  662. else
  663. script.Parent.BackgroundTransparency=1
  664. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  665. end
  666. end
  667. end
  668. coroutine.wrap(ITQYG_fake_script)()
  669. local function NHWA_fake_script() -- WAX.LocalScript
  670. local script = Instance.new('LocalScript', WAX)
  671.  
  672. script.Parent.MouseButton1Click:Connect(function()
  673. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  674. end)
  675. while wait() do
  676. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  677. script.Parent.BackgroundTransparency=0
  678. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  679. else
  680. script.Parent.BackgroundTransparency=1
  681. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  682. end
  683. end
  684. end
  685. coroutine.wrap(NHWA_fake_script)()
  686. local function CCQSVK_fake_script() -- WAY.LocalScript
  687. local script = Instance.new('LocalScript', WAY)
  688.  
  689. script.Parent.MouseButton1Click:Connect(function()
  690. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  691. end)
  692. while wait() do
  693. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  694. script.Parent.BackgroundTransparency=0
  695. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  696. else
  697. script.Parent.BackgroundTransparency=1
  698. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  699. end
  700. end
  701. end
  702. coroutine.wrap(CCQSVK_fake_script)()
  703. local function ICOVJ_fake_script() -- WAZ.LocalScript
  704. local script = Instance.new('LocalScript', WAZ)
  705.  
  706. script.Parent.MouseButton1Click:Connect(function()
  707. _G.WavesAngle=script.Parent.Name:gsub("WA","")
  708. end)
  709. while wait() do
  710. if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then
  711. script.Parent.BackgroundTransparency=0
  712. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  713. else
  714. script.Parent.BackgroundTransparency=1
  715. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  716. end
  717. end
  718. end
  719. coroutine.wrap(ICOVJ_fake_script)()
  720. local function TZWQ_fake_script() -- WavesOn.LocalScript
  721. local script = Instance.new('LocalScript', WavesOn)
  722.  
  723. script.Parent.MouseButton1Click:Connect(function()
  724. if "Waves".._G.WavesOn==script.Parent.Name then
  725. _G.WavesOn="Off"
  726. else
  727. _G.WavesOn="On"
  728. end
  729. end)
  730. while wait() do
  731. if script.Parent.Name=="Waves"..tostring(_G.WavesOn) then
  732. script.Parent.BackgroundColor3=Color3.fromRGB(255, 255, 127)
  733. else
  734. script.Parent.BackgroundColor3=Color3.fromRGB(31,31,31)
  735. end
  736. end
  737. end
  738. coroutine.wrap(TZWQ_fake_script)()
  739. local function LCER_fake_script() -- Distance.LocalScript
  740. local script = Instance.new('LocalScript', Distance)
  741.  
  742. _G[script.Parent.Name]=5
  743. script.Parent.Changed:Connect(function(t)
  744. if t=="Text" then
  745. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  746. end
  747. end)
  748. end
  749. coroutine.wrap(LCER_fake_script)()
  750. local function HAOTA_fake_script() -- WaveInt.LocalScript
  751. local script = Instance.new('LocalScript', WaveInt)
  752.  
  753. _G[script.Parent.Name]=3
  754. script.Parent.Changed:Connect(function(t)
  755. if t=="Text" then
  756. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  757. end
  758. end)
  759. end
  760. coroutine.wrap(HAOTA_fake_script)()
  761. local function FUHG_fake_script() -- Speed.LocalScript
  762. local script = Instance.new('LocalScript', Speed)
  763.  
  764. _G[script.Parent.Name]=1
  765. script.Parent.Changed:Connect(function(t)
  766. if t=="Text" then
  767. _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0
  768. end
  769. end)
  770. end
  771. coroutine.wrap(FUHG_fake_script)()
  772. local function VYRIMKH_fake_script() -- Frame.LocalScript
  773. local script = Instance.new('LocalScript', Frame)
  774.  
  775. _G.VisAngle="X"
  776. _G.WavesOn="Off"
  777. _G.WavesAngle="Y"
  778. _G.BoomboxDependantSpeed="Off"
  779. end
  780. coroutine.wrap(VYRIMKH_fake_script)()
  781. local function TZFYGTM_fake_script() -- Frame.Dragify
  782. local script = Instance.new('LocalScript', Frame)
  783.  
  784. local UIS = game:GetService("UserInputService")
  785. function dragify(Frame)
  786. dragToggle = nil
  787. local dragSpeed = 0.50
  788. dragInput = nil
  789. dragStart = nil
  790. local dragPos = nil
  791. function updateInput(input)
  792. local Delta = input.Position - dragStart
  793. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  794. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0), {Position = Position}):Play()
  795. end
  796. Frame.InputBegan:Connect(function(input)
  797. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  798. dragToggle = true
  799. dragStart = input.Position
  800. startPos = Frame.Position
  801. input.Changed:Connect(function()
  802. if input.UserInputState == Enum.UserInputState.End then
  803. dragToggle = false
  804. end
  805. end)
  806. end
  807. end)
  808. Frame.InputChanged:Connect(function(input)
  809. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  810. dragInput = input
  811. end
  812. end)
  813. game:GetService("UserInputService").InputChanged:Connect(function(input)
  814. if input == dragInput and dragToggle then
  815. updateInput(input)
  816. end
  817. end)
  818. end
  819.  
  820. dragify(script.Parent)
  821. end
  822. coroutine.wrap(TZFYGTM_fake_script)()
  823. local function DICP_fake_script() -- TextBox_3.LocalScript
  824. local script = Instance.new('LocalScript', TextBox_3)
  825.  
  826. script.Parent.MouseButton1Click:Connect(function()
  827. for i=1,tonumber(script.Parent.Parent.Amount.Text) or 1 do
  828. char=game.Players.LocalPlayer.Character
  829. game.Players.LocalPlayer.Character=nil
  830. game.Players.LocalPlayer.Character=char
  831. char.Animate:Destroy()
  832. char.HumanoidRootPart.CFrame=CFrame.new(0,9999,0)
  833. wait(.1)
  834. char.HumanoidRootPart.Anchored=true
  835. for i,v in pairs(char:GetChildren()) do
  836. if v:IsA("Tool") then
  837. v.Parent=game.Players.LocalPlayer.Backpack
  838. end
  839. end
  840. wait(game.Players.RespawnTime-0.3)
  841. local t = {}
  842. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  843. v.Parent=char
  844. v.Parent=workspace
  845. t[i]=v
  846. end
  847. char.Humanoid:Destroy()
  848. game.Players.LocalPlayer.Character=nil
  849. game.Players.LocalPlayer.CharacterAdded:Wait()
  850. char=game.Players.LocalPlayer.Character
  851. char:WaitForChild("Humanoid")
  852. wait(.1)
  853. for i,v in pairs(t) do
  854. char.Humanoid:EquipTool(v)
  855. end
  856. wait(.3)
  857. end
  858. end)
  859. end
  860. coroutine.wrap(DICP_fake_script)()
  861. local function REVWK_fake_script() -- TextBox_4.LocalScript
  862. local script = Instance.new('LocalScript', TextBox_4)
  863.  
  864. _G.grabtools=false
  865. game:service'RunService'.Heartbeat:Connect(function()
  866. local h=game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  867. if _G.grabtools==true and h then
  868. for i,v in pairs(workspace:GetChildren()) do
  869. coroutine.wrap(function()
  870. if v:IsA("Tool") then
  871. h:EquipTool(v)
  872. end
  873. end)()
  874. end
  875. end
  876. end)
  877. spawn(function()
  878. while wait() do
  879. if _G.grabtools==true then
  880. script.Parent.TextColor3=Color3.fromRGB(53, 53, 53)
  881. script.Parent.BackgroundColor3=Color3.fromRGB(255, 255, 127)
  882. else
  883. script.Parent.TextColor3=Color3.fromRGB(255,255,255)
  884. script.Parent.BackgroundColor3=Color3.fromRGB(20, 20, 20)
  885. end
  886. end
  887. end)
  888. script.Parent.MouseButton1Click:Connect(function()
  889. _G.grabtools=not _G.grabtools
  890. end)
  891. end
  892. coroutine.wrap(REVWK_fake_script)()
  893. local function CQKQ_fake_script() -- TextBox_5.LocalScript
  894. local script = Instance.new('LocalScript', TextBox_5)
  895.  
  896. script.Parent.MouseButton1Click:Connect(function()
  897. print(pcall(function()
  898. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  899. if v:IsA("Tool") and v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound") then
  900. coroutine.wrap(function()
  901. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=false
  902. wait()
  903. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").TimePosition=0
  904. v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=true
  905. end)()
  906. end
  907. end
  908. end))
  909. end)
  910. end
  911. coroutine.wrap(CQKQ_fake_script)()
Add Comment
Please, Sign In to add comment