JustDoesGames

edg. cheats

Mar 9th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.73 KB | None | 0 0
  1. //
  2. // SCRIPT CREATED BY JUST DOES GAMES
  3. //
  4. // FIND YOUR FRAMEKEY:
  5. // 1.) RIGHT CLICK THE 'NEXT FRAME' BUTTON AND SELECT 'INSPECT'
  6. // 2.) FIND A LINE OF CODE ABOVE THE SELECTED LINE THAT SAIDS "API.FrameChain.nextFrame();" AND COPY THAT
  7. // 3.) PASTE WHERE IT STATES BELOW
  8. // 4.) COPY EVERYTHING HERE, RIGHT-CLICK AND SELECT 'INSPECT'
  9. // 5.) SELECT THE TAB AT THE TOP THAT SAIDS "CONSOLE"
  10. // 6.) PASTE AND PRESS ENTER.
  11. //
  12. // WARNING :: FRAMECHAINS ARE ONLY GOOD UNTIL THE PAGE RELOADS OR YOU MOVE ON TO THE NEXT ACTIVITY!
  13. //
  14. // IF EVERYTHING WORKED, IT SHOULD OUTPUT GOOD CODE AND SKIP THE VIDEOS ABOUT 10 - 15 SECONDS EARLY
  15. // ALONG WITH REMOVING THE BARRIOR THAT BLOCKS YOU WHEN INSTRUCTIONS ARE PLAYING
  16. //
  17. var sk = function () { API.FrameChain.nextFrame(); };
  18. document.querySelector('#invis-o-div').remove();
  19. document.getElementsByClassName('mainhead')[0].style.backgroundColor = "blue";
  20. console.clear();
  21. alert("Program Created by Just Does Games!");
  22. alert("This program is buggy and laggy at times, make sure the console does not produce errors too. ;)");
  23. var cnt = 0;
  24. while (cnt < 100) {
  25. var i;
  26. for (i = 0; i < 1; i++) {
  27.   setInterval(function(){ sk(); },10000);
  28. }
  29. cnt++;
  30. };
  31.  
  32.  
  33.  
  34.  
  35. var colors = new Array("#FF0000","#FFBA00","#EFFF00","#00FF00","#00EBFF","#FB00EF");
  36. var count = 0;
  37. document.getElementsByClassName('course')[0].style.color = "black";
  38. document.getElementsByClassName('course')[0].innerHTML = "Script Created by Just Does Games!";
  39. for (i = 0; i < 1; i++) {
  40.   setInterval(function(){
  41.     document.getElementsByClassName('mainhead')[0].style.backgroundColor = colors[count];
  42.     document.getElementsByClassName('mainfoot')[0].style.backgroundColor = colors[count];
  43.     if (document.getElementsByClassName('course')[0].style.color == "black") { document.getElementsByClassName('course')[0].style.color = "white"; } else { document.getElementsByClassName('course')[0].style.color = "black"; };
  44.     count++;
  45.     if (count == 7) { count=0;console.log("update"); }; },2000);
  46. }
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. // ROUGH DRAFT! VERSION 1.0 \\
  70.  
  71. var colors = new Array("#FF0000","#FFBA00","#EFFF00","#00FF00","#00EBFF","#FB00EF");
  72. var count = 0;
  73. var np = "left";
  74. var iframe = document.getElementById("stageFrame");
  75. if (iframe.contentWindow.document.getElementById("invis-o-div") != null) {
  76. iframe.contentWindow.document.getElementById("invis-o-div").remove();
  77. }
  78. document.getElementsByClassName('course')[0].style.color = "black";
  79. document.getElementsByClassName('course')[0].style.border = "1px solid white";
  80. document.getElementsByClassName('course')[0].style.backgroundColor = "rgba(255,255,255,.8)";
  81.  
  82. document.getElementsByClassName('course')[0].innerHTML = "Script Created by Just Does Games!";
  83. for (i = 0; i < 1; i++) {
  84.   setInterval(function(){
  85.     document.getElementsByClassName('mainhead')[0].style.backgroundColor = colors[count];
  86.     document.getElementsByClassName('mainfoot')[0].style.backgroundColor = colors[count];
  87.     document.getElementById('lesson-title').style.color = colors[count];
  88.     document.getElementById('activity-title').style.color = colors[count];
  89.     document.getElementById('activity-status').style.color = colors[count];
  90.     if (np == "right") { document.getElementsByClassName('course')[0].style.transform = "translate(0px,0px)"; np = "left" } else { document.getElementsByClassName('course')[0].style.transform = "translate(50px,0px)"; np = "right" };
  91.     count++;
  92.     if (count == colors.length) { count=0;console.log("update"); }; },2000);
  93. }
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. stageFrame
  109.  
  110. var iframe = document.getElementById("stageFrame");
  111. iframe.contentWindow.document.getElementById("invis-o-div").remove();
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. var fr = document.getElementsByClassName("FrameRight")[0].onclick;
  123. fr.API.FrameChain.nextFrame();
Advertisement
Add Comment
Please, Sign In to add comment