Darkaf

good stuff for harnakian

Feb 18th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local TextButton_3 = Instance.new("TextButton")
  7. local TextButton_4 = Instance.new("TextButton")
  8. local TextBox = Instance.new("TextBox")
  9. local TextLabel = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.Active = true
  17. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Frame.BackgroundTransparency = 0.5
  19. Frame.BorderSizePixel = 0
  20. Frame.Position = UDim2.new(0.485696495, 0, 0.168211818, 0)
  21. Frame.Size = UDim2.new(0, 418, 0, 365)
  22. Frame.Draggable = true
  23.  
  24. Frame_2.Parent = Frame
  25. Frame_2.Active = true
  26. Frame_2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  27. Frame_2.BorderSizePixel = 0
  28. Frame_2.Position = UDim2.new(0.0412790775, 0, 0.000730149448, 0)
  29. Frame_2.Size = UDim2.new(0, 401, 0, 365)
  30.  
  31. TextButton.Parent = Frame_2
  32. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextButton.BorderSizePixel = 0
  34. TextButton.Position = UDim2.new(0.0274314079, 0, 0.830137014, 0)
  35. TextButton.Size = UDim2.new(0, 200, 0, 50)
  36. TextButton.Font = Enum.Font.SourceSans
  37. TextButton.Text = "FE kill"
  38. TextButton.TextScaled = true
  39. TextButton.TextSize = 14
  40. TextButton.TextWrapped = true
  41.  
  42. TextButton.MouseButton1Down:connect(function()
  43. -- Made By JackMcJagger15
  44. local FlingKill = Instance.new("ScreenGui")
  45. local Main = Instance.new("Frame")
  46. local Label = Instance.new("Frame")
  47. local Shadow = Instance.new("Frame")
  48. local StartKill = Instance.new("TextButton")
  49. local StopKill = Instance.new("TextButton")
  50. local Instructions = Instance.new("TextLabel")
  51. local CurrentPower = Instance.new("TextLabel")
  52. local Recomendation = Instance.new("TextLabel")
  53. local NameOfGui = Instance.new("TextLabel")
  54. local Exit = Instance.new("TextButton")
  55. local UPArrow = Instance.new("TextButton")
  56. local DownArrow = Instance.new("TextButton")
  57.  
  58. -- Properties
  59.  
  60. FlingKill.Name = "Fling/Kill"
  61. FlingKill.Parent = game.CoreGui
  62.  
  63. Main.Name = "Main"
  64. Main.Parent = FlingKill
  65. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  66. Main.BorderSizePixel = 0
  67. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  68. Main.Size = UDim2.new(0, 217, 0, 233)
  69. Main.Selectable = true
  70. Main.Active = true
  71. Main.Draggable = true
  72.  
  73. Label.Name = "Label"
  74. Label.Parent = Main
  75. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  76. Label.BorderSizePixel = 0
  77. Label.Size = UDim2.new(0, 217, 0, 27)
  78.  
  79. Shadow.Name = "Shadow"
  80. Shadow.Parent = Main
  81. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  82. Shadow.BorderSizePixel = 0
  83. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  84. Shadow.Size = UDim2.new(0, 217, 0, 9)
  85.  
  86. StartKill.Name = "StartKill"
  87. StartKill.Parent = Main
  88. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  89. StartKill.BorderSizePixel = 0
  90. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  91. StartKill.Size = UDim2.new(0, 126, 0, 23)
  92. StartKill.Font = Enum.Font.Cartoon
  93. StartKill.Text = "FE Kill/Fling"
  94. StartKill.TextColor3 = Color3.new(0, 0, 0)
  95. StartKill.TextSize = 14
  96.  
  97. StopKill.Name = "StopKill"
  98. StopKill.Parent = Main
  99. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  100. StopKill.BorderSizePixel = 0
  101. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  102. StopKill.Size = UDim2.new(0, 124, 0, 23)
  103. StopKill.Font = Enum.Font.Cartoon
  104. StopKill.Text = "Stop FE Kill/Fling"
  105. StopKill.TextColor3 = Color3.new(0, 0, 0)
  106. StopKill.TextSize = 14
  107.  
  108. Instructions.Name = "Instructions"
  109. Instructions.Parent = Main
  110. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Instructions.BackgroundTransparency = 1
  112. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  113. Instructions.Size = UDim2.new(0, 200, 0, 32)
  114. Instructions.Font = Enum.Font.Cartoon
  115. Instructions.Text = "Just touch someone to watch the fly to their death!"
  116. Instructions.TextColor3 = Color3.new(0, 0, 0)
  117. Instructions.TextSize = 14
  118. Instructions.TextWrapped = true
  119.  
  120. CurrentPower.Name = "CurrentPower"
  121. CurrentPower.Parent = Main
  122. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  123. CurrentPower.BackgroundTransparency = 1
  124. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  125. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  126. CurrentPower.Font = Enum.Font.Cartoon
  127. CurrentPower.Text = "Current Power = 5"
  128. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  129. CurrentPower.TextSize = 14
  130.  
  131. Recomendation.Name = "Recomendation"
  132. Recomendation.Parent = Main
  133. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Recomendation.BackgroundTransparency = 1
  135. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  136. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  137. Recomendation.Font = Enum.Font.Cartoon
  138. Recomendation.Text = "Recommended Power is 5"
  139. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  140. Recomendation.TextSize = 14
  141.  
  142. NameOfGui.Name = "NameOfGui"
  143. NameOfGui.Parent = Main
  144. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  145. NameOfGui.BackgroundTransparency = 1
  146. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  147. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  148. NameOfGui.Font = Enum.Font.Cartoon
  149. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  150. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  151. NameOfGui.TextSize = 14
  152.  
  153. Exit.Name = "Exit"
  154. Exit.Parent = Main
  155. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Exit.BackgroundTransparency = 1
  157. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  158. Exit.Size = UDim2.new(0, 20, 0, 27)
  159. Exit.Font = Enum.Font.Cartoon
  160. Exit.Text = "X"
  161. Exit.TextColor3 = Color3.new(0, 0, 0)
  162. Exit.TextSize = 14
  163.  
  164. UPArrow.Name = "UPArrow"
  165. UPArrow.Parent = Main
  166. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  167. UPArrow.BackgroundTransparency = 1
  168. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  169. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  170. UPArrow.Font = Enum.Font.Cartoon
  171. UPArrow.Text = "Up"
  172. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  173. UPArrow.TextSize = 12
  174. UPArrow.TextWrapped = true
  175.  
  176. DownArrow.Name = "DownArrow"
  177. DownArrow.Parent = Main
  178. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  179. DownArrow.BackgroundTransparency = 1
  180. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  181. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  182. DownArrow.Font = Enum.Font.Cartoon
  183. DownArrow.Text = "Down"
  184. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  185. DownArrow.TextSize = 12
  186. DownArrow.TextWrapped = true
  187.  
  188. power = 500
  189. active = false
  190. local val = Instance.new("IntValue")
  191. val.Name = "Number"
  192. val.Parent = game.Players.LocalPlayer
  193. val.Value = 5
  194.  
  195. Exit.MouseButton1Click:connect(function()
  196. FlingKill.Enabled = false
  197. end)
  198.  
  199. StartKill.MouseButton1Click:connect(function()
  200. game:GetService('RunService').Stepped:connect(function()
  201. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  202. game.Players.LocalPlayer.Character.Head.CanCollide = false
  203. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  204. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  205. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  206. else
  207. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  208. game.Players.LocalPlayer.Character.Head.CanCollide = false
  209. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  210. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  211. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  212. end
  213. end
  214. end)
  215. wait(.1)
  216. local bambam = Instance.new("BodyThrust")
  217. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  218. bambam.Force = Vector3.new(power,0,power)
  219. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  220. end)
  221.  
  222. StopKill.MouseButton1Click:connect(function()
  223. active = false
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  225. end)
  226.  
  227. UPArrow.MouseButton1Click:connect(function()
  228. power = power + 100
  229. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  230. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  231. end)
  232.  
  233. DownArrow.MouseButton1Click:connect(function()
  234. power = power - 100
  235. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  236. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  237. end)
  238. end)
  239.  
  240. TextButton_2.Parent = TextButton
  241. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  242. TextButton_2.BorderSizePixel = 0
  243. TextButton_2.Position = UDim2.new(0.00197005272, 0, -1.51972604, 0)
  244. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  245. TextButton_2.Font = Enum.Font.SourceSans
  246. TextButton_2.Text = "Brick Spam"
  247. TextButton_2.TextScaled = true
  248. TextButton_2.TextSize = 40
  249. TextButton_2.TextWrapped = true
  250.  
  251. TextButton_2.MouseButton1Down:connect(function()
  252. for i=1,500 do
  253. local A_1 =
  254. {
  255. [1] = "Wear",
  256. [2] = "100427922",
  257. [3] = "Hats"
  258. }
  259. local Event = game:GetService("ReplicatedStorage").WearItem
  260. Event:FireServer(A_1)
  261. wait(0.1)
  262.  
  263. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  264. if v:IsA("Hat") or v:IsA("Accessory") then
  265. v.Handle.Mesh:Destroy()
  266. v.Parent = game:GetService("Workspace")
  267. end
  268. end
  269. end
  270. end)
  271.  
  272. TextButton_3.Parent = TextButton_2
  273. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  274. TextButton_3.BorderSizePixel = 0
  275. TextButton_3.Position = UDim2.new(1.06612217, 0, 1.51013708, 0)
  276. TextButton_3.Size = UDim2.new(0, 167, 0, 50)
  277. TextButton_3.Font = Enum.Font.SourceSans
  278. TextButton_3.Text = "IY"
  279. TextButton_3.TextScaled = true
  280. TextButton_3.TextSize = 14
  281. TextButton_3.TextWrapped = true
  282.  
  283. TextButton_3.MouseButton1Down:connect(function()
  284. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  285. end)
  286.  
  287. TextButton_4.Parent = TextButton_3
  288. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  289. TextButton_4.BorderSizePixel = 0
  290. TextButton_4.Position = UDim2.new(0, 0, -1.51999998, 0)
  291. TextButton_4.Size = UDim2.new(0, 167, 0, 50)
  292. TextButton_4.Font = Enum.Font.SourceSans
  293. TextButton_4.Text = "Hat Spam"
  294. TextButton_4.TextScaled = true
  295. TextButton_4.TextSize = 40
  296. TextButton_4.TextWrapped = true
  297.  
  298. TextButton_4.MouseButton1Down:connect(function()
  299. for i=1,500 do
  300. local A_1 =
  301. {
  302. [1] = "Wear",
  303. [2] = "100427922",
  304. [3] = "Hats"
  305. }
  306. local Event = game:GetService("ReplicatedStorage").WearItem
  307. Event:FireServer(A_1)
  308. wait(0.1)
  309.  
  310. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  311. if v:IsA("Hat") or v:IsA("Accessory") then
  312. v.Parent = game:GetService("Workspace")
  313. end
  314. end
  315. end
  316. end)
  317.  
  318. TextBox.Parent = TextButton_4
  319. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  320. TextBox.BorderSizePixel = 0
  321. TextBox.Position = UDim2.new(-1.27844322, 0, -2.16000009, 0)
  322. TextBox.Size = UDim2.new(0, 380, 0, 50)
  323. TextBox.Font = Enum.Font.SourceSans
  324. TextBox.Text = "Username"
  325. TextBox.TextScaled = true
  326. TextBox.TextSize = 14
  327. TextBox.TextWrapped = true
  328.  
  329. TextLabel.Parent = TextBox
  330. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  331. TextLabel.BackgroundTransparency = 32452
  332. TextLabel.BorderSizePixel = 0
  333. TextLabel.Position = UDim2.new(0.235526308, 0, -2.38000035, 0)
  334. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  335. TextLabel.Font = Enum.Font.SourceSans
  336. TextLabel.Text = "FE HAX GUI V3 (by Harkinian) bricks and hats only works in some games."
  337. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  338. TextLabel.TextScaled = true
  339. TextLabel.TextSize = 14
  340. TextLabel.TextWrapped = true
Add Comment
Please, Sign In to add comment