ArmnnHammer

sdf

Jul 7th, 2022 (edited)
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild("Howl2") then
  2. game:GetService("CoreGui"):FindFirstChild("Howl2"):Destroy()
  3. end
  4.  
  5. local feannoy = Instance.new("ScreenGui")
  6. local tab = Instance.new("Frame")
  7. local main = Instance.new("TextLabel")
  8. local bcg = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local selectvictim = Instance.new("TextButton")
  11. local dropdown = Instance.new("Frame")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local UIListLayout = Instance.new("UIListLayout")
  14. local btn = Instance.new("TextButton")
  15. local TextLabel = Instance.new("TextLabel")
  16. local Annoy = Instance.new("TextButton")
  17. local thing = Instance.new("TextButton")
  18. local bcg_2 = Instance.new("Frame")
  19. local Victim = Instance.new("StringValue")
  20.  
  21. feannoy.Name = "Howl2"
  22. feannoy.Parent = game:GetService("CoreGui")
  23. feannoy.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. tab.Name = "tab"
  26. tab.Parent = feannoy
  27. tab.BackgroundColor3 = Color3.fromRGB(255, 157, 20)
  28. tab.BorderSizePixel = 0
  29. tab.Position = UDim2.new(0.661848485, 0, 0.33547169, 0)
  30. tab.Size = UDim2.new(0, 202, 0, 30)
  31. tab.Draggable = true
  32. tab.Active = true
  33.  
  34. main.Name = "main"
  35. main.Parent = tab
  36. main.BackgroundColor3 = Color3.fromRGB(255, 157, 20)
  37. main.BackgroundTransparency = 9.000
  38. main.BorderSizePixel = 0
  39. main.Position = UDim2.new(-0.00234068325, 0, 0.126463324, 0)
  40. main.Size = UDim2.new(0, 91, 0, 22)
  41. main.ZIndex = 2
  42. main.Font = Enum.Font.GothamBold
  43. main.Text = " FE ANNOY"
  44. main.TextColor3 = Color3.fromRGB(255, 255, 255)
  45. main.TextSize = 12.000
  46. main.TextXAlignment = Enum.TextXAlignment.Left
  47.  
  48. bcg.Name = "bcg"
  49. bcg.Parent = tab
  50. bcg.AnchorPoint = Vector2.new(0.5, 0.5)
  51. bcg.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  52. bcg.BorderSizePixel = 0
  53. bcg.Position = UDim2.new(0.499815077, 0, 2.98333383, 0)
  54. bcg.Size = UDim2.new(0, 202, 0, 131)
  55. bcg.ZIndex = 0
  56.  
  57. UICorner.Parent = bcg
  58.  
  59. selectvictim.Name = "selectvictim"
  60. selectvictim.Parent = bcg
  61. selectvictim.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  62. selectvictim.BorderColor3 = Color3.fromRGB(255, 157, 20)
  63. selectvictim.BorderSizePixel = 2
  64. selectvictim.Position = UDim2.new(0.0645413548, 0, 0.0941337794, 0)
  65. selectvictim.Size = UDim2.new(0, 175, 0, 24)
  66. selectvictim.Font = Enum.Font.GothamMedium
  67. selectvictim.Text = "Select Victim"
  68. selectvictim.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. selectvictim.TextSize = 10.000
  70.  
  71. dropdown.Name = "dropdown"
  72. dropdown.Parent = selectvictim
  73. dropdown.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  74. dropdown.BorderColor3 = Color3.fromRGB(255, 157, 20)
  75. dropdown.BorderSizePixel = 2
  76. dropdown.Position = UDim2.new(0, 0, 1, 0)
  77. dropdown.Size = UDim2.new(0, 175, 0, 0)
  78. dropdown.ZIndex = 2
  79.  
  80. ScrollingFrame.Parent = dropdown
  81. ScrollingFrame.Active = true
  82. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  83. ScrollingFrame.BorderColor3 = Color3.fromRGB(254, 156, 20)
  84. ScrollingFrame.BorderSizePixel = 2
  85. ScrollingFrame.Size = UDim2.new(0, 175, 0, 60)
  86. ScrollingFrame.Visible = false
  87. ScrollingFrame.ZIndex = 3
  88. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 20, 0)
  89.  
  90. UIListLayout.Parent = ScrollingFrame
  91. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  92.  
  93. btn.Name = "btn"
  94. btn.Parent = dropdown
  95. btn.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  96. btn.BorderColor3 = Color3.fromRGB(255, 157, 20)
  97. btn.BorderSizePixel = 2
  98. btn.Size = UDim2.new(0, 161, 0, 19)
  99. btn.Visible = false
  100. btn.Font = Enum.Font.GothamBold
  101. btn.Text = "Player Name"
  102. btn.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. btn.TextSize = 10.000
  104.  
  105. TextLabel.Parent = bcg
  106. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. TextLabel.BackgroundTransparency = 5.000
  108. TextLabel.Position = UDim2.new(0.0643564388, 0, 0.328244299, 0)
  109. TextLabel.Size = UDim2.new(0, 175, 0, 25)
  110. TextLabel.ZIndex = 0
  111. TextLabel.Font = Enum.Font.GothamMedium
  112. TextLabel.Text = "Victim:"
  113. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. TextLabel.TextSize = 10.000
  115. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  116.  
  117. Annoy.Name = "Annoy"
  118. Annoy.Parent = bcg
  119. Annoy.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  120. Annoy.BorderColor3 = Color3.fromRGB(255, 157, 20)
  121. Annoy.BorderSizePixel = 2
  122. Annoy.Position = UDim2.new(0.0645413697, 0, 0.712454379, 0)
  123. Annoy.Size = UDim2.new(0, 175, 0, 24)
  124. Annoy.Font = Enum.Font.GothamMedium
  125. Annoy.Text = "Annoy"
  126. Annoy.TextColor3 = Color3.fromRGB(255, 255, 255)
  127. Annoy.TextSize = 10.000
  128.  
  129. thing.Name = "thing"
  130. thing.Parent = bcg
  131. thing.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  132. thing.BorderColor3 = Color3.fromRGB(255, 157, 20)
  133. thing.BorderSizePixel = 2
  134. thing.Position = UDim2.new(0.0645413548, 0, 0.590316892, 0)
  135. thing.Size = UDim2.new(0, 175, 0, 9)
  136. thing.Font = Enum.Font.GothamMedium
  137. thing.Text = "Extra Annoying Feature"
  138. thing.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. thing.TextSize = 10.000
  140. thing.ZIndex = 0
  141.  
  142. bcg_2.Name = "bcg"
  143. bcg_2.Parent = tab
  144. bcg_2.AnchorPoint = Vector2.new(0.5, 0.5)
  145. bcg_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  146. bcg_2.BorderSizePixel = 0
  147. bcg_2.Position = UDim2.new(0.499815077, 0, 0.900000513, 0)
  148. bcg_2.Size = UDim2.new(0, 202, 0, 6)
  149. bcg_2.ZIndex = 0
  150.  
  151.  
  152.  
  153. Victim.Name = "Victim"
  154. Victim.Parent = dropdown
  155.  
  156.  
  157. local toggle = true
  158. local sf = ScrollingFrame
  159. local dd = dropdown
  160.  
  161. selectvictim.MouseButton1Up:Connect(function()
  162. if toggle then
  163. dd:TweenSize(UDim2.new(0, 175,0, 56), 1)
  164. wait(1)
  165. sf.Visible = true
  166. for i,v in pairs(game.Players:GetChildren()) do
  167. if v.Name ~= game.Players.LocalPlayer.Name then
  168. local clone = btn:Clone()
  169. clone.Visible = true
  170. clone.Name = v.Name
  171. clone.Parent = sf
  172. clone.Text = v.Name
  173. clone.MouseButton1Up:Connect(function()
  174. Victim.Value = v.Name
  175. end)
  176. end
  177. end
  178. toggle = false
  179. else
  180. sf.Visible = false
  181. dd:TweenSize(UDim2.new(0, 175,0, 0), 1)
  182. sf:ClearAllChildren()
  183. wait(1)
  184. toggle = true
  185. end
  186. end)
  187.  
  188.  
  189.  
  190. game:GetService("RunService").RenderStepped:Connect(function()
  191. TextLabel.Text = "Victim: "..Victim.Value
  192. end)
  193.  
  194.  
  195. function bigman()
  196. local LocalPlayer = game:GetService("Players").LocalPlayer
  197. local Character = LocalPlayer.Character
  198. local Humanoid = Character:FindFirstChildOfClass("Humanoid")
  199.  
  200. function rm()
  201. for i,v in pairs(Character:GetDescendants()) do
  202. if v:IsA("BasePart") then
  203. if v.Name == "Handle" or v.Name == "Head" then
  204. if Character.Head:FindFirstChild("OriginalSize") then
  205. Character.Head.OriginalSize:Destroy()
  206. end
  207. else
  208. for i,cav in pairs(v:GetDescendants()) do
  209. if cav:IsA("Attachment") then
  210. if cav:FindFirstChild("OriginalPosition") then
  211. cav.OriginalPosition:Destroy()
  212. end
  213. end
  214. end
  215. v:FindFirstChild("OriginalSize"):Destroy()
  216. if v:FindFirstChild("AvatarPartScaleType") then
  217. v:FindFirstChild("AvatarPartScaleType"):Destroy()
  218. end
  219. end
  220. end
  221. end
  222. end
  223.  
  224. rm()
  225. wait(0.5)
  226. Humanoid:FindFirstChild("BodyProportionScale"):Destroy()
  227. wait(1)
  228.  
  229. rm()
  230. wait(0.5)
  231. Humanoid:FindFirstChild("BodyHeightScale"):Destroy()
  232. wait(1)
  233.  
  234. rm()
  235. wait(0.5)
  236. Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
  237. wait(1)
  238.  
  239. rm()
  240. wait(0.5)
  241. Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
  242. wait(1)
  243.  
  244. rm()
  245. wait(0.5)
  246. Humanoid:FindFirstChild("HeadScale"):Destroy()
  247. wait(1)
  248. end
  249.  
  250. function nolegs()
  251. _G.Headless = false
  252. _G.Legless = true
  253. if _G.Legless == true then
  254. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  255. if (v:IsA("Part") or v:IsA("BasePart")) and (v.Name:find("Leg") or v.Name:find("Foot")) then
  256. v:Destroy()
  257. end
  258. end
  259. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 2
  260. end
  261. if _G.Headless == true then
  262. local v = game.Players.LocalPlayer.Character.HumanoidRootPart
  263. game.Players.LocalPlayer.Character.Head.Position = Vector3.new(v.Position, 100, v.Position)
  264. game.Players.LocalPlayer.Character.Head.Massless = true
  265. end
  266. end
  267.  
  268. _G.Toggle = false
  269. Annoy.MouseButton1Down:Connect(function()
  270. if _G.Toggle then
  271. _G.Toggle = false
  272. Annoy.Text = "Annoy"
  273. else
  274. _G.Toggle = true
  275. Annoy.Text = "Click Again To Stop"
  276. bigman()
  277. wait(5)
  278. nolegs()
  279. end
  280. local victim = Victim.Value
  281. while _G.Toggle do
  282. wait()
  283. players=game:GetService("Players")
  284. for i, player in pairs(players:GetChildren()) do
  285. if player.Name == victim then
  286. game.Players.LocalPlayer.Character:MoveTo(player.Character.HumanoidRootPart.Position)
  287.  
  288. end
  289. end
  290. end
  291. end)
  292.  
  293. thing.MouseButton1Up:Connect(function()
  294. bigman()
  295. wait(5)
  296. nolegs()
  297. end)
Add Comment
Please, Sign In to add comment