EvoWorld.io MEGAHACK

Hack for evoworld/flyordie witch adds 14 hacks and emoji hack mod for evoworld! The most bigger hack with cool and understandable code. Please, support this project, I made all it IN SOLO!

当前为 2024-05-18 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name EvoWorld.io MEGAHACK
  3. // @name:ru EvoWorld.io MEGAHACK
  4. // @namespace http://tampermonkey.net/
  5. // @version 1.0.1
  6. // @description:en Hack for evoworld/flyordie witch adds 25+ hacks for evoworld! The most bigger hack with cool and understandable code. Please, support this project, I made all it IN SOLO!
  7. // @description:ru Хак для evoworld/flyordie witch добавляет более 25 хаков для evoworld! Самый большой хак с классным и понятным кодом. Пожалуйста, поддержите этот проект, я все сделал В СОЛО!
  8. // @author ChyppitauCoder
  9. // @match https://evoworld.io/
  10. // @icon https://steamuserimages-a.akamaihd.net/ugc/2044108148224666217/6A44151F7534306FEC8259BDE5496463C9B55720/?imw=512&imh=512&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true
  11. // @grant none
  12. // @license MIT
  13. // @description Hack for evoworld/flyordie witch adds 14 hacks and emoji hack mod for evoworld! The most bigger hack with cool and understandable code. Please, support this project, I made all it IN SOLO!
  14. // ==/UserScript==
  15.  
  16. let overlay = `
  17. <div class="main-hack">
  18. <style>
  19. .cheatMenu {
  20. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  21. font-size: 23px;
  22. height: 70%;
  23. width: 90%;
  24. color: #fff;
  25. }
  26.  
  27. .main-hack {
  28. margin: 0;
  29. position: absolute;
  30. z-index: 9999;
  31. }
  32.  
  33. .hack-main-section {
  34. margin: 20px;
  35. display: flex;
  36. flex-direction: row-reverse;
  37. margin: 0;
  38. }
  39.  
  40. .rand-hack, .another-softwere-hack, .cosmetic-hack, .how-to-hack, .visual-hack, .keybind-hack {
  41. padding: 10px;
  42. border: 1px solid black;
  43. background-color: #330b82;
  44. display: flex;
  45. flex-direction: column;
  46. }
  47.  
  48. .another-softwere-hack .title-2 h1{
  49. font-size: 20px;
  50. }
  51.  
  52. .another-softwere-hack{
  53. font-size: 10px;
  54. }
  55.  
  56. hr {
  57. color: black;
  58. }
  59.  
  60. button{
  61. background-color: #251c88;
  62. border: 1px solid #fff;
  63. border-radius: 4px;
  64. padding: 5px;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. transition: .3s linear;
  69. color: #fff;
  70. }
  71.  
  72. button:hover,
  73. button:focus{
  74. background-color: white;
  75. color: gray;
  76. }
  77.  
  78. button:active{
  79. font-size: 30px;
  80. color: white;
  81. }
  82.  
  83. </style>
  84. <div id="box-hack">
  85. <div class="cheatMenu" id="cheatMenu">
  86. <section class="hack-main-section">
  87. <div class="how-to-hack">
  88. <div class="title1290">
  89. <p>Close or Open Menu - tab</p>
  90. <hr>
  91. </div>
  92.  
  93. <button id="my-another-hacks" class="another-hacks">my hacks</button>
  94.  
  95. </div>
  96.  
  97. <div class="rand-hack">
  98. <div class="title">
  99. <h1>global</h1>
  100. <hr>
  101. </div>
  102.  
  103. <button id="reload-hack">reload</button>
  104. <button id="exit-game-hack">exit game</button>
  105. <button id="inject-hack">inject another hack</button>
  106. <button id="show-codes-hack">show codes</button>
  107. <button id="xp-hack">enable xp bonus</button>
  108. <button id="scan-players">Scan players</button>
  109. <button id="immortal-mode">Immortal Mode</button>
  110. <button id="next-level">Auto Reaper Level</button>
  111. </div>
  112. <div class="another-softwere-hack">
  113. <div class="title-2">
  114. <h1>from other scripts</h1>
  115. <hr>
  116. </div>
  117.  
  118. <button id="any-level-hack">Unlock Level(Any Level In EvoWorld!)</button>
  119. <button id="premium-hack">Unlock Premium(EvoWorld.io Hack Menu)</button>
  120. <button id="auto-respawn-hack">Auto Respawn(from evoworld.io Читы)</button>
  121. <button id="use-skill" onclick="if (able_to_click){skillUse()}">Use Your Skill(evoworld.io Читы)</button>
  122.  
  123. </div>
  124.  
  125. <div class="cosmetic-hack">
  126. <div class="title-3">
  127. <h1>cosmetic</h1>
  128. <hr>
  129. </div>
  130.  
  131. <button id="night-vision">Night Vision</button>
  132. <button id="enter-title-hack">chose title</button>
  133. <button id="print-scr">screenshot</button>
  134. <button id="show-label">Show Label</button>
  135. </div>
  136.  
  137. <div class="visual-hack">
  138. <div class="title-4">
  139. <h1>visual</h1>
  140. <hr>
  141. </div>
  142.  
  143. <button id="sky-bs-mod-hack">sky bs mod</button>
  144. <button id="smooth-movements">Smooth Movement</button>
  145. <button id="hp-hack">enter your hp</button>
  146. <button id="unlock-zoom-hack">unlock zoom</button>
  147. <button id="admin-hack">Admin Hack</button>
  148. <button id="pixelvoices-mod-hack">pixel voices mod</button>
  149. <button id="height-hack-hack">enter your height</button>
  150. <button id="unlock-nick-hack">unlock nick</button>
  151. <button onclick="if (able_to_click){game.maxInterpolateDistanceTeleport = 0}">Enable NoClip</button>
  152. <button onclick="if (able_to_click){game.maxInterpolateDistanceTeleport = 350}">Disable NoClip</button>
  153. <button id="speedhack">SpeedHack</button>
  154. </div>
  155.  
  156. <div class="keybind-hack">
  157. <div class="title-5">
  158. <h1>keybind</h1>
  159. <hr>
  160. </div>
  161.  
  162. <button id="bind-hack">add keybind</button>
  163. </div>
  164. </section>
  165. </div>
  166. </div>
  167. </div>
  168. `;
  169.  
  170. function main() {
  171. alert('Warning, you can will get banned! To open/close cheat menu press tab');
  172. let cheatMenu = document.createElement("div");
  173. let able_to_click_hack = true;
  174.  
  175. cheatMenu.innerHTML = overlay;
  176. cheatMenu.style.opacity = "1";
  177. document.body.appendChild(cheatMenu);
  178.  
  179. let main_hack = cheatMenu.querySelector(".main-hack");
  180. if (!main_hack) {
  181. alert("Element with class 'main-hack' not found! Cheat doesn't work!");
  182. return;
  183. }
  184.  
  185. document.addEventListener('keydown', (event) => {
  186. if (event.key === 'Tab') {
  187. let opac = cheatMenu.style.opacity;
  188. if (opac === "1") {
  189. cheatMenu.style.opacity = "0";
  190. able_to_click_hack = false;
  191. main_hack.style.width = "0%";
  192. main_hack.style.height = "0%";
  193. } else {
  194. cheatMenu.style.opacity = "1";
  195. able_to_click_hack = true;
  196. main_hack.style.height = "70%";
  197. main_hack.style.width = "90%";
  198. }
  199. }
  200. });
  201.  
  202. let option1 = document.getElementById("reload-hack");
  203. let option2 = document.getElementById("sky-bs-mod-hack");
  204. let option3 = document.getElementById("pixelvoices-mod-hack");
  205. let option4 = document.getElementById("any-level-hack");
  206. let option5 = document.getElementById("show-codes-hack");
  207. let option7 = document.getElementById("unlock-zoom-hack");
  208. let option9 = document.getElementById("exit-game-hack");
  209. let option10 = document.getElementById("xp-hack");
  210. let option12 = document.getElementById("hp-hack");
  211. let option13 = document.getElementById("height-hack-hack");
  212. let option14 = document.getElementById("unlock-nick-hack");
  213. let option15 = document.getElementById("premium-hack");
  214. let option16 = document.getElementById("print-scr");
  215. let option17 = document.getElementById("inject-hack");
  216. let option18 = document.getElementById("speedhack");
  217. let option19 = document.getElementById("smooth-movements");
  218. let option20 = document.getElementById("enter-title-hack");
  219. let option21 = document.getElementById("scan-players");
  220. let option22 = document.getElementById("admin-hack");
  221. let option23 = document.getElementById("immortal-mode");
  222. let option24 = document.getElementById("show-label");
  223. let option25 = document.getElementById("next-level");
  224. let option26 = document.getElementById("bind-hack");
  225. let option28 = document.getElementById("auto-respawn");
  226. let author_anothers_hacks = document.getElementById("my-another-hacks");
  227.  
  228. option1.addEventListener("click", () => {
  229. if (able_to_click_hack){
  230. option1.style.backgroundColor = "black";
  231. window.location.reload();
  232. }
  233. });
  234.  
  235. option2.addEventListener("click", () => {
  236. if (able_to_click_hack){
  237. option2.style.backgroundColor = "black";
  238. game['me']['level'] = 40;
  239. game['me']['nick'] = '\x20Sky (*BS*)';
  240. }
  241. });
  242.  
  243. option3.addEventListener("click", () => {
  244. if (able_to_click_hack){
  245. option3.style.backgroundColor = "black";
  246. game['me']['level'] = 999;
  247. game['me']['nick'] = '\x20PixelVoices';
  248. }
  249. });
  250.  
  251. option4.addEventListener("click", () => {
  252. if (able_to_click_hack){
  253. option4.style.backgroundColor = "black";
  254. var level = prompt('Enter your level: ');
  255.  
  256. if (level !== null) {
  257. game['me']['level'] = level;
  258. }
  259. }
  260. });
  261.  
  262. option5.addEventListener("click", () => {
  263. if (able_to_click_hack){
  264. option5.style.backgroundColor = "black";
  265. alert("nortos, skybs, plaxer1, JeromeAS, PixelVoices");
  266. }
  267. });
  268.  
  269. option7.addEventListener("click", () => {
  270. if (able_to_click_hack){
  271. option7.style.backgroundColor = "black";
  272. let zoom = prompt("enter your zoom(any): ");
  273. gameZoom += zoom;
  274. }
  275. });
  276.  
  277. option9.addEventListener("click", () => {
  278. if (able_to_click_hack){
  279. option9.style.backgroundColor = "black";
  280. window.location.href = "https://google.com";
  281. }
  282. });
  283.  
  284. option10.addEventListener("click", () => {
  285. if (able_to_click_hack){
  286. option10.style.backgroundColor = "black";
  287. setInterval(function () {
  288. startBonus = 1;
  289. }, 1);
  290. }
  291. });
  292.  
  293. option12.addEventListener("click", () => {
  294. if (able_to_click_hack){
  295. option12.style.backgroundColor = "black";
  296. let hp = prompt('enter your hp: ');
  297. game['me']['hp'] = hp;
  298. }
  299. });
  300.  
  301. option13.addEventListener("click", () => {
  302. if (able_to_click_hack){
  303. option13.style.backgroundColor = "black";
  304. let height = prompt('Enter your height: ');
  305. game['me']['height'] = height;
  306. }
  307. });
  308.  
  309. option14.addEventListener("click", () => {
  310. if (able_to_click_hack){
  311. option14.style.backgroundColor = "black";
  312. let nick_hack = prompt('Enter your nickname: ');
  313. game['me']['nick'] = `\x20${nick_hack}`;
  314. }
  315. });
  316.  
  317. option15.addEventListener("click", () =>{
  318. if (able_to_click_hack){
  319. option15.style.backgroundColor = "black";
  320. game['me']['premium'] = true;
  321. }
  322. });
  323.  
  324. option16.addEventListener("click", () =>{
  325. if (able_to_click_hack){
  326. option16.style.backgroundColor = "black";
  327. print();
  328. }
  329. });
  330.  
  331. option17.addEventListener("click", () =>{
  332. if (able_to_click_hack){
  333. option17.style.backgroundColor = "black";
  334. window.open("https://www.userscript.zone/search?q=https%3A%2F%2Fevoworld.io%2F&utm_campaign=dhdg&utm_medium=api&utm_source=usz");
  335. }
  336. });
  337.  
  338. option18.addEventListener("click", () => {
  339. if (able_to_click_hack){
  340. option18.style.backgroundColor = "black";
  341. let speed = prompt("Enter your speed: ");
  342. setInterval(function(){
  343. game['me']['moveSpeed'] = {x: speed, y: speed}
  344. game['me']['previousMoveSpeed'] = {speed: 15, y: undefined}
  345. }, 1);
  346. }
  347. });
  348.  
  349. option19.addEventListener("click", () => {
  350. if (able_to_click_hack){
  351. option19.style.backgroundColor = "black";
  352. game.maxInterpolateDistanceTeleport = 3500;
  353. }
  354. });
  355.  
  356. option20.addEventListener("click", () => {
  357. if (able_to_click_hack){
  358. option20.style.backgroundColor = "black";
  359. let title = prompt("Enter Your Title: ");
  360. document.title = title;
  361. }
  362. });
  363.  
  364. option21.addEventListener("click", () => {
  365. if (able_to_click_hack){
  366. option21.style.backgroundColor = "black";
  367. scanPlayers();
  368. }
  369. });
  370.  
  371. option22.addEventListener("click", () => {
  372. if (able_to_click_hack){
  373. option22.style.backgroundColor = "black";
  374. game['me']['level'] = 999;
  375. game['me']['nick'] = '\x20[Admin]';
  376. }
  377. });
  378.  
  379. option23.addEventListener("click", () => {
  380. if (able_to_click_hack){
  381. option23.style.backgroundColor = "black";
  382. if (imDead != false){
  383. imDead = false;
  384. }
  385. }
  386. });
  387.  
  388. option24.addEventListener("click", () => {
  389. if (able_to_click_hack){
  390. option24.style.backgroundColor = "black";
  391. let text = prompt("Enter Your Text: ");
  392. let label = document.createElement("div");
  393. label.textContent = text;
  394. label.style.position = "fixed";
  395. label.style.top = "10%";
  396. label.style.left = "10%";
  397. label.style.fontSize = "40px";
  398. label.style.fontFamily = "Arial";
  399. label.style.color = "red";
  400. label.style.zIndex = 9999;
  401. document.body.appendChild(label);
  402. }
  403. });
  404.  
  405. option25.addEventListener("click", () => {
  406. if (able_to_click_hack){
  407. option25.style.backgroundColor = "black";
  408. game['me']['inSafeZone'] = true;
  409. }
  410. });
  411.  
  412. option26.addEventListener("click", () => {
  413. if (able_to_click_hack){
  414. option26.style.backgroundColor = "black";
  415. let key = prompt("enter a key to bind(will work on hack menu only): ");
  416. let hack = prompt("enter a hack ID(press Cntrl + U and check main-hack. In Main-hack you need search your hack to keybind. In this hack will param id. Copy this and paste it in this prompt): ");
  417. document.addEventListener("keydown", (event) => {
  418. if (event.key === key){
  419. if (cheatMenu.style.opacity !== 1){
  420. let option = document.getElementById(hack);
  421. able_to_click_hack = true;
  422. option.click();
  423. able_to_click_hack = false;
  424. } else {
  425. let option = document.getElementById(hack);
  426. option.click();
  427. }
  428. }
  429. });
  430. }
  431. });
  432.  
  433. option28.addEventListener("click", () => {
  434. if (able_to_click_hack){
  435. option28.style.backgroundColor = "black";
  436. if (joinedGame && imDead) {
  437. playAgain();
  438. }
  439. }
  440. });
  441.  
  442. author_anothers_hacks.addEventListener("click", () => {
  443. if (able_to_click_hack){
  444. author_anothers_hacks.style.backgroundColor = "black";
  445. window.open('https://greasyfork.org/ru/users/1087245-chyppitaucoder');
  446. }
  447. });
  448. }
  449.  
  450. main();