Advertisement
Guest User

parkour point oinkers

a guest
Jul 22nd, 2018
1,850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. --- if jacky sees this i just tried to do something
  2.  
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11.  
  12. -- Properties
  13.  
  14. ScreenGui.Parent = game.StarterGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.Active = true
  18. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. Frame.BackgroundTransparency = 0.15000000596046
  20. Frame.Draggable = true
  21. Frame.Position = UDim2.new(0.133421391, 9, 0.585086048, 0)
  22. Frame.Size = UDim2.new(0, 190, 0, 156)
  23.  
  24. Frame_2.Parent = Frame
  25. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Frame_2.Size = UDim2.new(0, 190, 0, 30)
  27.  
  28. TextButton.Parent = Frame
  29. TextButton.BackgroundColor3 = Color3.new(0.0862745, 0, 0)
  30. TextButton.Position = UDim2.new(0.0631579012, 0, 0.339743584, 0)
  31. TextButton.Size = UDim2.new(0, 165, 0, 50)
  32. TextButton.Font = Enum.Font.Cartoon
  33. TextButton.Text = "Semi AUTOFARM"
  34. TextButton.TextColor3 = Color3.new(1, 1, 1)
  35. TextButton.TextSize = 22
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BackgroundTransparency = 1
  40. TextLabel.Size = UDim2.new(0, 190, 0, 30)
  41. TextLabel.Font = Enum.Font.Code
  42. TextLabel.Text = "Simple Parkour GUI"
  43. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  44. TextLabel.TextSize = 14
  45.  
  46. TextLabel_2.Parent = Frame
  47. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. TextLabel_2.BackgroundTransparency = 1
  49. TextLabel_2.Position = UDim2.new(0, 0, 0.679487169, 0)
  50. TextLabel_2.Size = UDim2.new(0, 190, 0, 50)
  51. TextLabel_2.Font = Enum.Font.Code
  52. TextLabel_2.Text = "Made By : AntiBMOO"
  53. TextLabel_2.TextColor3 = Color3.new(0.666667, 1, 1)
  54. TextLabel_2.TextSize = 14
  55.  
  56. -- Scripts
  57. TextButton.MouseButton1Down:connect(function()
  58. while true do
  59. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  60. jackyjacob.addToCombo(99999999, "walljump")
  61. wait(1)
  62. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  63. jackyjacob.addToCombo(99999999, "walljump")
  64. wait(1)
  65. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  66. jackyjacob.addToCombo(99999999, "walljump")
  67. wait(1)
  68. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  69. jackyjacob.addToCombo(99999999, "walljump")
  70. wait(10)
  71. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  72. jackyjacob.addToCombo(99999999, "walljump")
  73. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  74. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  75. jackyjacob.addPoints(10, "walljump", {walljumpDelta = 10})
  76. wait(20)
  77. end
  78. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement