Skip to content

Instantly share code, notes, and snippets.

View Tustin's full-sized avatar

Josh Tustin

View GitHub Profile
#using scripts\codescripts\struct;
#using scripts\shared\callbacks_shared;
#insert scripts\shared\shared.gsh;
#insert scripts\zm\_zm_utility.gsh;
//Perks
#using scripts\zm\_zm_perks;
//include these because not all maps have them
#using scripts\zm\_zm_perk_deadshot;
.rdata:00007FF72615EF30 00000036 C mp.php?hardware=%s&uid=%s&wait=%.0f&prot=%i&reauth=%i
.rdata:00007FF72616B378 0000003F C prime.php?hardware=%s&uid=%s&prot=%i&lastCheck=%f&numChecks=%i
.rdata:00007FF726175E80 00000070 C messages.php?qt=messages-delete&hardware=%s&uid=%s&language=%s&type=%s&del=%i&start=%i&max=%i&timezoneOffset=%i
.rdata:00007FF726175F10 0000005F C messages.php?qt=messages-read&start=%i&max=%i&hardware=%s&uid=%s&language=%s&timezoneOffset=%i
.rdata:00007FF726176180 00000079 C communities.php?qt=communities-getsettings&hardware=%s&uid=%s&language=%s&getsettings=1&id=%i&cprot=%i&timezoneOffset=%i
.rda
import discord
import asyncio
import requests
import json
client = discord.Client()
def check_psn(psn):
response = requests.post('https://accounts.api.playstation.com/api/v1/accounts/onlineIds', json={"onlineId": psn, "reserveIfAvailable": False})
return response.status_code != 401 and response.status_code != 400
@Tustin
Tustin / names.txt
Last active October 23, 2019 01:45
Call of Duty® Modern Warfare®
[platinum] Tier 1 - Unlock all Trophies
[bronze] Press [BOOM] to Defuse - Blow up 3 tripwires with explosives.
[silver] Ashes to Ashes - Burn 4 enemies with a single molotov.
[bronze] Hang Time - Kill 3 Enemies while you are on a ladder.
[silver] Long Way Down - Crash a helicopter by shooting the pilot.
[gold] Wild Fire - Take down a flying Helicopter with a molotov.
[silver] Good Effect on Target - Kill an enemy with a direct hit from a smoke grenade.
[gold] Out of the Fire - Complete every single player mission on Veteran or Realism difficulty.
[silver] Tea Time - Complete the single player Campaign on any difficulty.
string(1023) ""userInfo":
{
"uid": 4421126145254737307,
"hardware": "PS4",
"name": "tustin25",
"kills": 0,
"wins": 0,
"privacy": "open",
"ties": 0,
"_xp": 0,
playlists
{
version stable
versionNum 188
Gamemodes
{
defaults
{
vars
{
// bo4.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <iostream>
#include <Windows.h>
#include <TlHelp32.h>
typedef __int64(__stdcall* _CBuf_AddText)(__int64, const char*);
HANDLE FindProcess(const std::string name)

Call of Duty®: Black Ops 4 - 53 trophies

Icon Name Detail Rarity
Platinum Platinum Aw
// Unlock all cooldowns
CCooldownHandler.prototype.BAttack = function() {
return true;
}