Advertisement
x_zstd

Silly Destroyer V5

Feb 17th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. local lol = Instance.new("Folder")
  2. local main = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local up = Instance.new("TextButton")
  5. local down = Instance.new("TextButton")
  6. local onof = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local plus = Instance.new("TextButton")
  9. local speed = Instance.new("TextBox")
  10. local mine = Instance.new("TextButton")
  11. local closebutton = Instance.new("TextButton")
  12. local mini = Instance.new("TextButton")
  13. local mini2 = Instance.new("TextButton")
  14. local mini3 = Instance.new("TextButton")
  15. local mini4 = Instance.new("TextButton")
  16. local mini5 = Instance.new("TextButton")
  17. local mini6 = Instance.new("TextButton")
  18. local mini7 = Instance.new("TextButton")
  19. local mini8 = Instance.new("TextButton")
  20. local mini9 = Instance.new("TextButton")
  21. local mini10 = Instance.new("TextButton")
  22. local mini11 = Instance.new("TextButton")
  23. local Val = false
  24.  
  25. main.Name = "main"
  26. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28. main.ResetOnSpawn = false
  29.  
  30. Frame.Parent = main
  31. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  33. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  34. Frame.Size = UDim2.new(0, 190, 0, 84)
  35.  
  36. mine.Name = "mine"
  37. mine.Parent = Frame
  38. mine.BackgroundColor3 = Color3.fromRGB(220, 0, 0)
  39. mine.Position = UDim2.new(0.4, 0, 0.35, 0)
  40. mine.Size = UDim2.new(0, 56, 0, 28)
  41. mine.Font = Enum.Font.SourceSans
  42. mine.Text = "Find Player"
  43. mine.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. mine.TextScaled = true
  45. mine.TextSize = 14.000
  46. mine.TextWrapped = true
  47.  
  48. mini2.Name = "minimize2"
  49. mini2.Parent = main.Frame
  50. mini2.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  51. mini2.Font = "SourceSans"
  52. mini2.Size = UDim2.new(0, 40, 0, 28)
  53. mini2.Text = "Remove Ally"
  54. mini2.TextSize = 19
  55. mini2.TextScaled = true
  56. mini2.Position = UDim2.new(0.8, 0, 0.7, 0)
  57. mini2.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. mini2.Visible = true
  59. mini2.ZIndex = 2
  60.  
  61. mini3.Name = "minimize3"
  62. mini3.Parent = main.Frame
  63. mini3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  64. mini3.Font = "SourceSans"
  65. mini3.Size = UDim2.new(0, 60, 0, 28)
  66. mini3.Text = "Target V3"
  67. mini3.TextSize = 19
  68. mini3.Position = UDim2.new(0.7, 0, 1.02, 0)
  69. mini3.Visible = true
  70.  
  71. mini4.Name = "minimize4"
  72. mini4.Parent = main.Frame
  73. mini4.BackgroundColor3 = Color3.fromRGB(70, 255, 70)
  74. mini4.Font = "SourceSans"
  75. mini4.Size = UDim2.new(0, 60, 0, 28)
  76. mini4.Text = "Stop Target"
  77. mini4.TextSize = 19
  78. mini4.TextScaled = true
  79. mini4.Position = UDim2.new(0.375, 0, 1.02, 0)
  80. mini4.Visible = true
  81.  
  82. mini5.Name = "servershot"
  83. mini5.Parent = main.Frame
  84. mini5.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  85. mini5.Font = "SourceSans"
  86. mini5.Size = UDim2.new(0, 70, 0, 28)
  87. mini5.Text = "Servershot V2"
  88. mini5.TextSize = 19
  89. mini5.TextScaled = true
  90. mini5.Position = UDim2.new(0, 0, 1.02, 0)
  91. mini5.Visible = true
  92. mini5.TextColor3 = Color3.fromRGB(255, 255 ,255)
  93.  
  94. mini6.Name = "respawn"
  95. mini6.Parent = main.Frame
  96. mini6.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  97. mini6.Font = "SourceSans"
  98. mini6.Size = UDim2.new(0, 70, 0, 28)
  99. mini6.Text = "Respawn"
  100. mini6.TextSize = 19
  101. mini6.TextScaled = true
  102. mini6.Position = UDim2.new(0, 0, 1.37, 0)
  103. mini6.Visible = true
  104. mini6.TextColor3 = Color3.fromRGB(255, 255 ,255)
  105.  
  106. mini7.Name = "close"
  107. mini7.Parent = main.Frame
  108. mini7.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  109. mini7.Font = "SourceSans"
  110. mini7.Size = UDim2.new(0, 30, 0, 28)
  111. mini7.Text = "X"
  112. mini7.TextSize = 35
  113. mini7.TextScaled = true
  114. mini7.Position = UDim2.new(0, 160, -0.32, 0)
  115. mini7.Visible = true
  116. mini7.TextColor3 = Color3.fromRGB(255, 255 ,255)
  117.  
  118. mini8.Name = "hide"
  119. mini8.Parent = main.Frame
  120. mini8.BackgroundColor3 = Color3.fromRGB(255, 100, 0)
  121. mini8.Font = "SourceSans"
  122. mini8.Size = UDim2.new(0, 30, 0, 28)
  123. mini8.Text = "-"
  124. mini8.TextSize = 100
  125. mini8.TextScaled = true
  126. mini8.Position = UDim2.new(0, 130, -0.32, 0)
  127. mini8.Visible = true
  128. mini8.TextColor3 = Color3.fromRGB(255, 255, 255)
  129.  
  130. mini9.Name = "show"
  131. mini9.Parent = main.Frame
  132. mini9.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  133. mini9.Font = "SourceSans"
  134. mini9.Size = UDim2.new(0, 40, 0, 30)
  135. mini9.Text = "+"
  136. mini9.TextSize = 30
  137. mini9.TextScaled = true
  138. mini9.Position = UDim2.new(0, 150, 0, 0)
  139. mini9.Visible = true
  140. mini9.TextColor3 = Color3.fromRGB(0, 0, 0)
  141.  
  142. mini10.Name = "kill"
  143. mini10.Parent = main.Frame
  144. mini10.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  145. mini10.Font = "SourceSans"
  146. mini10.Size = UDim2.new(0, 59, 0, 28)
  147. mini10.Text = "Remove Killparts"
  148. mini10.TextSize = 17
  149. mini10.TextScaled = true
  150. mini10.Position = UDim2.new(0, 72, 1.37, 0)
  151. mini10.Visible = true
  152. mini10.TextColor3 = Color3.fromRGB(255, 255 ,255)
  153.  
  154. mini11.Name = "idek"
  155. mini11.Parent = main.Frame
  156. mini11.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  157. mini11.Font = "SourceSans"
  158. mini11.Size = UDim2.new(0, 63, 0, 28)
  159. mini11.Text = "Equip all hats"
  160. mini11.TextSize = 17
  161. mini11.TextScaled = true
  162. mini11.Position = UDim2.new(0, 130, 1.37, 0)
  163. mini11.Visible = true
  164. mini11.TextColor3 = Color3.fromRGB(255, 255 ,255)
  165.  
  166. up.Name = "up"
  167. up.Parent = Frame
  168. up.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  169. up.Size = UDim2.new(0, 56, 0, 28)
  170. up.Font = Enum.Font.SourceSans
  171. up.Text = "Instantly Kill"
  172. up.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. up.TextScaled = true
  174. up.TextSize = 14.000
  175. up.Position = UDim2.new(0.3, 0, 0.7, 0)
  176.  
  177. down.Name = "down"
  178. down.Parent = Frame
  179. down.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  180. down.Position = UDim2.new(0, 0, 0.7, 0.61)
  181. down.Size = UDim2.new(0, 56, 0, 28)
  182. down.Font = Enum.Font.SourceSans
  183. down.Text = "30 Hit"
  184. down.TextScaled = true
  185. down.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. down.TextSize = 14.000
  187.  
  188.  
  189. plus.Name = "plus"
  190. plus.Parent = Frame
  191. plus.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  192. plus.Position = UDim2.new(0.6, 0, 0.7, 0)
  193. plus.Size = UDim2.new(0, 37, 0, 28)
  194. plus.Font = Enum.Font.SourceSans
  195. plus.Text = "Slip"
  196. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. plus.TextScaled = true
  198. plus.TextSize = 14.000
  199. plus.TextWrapped = true
  200.  
  201. onof.Name = "onof"
  202. onof.Parent = Frame
  203. onof.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  204. onof.Position = UDim2.new(0.702823281, 0, 0.35, 0)
  205. onof.Size = UDim2.new(0, 56, 0, 28)
  206. onof.Font = Enum.Font.SourceSans
  207. onof.Text = "Servershot Ally"
  208. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. onof.TextScaled = true
  210. onof.TextSize = 24.000
  211.  
  212. TextLabel.Parent = Frame
  213. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  214.  
  215. TextLabel.Position = UDim2.new(0, 0, 0, 0)
  216. TextLabel.Size = UDim2.new(0, 150, 0, 30)
  217. TextLabel.Font = Enum.Font.SourceSans
  218. TextLabel.Text = "Silly Destroyer V5"
  219. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  220. TextLabel.TextScaled = true
  221. TextLabel.TextSize = 14.000
  222. TextLabel.TextWrapped = true
  223. TextLabel.ZIndex = 2
  224.  
  225.  
  226.  
  227. speed.Name = "speed"
  228. speed.Parent = Frame
  229. speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  230. speed.Position = UDim2.new(0, 0, 0.35, 0)
  231. speed.Size = UDim2.new(0, 75, 0, 28)
  232. speed.Font = Enum.Font.SourceSans
  233. speed.Text = "Username Here"
  234. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  235. speed.TextScaled = true
  236. speed.TextSize = 14.000
  237. speed.TextWrapped = true
  238.  
  239. speeds = 1
  240.  
  241. local speaker = game:GetService("Players").LocalPlayer
  242.  
  243. local chr = game.Players.LocalPlayer.Character
  244. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  245.  
  246. nowe = false
  247.  
  248. Frame.Active = true -- main = gui
  249. Frame.Draggable = true
  250. closebutton:Destroy()
  251.  
  252. ---functions
  253.  
  254. local function jays()
  255.  
  256.  
  257. local name = speed.Text
  258.  
  259. for i=1, 30 do
  260.  
  261. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  262.  
  263. local args = {
  264. [1] = getNil("TouchPart", "LocalScript"),
  265. [2] = game:GetService("Lighting"):WaitForChild("Punch1"),
  266. [3] = game:GetService("Players"):WaitForChild(name).Character.Head,
  267. [4] = 15,
  268. [5] = 16,
  269. [6] = CFrame.new(game.workspace[name].HumanoidRootPart.Position.X, game.workspace[name].HumanoidRootPart.Position.Y, game.workspace[name].HumanoidRootPart.Position.Z, -0.3210794925689697, -0.2908293604850769, -0.9012913703918457, -0.12633000314235687, 0.9563283324241638, -0.2635844349861145, 0.938588559627533, 0.029228629544377327, -0.3437977731227875),
  270. [7] = false,
  271. [8] = 0,
  272. [9] = getNil("Animation", "Animation"),
  273. [10] = false,
  274. [11] = -20,
  275. [12] = game:GetService("Players").LocalPlayer.Character.RightHand,
  276. [13] = false
  277. }
  278.  
  279. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  280.  
  281. wait(0.001)
  282. end
  283.  
  284.  
  285. end
  286.  
  287. onof.MouseButton1Down:Connect(function()
  288. if lol:FindFirstChild(speed.Text) then
  289.  
  290. onof.Text = ("Already Added")
  291. wait(1)
  292. onof.Text = "Servershot Ally"
  293.  
  294. else
  295.  
  296. local New = Instance.new("IntValue")
  297. New.Parent = lol
  298. New.Name = speed.Text
  299. onof.Text = (speed.Text .. " Added")
  300. wait(1)
  301. onof.Text = "Servershot Ally"
  302.  
  303. end
  304. end)
  305. mine.MouseButton1Down:Connect(function()
  306. local Max = 300
  307. for _, v in pairs(game.workspace:GetDescendants()) do
  308. if v:IsA("Humanoid") then
  309. if game.Players.LocalPlayer:DistanceFromCharacter(v.Parent.HumanoidRootPart.Position) <= Max then
  310. if v.Parent.Name~=game.Players.LocalPlayer.Character.Name then
  311. speed.Text = v.Parent.Name
  312. end
  313. end
  314. end
  315. end
  316. end)
  317.  
  318. plus.MouseButton1Down:Connect(function()
  319.  
  320. local name = speed.Text
  321.  
  322. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  323.  
  324. local args = {
  325. [1] = getNil("TouchPart", "LocalScript"),
  326. [2] = game:GetService("Lighting"):WaitForChild("Kick1"),
  327. [3] = game:GetService("Players"):WaitForChild(name).Character.LeftUpperLeg,
  328. [4] = 0,
  329. [5] = 8,
  330. [6] = CFrame.new(game.workspace[name].HumanoidRootPart.Position.X, game.workspace[name].HumanoidRootPart.Position.Y, game.workspace[name].HumanoidRootPart.Position.Z, -0.6202713847160339, 0.3555055558681488, -0.699198842048645, 0.784171462059021, 0.26012662053108215, -0.5633912086486816, -0.018408622592687607, -0.8977470397949219, -0.4401262700557709),
  331. [7] = false,
  332. [8] = 2,
  333. [9] = getNil("Animation", "Animation"),
  334. [10] = false,
  335. [11] = 0,
  336. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  337. [13] = false
  338. }
  339.  
  340. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  341.  
  342.  
  343. end)
  344.  
  345. down.MouseButton1Down:Connect(jays)
  346.  
  347. up.MouseButton1Down:Connect(function()
  348. local name = speed.Text
  349. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  350. local args = {
  351. [1] = getNil("TouchPart", "LocalScript"),
  352. [2] = game:GetService("Lighting"):WaitForChild("Kick3"),
  353. [3] = game:GetService("Players"):WaitForChild(name).Character.LUP,
  354. [4] = 150000,
  355. [5] = 999999999,
  356. [6] = CFrame.new(math.round(game.workspace[name].HumanoidRootPart.Position.X), math.round(game.workspace[name].HumanoidRootPart.Position.Y), math.round(game.workspace[name].HumanoidRootPart.Position.Z), 0.14079275727272034, 0.9890342950820923, -0.044592540711164474, 0.9420236349105835, -0.147685244679451, -0.301298052072525, -0.30457979440689087, 0.00041334840352647007, -0.9524867534637451),
  357. [7] = true,
  358. [8] = 50,
  359. [10] = false,
  360. [11] = 100,
  361. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  362. [13] = false
  363. }
  364.  
  365. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  366.  
  367. end)
  368. mini2.MouseButton1Down:Connect(function()
  369. if lol:FindFirstChild(speed.Text) then
  370. lol[speed.Text]:Destroy()
  371. mini2.Text = (speed.Text .. " Removed")
  372. wait(1)
  373. mini2.Text = "Remove Ally"
  374. else
  375. mini2.Text = "Was Not Found"
  376. wait(1)
  377. mini2.Text = "Remove Ally"
  378. end
  379. end)
  380.  
  381. mini4.MouseButton1Down:Connect(function()
  382. Val = false
  383. end)
  384. mini3.MouseButton1Down:Connect(function()
  385. Val = true
  386. repeat
  387. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.Equals,false,game)
  388. wait(0.001)
  389. game:GetService("VirtualInputManager"):SendKeyEvent(false,Enum.KeyCode.Equals,false,game)
  390. wait(0.001)
  391. until Val == false
  392. end)
  393. mini5.MouseButton1Down:Connect(function()
  394. for _, s in pairs(game.workspace:GetDescendants()) do
  395. if s:IsA("Humanoid") then
  396. if s.Parent.Name ~= game.Players.LocalPlayer.Character.Name then
  397. if lol:FindFirstChild(s.Parent.Name) then print("a") else
  398. local name = s.Parent.Name
  399. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  400. local args = {
  401. [1] = getNil("TouchPart", "LocalScript"),
  402. [2] = game:GetService("Lighting"):WaitForChild("Kick3"),
  403. [3] = game:GetService("Players"):WaitForChild(name).Character.LUP,
  404. [4] = 150000,
  405. [5] = 999999999,
  406. [6] = CFrame.new(math.round(game.workspace[name].HumanoidRootPart.Position.X), math.round(game.workspace[name].HumanoidRootPart.Position.Y), math.round(game.workspace[name].HumanoidRootPart.Position.Z), 0.14079275727272034, 0.9890342950820923, -0.044592540711164474, 0.9420236349105835, -0.147685244679451, -0.301298052072525, -0.30457979440689087, 0.00041334840352647007, -0.9524867534637451),
  407. [7] = true,
  408. [8] = 50,
  409. [10] = false,
  410. [11] = 100,
  411. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  412. [13] = false
  413. }
  414.  
  415. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  416.  
  417. end
  418. end
  419. end
  420. end
  421. end)
  422.  
  423. mini7.MouseButton1Down:Connect(function()
  424. lol:Destroy()
  425. main:Destroy()
  426. end)
  427.  
  428. mini8.MouseButton1Down:Connect(function()
  429. up.Visible = false
  430. down.Visible = false
  431. onof.Visible = false
  432. plus.Visible = false
  433. speed.Visible = false
  434. mine.Visible = false
  435. closebutton.Visible = false
  436. mini.Visible = false
  437. mini2.Visible = false
  438. mini3.Visible = false
  439. mini4.Visible = false
  440. mini5.Visible = false
  441. mini6.Visible = false
  442. mini7.Visible = false
  443. mini8.Visible = false
  444. mini10.Visible = false
  445. mini11.Visible = false
  446. Frame.BackgroundTransparency = 1
  447. end)
  448. mini9.MouseButton1Down:Connect(function()
  449. up.Visible = true
  450. down.Visible = true
  451. onof.Visible = true
  452. plus.Visible = true
  453. speed.Visible = true
  454. mine.Visible = true
  455. closebutton.Visible = true
  456. mini.Visible = true
  457. mini2.Visible = true
  458. mini3.Visible = true
  459. mini4.Visible = true
  460. mini5.Visible = true
  461. mini6.Visible = true
  462. mini7.Visible = true
  463. mini8.Visible = true
  464. mini10.Visible = true
  465. mini11.Visible = true
  466. Frame.BackgroundTransparency = 0
  467. end)
  468.  
  469. local hh = false
  470. mini6.MouseButton1Down:Connect(function()
  471. if hh == true then return end
  472. hh = true
  473. local pad = game.workspace.Lobby.Entrance
  474. local newPos = CFrame.new(83, -86, -9)
  475. local GetBattle = CFrame.new(97, -85, 1)
  476. local CurrentPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  477. local args = {
  478. [1] = "reset"
  479. }
  480. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Customization"):FireServer(unpack(args))
  481. wait(0.7)
  482. game.workspace.Lobby.Entrance.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  483. wait(0.4)
  484. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CurrentPos
  485. game.workspace.Lobby.Entrance.Position = Vector3.new(97, -85, 1)
  486. wait(0.1)
  487. hh = false
  488. end)
  489.  
  490. up.Visible = false
  491. down.Visible = false
  492. onof.Visible = false
  493. plus.Visible = false
  494. speed.Visible = false
  495. mine.Visible = false
  496. closebutton.Visible = false
  497. mini.Visible = false
  498. mini2.Visible = false
  499. mini3.Visible = false
  500. mini4.Visible = false
  501. mini5.Visible = false
  502. mini6.Visible = false
  503. mini7.Visible = false
  504. mini8.Visible = false
  505. mini10.Visible = false
  506. mini11.Visible = false
  507. Frame.BackgroundTransparency = 1
  508.  
  509. mini10.MouseButton1Down:Connect(function()
  510. for _, v in pairs(game.workspace.Map:GetDescendants()) do
  511. if v:IsA("Part") then
  512. if v:FindFirstChild("TouchInterest") then
  513. if v:FindFirstChildWhichIsA("Script") then v:Destroy() end
  514. end
  515. end
  516. end
  517. end)
  518. mini11.MouseButton1Down:Connect(function()
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526. ---loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  527. end)
  528.  
  529. game:GetService("UserInputService").InputBegan:Connect(function(Key)
  530. if Key.KeyCode == Enum.KeyCode.Equals then
  531.  
  532.  
  533. local names = speed.Text
  534. if game.workspace:FindFirstChild(names) then
  535. local args = {
  536. [1] = getNil("TouchPart", "LocalScript"),
  537. [2] = game:GetService("Lighting"):WaitForChild("Kick3"),
  538. [3] = game:GetService("Players"):WaitForChild(names).Character.LUP,
  539. [4] = 150000,
  540. [5] = 999999999,
  541. [6] = CFrame.new(math.round(game.workspace[names].HumanoidRootPart.Position.X), math.round(game.workspace[names].HumanoidRootPart.Position.Y), math.round(game.workspace[names].HumanoidRootPart.Position.Z), 0.14079275727272034, 0.9890342950820923, -0.044592540711164474, 0.9420236349105835, -0.147685244679451, -0.301298052072525, -0.30457979440689087, 0.00041334840352647007, -0.9524867534637451),
  542. [7] = true,
  543. [8] = 50,
  544. [10] = false,
  545. [11] = 100,
  546. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  547. [13] = false
  548. }
  549.  
  550. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  551.  
  552.  
  553. end
  554.  
  555.  
  556. end
  557. end)
  558.  
  559. mini11.MouseButton1Down:Connect(function()
  560. local H = game.Players.LocalPlayer.Character.Hats.RobloxID.Value
  561. local T = game.Players.LocalPlayer.Character.Bowties.RobloxID.Value
  562. for _, v in pairs(game.Lighting.Hats:GetDescendants()) do
  563. if v:IsA("Accessory") then
  564. local s = v.Name
  565. local args = {
  566. [1] = "equip",
  567. [2] = s
  568. }
  569. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Customization"):FireServer(unpack(args))
  570. end
  571. end
  572. for _, v in pairs(game.Lighting.Bowties:GetDescendants()) do
  573. if v:IsA("Accessory") then
  574. local s = v.Name
  575. local args = {
  576. [1] = "equip",
  577. [2] = s
  578. }
  579. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Customization"):FireServer(unpack(args))
  580. end
  581. end
  582. for _, v in pairs(game.Lighting:GetDescendants()) do
  583. if v:IsA("Accessory") then
  584. if v.RobloxID.Value == H then
  585. local args = {
  586. [1] = "equip",
  587. [2] = v.Name
  588. }
  589. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Customization"):FireServer(unpack(args))
  590. end
  591. if v.RobloxID.Value == T then
  592. local args = {
  593. [1] = "equip",
  594. [2] = v.Name
  595. }
  596. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Customization"):FireServer(unpack(args))
  597. end
  598. end
  599. end
  600. end)
  601.  
  602. onof.MouseButton1Down:Connect(function()
  603. wait(0.1)
  604. local Texts = ""
  605. for _, v in pairs(lol:GetDescendants()) do
  606. Texts = (Texts .. v.Name .. ", ")
  607. end
  608.  
  609.  
  610. game:GetService("StarterGui"):SetCore("SendNotification", {
  611. Title = "Ally";
  612. Text = Texts;
  613. })
  614. Duration = 5;
  615.  
  616. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement