Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. local AutoFarmGUI = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Frame = Instance.new("Frame")
  4. local Frame_2 = Instance.new("Frame")
  5. local Frame_3 = 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 TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. --Properties:
  13. AutoFarmGUI.Name = "Auto Farm GUI"
  14. AutoFarmGUI.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Visible = false
  18. Main.Parent = AutoFarmGUI
  19. Main.BackgroundColor3 = Color3.new(0.705882, 0.701961, 0.705882)
  20. Main.BorderColor3 = Color3.new(0, 0, 0)
  21. Main.BorderSizePixel = 5
  22. Main.Position = UDim2.new(0.74275136, 0, 0.367970645, 0)
  23. Main.Size = UDim2.new(0, 280, 0, 209)
  24. Main.Style = Enum.FrameStyle.DropShadow
  25.  
  26. Frame.Parent = Main
  27. Frame.BackgroundColor3 = Color3.new(0.258824, 0.254902, 0.258824)
  28. Frame.Position = UDim2.new(0.0392857119, 0, 0.0291323904, 0)
  29. Frame.Size = UDim2.new(0, 244, 0, 180)
  30.  
  31. Frame_2.Parent = Frame
  32. Frame_2.BackgroundColor3 = Color3.new(0.258824, 0.254902, 0.258824)
  33. Frame_2.BorderColor3 = Color3.new(0.666667, 0, 0)
  34. Frame_2.Position = UDim2.new(0.0819672123, 0, 0.0500000007, 0)
  35. Frame_2.Size = UDim2.new(0, 96, 0, 163)
  36.  
  37. Frame_3.Parent = Frame
  38. Frame_3.BackgroundColor3 = Color3.new(0.258824, 0.254902, 0.258824)
  39. Frame_3.BorderColor3 = Color3.new(0.666667, 0, 0)
  40. Frame_3.Position = UDim2.new(0.524590135, 0, 0.0444444455, 0)
  41. Frame_3.Size = UDim2.new(0, 96, 0, 163)
  42.  
  43. TextLabel.Parent = Frame_3
  44. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel.BackgroundTransparency = 1
  46. TextLabel.BorderSizePixel = 0
  47. TextLabel.Position = UDim2.new(-1.125, 0, 0.00613496918, 0)
  48. TextLabel.Size = UDim2.new(0, 96, 0, 50)
  49. TextLabel.Font = Enum.Font.ArialBold
  50. TextLabel.Text = "Made"
  51. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  52. TextLabel.TextSize = 14
  53.  
  54. TextLabel_2.Parent = Frame_3
  55. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  56. TextLabel_2.BackgroundTransparency = 1
  57. TextLabel_2.BorderSizePixel = 0
  58. TextLabel_2.Position = UDim2.new(-1.125, 0, 0.343558282, 0)
  59. TextLabel_2.Size = UDim2.new(0, 96, 0, 50)
  60. TextLabel_2.Font = Enum.Font.ArialBold
  61. TextLabel_2.Text = "By"
  62. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  63. TextLabel_2.TextSize = 14
  64.  
  65. TextLabel_3.Parent = Frame_3
  66. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextLabel_3.BackgroundTransparency = 1
  68. TextLabel_3.BorderSizePixel = 0
  69. TextLabel_3.Position = UDim2.new(-1.125, 0, 0.693251491, 0)
  70. TextLabel_3.Size = UDim2.new(0, 96, 0, 50)
  71. TextLabel_3.Font = Enum.Font.ArialBold
  72. TextLabel_3.Text = "Lagx"
  73. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  74. TextLabel_3.TextSize = 14
  75.  
  76. TextButton.Parent = Frame_3
  77. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextButton.BorderSizePixel = 0
  79. TextButton.Size = UDim2.new(0, 96, 0, 56)
  80. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  81. TextButton.Font = Enum.Font.Code
  82. TextButton.Text = "TP Sell"
  83. TextButton.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton.TextSize = 16
  85. TextButton.MouseButton1Click:connect(function()
  86. plr = game.Players.LocalPlayer
  87. hum = plr.Character.HumanoidRootPart
  88. pos = game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.Position
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.7337875, 3.04901004, -177.957748)
  90. wait(0.5)
  91. hum.CFrame = CFrame.new(pos.x, pos.y, pos.z)
  92. end)
  93.  
  94. TextButton_2.Parent = Frame_3
  95. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TextButton_2.BorderSizePixel = 0
  97. TextButton_2.Position = UDim2.new(0, 0, 0.650306761, 0)
  98. TextButton_2.Size = UDim2.new(0, 96, 0, 56)
  99. TextButton_2.Style = Enum.ButtonStyle.RobloxRoundButton
  100. TextButton_2.Font = Enum.Font.Code
  101. TextButton_2.Text = "Close GUI"
  102. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  103. TextButton_2.TextSize = 16
  104. TextButton_2.MouseButton1Click:connect(function()
  105. Main.Visible = false
  106. TextButton_3.Visible = true
  107. end)
  108.  
  109. TextButton_3.Parent = AutoFarmGUI
  110. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  111. TextButton_3.Position = UDim2.new(0, 0, 0.694376588, 0)
  112. TextButton_3.Size = UDim2.new(0, 99, 0, 50)
  113. TextButton_3.Style = Enum.ButtonStyle.RobloxRoundButton
  114. TextButton_3.Font = Enum.Font.SourceSans
  115. TextButton_3.Text = "Open GUI"
  116. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  117. TextButton_3.TextSize = 14
  118. TextButton_3.MouseButton1Click:connect(function()
  119. Main.Visible = true
  120. TextButton_3.Visible =false
  121. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement