Skip to content

Instantly share code, notes, and snippets.

View Ext-NT's full-sized avatar
😶‍🌫️
Coding

existence Ext-NT

😶‍🌫️
Coding
View GitHub Profile
@Ext-NT
Ext-NT / NTULTRATYPEBOT
Created June 13, 2023 17:29
Nitro Type UltraType Bot
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='!')
@Ext-NT
Ext-NT / nt-gold-look-homepage
Last active October 18, 2023 17:37
Free User Gold homepage
// ==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';
// ==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
@Ext-NT
Ext-NT / nt-unlimited-garage-space
Last active June 13, 2023 17:34
nt unlimited garage space (credits to ray adams)
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):`)