Skip to content

Instantly share code, notes, and snippets.

@luogan129
luogan129 / weixin_tiaotiao.js
Created January 3, 2018 11:33 — 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
@luogan129
luogan129 / unwxapkg2.py
Created January 3, 2018 09:26 — forked from zergtant/unwxapkg2.py
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""
@luogan129
luogan129 / hack.js
Created January 3, 2018 09:16 — 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)
@luogan129
luogan129 / unwxapkg.py
Created January 3, 2018 08:38 — forked from thedreamwork/unwxapkg.py
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""