Lostworld.io Rainbow Hack + Extra Controls

Type the commands in the Info tab in the Lostworld.io chat for results. The wood, stone, food and gold will turn rainbow. Here is the link to my youtube channel: https://www.youtube.com/channel/UCva86StavXgOW1UKBSrlvXA/featured

  1. // ==UserScript==
  2. // @name Lostworld.io Rainbow Hack + Extra Controls
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.9
  5. // @description Type the commands in the Info tab in the Lostworld.io chat for results. The wood, stone, food and gold will turn rainbow. Here is the link to my youtube channel: https://www.youtube.com/channel/UCva86StavXgOW1UKBSrlvXA/featured
  6. // @author Deadly Dotio
  7. // @match http://*lostworld.io/*
  8. // @match http://*sploop.io/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. function rainbow(id, r = rain){
  13. var elm = document.getElementById(id);
  14. elm.style.color = `hsl(${r}, 100%, 50%)`;
  15. }
  16. var rain = 0;
  17. setInterval(function(){
  18. rainbow('foodDisplay');
  19. rainbow('woodDisplay');
  20. rainbow('stoneDisplay');
  21. rainbow('goldDisplay');
  22. rainbow('chatInput');
  23. rainbow('clanDisplay');
  24. rainbow('createClanName');
  25. rainbow('createClanButton');
  26. rainbow('memberDisplay');
  27. rainbow('leaveClanButton');
  28. rainbow('loader');
  29. rain++;
  30. },);
  31. var css = "h1 { background: blue; }"
  32. var style = document.createElement("style");
  33. style.type = "text/css";
  34. style.appendChild(document.createTextNode(css));
  35. document.head.appendChild(style);
  36.  
  37. (function() {
  38. "use strict"
  39. var img = new Image();
  40. img.src = 'path/to/image.jpg';
  41. var holder = document.getElementById('holder');
  42. holder.appendChild(img);
  43. })();
  44.  
  45. (function() {
  46. 'use strict';
  47.  
  48. alert('HERE IS THE SPECIAL COMMAND: /bg ../entity/dragon. The command to get the hat is: bg ../hats/hat_1.');
  49. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址