Advertisement
THEWORLDISOP1

Boombox

Aug 14th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.77 KB | None | 0 0
  1. -- to dupe the boomboxes execute this script: https://pastebin.com/raw/jVf3zNVf and do ;clonetool *number*
  2. -- doesn't work in every game
  3.  
  4.  
  5.  
  6.  
  7. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Boombox Supreme powers loaded" ,"All")
  8.  
  9. local req = (syn and syn.request) or (http and http.request) or http_request
  10. if not syn.request then
  11. end
  12.  
  13. local ScreenGui = Instance.new("ScreenGui")
  14. local Frame = Instance.new("Frame")
  15. local UICorner = Instance.new("UICorner")
  16. local name = Instance.new("TextLabel")
  17. local ScrollingFrame = Instance.new("ScrollingFrame")
  18. local ak = Instance.new("TextButton")
  19. local rpg = Instance.new("TextButton")
  20. local sword = Instance.new("TextButton")
  21. local pickaxe = Instance.new("TextButton")
  22. local railgun = Instance.new("TextButton")
  23. local railgunv2 = Instance.new("TextButton")
  24. local pc = Instance.new("TextButton")
  25. local arm = Instance.new("TextButton")
  26. local phone = Instance.new("TextButton")
  27. local tophatx1 = Instance.new("TextButton")
  28. local tophatx2 = Instance.new("TextButton")
  29. local tophatx3 = Instance.new("TextButton")
  30. local UICorner_2 = Instance.new("UICorner")
  31. local Close = Instance.new("TextButton")
  32. local UICorner_3 = Instance.new("UICorner")
  33. local ToolHold = Instance.new("TextButton")
  34. local UICorner_4 = Instance.new("UICorner")
  35.  
  36. --Properties:
  37.  
  38. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39.  
  40. Frame.Parent = ScreenGui
  41. Frame.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  42. Frame.Position = UDim2.new(0.368455738, 0, 0.313865125, 0)
  43. Frame.Size = UDim2.new(0, 625, 0, 312)
  44.  
  45. UICorner.Parent = Frame
  46.  
  47. name.Name = "name"
  48. name.Parent = Frame
  49. name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. name.BackgroundTransparency = 1.000
  51. name.Size = UDim2.new(0, 625, 0, 50)
  52. name.Font = Enum.Font.SourceSansBold
  53. name.Text = "Boombox Grippos UI"
  54. name.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. name.TextScaled = true
  56. name.TextSize = 14.000
  57. name.TextWrapped = true
  58.  
  59. ScrollingFrame.Parent = Frame
  60. ScrollingFrame.Active = true
  61. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  62. ScrollingFrame.BackgroundTransparency = 0.700
  63. ScrollingFrame.Position = UDim2.new(0, 0, 0.210774451, 0)
  64. ScrollingFrame.Size = UDim2.new(0, 625, 0, 246)
  65.  
  66. ak.Name = "ak"
  67. ak.Parent = ScrollingFrame
  68. ak.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  69. ak.Position = UDim2.new(0.0159999989, 0, 0.0141494665, 0)
  70. ak.Size = UDim2.new(0, 185, 0, 40)
  71. ak.Font = Enum.Font.Nunito
  72. ak.Text = "Ak47 (20)"
  73. ak.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. ak.TextScaled = true
  75. ak.TextSize = 14.000
  76. ak.TextWrapped = true
  77. ak.MouseButton1Down:Connect(function()
  78.  
  79. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  80. local Tools = plr.Backpack:GetChildren()
  81.  
  82. Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13)
  83. Tools[1].Parent = plr.Character
  84.  
  85. Tools[2].Grip = CFrame.new(0.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  86. Tools[2].Parent = plr.Character
  87.  
  88. Tools[3].Grip = CFrame.new(-1.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0.03)
  89. Tools[3].Parent = plr.Character
  90.  
  91. Tools[4].Grip = CFrame.new(-2.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  92. Tools[4].Parent = plr.Character
  93.  
  94. Tools[5].Grip = CFrame.new(-4.6, -0.4, -0.2) * CFrame.Angles(1.6, math.rad(-98), 1.6)
  95. Tools[5].Parent = plr.Character
  96.  
  97. Tools[6].Grip = CFrame.new(-7, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  98. Tools[6].Parent = plr.Character
  99.  
  100. Tools[7].Grip = CFrame.new(-9.6, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  101. Tools[7].Parent = plr.Character
  102.  
  103. Tools[8].Grip = CFrame.new(-12.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  104. Tools[8].Parent = plr.Character
  105.  
  106. Tools[9].Grip = CFrame.new(-1.2, -3.1, -0.2) * CFrame.Angles(1.6, math.rad(-15), 1.6)
  107. Tools[9].Parent = plr.Character
  108.  
  109. Tools[10].Grip = CFrame.new(-3.3, -2.7, -0.2) * CFrame.Angles(1.6, math.rad(-25), 1.6)
  110. Tools[10].Parent = plr.Character
  111.  
  112. Tools[11].Grip = CFrame.new(-0.1, 1.8, -0.1) * CFrame.Angles(1.6, math.rad(65), 1.6)
  113. Tools[11].Parent = plr.Character
  114.  
  115. Tools[12].Grip = CFrame.new(1.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6)
  116. Tools[12].Parent = plr.Character
  117.  
  118. Tools[13].Grip = CFrame.new(3.15, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6)
  119. Tools[13].Parent = plr.Character
  120.  
  121. Tools[14].Grip = CFrame.new(5.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6)
  122. Tools[14].Parent = plr.Character
  123.  
  124. Tools[15].Grip = CFrame.new(6.5, 4.1, -0.1) * CFrame.Angles(1.6, math.rad(110), 1.6)
  125. Tools[15].Parent = plr.Character
  126.  
  127. Tools[16].Grip = CFrame.new(-14.3, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  128. Tools[16].Parent = plr.Character
  129.  
  130. Tools[17].Grip = CFrame.new(3.1, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  131. Tools[17].Parent = plr.Character
  132.  
  133. Tools[18].Grip = CFrame.new(5.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0)
  134. Tools[18].Parent = plr.Character
  135.  
  136. Tools[19].Grip = CFrame.new(0.25, 6.8, -0.05) * CFrame.Angles(1.6, math.rad(-0), 1.6)
  137. Tools[19].Parent = plr.Character
  138.  
  139. Tools[20].Grip = CFrame.new(3.8, -4.4, -0.27) * CFrame.Angles(1.6, math.rad(-137), 1.6)
  140. Tools[20].Parent = plr.Character
  141. end)
  142.  
  143. rpg.Name = "rpg"
  144. rpg.Parent = ScrollingFrame
  145. rpg.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  146. rpg.Position = UDim2.new(0.342400014, 0, 0.0141494665, 0)
  147. rpg.Size = UDim2.new(0, 185, 0, 40)
  148. rpg.Font = Enum.Font.Nunito
  149. rpg.Text = "RPG (13)"
  150. rpg.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. rpg.TextScaled = true
  152. rpg.TextSize = 14.000
  153. rpg.TextWrapped = true
  154. rpg.MouseButton1Down:Connect(function()
  155. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  156. local Tools = plr.Backpack:GetChildren()
  157.  
  158. Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13)
  159. Tools[1].Parent = plr.Character
  160.  
  161. Tools[2].Grip = CFrame.new(0.7, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6)
  162. Tools[2].Parent = plr.Character
  163.  
  164. Tools[3].Grip = CFrame.new(2.5, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6)
  165. Tools[3].Parent = plr.Character
  166.  
  167. Tools[4].Grip = CFrame.new(4.3, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6)
  168. Tools[4].Parent = plr.Character
  169.  
  170. Tools[5].Grip = CFrame.new(-6.5, -1.6, -0.2) * CFrame.Angles(1.6, math.rad(-250),1.6)
  171. Tools[5].Parent = plr.Character
  172.  
  173. Tools[6].Grip = CFrame.new(6, -2.55, -0.2) * CFrame.Angles(1.6, math.rad(-115),1.6)
  174. Tools[6].Parent = plr.Character
  175.  
  176. Tools[7].Grip = CFrame.new(1.55, 7.2, 0.1) * CFrame.Angles(1.6, math.rad(-10),1.6)
  177. Tools[7].Parent = plr.Character
  178.  
  179. Tools[8].Grip = CFrame.new(-1.1, -1.2, -0.23) * CFrame.Angles(1.6, math.rad(-98),1.57)
  180. Tools[8].Parent = plr.Character
  181.  
  182. Tools[9].Grip = CFrame.new(-2.8, -1.17, -0.17) * CFrame.Angles(1.6, math.rad(-99),1.6)
  183. Tools[9].Parent = plr.Character
  184.  
  185. Tools[10].Grip = CFrame.new(0, 2.7, -0.2) * CFrame.Angles(1.575, math.rad(-175),1.575)
  186. Tools[10].Parent = plr.Character
  187.  
  188. Tools[11].Grip = CFrame.new(-4.6, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6)
  189. Tools[11].Parent = plr.Character
  190.  
  191. Tools[12].Grip = CFrame.new(-6.3, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6)
  192. Tools[12].Parent = plr.Character
  193.  
  194. Tools[13].Grip = CFrame.new(-1, 6, -0.45) * CFrame.Angles(1.6, math.rad(-205),1.4)
  195. Tools[13].Parent = plr.Character
  196. end)
  197.  
  198. sword.Name = "sword"
  199. sword.Parent = ScrollingFrame
  200. sword.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  201. sword.Position = UDim2.new(0.0159999728, 0, 0.111905873, 0)
  202. sword.Size = UDim2.new(0, 185, 0, 40)
  203. sword.Font = Enum.Font.Nunito
  204. sword.Text = "Sword (10)"
  205. sword.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. sword.TextScaled = true
  207. sword.TextSize = 14.000
  208. sword.TextWrapped = true
  209. sword.MouseButton1Down:Connect(function()
  210. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  211. local Tools = plr.Backpack:GetChildren()
  212.  
  213. Tools[1].Grip = CFrame.new(0, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  214. Tools[1].Parent = plr.Character
  215.  
  216. Tools[2].Grip = CFrame.new(0.15, 1.7, -0.02) * CFrame.Angles(1.58, math.rad(90), 1.58)
  217. Tools[2].Parent = plr.Character
  218.  
  219. Tools[3].Grip = CFrame.new(3, -0.9, -0.05) * CFrame.Angles(1.58, math.rad(-45), 1.58)
  220. Tools[3].Parent = plr.Character
  221.  
  222. Tools[4].Grip = CFrame.new(-3.1, -0.67, -0.049) * CFrame.Angles(1.58, math.rad(-135), 1.58)
  223. Tools[4].Parent = plr.Character
  224.  
  225. Tools[5].Grip = CFrame.new(2.2, -0.3, -0.03) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  226. Tools[5].Parent = plr.Character
  227.  
  228. Tools[6].Grip = CFrame.new(4.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  229. Tools[6].Parent = plr.Character
  230.  
  231. Tools[7].Grip = CFrame.new(6.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  232. Tools[7].Parent = plr.Character
  233.  
  234. Tools[8].Grip = CFrame.new(8.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  235. Tools[8].Parent = plr.Character
  236.  
  237. Tools[9].Grip = CFrame.new(10.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  238. Tools[9].Parent = plr.Character
  239.  
  240. Tools[10].Grip = CFrame.new(12.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58)
  241. Tools[10].Parent = plr.Character
  242. end)
  243.  
  244. pickaxe.Name = "pickaxe"
  245. pickaxe.Parent = ScrollingFrame
  246. pickaxe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  247. pickaxe.Position = UDim2.new(0.671999931, 0, 0.0141494647, 0)
  248. pickaxe.Size = UDim2.new(0, 185, 0, 40)
  249. pickaxe.Font = Enum.Font.Nunito
  250. pickaxe.Text = "Pickaxe (8)"
  251. pickaxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. pickaxe.TextScaled = true
  253. pickaxe.TextSize = 14.000
  254. pickaxe.TextWrapped = true
  255. pickaxe.MouseButton1Down:Connect(function()
  256. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  257. local Tools = plr.Backpack:GetChildren()
  258.  
  259. Tools[1].Grip = CFrame.new(-0.4, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58)
  260. Tools[1].Parent = plr.Character
  261.  
  262. Tools[2].Grip = CFrame.new(-2.7, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58)
  263. Tools[2].Parent = plr.Character
  264.  
  265. Tools[3].Grip = CFrame.new(-4.5, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58)
  266. Tools[3].Parent = plr.Character
  267.  
  268. Tools[4].Grip = CFrame.new(-6.3, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58)
  269. Tools[4].Parent = plr.Character
  270.  
  271. Tools[5].Grip = CFrame.new(-0.3, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3)
  272. Tools[5].Parent = plr.Character
  273.  
  274. Tools[6].Grip = CFrame.new(1.8, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3)
  275. Tools[6].Parent = plr.Character
  276.  
  277. Tools[7].Grip = CFrame.new(3.3, 5.4, 0.32) * CFrame.Angles(1.6, math.rad(-320), 1.6)
  278. Tools[7].Parent = plr.Character
  279.  
  280. Tools[8].Grip = CFrame.new(-2.42, 6.6, 0.32) * CFrame.Angles(1.6, math.rad(-220), 1.6)
  281. Tools[8].Parent = plr.Character
  282.  
  283. end)
  284.  
  285. railgun.Name = "railgun"
  286. railgun.Parent = ScrollingFrame
  287. railgun.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  288. railgun.Position = UDim2.new(0.342399985, 0, 0.111905873, 0)
  289. railgun.Size = UDim2.new(0, 185, 0, 40)
  290. railgun.Font = Enum.Font.Nunito
  291. railgun.Text = "Railgun (23)"
  292. railgun.TextColor3 = Color3.fromRGB(255, 255, 255)
  293. railgun.TextScaled = true
  294. railgun.TextSize = 14.000
  295. railgun.TextWrapped = true
  296. railgun.MouseButton1Down:Connect(function()
  297. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  298. local Tools = plr.Backpack:GetChildren()
  299.  
  300. Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58)
  301. Tools[1].Parent = plr.Character
  302.  
  303. Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58)
  304. Tools[2].Parent = plr.Character
  305.  
  306. Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  307. Tools[3].Parent = plr.Character
  308.  
  309. Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58)
  310. Tools[4].Parent = plr.Character
  311.  
  312. Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58)
  313. Tools[5].Parent = plr.Character
  314.  
  315. Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58)
  316. Tools[6].Parent = plr.Character
  317.  
  318. Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58)
  319. Tools[7].Parent = plr.Character
  320.  
  321. Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58)
  322. Tools[8].Parent = plr.Character
  323.  
  324. Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  325. Tools[9].Parent = plr.Character
  326.  
  327. Tools[10].Grip = CFrame.new(-2.3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  328. Tools[10].Parent = plr.Character
  329.  
  330. Tools[11].Grip = CFrame.new(-3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  331. Tools[11].Parent = plr.Character
  332.  
  333. Tools[12].Grip = CFrame.new(3, 4.8, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  334. Tools[12].Parent = plr.Character
  335. end)
  336.  
  337. railgunv2.Name = "railgun v2"
  338. railgunv2.Parent = ScrollingFrame
  339. railgunv2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  340. railgunv2.Position = UDim2.new(0.671999991, 0, 0.111905873, 0)
  341. railgunv2.Size = UDim2.new(0, 185, 0, 40)
  342. railgunv2.Font = Enum.Font.Nunito
  343. railgunv2.Text = "Railgun v2 (23)"
  344. railgunv2.TextColor3 = Color3.fromRGB(255, 255, 255)
  345. railgunv2.TextScaled = true
  346. railgunv2.TextSize = 14.000
  347. railgunv2.TextWrapped = true
  348. railgunv2.MouseButton1Down:Connect(function()
  349. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  350. local Tools = plr.Backpack:GetChildren()
  351.  
  352. Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58)
  353. Tools[1].Parent = plr.Character
  354.  
  355. Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58)
  356. Tools[2].Parent = plr.Character
  357.  
  358. Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  359. Tools[3].Parent = plr.Character
  360.  
  361. Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58)
  362. Tools[4].Parent = plr.Character
  363.  
  364. Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58)
  365. Tools[5].Parent = plr.Character
  366.  
  367. Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58)
  368. Tools[6].Parent = plr.Character
  369.  
  370. Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58)
  371. Tools[7].Parent = plr.Character
  372.  
  373. Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58)
  374. Tools[8].Parent = plr.Character
  375.  
  376. Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  377. Tools[9].Parent = plr.Character
  378.  
  379. Tools[10].Grip = CFrame.new(0.6, -2.8, 0) * CFrame.Angles(-1.58, math.rad(-80), -1.58)
  380. Tools[10].Parent = plr.Character
  381.  
  382. Tools[11].Grip = CFrame.new(-7.3, -2.3, 0) * CFrame.Angles(-1.58, math.rad(-45), -1.58)
  383. Tools[11].Parent = plr.Character
  384.  
  385. Tools[12].Grip = CFrame.new(1.2, 3.95, -0.062) * CFrame.Angles(-1.58, math.rad(45), -1.58)
  386. Tools[12].Parent = plr.Character
  387.  
  388. Tools[13].Grip = CFrame.new(4.3, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  389. Tools[13].Parent = plr.Character
  390.  
  391. Tools[14].Grip = CFrame.new(-4.3, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  392. Tools[14].Parent = plr.Character
  393.  
  394. Tools[15].Grip = CFrame.new(6.6, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  395. Tools[15].Parent = plr.Character
  396.  
  397. Tools[16].Grip = CFrame.new(-6.6, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  398. Tools[16].Parent = plr.Character
  399.  
  400. Tools[17].Grip = CFrame.new(8.8, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  401. Tools[17].Parent = plr.Character
  402.  
  403. Tools[18].Grip = CFrame.new(-8.8, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  404. Tools[18].Parent = plr.Character
  405.  
  406. Tools[19].Grip = CFrame.new(11, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58)
  407. Tools[19].Parent = plr.Character
  408.  
  409. Tools[20].Grip = CFrame.new(-11, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58)
  410. Tools[20].Parent = plr.Character
  411.  
  412. Tools[21].Grip = CFrame.new(3.7, 4.2, -0.075) * CFrame.Angles(-1.58, math.rad(-250), -1.58)
  413. Tools[21].Parent = plr.Character
  414.  
  415. Tools[22].Grip = CFrame.new(-0.8, -4.1, 0) * CFrame.Angles(-1.58, math.rad(250), -1.58)
  416. Tools[22].Parent = plr.Character
  417.  
  418. Tools[23].Grip = CFrame.new(-0.7, -0.2, -0.2) * CFrame.Angles(1.57, math.rad(-270), 0)
  419. Tools[23].Parent = plr.Character
  420. end)
  421.  
  422. pc.Name = "pc"
  423. pc.Parent = ScrollingFrame
  424. pc.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  425. pc.Position = UDim2.new(0.0159999728, 0, 0.208059728, 0)
  426. pc.Size = UDim2.new(0, 185, 0, 40)
  427. pc.Font = Enum.Font.Nunito
  428. pc.Text = "PC (11)"
  429. pc.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. pc.TextScaled = true
  431. pc.TextSize = 14.000
  432. pc.TextWrapped = true
  433. pc.MouseButton1Down:Connect(function()
  434. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  435. local Tools = plr.Backpack:GetChildren()
  436.  
  437. Tools[1].Grip = CFrame.new(0.8, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1)
  438. Tools[1].Parent = plr.Character
  439.  
  440. Tools[2].Grip = CFrame.new(-0.8, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1)
  441. Tools[2].Parent = plr.Character
  442.  
  443. Tools[3].Grip = CFrame.new(3, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1)
  444. Tools[3].Parent = plr.Character
  445.  
  446. Tools[4].Grip = CFrame.new(-3, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1)
  447. Tools[4].Parent = plr.Character
  448.  
  449. Tools[5].Grip = CFrame.new(5.2, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1)
  450. Tools[5].Parent = plr.Character
  451.  
  452. Tools[6].Grip = CFrame.new(-5.2, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1)
  453. Tools[6].Parent = plr.Character
  454.  
  455. Tools[7].Grip = CFrame.new(1.1, 2.5, -2.95) * CFrame.Angles(1.575, math.rad(180), 4.68)
  456. Tools[7].Parent = plr.Character
  457.  
  458. Tools[8].Grip = CFrame.new(-2.2, -3, -2.17) * CFrame.Angles(3.13, math.rad(0), 3.1)
  459. Tools[8].Parent = plr.Character
  460.  
  461. Tools[9].Grip = CFrame.new(-4, -3, -2.1699) * CFrame.Angles(3.13, math.rad(0), 3.1)
  462. Tools[9].Parent = plr.Character
  463.  
  464. Tools[10].Grip = CFrame.new(2.2, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04)
  465. Tools[10].Parent = plr.Character
  466.  
  467. Tools[11].Grip = CFrame.new(4, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04)
  468. Tools[11].Parent = plr.Character
  469. end)
  470.  
  471. arm.Name = "arm"
  472. arm.Parent = ScrollingFrame
  473. arm.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  474. arm.Position = UDim2.new(0.342399985, 0, 0.208059728, 0)
  475. arm.Size = UDim2.new(0, 185, 0, 40)
  476. arm.Font = Enum.Font.Nunito
  477. arm.Text = "Boombox Arm (4)"
  478. arm.TextColor3 = Color3.fromRGB(255, 255, 255)
  479. arm.TextScaled = true
  480. arm.TextSize = 14.000
  481. arm.TextWrapped = true
  482. arm.MouseButton1Down:Connect(function()
  483. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  484. local Tools = plr.Backpack:GetChildren()
  485.  
  486. Tools[1].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(1.58, math.rad(-90), 0)
  487. Tools[1].Parent = plr.Character
  488.  
  489. Tools[2].Grip = CFrame.new(0.6, -0.1, -0.3625) * CFrame.Angles(1.58, math.rad(-90), 1.58)
  490. Tools[2].Parent = plr.Character
  491.  
  492. Tools[3].Grip = CFrame.new(0.6, -0.1, -0.359) * CFrame.Angles(0, math.rad(-90), 1.58)
  493. Tools[3].Parent = plr.Character
  494.  
  495. Tools[4].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(0, math.rad(-90), -3.15)
  496. Tools[4].Parent = plr.Character
  497. end)
  498.  
  499. phone.Name = "phone"
  500. phone.Parent = ScrollingFrame
  501. phone.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  502. phone.Position = UDim2.new(0.671999991, 0, 0.208059728, 0)
  503. phone.Size = UDim2.new(0, 185, 0, 40)
  504. phone.Font = Enum.Font.Nunito
  505. phone.Text = "Phone (6)"
  506. phone.TextColor3 = Color3.fromRGB(255, 255, 255)
  507. phone.TextScaled = true
  508. phone.TextSize = 14.000
  509. phone.TextWrapped = true
  510. phone.MouseButton1Down:Connect(function()
  511. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  512. local Tools = plr.Backpack:GetChildren()
  513.  
  514. Tools[1].Grip = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1)
  515. Tools[1].Parent = plr.Character
  516.  
  517. Tools[2].Grip = CFrame.new(2.5, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13)
  518. Tools[2].Parent = plr.Character
  519.  
  520. Tools[3].Grip = CFrame.new(-2.5, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1)
  521. Tools[3].Parent = plr.Character
  522.  
  523. Tools[4].Grip = CFrame.new(1, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13)
  524. Tools[4].Parent = plr.Character
  525.  
  526. Tools[5].Grip = CFrame.new(-4, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1)
  527. Tools[5].Parent = plr.Character
  528.  
  529. Tools[6].Grip = CFrame.new(4, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13)
  530. Tools[6].Parent = plr.Character
  531. end)
  532.  
  533. tophatx1.Name = "tophat x1"
  534. tophatx1.Parent = ScrollingFrame
  535. tophatx1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  536. tophatx1.Position = UDim2.new(0.0159999728, 0, 0.301008463, 0)
  537. tophatx1.Size = UDim2.new(0, 185, 0, 40)
  538. tophatx1.Font = Enum.Font.Nunito
  539. tophatx1.Text = "Small TopHat"
  540. tophatx1.TextColor3 = Color3.fromRGB(255, 255, 255)
  541. tophatx1.TextScaled = true
  542. tophatx1.TextSize = 14.000
  543. tophatx1.TextWrapped = true
  544. tophatx1.MouseButton1Down:Connect(function()
  545. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  546. local Tools = plr.Backpack:GetChildren()
  547.  
  548. Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0)
  549. Tools[1].Parent = plr.Character
  550.  
  551. Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  552. Tools[2].Parent = plr.Character
  553.  
  554. Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  555. Tools[3].Parent = plr.Character
  556. end)
  557.  
  558. tophatx2.Name = "tophat x2"
  559. tophatx2.Parent = ScrollingFrame
  560. tophatx2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  561. tophatx2.Position = UDim2.new(0.342399985, 0, 0.301008463, 0)
  562. tophatx2.Size = UDim2.new(0, 185, 0, 40)
  563. tophatx2.Font = Enum.Font.Nunito
  564. tophatx2.Text = "Large TopHat"
  565. tophatx2.TextColor3 = Color3.fromRGB(255, 255, 255)
  566. tophatx2.TextScaled = true
  567. tophatx2.TextSize = 14.000
  568. tophatx2.TextWrapped = true
  569. tophatx2.MouseButton1Down:Connect(function()
  570. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  571. local Tools = plr.Backpack:GetChildren()
  572.  
  573. Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0)
  574. Tools[1].Parent = plr.Character
  575.  
  576. Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  577. Tools[2].Parent = plr.Character
  578.  
  579. Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  580. Tools[3].Parent = plr.Character
  581.  
  582. Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  583. Tools[4].Parent = plr.Character
  584.  
  585. Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  586. Tools[5].Parent = plr.Character
  587. end)
  588.  
  589. tophatx3.Name = "tophat x3"
  590. tophatx3.Parent = ScrollingFrame
  591. tophatx3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  592. tophatx3.Position = UDim2.new(0.671999991, 0, 0.301008463, 0)
  593. tophatx3.Size = UDim2.new(0, 185, 0, 40)
  594. tophatx3.Font = Enum.Font.Nunito
  595. tophatx3.Text = "Tall TopHat"
  596. tophatx3.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. tophatx3.TextScaled = true
  598. tophatx3.TextSize = 14.000
  599. tophatx3.TextWrapped = true
  600. tophatx3.MouseButton1Down:Connect(function()
  601. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  602. local Tools = plr.Backpack:GetChildren()
  603.  
  604. Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0)
  605. Tools[1].Parent = plr.Character
  606.  
  607. Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  608. Tools[2].Parent = plr.Character
  609.  
  610. Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  611. Tools[3].Parent = plr.Character
  612.  
  613. Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  614. Tools[4].Parent = plr.Character
  615.  
  616. Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  617. Tools[5].Parent = plr.Character
  618.  
  619. Tools[6].Grip = CFrame.new(9, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58)
  620. Tools[6].Parent = plr.Character
  621.  
  622. Tools[7].Grip = CFrame.new(-9, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58)
  623. Tools[7].Parent = plr.Character
  624. end)
  625.  
  626. UICorner_2.Parent = ScrollingFrame
  627.  
  628. ToolHold.Name = "ToolHold"
  629. ToolHold.Parent = Frame
  630. ToolHold.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  631. ToolHold.Position = UDim2.new(0.329271078, 0, 1.01941407, 0)
  632. ToolHold.Size = UDim2.new(0, 200, 0, 50)
  633. ToolHold.Font = Enum.Font.SourceSans
  634. ToolHold.Text = "Remove tool holding while hold"
  635. ToolHold.TextColor3 = Color3.fromRGB(255, 255, 255)
  636. ToolHold.TextScaled = true
  637. ToolHold.TextSize = 14.000
  638. ToolHold.TextWrapped = true
  639. ToolHold.MouseButton1Down:Connect(function()
  640. for i, v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  641. v:Stop()
  642. end
  643. end)
  644.  
  645. UICorner_4.Parent = ToolHold
  646.  
  647. --dragging script
  648.  
  649. local function CHUYME_fake_script() -- Frame.draggable
  650. local script = Instance.new('LocalScript', Frame)
  651.  
  652. local UserInputService = game:GetService("UserInputService")
  653. local runService = (game:GetService("RunService"));
  654.  
  655. local gui = script.Parent
  656.  
  657. local dragging
  658. local dragInput
  659. local dragStart
  660. local startPos
  661.  
  662. function Lerp(a, b, m)
  663. return a + (b - a) * m
  664. end;
  665.  
  666. local lastMousePos
  667. local lastGoalPos
  668. local DRAG_SPEED = (12); -- // The speed of the UI darg.
  669. function Update(dt)
  670. if not (startPos) then return end;
  671. if not (dragging) and (lastGoalPos) then
  672. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  673. return
  674. end;
  675.  
  676. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  677. local xGoal = (startPos.X.Offset - delta.X);
  678. local yGoal = (startPos.Y.Offset - delta.Y);
  679. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  680. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  681. end;
  682.  
  683. gui.InputBegan:Connect(function(input)
  684. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  685. dragging = true
  686. dragStart = input.Position
  687. startPos = gui.Position
  688. lastMousePos = UserInputService:GetMouseLocation()
  689.  
  690. input.Changed:Connect(function()
  691. if input.UserInputState == Enum.UserInputState.End then
  692. dragging = false
  693. end
  694. end)
  695. end
  696. end)
  697.  
  698. gui.InputChanged:Connect(function(input)
  699. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  700. dragInput = input
  701. end
  702. end)
  703.  
  704. runService.Heartbeat:Connect(Update)
  705. end
  706. coroutine.wrap(CHUYME_fake_script)()
  707. local function QYGCN_fake_script() -- Frame.close
  708. local script = Instance.new('LocalScript', Frame)
  709.  
  710. local frame = script.Parent.Parent.Frame
  711.  
  712. script.Parent.MouseButton1Click:Connect(function()
  713. frame.Visible = false
  714. end)
  715. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement