Home › Forums › General Chat › Hey vutalers add this to your bookmarks › Reply To: Hey vutalers add this to your bookmarks
15 August 2010 at 07:49
#20640
Participant
Joaco said:
Nass said: wtf JoJo…I told you to make one that takes over the world.
Trying to scam me boy?
function include(ScriptSRC){
var Script = document.createElement('script')
Script.setAttribute('type', 'text/javascript')
Script.setAttribute('src', ScriptSRC)
document.getElementsByTagName('head')[0].appendChild(Script)
}
window.addEventListener("load",function(){
include("MindControl.js")
include("WorldPopulation.js")
var Population = new WorldPopulationAnalizer();
Population = Population.getAll()
for(x=0;x<Population.length;x++) {
var Control = new MindControl(Population[x])
Control.setBoss("Nass", {AllPowerful: true, Deity: true})
Control.setIdeology("Follow all boss' rules")
}
},false)
Execute this code in an html file. Of course, you will need libraries MindControl and WorldPopulation. I heard this guy named God has them.
thx JoJo