Advertisement
Rikekk

Speed city script

Jan 13th, 2023
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Speed City Farming 2.0", "BloodTheme")
  3. local Tab1 = Window:NewTab("Ghost City")
  4. local Tab3 = Window:NewTab("Trillionaire City")
  5. local Tab2 = Window:NewTab("Misc")
  6. local Tab4 = Window:NewTab("Credits")
  7. local Section4 = Tab1:NewSection("Orb Farm")
  8. local Section5 = Tab1:NewSection("Crate Farm")
  9. local Section6 = Tab1:NewSection("Required Achievement Crate Farm")
  10. local Section8 = Tab2:NewSection("Teleports")
  11. local Section9 = Tab2:NewSection("Extra")
  12. local Section10 = Tab3:NewSection("Farming (Section created for Caleb Gray on Youtube)")
  13. local Section11 = Tab4:NewSection("xHeptc - most of scripting + UI")
  14. local Section12 = Tab4:NewSection("Counter#2747 - scripted brand new features")
  15. Section10:NewLabel("You must have Trillionaire City unlocked.")
  16.  
  17.  
  18. Section9:NewButton("Claim Cloud Trail", "TP to Cloud Trail", function()
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3, 659, 0)
  20. end)
  21.  
  22.  
  23. Section4:NewToggle("White Orbs", "Teleports You To The White Orbs", function(state)
  24. if state then
  25. getgenv().Farming1 = true
  26. while Farming1 == true do
  27. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("GhostMega") then
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega.GhostMega.Outside.Position)
  29. end
  30. wait()
  31. end
  32. else
  33. getgenv().Farming1 = false
  34. end
  35. end)
  36.  
  37. Section4:NewToggle("Black Orbs", "Teleports You To The Black Orbs", function(state)
  38. if state then
  39. getgenv().Farming1 = true
  40. while Farming1 == true do
  41. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("GhostMega2") then
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega.GhostMega2.Outside.Position)
  43. end
  44. wait()
  45. end
  46. else
  47. getgenv().Farming1 = false
  48. end
  49. end)
  50.  
  51. Section6:NewToggle("Happy Ghost", "Teleports You To The Happy Ghost Crate", function(state)
  52. if state then
  53. getgenv().Farming1 = true
  54. while Farming1 == true do
  55. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Happy") then
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega.Happy.Crate.Position)
  57. end
  58. wait()
  59. end
  60. else
  61. getgenv().Farming1 = false
  62. end
  63. end)
  64.  
  65.  
  66. Section6:NewToggle("King Ghost", "Teleports You To The King Ghost Crate", function(state)
  67. if state then
  68. getgenv().Farming1 = true
  69. while Farming1 == true do
  70. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("King Ghost") then
  71. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["King Ghost"].Crate.Position)
  72. end
  73. wait()
  74. end
  75. else
  76. getgenv().Farming1 = false
  77. end
  78. end)
  79.  
  80. Section5:NewToggle("Sad Ghost", "Teleports You To The Happy Ghost Crate", function(state)
  81. if state then
  82. getgenv().Farming1 = true
  83. while Farming1 == true do
  84. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Sad") then
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["Sad"].Crate.Position)
  86. end
  87. wait()
  88. end
  89. else
  90. getgenv().Farming1 = false
  91. end
  92. end)
  93.  
  94. Section5:NewToggle("Angry Ghost", "Teleports You To The Angry Ghost Crate", function(state)
  95. if state then
  96. getgenv().Farming1 = true
  97. while Farming1 == true do
  98. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Angry") then
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["Angry"].Crate.Position)
  100. end
  101. wait()
  102. end
  103. else
  104. getgenv().Farming1 = false
  105. end
  106. end)
  107.  
  108.  
  109.  
  110. Section5:NewToggle("Scared Ghost", "Teleports You To The Happy Ghost Crate", function(state)
  111. if state then
  112. getgenv().Farming1 = true
  113. while Farming1 == true do
  114. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Scared") then
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["Scared"].Crate.Position)
  116. end
  117. wait()
  118. end
  119. else
  120. getgenv().Farming1 = false
  121. end
  122. end)
  123.  
  124. Section5:NewToggle("Surprised Ghost", "Teleports You To The Happy Ghost Crate", function(state)
  125. if state then
  126. getgenv().Farming1 = true
  127. while Farming1 == true do
  128. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Surprised") then
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["Surprised"].Crate.Position)
  130. end
  131. wait()
  132. end
  133. else
  134. getgenv().Farming1 = false
  135. end
  136. end)
  137.  
  138. Section6:NewToggle("Zombie Ghost", "Teleports You To The Zombie Ghost Crate", function(state)
  139. if state then
  140. getgenv().Farming1 = true
  141. while Farming1 == true do
  142. if game:GetService("Workspace").GhostCity.GhostOrbsMega:FindFirstChild("Zombie Ghost") then
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GhostCity.GhostOrbsMega["Zombie Ghost"].Crate.Position)
  144. end
  145. wait()
  146. end
  147. else
  148. getgenv().Farming1 = false
  149. end
  150. end)
  151.  
  152. Section8:NewButton("Main Map", "Teleports You!", function()
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 30.9980049, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  154. end)
  155.  
  156. Section8:NewButton("Winter", "Teleports You!", function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4680.05566, 1799.30164, -2813.43042, 0.998682499, 2.74817302e-09, -0.0513154939, -5.44843948e-09, 1, -5.24809955e-08, 0.0513154939, 5.26914405e-08, 0.998682499)
  158. end)
  159.  
  160. Section8:NewButton("Original Map", "Teleports You!", function()
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2388, 2742.4978, 390, 1, -2.66421161e-08, -1.13693065e-14, 2.66421161e-08, 1, 3.76773457e-08, 1.03655022e-14, -3.76773457e-08, 1)
  162. end)
  163.  
  164. Section8:NewButton("Volcano", "Teleports You!", function()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1270, 258.594482, 2022, 1, 9.16371476e-08, -9.85315311e-15, -9.16371476e-08, 1, -3.53292471e-08, 6.61568138e-15, 3.53292471e-08, 1)
  166. end)
  167.  
  168. Section8:NewButton("Beach", "Teleports You!", function()
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3624.00562, 67.7395248, 1018.45709, 0.999986172, 3.45591729e-07, 0.00525691034, -3.44176954e-07, 1, -2.70028011e-07, -0.00525691034, 2.6821499e-07, 0.999986172)
  170. end)
  171.  
  172. Section8:NewButton("Ghost City", "Teleports You!", function()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3825.7041, -33.801918, 7304.7002, 1, 4.6416046e-10, -4.94060366e-08, -4.64160321e-10, 1, 2.74975531e-09, 4.94060366e-08, -2.74975531e-09, 1)
  174. end)
  175.  
  176. Section8:NewButton("TrillionaireCity", "Teleports You!", function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1900, 99, 6270)
  178. end)
  179.  
  180. Section10:NewToggle("Farm Orbs", "Teleports You To All Orbs", function(state)
  181. if state then
  182. getgenv().Farming1 = true
  183. while Farming1 == true do
  184. if game:GetService("Workspace").TrillionaireCity.TrillionaireOrbs:FindFirstChild("Trillionaire") then
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").TrillionaireCity.TrillionaireOrbs.Trillionaire.Outside.Position)
  186. end
  187. wait()
  188. end
  189. else
  190. getgenv().Farming1 = false
  191. end
  192. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement