I hereby claim:
- I am IRDeNial on github.
- I am notmike (https://keybase.io/notmike) on keybase.
- I have a public key whose fingerprint is CB53 D8BE 8406 BD0B 8922 D553 CB5D 110B 5477 423A
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import urllib2 | |
| from bs4 import BeautifulSoup | |
| import re | |
| import sys | |
| fdurl = urllib2.urlopen('http://hashkiller.co.uk') | |
| soup = BeautifulSoup(fdurl.read()) |
| <?php | |
| // Using mysql for backwards compatibility. | |
| // Disable that pesky depreciated warning with php5. | |
| error_reporting(E_ALL ^ E_DEPRECATED); | |
| // We need to have our database information somewhere. | |
| $conf = Array( | |
| 'host' => '127.0.0.1', // Host | |
| 'user' => 'root', // Username | |
| 'pass' => '', // Password |
| #include <Windows.h> | |
| bool runInSafeScreen(const char *, const char *); | |
| BOOL IsUserAdmin(VOID); | |
| int main() { | |
| // We need to check if the user has administrator privileges. | |
| if (!IsUserAdmin()) { | |
| // If they don't, tell them they need administrator privileges. | |
| printf("Please run this program as an administrator\n"); |
| --[[ VoltageHack v2 Garry's Mod multi-hack ]]-- | |
| --[[ Coded by Tyler with help from others ]]-- | |
| --[[ Do NOT leak this hack code to anyone! ]]-- | |
| --[[ Please ignore the awful messy code ]]-- | |
| --[[ Some of this code is borrowed for now ]]-- | |
| /* Start of Hack */ | |
| --Requires-- |
| (function(){ | |
| if(typeof(Storage) === "undefined") { | |
| throw new Error("No Web Storage support! Terminating script. Try updating your browser."); | |
| } | |
| function saveUserNotes(uid,notes) { | |
| try { | |
| localStorage.setItem('lf_notes_'+uid,notes); | |
| return true; | |
| } catch(e) { |
| /* | |
| FileProtector Crypter Patch | |
| Created by _DeNy | |
| 3/20/2013 | |
| */ | |
| #include <windows.h> | |
| #include <stdio.h> | |
| #include <time.h> | |
| #include <iostream> |
| /* | |
| HeroHacks Loader Patch | |
| Patches the HeroHacks loader using detours on the winsock functions | |
| send and recv in order to fake the correct response, allowing for | |
| full use of the hack. | |
| Written by _DeNy. | |
| Time: 5 hours (Mostly due to lazyness and working on this off-and-on) | |
| Date: 3/16/2013 |
| Imports Microsoft.VisualBasic | |
| Imports Microsoft.VisualBasic.CompilerServices | |
| Imports System | |
| Imports System.Collections | |
| Imports System.ComponentModel | |
| Imports System.Diagnostics | |
| Imports System.Drawing | |
| Imports System.IO | |
| Imports System.Management | |
| Imports System.Runtime.CompilerServices |
I hereby claim:
To claim this, I am signing this object:
| //META{"name":"EmbedText"}*// | |
| /* HOW TO USE: | |
| COMMAND: /embed (color:#000000) (title:"Title") Text Content | |
| Ex: /embed color:#ff0000 title:"This is the title" This is the text | |
| This will create an embed with a red color and with a title saying "This is the title" with textsaying "This is the text". | |
| Color can be any hex color. | |
| Title MUST be wrapped in double quotes. | |
| v2 will allow for both single and double quotes. | |
| */ |