Advertisement
zenonityisfat

(FE) Punch Script

Oct 22nd, 2021
2,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.72 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 TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local TextBox = Instance.new("TextBox")
  10. local TextBox_2 = Instance.new("TextBox")
  11. local Frame_2 = Instance.new("Frame")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.Active = true
  20. Frame.Draggable = true
  21. Frame.BackgroundColor3 = Color3.new(0.580392, 0.996078, 1)
  22. Frame.BackgroundTransparency = 0.40000000596046
  23. Frame.BorderColor3 = Color3.new(0, 0, 0)
  24. Frame.Position = UDim2.new(0.118370466, 0, 0.391167223, 0)
  25. Frame.Size = UDim2.new(0, 174, 0, 150)
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextLabel.BackgroundTransparency = 0.5
  30. TextLabel.Position = UDim2.new(-0.00833322853, 0, 0, 0)
  31. TextLabel.Size = UDim2.new(0, 175, 0, 34)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "Keybinds"
  34. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  35. TextLabel.TextSize = 14
  36.  
  37. TextLabel_2.Parent = Frame
  38. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel_2.BackgroundTransparency = 0.40000000596046
  40. TextLabel_2.Position = UDim2.new(0.0734596699, 0, 0.306236565, 0)
  41. TextLabel_2.Size = UDim2.new(0, 71, 0, 33)
  42. TextLabel_2.Font = Enum.Font.SourceSans
  43. TextLabel_2.Text = "punch"
  44. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  45. TextLabel_2.TextSize = 14
  46.  
  47. TextLabel_3.Parent = Frame
  48. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  49. TextLabel_3.BackgroundTransparency = 0.40000000596046
  50. TextLabel_3.Position = UDim2.new(0.0734596699, 0, 0.627742052, 0)
  51. TextLabel_3.Size = UDim2.new(0, 70, 0, 33)
  52. TextLabel_3.Font = Enum.Font.SourceSans
  53. TextLabel_3.Text = "slash"
  54. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  55. TextLabel_3.TextSize = 14
  56.  
  57. TextBox.Parent = Frame
  58. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextBox.BackgroundTransparency = 0.40000000596046
  60. TextBox.Position = UDim2.new(0.481505632, 0, 0.306236565, 0)
  61. TextBox.Size = UDim2.new(0, 70, 0, 33)
  62. TextBox.Font = Enum.Font.SourceSans
  63. TextBox.Text = "f"
  64. TextBox.TextColor3 = Color3.new(0, 0, 0)
  65. TextBox.TextSize = 14
  66.  
  67. TextBox_2.Parent = Frame
  68. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextBox_2.BackgroundTransparency = 0.40000000596046
  70. TextBox_2.Position = UDim2.new(0.475758493, 0, 0.626236558, 0)
  71. TextBox_2.Size = UDim2.new(0, 70, 0, 33)
  72. TextBox_2.Font = Enum.Font.SourceSans
  73. TextBox_2.Text = "c"
  74. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  75. TextBox_2.TextSize = 14
  76.  
  77. Frame_2.Parent = ScreenGui
  78. Frame_2.Active = true
  79. Frame_2.Draggable = true
  80. Frame_2.BackgroundColor3 = Color3.new(0.411765, 0.901961, 1)
  81. Frame_2.BackgroundTransparency = 0.60000002384186
  82. Frame_2.Position = UDim2.new(0.717140675, 0, 0.384858042, 0)
  83. Frame_2.Size = UDim2.new(0, 106, 0, 158)
  84.  
  85. TextButton.Parent = Frame_2
  86. TextButton.BackgroundColor3 = Color3.new(0.337255, 0.968628, 0.94902)
  87. TextButton.BackgroundTransparency = 0.30000001192093
  88. TextButton.NextSelectionDown = TextButton_2
  89. TextButton.Size = UDim2.new(0, 106, 0, 82)
  90. TextButton.Font = Enum.Font.SourceSans
  91. TextButton.Text = "^"
  92. TextButton.TextColor3 = Color3.new(0, 0, 0)
  93. TextButton.TextSize = 70
  94. TextButton.MouseButton1Click:connect(function()
  95.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  96. end)
  97.  
  98. TextButton_2.Parent = Frame_2
  99. TextButton_2.BackgroundColor3 = Color3.new(0.337255, 0.968628, 0.94902)
  100. TextButton_2.BackgroundTransparency = 0.30000001192093
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement