Advertisement
BlastingStone

Untitled

Aug 2nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local MainGUI = Instance.new("ScreenGui")
  5. local Board = Instance.new("Frame")
  6. local MainFrame = Instance.new("Frame")
  7. local Exit = Instance.new("TextButton")
  8. local StAFB = Instance.new("TextButton")
  9. local Cre = Instance.new("TextLabel")
  10. local Status = Instance.new("TextLabel")
  11. local SAFB = Instance.new("TextButton")
  12. --Properties:
  13. MainGUI.Name = "MainGUI"
  14. MainGUI.Parent = game.CoreGui
  15. MainGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Board.Name = "Board"
  18. Board.Parent = MainGUI
  19. Board.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  20. Board.BorderColor3 = Color3.new(0, 0, 0)
  21. Board.Position = UDim2.new(0.118433617, 0, 0.152996838, 0)
  22. Board.Size = UDim2.new(0, 289, 0, 23)
  23. Board.Active = true
  24. Board.Draggable = true
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = Board
  28. MainFrame.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  29. MainFrame.BorderSizePixel = 0
  30. MainFrame.Position = UDim2.new(-0.00228037522, 0, 0.982237935, 0)
  31. MainFrame.Size = UDim2.new(0, 290, 0, 144)
  32. MainFrame.Active = true
  33.  
  34. Exit.Name = "Exit"
  35. Exit.Parent = MainFrame
  36. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  37. Exit.BorderSizePixel = 0
  38. Exit.Position = UDim2.new(0.920689642, 0, -0.159722224, 0)
  39. Exit.Size = UDim2.new(0, 23, 0, 23)
  40. Exit.Font = Enum.Font.Code
  41. Exit.Text = "X"
  42. Exit.TextColor3 = Color3.new(0, 0, 0)
  43. Exit.TextScaled = true
  44. Exit.TextSize = 14
  45. Exit.TextWrapped = true
  46.  
  47. StAFB.Name = "StAFB"
  48. StAFB.Parent = Board
  49. StAFB.BackgroundColor3 = Color3.new(0, 0, 0)
  50. StAFB.BorderColor3 = Color3.new(1, 1, 1)
  51. StAFB.BorderSizePixel = 4
  52. StAFB.Position = UDim2.new(0.107266434, 0, 2.60869598, 0)
  53. StAFB.Size = UDim2.new(0, 107, 0, 50)
  54. StAFB.Font = Enum.Font.Cartoon
  55. StAFB.Text = "Start AutoFarm"
  56. StAFB.TextColor3 = Color3.new(1, 1, 1)
  57. StAFB.TextScaled = true
  58. StAFB.TextSize = 14
  59. StAFB.TextWrapped = true
  60.  
  61. Cre.Name = "Cre"
  62. Cre.Parent = Board
  63. Cre.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Cre.BackgroundTransparency = 1
  65. Cre.Position = UDim2.new(0.0346020758, 0, 0, 0)
  66. Cre.Size = UDim2.new(0, 151, 0, 23)
  67. Cre.Font = Enum.Font.Cartoon
  68. Cre.Text = "AutoFarm By Me"
  69. Cre.TextColor3 = Color3.new(1, 1, 1)
  70. Cre.TextScaled = true
  71. Cre.TextSize = 14
  72. Cre.TextWrapped = true
  73. Cre.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. Status.Name = "Status"
  76. Status.Parent = Board
  77. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Status.BackgroundTransparency = 1
  79. Status.Position = UDim2.new(0.107266434, 0, 5.56521749, 0)
  80. Status.Size = UDim2.new(0, 235, 0, 22)
  81. Status.Font = Enum.Font.Cartoon
  82. Status.Text = "Status : OFF"
  83. Status.TextColor3 = Color3.new(1, 1, 1)
  84. Status.TextScaled = true
  85. Status.TextSize = 14
  86. Status.TextWrapped = true
  87.  
  88. SAFB.Name = "SAFB"
  89. SAFB.Parent = Board
  90. SAFB.BackgroundColor3 = Color3.new(0, 0, 0)
  91. SAFB.BorderColor3 = Color3.new(1, 1, 1)
  92. SAFB.BorderSizePixel = 4
  93. SAFB.Position = UDim2.new(0.557093441, 0, 2.60869598, 0)
  94. SAFB.Size = UDim2.new(0, 105, 0, 50)
  95. SAFB.Font = Enum.Font.Cartoon
  96. SAFB.Text = "Stop AutoFarm"
  97. SAFB.TextColor3 = Color3.new(1, 1, 1)
  98. SAFB.TextScaled = true
  99. SAFB.TextSize = 14
  100. SAFB.TextWrapped = true
  101. -- Scripts:
  102.  
  103. workspace.Trees.treenew.NailGiver.CanCollide = false
  104. workspace.Trees.treenew.NailGiver.Transparency = 0.8
  105.  
  106. local start = false
  107.  
  108. StAFB.MouseButton1Down:connect(function()
  109. start = true
  110. if start == true then
  111. Status.Text = "Status : ON"
  112. repeat
  113. workspace.Trees.treenew.NailGiver.CFrame = (game.Players.LocalPlayer.Character.Torso.CFrame)
  114. wait()
  115. until start == false
  116. end
  117. end)
  118.  
  119. SAFB.MouseButton1Down:connect(function()
  120. Status.Text = "Status : OFF"
  121. start = false
  122. end)
  123.  
  124. Exit.MouseButton1Down:connect(function()
  125. MainGUI:Destroy()
  126. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement