Advertisement
AALTTz

Boombox

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