Advertisement
x_zstd

Silly Destroyer V4

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