😶🌫️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from discord.ext import commands | |
from utils.nitro_type import get_profile | |
from datetime import datetime | |
from db.models import User | |
import secret | |
import asyncio | |
import inspect | |
import discord | |
bot = commands.Bot(command_prefix='!') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NT Gold For Free | |
// @namespace N/A | |
// @version 1.0 | |
// @description Gives you NT Gold look on Nitro Type garage page! | |
// @author JothamCodes | |
// @match https://www.nitrotype.com/* | |
// ==/UserScript== | |
(function() { | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Nitro Type - Admin Panel | |
// @version 0.1.0 | |
// @description Always displays the selected car, hue and trail on the race track. | |
// @author JyGameHub | |
// @match *://*.nitrotype.com/race | |
// @match *://*.nitrotype.com/race/* | |
// @match *://*.nitrotype.com/garage/customizer | |
// @match *://*.nitrotype.com/garage/customizer/* | |
// @icon https://i.ibb.co/YRs06pc/JyGameHub-userscript.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(async(a,b='',c,d=JSON.parse(JSON.parse(localStorage['persist:nt']).user).garage)=>{if(!a)return;for(c=0;c<a*30;c++)b+=`garage%5B${c}%5D=${d[c]||''}&`;await fetch('api/v2/loot/arrange-cars',{'headers':{'Authorization':'Bearer '+localStorage.player_token,'Content-Type':'application/x-www-form-urlencoded'},'body':b,'method':'POST','mode':'cors'});alert`Logging you out... Please log back in to see changes.`;document.querySelector('a.dropdown-link[href="/"]').click()})(prompt`Number of garage sections (~30 max):`) |