You got it! NT Gold.

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

目前为 2023-12-18 提交的版本。查看 最新版本

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

QingJ © 2025

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