Skip to content

Instantly share code, notes, and snippets.

View MoozLee's full-sized avatar

David Lee MoozLee

View GitHub Profile
@MoozLee
MoozLee / hack.js
Created January 3, 2018 05:18 — forked from Clarence-pan/hack.js
微信跳一跳, 你懂得
/*
* Recommend run with node v8.9.x or higher version
* npm install lodash crypto-js request-promise request
* node hack.js
*/
const version = 5 // the version of t1t
const score = 370 // the score you wanna get
const playTimeSeconds = score * 0.01 // simulate the playing time (seconds)
@MoozLee
MoozLee / weixin_tiaotiao.js
Created January 2, 2018 12:53 — forked from mysteriouss/weixin_tiaotiao.js
weixin_tiaotiao
// ==UserScript==
// @name weixin_tiaotiao
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://mp.weixin.qq.com/
// @grant GM_xmlhttpRequest
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/aes.js
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
@MoozLee
MoozLee / v2ex抢楼
Created November 2, 2017 05:12 — forked from uyq/v2ex抢楼
//刷帖子抢楼
var louceng = 256;
var postid = 400319;
var times = 0;
var timer1;
var isfast = false;
var isveryfast = false;