Pastebloxian

Zertex | Demo FE GUI

Mar 3rd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.25 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextBox = Instance.new("TextBox")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Fencing = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.0940988809, 0, 0.0828488395, 0)
  19. Frame.Size = UDim2.new(0, 531, 0, 429)
  20.  
  21. TextButton.Parent = Frame
  22. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextButton.Position = UDim2.new(0.0131826745, 0, 0.263403267, 0)
  24. TextButton.Size = UDim2.new(0, 180, 0, 48)
  25. TextButton.Font = Enum.Font.SourceSans
  26. TextButton.Text = "KILL"
  27. TextButton.TextColor3 = Color3.new(0, 0, 0)
  28. TextButton.TextSize = 14
  29.  
  30. TextButton_2.Parent = Frame
  31. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  32. TextButton_2.Position = UDim2.new(0.352165729, 0, 0.263403267, 0)
  33. TextButton_2.Size = UDim2.new(0, 180, 0, 48)
  34. TextButton_2.Font = Enum.Font.SourceSans
  35. TextButton_2.Text = "FLING (R15)"
  36. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  37. TextButton_2.TextSize = 14
  38.  
  39. TextButton_3.Parent = Frame
  40. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextButton_3.Position = UDim2.new(0.708097935, 0, 0.263403267, 0)
  42. TextButton_3.Size = UDim2.new(0, 145, 0, 48)
  43. TextButton_3.Font = Enum.Font.SourceSans
  44. TextButton_3.Text = "FLING (R6)"
  45. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton_3.TextSize = 14
  47.  
  48. TextBox.Parent = Frame
  49. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TextBox.Position = UDim2.new(0.011299435, 0, 0.139860138, 0)
  51. TextBox.Size = UDim2.new(0, 515, 0, 51)
  52. TextBox.Font = Enum.Font.SourceSans
  53. TextBox.Text = ""
  54. TextBox.TextColor3 = Color3.new(0, 0, 0)
  55. TextBox.TextSize = 14
  56.  
  57. TextLabel.Parent = Frame
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.Position = UDim2.new(0.0131826745, 0, 0, 0)
  60. TextLabel.Size = UDim2.new(0, 514, 0, 50)
  61. TextLabel.Font = Enum.Font.SourceSans
  62. TextLabel.Text = "Argument in textbox (LocalPlayer, Players)"
  63. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  64. TextLabel.TextSize = 14
  65.  
  66. Fencing.Name = "Fencing"
  67. Fencing.Parent = Frame
  68. Fencing.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Fencing.Position = UDim2.new(0.352165729, 0, 0.389277399, 0)
  70. Fencing.Size = UDim2.new(0, 200, 0, 50)
  71. Fencing.Font = Enum.Font.SourceSans
  72. Fencing.Text = "Reach (Fencing)"
  73. Fencing.TextColor3 = Color3.new(0, 0, 0)
  74. Fencing.TextSize = 14
  75.  
  76. TextButton_4.Parent = ScreenGui
  77. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextButton_4.Position = UDim2.new(0.104091771, 0, 0.325903267, 0)
  79. TextButton_4.Size = UDim2.new(0, 180, 0, 48)
  80. TextButton_4.Font = Enum.Font.SourceSans
  81. TextButton_4.Text = "FE GODMODE"
  82. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  83. TextButton_4.TextSize = 14
  84. -- Scripts:
  85.  
  86. Fencing.MouseButton1Click:connect(function()
  87.      a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Foil.Handle)
  88. a.Adornee=game.Players.LocalPlayer.Backpack.Foil.Handle
  89. game.Players.LocalPlayer.Backpack.Foil.Handle.CanCollide=false
  90. game.Players.LocalPlayer.Backpack.Foil.Handle.Size=Vector3.new(TextBox.Text, TextBox.Text, TextBox.Text)
  91. end)
  92.  
  93. TextButton_4.MouseButton1Click:connect(function()
  94.     local player = game.Players.LocalPlayer
  95.  
  96. if player.Character then
  97.  
  98. if player.Character:FindFirstChild("Humanoid") then
  99.  
  100. player.Character.Humanoid.Name = "1"
  101.  
  102. end
  103.  
  104. local l = player.Character["1"]:Clone()
  105.  
  106. l.Parent = player.Character
  107.  
  108. l.Name = "Humanoid"; wait(0.1)
  109.  
  110. player.Character["1"]:Destroy()
  111.  
  112. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  113.  
  114. player.Character.Animate.Disabled = true; wait(0.1)
  115.  
  116. player.Character.Animate.Disabled = false
  117.  
  118. end
  119. end)
  120.  
  121. TextButton_3.MouseButton1Click:connect(function()
  122.     power = TextBox.Text -- change this to make it more or less powerful
  123.  
  124. game:GetService('RunService').Stepped:connect(function()
  125. game.Players.LocalPlayer.Character.Head.CanCollide = false
  126. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  127. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  128. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  129. end)
  130.  
  131. wait(.1)
  132. local bambam = Instance.new("BodyThrust")
  133. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  134. bambam.Force = Vector3.new(power,0,power)
  135. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  136. end)
  137.  
  138.  
  139.  
  140. TextButton_4.MouseButton1Click:connect(function()
  141.     power = TextBox.Text -- change this to make it more or less powerful
  142.  
  143. game:GetService('RunService').Stepped:connect(function()
  144. game.Players.LocalPlayer.Character.Head.CanCollide = false
  145. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  146. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  148. end)
  149. wait(.1)
  150. local bambam = Instance.new("BodyThrust")
  151. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  152. bambam.Force = Vector3.new(power,0,power)
  153. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  154. end)
Add Comment
Please, Sign In to add comment