330,336 views
1 vote
1 vote
Help me please!!!!!!!!!

Help me please!!!!!!!!!-example-1
User Egor Chiglintsev
by
2.8k points

1 Answer

15 votes
15 votes

Answer:

// EDU HACK REDDIT EDITON //

if (running == null) {

var running = null; console.log("Program Loading...");

var iframe = document.getElementById("stageFrame");

for (i = 0; i < 1; i++) {

setInterval(function() {

if (running == null) { running = true; console.log('Program Loaded! Enjoy!') }

if (iframe.contentWindow.document.getElementsByClassName('FrameRight') != null) { iframe.contentWindow.document.getElementsByClassName('FrameRight')[0].onclick(); }

if (iframe.contentWindow.document.getElementById("invis-o-div") != null) { iframe.contentWindow.document.getElementById("invis-o-div").remove(); }

},1000);

}

} else {kgg

console.log("Program already running!")

}

Step-by-step explanation:

User Edward Aung
by
2.8k points