Advertisement
YANIS_EXPLOITS

Speed City Script GUI

Aug 15th, 2019
32,789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. -- Yanis#5565
  2. local SpeedCityGUIforu = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. Main.Active = true
  5. Main.Draggable = true
  6. local TextLabel = Instance.new("TextLabel")
  7. local title = Instance.new("TextLabel")
  8. local orbtp = Instance.new("TextButton")
  9. local walkspeed = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local racewin = Instance.new("TextButton")
  12.  
  13. SpeedCityGUIforu.Name = "SpeedCityGUIforu"
  14. SpeedCityGUIforu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. SpeedCityGUIforu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = SpeedCityGUIforu
  19. Main.BackgroundColor3 = Color3.new(0.0352941, 0.0745098, 0.819608)
  20. Main.BorderColor3 = Color3.new(0.164706, 0.262745, 0.329412)
  21. Main.Size = UDim2.new(0, 300, 0, 250)
  22.  
  23. TextLabel.Parent = Main
  24. TextLabel.BackgroundColor3 = Color3.new(0, 0.745098, 0.121569)
  25. TextLabel.BackgroundTransparency = 1
  26. TextLabel.Position = UDim2.new(0.129999995, 0, 0.131999999, 0)
  27. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  28. TextLabel.Font = Enum.Font.Fantasy
  29. TextLabel.Text = "You can toggle everything (so they can be turned off too)!"
  30. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 14
  33. TextLabel.TextWrapped = true
  34.  
  35. title.Name = "title"
  36. title.Parent = Main
  37. title.BackgroundColor3 = Color3.new(0, 0.745098, 0.121569)
  38. title.BackgroundTransparency = 1
  39. title.Position = UDim2.new(0.166666672, 0, 0, 0)
  40. title.Size = UDim2.new(0, 200, 0, 50)
  41. title.Font = Enum.Font.Fantasy
  42. title.Text = "Speed City GUI"
  43. title.TextColor3 = Color3.new(0, 0, 0)
  44. title.TextScaled = true
  45. title.TextSize = 14
  46. title.TextWrapped = true
  47.  
  48. orbtp.Name = "orbtp"
  49. orbtp.Parent = Main
  50. orbtp.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0)
  51. orbtp.Position = UDim2.new(0.0199999996, 0, 0.432000011, 0)
  52. orbtp.Size = UDim2.new(0, 200, 0, 31)
  53. orbtp.Font = Enum.Font.SourceSans
  54. orbtp.Text = "Loop-teleport to orbs"
  55. orbtp.TextColor3 = Color3.new(0, 0, 0)
  56. orbtp.TextSize = 14
  57. orbtp.TextWrapped = true
  58.  
  59. walkspeed.Name = "walkspeed"
  60. walkspeed.Parent = Main
  61. walkspeed.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0)
  62. walkspeed.Position = UDim2.new(0.0199999996, 0, 0.720000029, 0)
  63. walkspeed.Size = UDim2.new(0, 200, 0, 34)
  64. walkspeed.Font = Enum.Font.SourceSans
  65. walkspeed.Text = "Change walkspeed"
  66. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  67. walkspeed.TextSize = 14
  68. walkspeed.TextWrapped = true
  69.  
  70. TextBox.Parent = walkspeed
  71. TextBox.BackgroundColor3 = Color3.new(0.156863, 1, 0.0980392)
  72. TextBox.Position = UDim2.new(1.04999995, 0, 0, 0)
  73. TextBox.Size = UDim2.new(0, 84, 0, 34)
  74. TextBox.Font = Enum.Font.SourceSans
  75. TextBox.Text = "1000"
  76. TextBox.TextColor3 = Color3.new(0, 0, 0)
  77. TextBox.TextSize = 14
  78.  
  79. racewin.Name = "racewin"
  80. racewin.Parent = Main
  81. racewin.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0)
  82. racewin.Position = UDim2.new(0.0199999996, 0, 0.583999991, 0)
  83. racewin.Size = UDim2.new(0, 200, 0, 31)
  84. racewin.Font = Enum.Font.SourceSans
  85. racewin.Text = "Win race (press T if you want to win race)"
  86. racewin.TextColor3 = Color3.new(0, 0, 0)
  87. racewin.TextSize = 14
  88. racewin.TextWrapped = true
  89.  
  90. function SCRIPT_RQHW66_FAKESCRIPT()
  91. local script = Instance.new('LocalScript')
  92. script.Parent = orbtp
  93. script.Parent.MouseButton1Click:Connect(function()
  94. if _G.on == true then
  95. _G.on = false
  96. else
  97. _G.on = true
  98. end
  99. while _G.on do
  100. for i = 1, #game.Workspace.MainMap.Spawners:GetChildren() do
  101. wait()
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.MainMap.Spawners:GetChildren()[i].CFrame
  103. print(i)
  104. end
  105. wait()
  106. end
  107. end)
  108.  
  109. end
  110. coroutine.resume(coroutine.create(SCRIPT_RQHW66_FAKESCRIPT))
  111. function SCRIPT_QJPD78_FAKESCRIPT()
  112. local script = Instance.new('LocalScript')
  113. script.Parent = walkspeed
  114. script.Parent.MouseButton1Click:Connect(function()
  115. if _G.ws == true then
  116. _G.ws = false
  117. else
  118. _G.ws = true
  119. end
  120. while _G.ws do
  121. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(script.Parent.TextBox.Text)
  122. wait()
  123. end
  124. end)
  125.  
  126. end
  127. coroutine.resume(coroutine.create(SCRIPT_QJPD78_FAKESCRIPT))
  128. function SCRIPT_TABP81_FAKESCRIPT()
  129. local script = Instance.new('LocalScript')
  130. script.Parent = racewin
  131. script.Parent.MouseButton1Click:Connect(function()
  132. function onKeyPress(actionName, userInputState, inputObject)
  133. if userInputState == Enum.UserInputState.Begin then
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1161.29712, 506.368866, 9.96144867)
  135. wait(0.1)
  136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(804.611328, 506.415558, -11.7966709)
  137. wait(0.1)
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1169.11694, 522.630798, -33.6696053)
  139. end
  140. end
  141. local button = Enum.KeyCode.T -- change T for another key if you want
  142. game.ContextActionService:BindAction("keyPress", onKeyPress, false, button)
  143. end)
  144.  
  145. end
  146. coroutine.resume(coroutine.create(SCRIPT_TABP81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement