hoffmvn2

awdsawdsawd

Apr 14th, 2021 (edited)
9,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local AfkFarm = Instance.new("TextButton")
  9. local TeleportToWinner = Instance.new("TextButton")
  10. local TeleportToVIP = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = ScreenGui
  19. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. Main.Position = UDim2.new(0.0605867356, 0, 0.162751675, 0)
  21. Main.Size = UDim2.new(0.206632659, 0, 0.65436244, 0)
  22. Main.Style = Enum.FrameStyle.ChatBlue
  23. Main.Active = true
  24. Main.Draggable = true
  25.  
  26. AfkFarm.Name = "AfkFarm"
  27. AfkFarm.Parent = Main
  28. AfkFarm.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
  29. AfkFarm.BorderColor3 = Color3.fromRGB(44, 141, 200)
  30. AfkFarm.BorderSizePixel = 5
  31. AfkFarm.Position = UDim2.new(0.0555555522, 0, 0.0538461581, 0)
  32. AfkFarm.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
  33. AfkFarm.Font = Enum.Font.GothamBold
  34. AfkFarm.Text = "AFk Farm"
  35. AfkFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. AfkFarm.TextScaled = true
  37. AfkFarm.TextSize = 14.000
  38. AfkFarm.TextStrokeTransparency = 0.000
  39. AfkFarm.TextWrapped = true
  40. AfkFarm.MouseButton1Down:connect(function()
  41. while wait(8) do
  42. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-90.4, 0.111952, -117.95)
  43. wait(0.2)
  44. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-271.438, 0.110028, -419.87)
  45. wait(0.2)
  46. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-85.62, 0.129552, -719.255)
  47. wait(0.2)
  48. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-265.848, 0.1, -1019.94)
  49. wait(0.2)
  50. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  51. end
  52. end)
  53.  
  54. TeleportToWinner.Name = "TeleportToWinner"
  55. TeleportToWinner.Parent = Main
  56. TeleportToWinner.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
  57. TeleportToWinner.BorderColor3 = Color3.fromRGB(44, 141, 200)
  58. TeleportToWinner.BorderSizePixel = 5
  59. TeleportToWinner.Position = UDim2.new(0.0555555522, 0, 0.36153847, 0)
  60. TeleportToWinner.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
  61. TeleportToWinner.Font = Enum.Font.GothamBold
  62. TeleportToWinner.Text = "Winners Area"
  63. TeleportToWinner.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. TeleportToWinner.TextScaled = true
  65. TeleportToWinner.TextSize = 14.000
  66. TeleportToWinner.TextStrokeTransparency = 0.000
  67. TeleportToWinner.TextWrapped = true
  68. TeleportToWinner.MouseButton1Click:connect(function()
  69. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-179.905, -90.2901, -1438.39)
  70. end)
  71.  
  72. TeleportToVIP.Name = "TeleportToVIP"
  73. TeleportToVIP.Parent = Main
  74. TeleportToVIP.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
  75. TeleportToVIP.BorderColor3 = Color3.fromRGB(44, 141, 200)
  76. TeleportToVIP.BorderSizePixel = 5
  77. TeleportToVIP.Position = UDim2.new(0.0555555522, 0, 0.689743638, 0)
  78. TeleportToVIP.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
  79. TeleportToVIP.Font = Enum.Font.GothamBold
  80. TeleportToVIP.Text = "VIP Area"
  81. TeleportToVIP.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. TeleportToVIP.TextScaled = true
  83. TeleportToVIP.TextSize = 14.000
  84. TeleportToVIP.TextStrokeTransparency = 0.000
  85. TeleportToVIP.TextWrapped = true
  86. TeleportToVIP.MouseButton1Click:connect(function()
  87. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-178.634, 55.0987, -1683.72)
  88. end)
  89.  
  90.  
Add Comment
Please, Sign In to add comment