The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Midnight Racing: Tokyo script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 13



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local library = loadstring(game:HttpGet('https://raw.githubusercontent.com/Enxquity/bad-script-yes/main/shit%20library'))()
  2.  
  3. local newUI = library.createNewUI("Xenon", true)
  4. local newTab = library.NewTab(newUI, "Main", true)
  5.  
  6. if syn then
  7.    game.StarterGui:SetCore("SendNotification", {
  8.       Title = "Loading;";
  9.       Text = "Exploit: Synapse X",
  10.       Duration = 3
  11.    })
  12. end
  13.  
  14. local breakFarm = false
  15.  
  16. newTab:NewToggle("Autofarm", false, function()
  17.    breakFarm = false
  18.    while not breakFarm do
  19.        if breakFarm then break end
  20.    
  21.        local args = {
  22.        [1] = "Downhill Battle",
  23.        [2] = "Sprint",
  24.        [3] = true,
  25.        [4] = {
  26.            ["Trigger"] = workspace:FindFirstChild("Proximity Triggers"):FindFirstChild("Downhill Battle").Focus,
  27.            ["MaxRacers"] = 8
  28.        },
  29.        [5] = workspace:FindFirstChild("Proximity Triggers"):FindFirstChild("Downhill Battle").Focus
  30.        }
  31.    
  32.        game:GetService("ReplicatedStorage").RemoteFunctions.RaceEvents.Entry:InvokeServer(unpack(args))
  33.        
  34.        local args = {
  35.            [1] = "Downhill Battle",
  36.            [2] = "Sprint",
  37.            [3] = workspace:FindFirstChild("Proximity Triggers"):FindFirstChild("Downhill Battle").Focus,
  38.            [4] = {
  39.                ["Trigger"] = workspace:FindFirstChild("Proximity Triggers"):FindFirstChild("Downhill Battle").Focus,
  40.                ["MaxRacers"] = 8
  41.            },
  42.            [5] = true
  43.        }
  44.        
  45.        game:GetService("ReplicatedStorage").RemoteFunctions.RaceEvents.VoteToStart:InvokeServer(unpack(args))
  46.        
  47.        repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("ProgressGui")
  48.        repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("ProgressGui").ScreenText.StartSound.Playing
  49.        
  50.        local function getCar(folder)
  51.            for i,v in pairs(folder:GetChildren()) do
  52.                return v.Name
  53.            end
  54.        end
  55.        
  56.        local folder = workspace.VehiclesFolder[game.Players.LocalPlayer.Name]
  57.        folder[getCar(folder)]:SetPrimaryPartCFrame(workspace.Points["278"].CFrame)
  58.        
  59.        delay(2, function()
  60.            game.Players.LocalPlayer.PlayerGui:FindFirstChild("ProgressGui"):Destroy()
  61.        end)
  62.        
  63.        wait(3)
  64.    end
  65. end, function()
  66.    breakFarm = true
  67. end)
  68.  
  69. newTab:SetPrimaryTab()