Advertisement
ArmnnHammer

2123

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