This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using dnlib.DotNet; | |
using dnlib.DotNet.Emit; | |
using System; | |
using System.IO; | |
using System.Linq; | |
using System.Security.Cryptography; | |
using System.Text; | |
using System.Windows.Forms; | |
namespace unpackme2_tool |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function addDonorPerksProfile(donorList){ | |
var uid, i, oldbar, donorKeys, src, title; | |
donorKeys = Object.keys(donorList); | |
uid = document.URL.split('&uid=')[1].split('&')[0]; | |
if(donorKeys.indexOf(uid) != -1){ | |
var donorStar; | |
if(donorList[uid][0]=='g'){ | |
donorStar = "<span class='HFES_Star'><img src='http://sublyme.net/site_media/hfesdonorstuff/happystar.png' title='"+donorList[uid][2]+"'></img></span>"; | |
if(donorList[uid][1] != ''){ | |
donorStar = "<a href='"+donorList[uid][1]+"'>"+donorStar+"</a>"; |
NewerOlder