Skip to content

Instantly share code, notes, and snippets.

View Cryptid's full-sized avatar

Zathras Cryptid

  • Babylon 4
View GitHub Profile
anonymous
anonymous / GAME_MASTER_v0_1.protobuf
Created July 16, 2016 16:31
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {
@catherinemarvin
catherinemarvin / facebook-mass-remove.js
Created November 6, 2015 02:04
Remove every member from a group
// Modified from https://gist.github.com/michaelv/11145168
var deleteAllGroupMembers = (function () {
var deleteAllGroupMembers = {};
// the facebook ids of the users that will not be removed.
// IMPORTANT: add your own facebook id here so that the script will not remove yourself!
var excludedFbIds = ['565194242']; // make sure each id is a string!
var usersToDeleteQueue = [];
var scriptEnabled = false;