Advertisement
abusabIe

fgui

May 27th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. main = Instance.new("Frame")
  3. TextLabel = Instance.new("TextLabel")
  4. Killhax = Instance.new("TextButton")
  5. God = Instance.new("TextButton")
  6. Punch = Instance.new("TextButton")
  7. Speed = Instance.new("TextButton")
  8. Close = Instance.new("TextButton")
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.new(0.172549, 0.552941, 0.960784)
  15. main.BorderColor3 = Color3.new(0.129412, 0.411765, 0.713726)
  16. main.BorderSizePixel = 8
  17. main.Position = UDim2.new(0.752314806, 0, 0.650774777, 0)
  18. main.Size = UDim2.new(0, 223, 0, 124)
  19. main.Active = true
  20. main.Draggable = true
  21.  
  22. TextLabel.Parent = main
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BackgroundTransparency = 1
  25. TextLabel.Position = UDim2.new(-0.23094134, 0, -0.00327444077, 0)
  26. TextLabel.Size = UDim2.new(0, 338, 0, 50)
  27. TextLabel.Font = Enum.Font.GothamBlack
  28. TextLabel.FontSize = Enum.FontSize.Size28
  29. TextLabel.Text = "Fencing Hax By Hackmaster12"
  30. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 25
  33. TextLabel.TextStrokeTransparency = 0
  34. TextLabel.TextWrapped = true
  35.  
  36. Killhax.Name = "Killhax"
  37. Killhax.Parent = main
  38. Killhax.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  39. Killhax.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  40. Killhax.BorderSizePixel = 4
  41. Killhax.Position = UDim2.new(0.525658906, 0, 0.746012092, 0)
  42. Killhax.Size = UDim2.new(0, 77, 0, 24)
  43. Killhax.Font = Enum.Font.SourceSans
  44. Killhax.FontSize = Enum.FontSize.Size24
  45. Killhax.Text = "KillHax"
  46. Killhax.TextColor3 = Color3.new(1, 1, 1)
  47. Killhax.TextSize = 20
  48. Killhax.TextStrokeTransparency = 0
  49. Killhax.MouseButton1Down:connect(function()
  50. local lplayer = game:GetService('Players').LocalPlayer
  51.  
  52. local killing = false
  53. function GetPlayer(String)
  54. local Found = {}
  55. local strl = String:lower()
  56. if strl == "all" then
  57. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  58. table.insert(Found,v)
  59. end
  60. elseif strl == "others" then
  61. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  62. if v.Name ~= lplayer.Name then
  63. table.insert(Found,v)
  64. end
  65. end
  66. elseif strl == "me" then
  67. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  68. if v.Name == lplayer.Name then
  69. table.insert(Found,v)
  70. end
  71. end
  72. else
  73. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  74. if v.Name:lower():sub(1, #String) == String:lower() then
  75. table.insert(Found,v)
  76. end
  77. end
  78. end
  79. return Found
  80. end
  81. function ahh(thing)
  82. local asd = {'kill','gui','kill gui'}
  83. local f = string.upper(asd[math.random(1,#asd)])
  84. return f
  85. end
  86. ScreenGui = Instance.new("ScreenGui")
  87. main = Instance.new("Frame")
  88. TextLabel = Instance.new("TextLabel")
  89. Playr = Instance.new("TextBox")
  90. KL = Instance.new("TextButton")
  91.  
  92. ScreenGui.Parent = game.CoreGui
  93.  
  94. main.Name = "main"
  95. main.Parent = ScreenGui
  96. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  97. main.BorderColor3 = Color3.new(0.105882, 0.258824, 0.32549)
  98. main.BorderSizePixel = 10
  99. main.Position = UDim2.new(0.0733024701, 0, 0.671036899, 0)
  100. main.Size = UDim2.new(0, 449, 0, 240)
  101. main.Active = true
  102. main.Draggable = true
  103.  
  104. TextLabel.Parent = main
  105. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextLabel.BackgroundTransparency = 0.89999997615814
  107. TextLabel.BorderSizePixel = 0
  108. TextLabel.Size = UDim2.new(0, 449, 0, 50)
  109. TextLabel.Font = Enum.Font.Fantasy
  110. TextLabel.FontSize = Enum.FontSize.Size28
  111. TextLabel.Text = "KillHax By Hackmaster12"
  112. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  113. TextLabel.TextSize = 25
  114.  
  115. Playr.Name = "Playr"
  116. Playr.Parent = main
  117. Playr.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  118. Playr.BorderColor3 = Color3.new(0.109804, 0.443137, 0.584314)
  119. Playr.BorderSizePixel = 4
  120. Playr.Position = UDim2.new(0.25167039, 0, 0.25, 0)
  121. Playr.Size = UDim2.new(0, 223, 0, 50)
  122. Playr.Font = Enum.Font.GothamBlack
  123. Playr.FontSize = Enum.FontSize.Size14
  124. Playr.Text = "Player"
  125. Playr.TextColor3 = Color3.new(0, 0, 0)
  126. Playr.TextSize = 14
  127. Playr.TextWrapped = true
  128.  
  129. KL.Name = "KL"
  130. KL.Parent = main
  131. KL.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  132. KL.BorderColor3 = Color3.new(0.101961, 0.407843, 0.541176)
  133. KL.BorderSizePixel = 5
  134. KL.Position = UDim2.new(0.27616927, 0, 0.583333373, 0)
  135. KL.Size = UDim2.new(0, 200, 0, 50)
  136. KL.Font = Enum.Font.GothamBold
  137. KL.FontSize = Enum.FontSize.Size14
  138. KL.Text = "Kill"
  139. KL.TextColor3 = Color3.new(0, 0, 0)
  140. KL.TextSize = 14
  141. KL.MouseButton1Click:Connect(function()
  142. local target = unpack(GetPlayer(Playr.Text)).Character
  143.  
  144. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  145. killing = true
  146. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  147. coin.Force = Vector3.new(9999,9999,9999)
  148. coin.Name = "killforce"
  149. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false
  150. end)
  151. end)
  152.  
  153. God.Name = "God"
  154. God.Parent = main
  155. God.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  156. God.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  157. God.BorderSizePixel = 4
  158. God.Position = UDim2.new(0.126555771, 0, 0.746012092, 0)
  159. God.Size = UDim2.new(0, 77, 0, 24)
  160. God.Font = Enum.Font.SourceSans
  161. God.FontSize = Enum.FontSize.Size24
  162. God.Text = "God"
  163. God.TextColor3 = Color3.new(1, 1, 1)
  164. God.TextSize = 20
  165. God.TextStrokeTransparency = 0
  166. God.MouseButton1Down:connect(function()
  167. button = workspace.Button
  168. button.CanCollide = false
  169. button.Transparency = 1
  170.  
  171. game:GetService("RunService").Heartbeat:connect(function(step)
  172. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  173. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(1,5))
  174. wait()
  175. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Right Arm"].Position)
  176. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  177. wait()
  178. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character.Torso.Position)
  179. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  180. wait()
  181. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Arm"].Position)
  182. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  183. wait()
  184. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  185. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position)
  186. wait()
  187. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  188. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character["Right Leg"].Position)
  189. end)
  190. end)
  191.  
  192. Punch.Name = "Punch"
  193. Punch.Parent = main
  194. Punch.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  195. Punch.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  196. Punch.BorderSizePixel = 4
  197. Punch.Position = UDim2.new(0.126555771, 0, 0.471818537, 0)
  198. Punch.Size = UDim2.new(0, 77, 0, 24)
  199. Punch.Font = Enum.Font.SourceSans
  200. Punch.FontSize = Enum.FontSize.Size24
  201. Punch.Text = "Punch q"
  202. Punch.TextColor3 = Color3.new(1, 1, 1)
  203. Punch.TextSize = 20
  204. Punch.TextStrokeTransparency = 0
  205. Punch.MouseButton1Down:connect(function()
  206. --[[
  207. this was made by
  208. DebugRBX (@v3rm) / Debug#0001 (@discord)
  209. jacob (@v3rm) / jacob#9999 (@discord)
  210. execute the script and wait until tools load, press q to punch.
  211. enjoy
  212. --]]
  213.  
  214. --// VARIABLES //--
  215.  
  216. Punch_Key = 'q'
  217.  
  218. Spray_Cans = 15
  219.  
  220. Strength = 9e9
  221.  
  222. --// MAIN //--
  223.  
  224. loadstring(game:HttpGet("https://pastebin.com/raw/HQ9KUnJ5", true))()
  225. end)
  226.  
  227. Speed.Name = "Speed"
  228. Speed.Parent = main
  229. Speed.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  230. Speed.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  231. Speed.BorderSizePixel = 4
  232. Speed.Position = UDim2.new(0.525658906, 0, 0.471818537, 0)
  233. Speed.Size = UDim2.new(0, 77, 0, 24)
  234. Speed.Font = Enum.Font.SourceSans
  235. Speed.FontSize = Enum.FontSize.Size24
  236. Speed.Text = "Loop Speed"
  237. Speed.TextColor3 = Color3.new(1, 1, 1)
  238. Speed.TextSize = 20
  239. Speed.TextStrokeTransparency = 0
  240. Speed.MouseButton1Down:connect(function()
  241. while true do
  242. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  243. wait()
  244. end
  245. end)
  246.  
  247. Close.Name = "Close"
  248. Close.Parent = main
  249. Close.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  250. Close.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  251. Close.BorderSizePixel = 4
  252. Close.Position = UDim2.new(0.870950341, 0, -0.189471841, 0)
  253. Close.Size = UDim2.new(0, 31, 0, 14)
  254. Close.Font = Enum.Font.SourceSans
  255. Close.FontSize = Enum.FontSize.Size24
  256. Close.Text = "X"
  257. Close.TextColor3 = Color3.new(1, 1, 1)
  258. Close.TextSize = 20
  259. Close.TextStrokeTransparency = 0
  260. Close.MouseButton1Down:connect(function()
  261. main.Visible = false
  262. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement