Skip to content

Instantly share code, notes, and snippets.

View mcpie87's full-sized avatar

Mcpie mcpie87

View GitHub Profile
@mcpie87
mcpie87 / extract-wishes.js
Created April 7, 2021 22:23
GI - extract wish history (node 14)
const https = require('https')
const fs = require('fs');
const FEEDBACK_URL = "PLACE YOUR FEEDBACK URL HERE"
const PAGE_SIZE = 20;
const DELAY = 1000;
const GACHA_MAP = {
"STANDARD": 200,
"NOVICE": 100,
"WEAPON": 302,
@mcpie87
mcpie87 / convert-to-tally.js
Last active April 7, 2021 22:44
GI - convert extracted wishes to wish tally format
const fs = require('fs');
const GACHA_TYPES = [
"STANDARD",
"NOVICE",
"WEAPON",
"CHARACTER",
]
const GACHA_TYPE = process.argv[2];
if (!GACHA_TYPES.includes(GACHA_TYPE)) {
console.log("Invalid gacha type. Available types are:\n" + (GACHA_TYPES).map(e => "\t- " + e).join("\n"))
/**
*Submitted for verification at BscScan.com on 2021-11-18
*/
/**
PuppyPal is fair launching today at 18.00UTC with $FLOKI reflections for every transaction and products including PuppyPal Rescue Mobile Game and PuppyPal’s NFT-platform📱🎮 Massive marketing push starting today with an experienced and devoted community developer team behind📍Join the Telegram and witness the PuppyPal rocket take off today💎🚀
Why join the PuppyPal community?
- PuppyPal Mobile Rescue Game (launching for iOS and Android on January 12th)📱
- PuppyPal NFT platform (launching December 15h)🖥
const BOMBS = 20;
const COLS = 9;
const ROWS = 10;
const CHARS = " 123456789*";
const map = Array.from({ length: ROWS }, () =>
Array.from({ length: COLS }, () => CHARS[0])
);
for (let i=0; i<BOMBS; ++i) {
let r1, r2;
Launch_Mail::NumLock
#If GetKeyState("NumLock", "T")
RAlt::Numpad0
,::Numpad1
.::Numpad2
/::Numpad3
k::Numpad4
l::Numpad5
`;::Numpad6