You got it! NT Gold.

You will get NT gold cars everywhere in Garage on nitro type and math. (It's very shiny!)

  1. // ==UserScript==
  2. // @name You got it! NT Gold.
  3. // @namespace https://www.youtube.com/@GaSk-nitype
  4. // @version 2.22
  5. // @description You will get NT gold cars everywhere in Garage on nitro type and math. (It's very shiny!)
  6. // @author GaSk
  7. // @match https://www.nitrotype.com/garage
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11.  
  12.  
  13.  
  14. /*88+pro.get_post(local_)
  15. GET.CAR.id(175);
  16. game = Nitro Type;
  17. game.give(GaSk NT, NT Gold);
  18. amount = garageFull; */
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. var carId = 175;
  41. var cr = "https://www.nitrotype.com/cars/"+carId+"_large_1.png";
  42. window.onload = function(){
  43. var t = document.querySelectorAll(".is-empty");
  44. var pC = document.querySelector(".profile-car");
  45. t.forEach(function(tt){
  46. tt.className = "garage-spot";
  47. })
  48. var nw = document.querySelectorAll(".garage-spot");
  49. nw.forEach(function(gs){
  50. gs.addEventListener("click", function(){
  51. pC.src = cr;
  52. setTimeout(function(){
  53. pC.src = cr;
  54. pC.setAttribute("class", "profile-car is-exiting");
  55. }, 200);
  56. setTimeout(function(){
  57. pC.setAttribute("class", "profile-car is-entering");
  58. pC.src = "https://www.nitrotype.com/cars/97_large_1.png";
  59. document.querySelectorAll(".mtm")[0].innerHTML = "Wampus"
  60. }, 300)
  61. })
  62. })
  63. var x = document.querySelectorAll(".garage-vehichleImage");
  64. x.forEach(function(y){
  65. y.style.backgroundImage = "url(https://www.nitrotype.com/cars/175_small_1.png)";
  66. y.setAttribute("data-tip", "NT Gold");
  67. })
  68. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址