Advertisement
x_zstd

Silly Destroyer V2

Feb 14th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.53 KB | None | 0 0
  1. ---Dont show this to anyone
  2. ---But I did :)
  3.  
  4. local main = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local up = Instance.new("TextButton")
  7. local down = Instance.new("TextButton")
  8. local onof = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local plus = Instance.new("TextButton")
  11. local speed = Instance.new("TextBox")
  12. local mine = Instance.new("TextButton")
  13. local closebutton = Instance.new("TextButton")
  14. local mini = Instance.new("TextButton")
  15. local mini2 = Instance.new("TextButton")
  16.  
  17. main.Name = "main"
  18. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20. main.ResetOnSpawn = false
  21.  
  22. Frame.Parent = main
  23. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  25. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  26. Frame.Size = UDim2.new(0, 190, 0, 84)
  27.  
  28. mine.Name = "mine"
  29. mine.Parent = Frame
  30. mine.BackgroundColor3 = Color3.fromRGB(123, 255, 247)
  31. mine.Position = UDim2.new(0.4, 0, 0.35, 0)
  32. mine.Size = UDim2.new(0, 56, 0, 28)
  33. mine.Font = Enum.Font.SourceSans
  34. mine.Text = "Choose From Dex"
  35. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. mine.TextScaled = true
  37. mine.TextSize = 14.000
  38. mine.TextWrapped = true
  39.  
  40. mini2.Name = "minimize2"
  41. mini2.Parent = main.Frame
  42. mini2.BackgroundColor3 = Color3.fromRGB(192, 150, 230)
  43. mini2.Font = "SourceSans"
  44. mini2.Size = UDim2.new(0, 40, 0, 28)
  45. mini2.Text = "Kick"
  46. mini2.TextSize = 19
  47. mini2.Position = UDim2.new(0.8, 0, 0.7, 0)
  48. mini2.Visible = true
  49.  
  50. up.Name = "up"
  51. up.Parent = Frame
  52. up.BackgroundColor3 = Color3.fromRGB(79, 255, 152)
  53. up.Size = UDim2.new(0, 56, 0, 28)
  54. up.Font = Enum.Font.SourceSans
  55. up.Text = "Hook kick"
  56. up.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. up.TextSize = 14.000
  58. up.Position = UDim2.new(0.3, 0, 0.7, 0)
  59.  
  60. down.Name = "down"
  61. down.Parent = Frame
  62. down.BackgroundColor3 = Color3.fromRGB(215, 255, 121)
  63. down.Position = UDim2.new(0, 0, 0.7, 0.61)
  64. down.Size = UDim2.new(0, 56, 0, 28)
  65. down.Font = Enum.Font.SourceSans
  66. down.Text = "Single Hit"
  67. down.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. down.TextSize = 14.000
  69.  
  70.  
  71. plus.Name = "plus"
  72. plus.Parent = Frame
  73. plus.BackgroundColor3 = Color3.fromRGB(133, 145, 255)
  74. plus.Position = UDim2.new(0.6, 0, 0.7, 0)
  75. plus.Size = UDim2.new(0, 40, 0, 28)
  76. plus.Font = Enum.Font.SourceSans
  77. plus.Text = "Slip"
  78. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. plus.TextScaled = true
  80. plus.TextSize = 14.000
  81. plus.TextWrapped = true
  82.  
  83. onof.Name = "onof"
  84. onof.Parent = Frame
  85. onof.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  86. onof.Position = UDim2.new(0.702823281, 0, 0.35, 0)
  87. onof.Size = UDim2.new(0, 56, 0, 28)
  88. onof.Font = Enum.Font.SourceSans
  89. onof.Text = "30 Rapid Hit"
  90. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. onof.TextSize = 12.000
  92.  
  93. TextLabel.Parent = Frame
  94. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  95.  
  96. TextLabel.Position = UDim2.new(-0.1, 0, 0, 0)
  97. TextLabel.Size = UDim2.new(0, 230, 0, 28)
  98. TextLabel.Font = Enum.Font.SourceSans
  99. TextLabel.Text = "Silly Destroyer V2"
  100. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. TextLabel.TextScaled = true
  102. TextLabel.TextSize = 14.000
  103. TextLabel.TextWrapped = true
  104.  
  105.  
  106.  
  107. speed.Name = "speed"
  108. speed.Parent = Frame
  109. speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  110. speed.Position = UDim2.new(0, 0, 0.35, 0)
  111. speed.Size = UDim2.new(0, 75, 0, 28)
  112. speed.Font = Enum.Font.SourceSans
  113. speed.Text = "Username Here"
  114. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. speed.TextScaled = true
  116. speed.TextSize = 14.000
  117. speed.TextWrapped = true
  118.  
  119. speeds = 1
  120.  
  121. local speaker = game:GetService("Players").LocalPlayer
  122.  
  123. local chr = game.Players.LocalPlayer.Character
  124. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  125.  
  126. nowe = false
  127.  
  128. Frame.Active = true -- main = gui
  129. Frame.Draggable = true
  130. mini:Destroy()
  131. closebutton:Destroy()
  132.  
  133. local function jays()
  134.  
  135.  
  136. local name = speed.Text
  137.  
  138. for i=1, 30 do
  139.  
  140. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  141.  
  142. local args = {
  143. [1] = getNil("TouchPart", "LocalScript"),
  144. [2] = game:GetService("Lighting"):WaitForChild("Punch1"),
  145. [3] = game:GetService("Players"):WaitForChild(name).Character.Head,
  146. [4] = 15,
  147. [5] = 16,
  148. [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),
  149. [7] = false,
  150. [8] = 0,
  151. [9] = getNil("Animation", "Animation"),
  152. [10] = false,
  153. [11] = -20,
  154. [12] = game:GetService("Players").LocalPlayer.Character.RightHand,
  155. [13] = false
  156. }
  157.  
  158. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  159.  
  160. wait(0.001)
  161. end
  162.  
  163.  
  164. end
  165.  
  166. onof.MouseButton1Down:Connect(jays)
  167. mine.MouseButton1Down:Connect(function()
  168. for _, v in pairs(game.workspace:GetDescendants()) do
  169. if v:IsA("Humanoid") then
  170. speed.Text = v.Parent.Name
  171. end
  172. end
  173. end)
  174.  
  175. plus.MouseButton1Down:Connect(function()
  176.  
  177. local name = speed.Text
  178.  
  179. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  180.  
  181. local args = {
  182. [1] = getNil("TouchPart", "LocalScript"),
  183. [2] = game:GetService("Lighting"):WaitForChild("Kick1"),
  184. [3] = game:GetService("Players"):WaitForChild(name).Character.LeftUpperLeg,
  185. [4] = 0,
  186. [5] = 8,
  187. [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),
  188. [7] = false,
  189. [8] = 2,
  190. [9] = getNil("Animation", "Animation"),
  191. [10] = false,
  192. [11] = 0,
  193. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  194. [13] = false
  195. }
  196.  
  197. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  198.  
  199.  
  200. end)
  201.  
  202. down.MouseButton1Down:Connect(function()
  203.  
  204. local name = speed.Text
  205.  
  206. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  207.  
  208. local args = {
  209. [1] = getNil("TouchPart", "LocalScript"),
  210. [2] = game:GetService("Lighting"):WaitForChild("Punch2"),
  211. [3] = game:GetService("Players"):WaitForChild(name).Character.RightHand,
  212. [4] = 0,
  213. [5] = 8,
  214. [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),
  215. [7] = false,
  216. [8] = 0,
  217. [9] = getNil("Animation", "Animation"),
  218. [10] = true,
  219. [11] = 0,
  220. [12] = game:GetService("Players").LocalPlayer.Character.RightHand,
  221. [13] = false
  222. }
  223.  
  224. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  225.  
  226.  
  227. end)
  228.  
  229. up.MouseButton1Down:Connect(function()
  230.  
  231. local name = speed.Text
  232.  
  233. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  234.  
  235. local args = {
  236. [1] = getNil("TouchPart", "LocalScript"),
  237. [2] = game:GetService("Lighting"):WaitForChild("Kick3"),
  238. [3] = game:GetService("Players"):WaitForChild(name).Character.RightLowerLeg,
  239. [4] = 150,
  240. [5] = 50,
  241. [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),
  242. [7] = true,
  243. [8] = 2,
  244. [10] = false,
  245. [11] = 10,
  246. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  247. [13] = false
  248. }
  249.  
  250. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  251.  
  252.  
  253. end)
  254. mini2.MouseButton1Down:Connect(function()
  255.  
  256. ----HARD KICK
  257. local name = speed.Text
  258.  
  259.  
  260. function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
  261.  
  262. local args = {
  263. [1] = getNil("TouchPart", "LocalScript"),
  264. [2] = game:GetService("Lighting"):WaitForChild("Kick2"),
  265. [3] = game:GetService("Players"):WaitForChild(name).Character.RBox,
  266. [4] = 90,
  267. [5] = 17,
  268. [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),
  269. [7] = false,
  270. [8] = 0,
  271. [9] = getNil("Animation", "Animation"),
  272. [10] = false,
  273. [11] = 10,
  274. [12] = game:GetService("Players").LocalPlayer.Character.RightFoot,
  275. [13] = true
  276. }
  277.  
  278. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitReg"):FireServer(unpack(args))
  279.  
  280.  
  281. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement