Advertisement
XxMarioEspinal749xX

Untitled

Nov 9th, 2022 (edited)
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScriptAutoRace = Instance.new("ScreenGui")
  4.  
  5. local AutoJoin = Instance.new("TextButton")
  6. local AutoGrass = Instance.new("TextButton")
  7. local AutoDesert = Instance.new("TextButton")
  8. local AutoMagma = Instance.new("TextButton")
  9. local Creator = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. ScriptAutoRace.Name = "ScriptAutoRace"
  14. ScriptAutoRace.Parent = game.CoreGui
  15. ScriptAutoRace.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17.  
  18.  
  19.  
  20.  
  21. AutoDesert.Name = "AutoDesert"
  22. AutoDesert.Parent = ScriptAutoRace
  23. AutoDesert.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  24. AutoDesert.Position = UDim2.new(0.530296147, 0, 0.531483293, 0)
  25. AutoDesert.Size = UDim2.new(0, 134, 0, 29)
  26. AutoDesert.Font = Enum.Font.GothamSemibold
  27. AutoDesert.Text = "Auto Teleport para Dicarlo"
  28. AutoDesert.TextColor3 = Color3.new(0, 0, 0)
  29. AutoDesert.TextScaled = true
  30. AutoDesert.TextSize = 14
  31. AutoDesert.TextWrapped = true
  32. AutoDesert.MouseButton1Down:connect(function()
  33. _G.delta = true
  34. while _G.delta do
  35. wait(0.5)
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4156.58740234375, 30.066064834594727, 49.20313262939453
  37. )
  38. wait(0.5)
  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4143.97021484375, 30.066064834594727, 20.40278434753418)
  40. wait(0.5)
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4142.728515625, 30.066064834594727, -30.02845573425293)
  42. wait(0.5)
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4115.0341796875, 30.066064834594727, -11.375819206237793)
  44. wait(0.5)
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4114.48486328125, 30.066064834594727, -15.028252601623535)
  46. wait(0.5)
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4115.64111328125, 30.066064834594727, -17.967435836791992)
  48. wait(0.5)
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4115.45556640625, 30.066064834594727, -20.986549377441406)
  50. wait(0.5)
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4115.22607421875, 30.066064834594727, -23.49712562561035)
  52. wait(0.5)
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4114.8505859375, 30.066064834594727, -26.529319763183594)
  54. wait(0.5)
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4115.43603515625, 30.066064834594727, -29.702653884887695)
  56. wait(0.5)
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4176.513671875, 30.066064834594727, -6.038794994354248)
  58. wait(0.5)
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4176.5126953125, 30.066064834594727, 29.14103126525879)
  60. wait(0.5)
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4142.41259765625, 30.066064834594727, 24.233552932739258)
  62. end
  63. end)
  64. AutoMagma.Name = "AutoMagma"
  65. AutoMagma.Parent = ScriptAutoRace
  66. AutoMagma.BackgroundColor3 = Color3.new(255, 165, 0)
  67. AutoMagma.Position = UDim2.new(0.530296147, 0, 0.646867931, 0)
  68. AutoMagma.Size = UDim2.new(0, 134, 0, 29)
  69. AutoMagma.Font = Enum.Font.GothamSemibold
  70. AutoMagma.Text = "Stop Win"
  71. AutoMagma.TextColor3 = Color3.new(0, 0, 0)
  72. AutoMagma.TextScaled = true
  73. AutoMagma.TextSize = 14
  74. AutoMagma.TextWrapped = true
  75. AutoMagma.MouseButton1Down:connect(function()
  76. _G.delta = false
  77.  
  78. end)
  79.  
  80. Creator.Name = "Creator"
  81. Creator.Parent = ScriptAutoRace
  82. Creator.BackgroundColor3 = Color3.new(0, 1, 0)
  83. Creator.Position = UDim2.new(0.483253598, 0, 0.177514791, 0)
  84. Creator.Size = UDim2.new(0, 211, 0, 29)
  85. Creator.Font = Enum.Font.GothamSemibold
  86. Creator.Text = "BY: MarioEspinal749"
  87. Creator.TextColor3 = Color3.new(0.945098, 0.0196078, 0.145098)
  88. Creator.TextSize = 20
  89. Creator.TextStrokeColor3 = Color3.new(0.945098, 0, 0.0666667)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement