Scavenging script (already approved on .net)

DeletedUser8477

Guest
javascript:
//Creators: Sophie "Shinko to Kuma" - Mitchell "Superdog" - W104 .net

/* ONLY ADJUST THESE VALUES ***
script might not be perfect yet, any questions or problems, add Sophie on skype: live:sophiekitsune*/


var duration_factor = "0.7237692407";
var duration_initial_seconds = "1800";
var duration_exponent = "0.45";

// Don't adjust anything past this


sessionStorage.setItem("duration_factor", duration_factor);
sessionStorage.setItem("duration_initial_seconds", duration_initial_seconds);
sessionStorage.setItem("duration_exponent", duration_exponent);

//loadscript
$.getScript('https://dl.dropboxusercontent.com/s/9ivos9x3tl0slqc/scavenging.js');
 

Deleted User - 419875

Guest
Sorry, I have been on vacation, Give me a couple of days to get caught up and I will verify with .net that is is legal there. Then get back to you. If I do not then please contact me again here. Thank you.
 

Deleted User - 419875

Guest
Thank you, And yes it is an approved script.With the changes that were made.
 
Top