// ==UserScript== // @name SISI´s HacK | HAT MACRO | AUTOHEAL | INSTAKILL | NO ADS | PRO MINIMAP | BIG STORE and more // @version 4.0 // @description [N] For 1 Windmill | [O] For 5 Windmills | [G] forBoostSpike | [H] For 2 Turrets | [F] For Trap or BoostPad | [V] For Spike | [P] For 4 Spikes | [ArrowRight] for Active/Unactive Auto Hat |[ArrowLeft] for Active/Unactive AutoHeal |[R] for Insta-Kill | [I] for 4 Trap or BoostPad | [L] for Musket | [1 on NumPad] for Katana + Hammer | [9 on NumPad] for Spinning Spikes // @author BiG KinG // @match *://moomoo.io/* // @match *://dev.moomoo.io/ // @match *://sandbox.moomoo.io/* // @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js // @require https://greasyfork.org/scripts/368273-msgpack/code/msgpack.js?version=598723 // @require http://code.jquery.com/jquery-3.3.1.min.js // @require https://cdn.jsdelivr.net/npm/msgpack-lite@0.1.26/dist/msgpack.min.js // @require https://cdn.jsdelivr.net/npm/fontfaceobserver@2.1.0/fontfaceobserver.standalone.min.js // @namespace https://greasyfork.org/users/752105 // @downloadURL none // ==/UserScript== var autoreloadloop; var autoreloadenough = 0; autoreloadloop = setInterval(function () { if (autoreloadenough < 200) { if (document.getElementById("loadingText").innerHTML == `disconnectedreload`) { document.title = "Disconnected? NP"; clearInterval(autoreloadloop); setTimeout(function () {document.title = "Moo Moo";}, 1000) location.reload(); } autoreloadenough++; } else if (autoreloadenough >= 300) { clearInterval(autoreloadloop); document.title = "there you are"; setTimeout(function () {document.title = "Moo Moo";}, 1000) } }, 50); (function() { 'use strict'; var conf = { 'radar': { 'color': '#ffffff', 'w': '20', 'h': '20' }, 'maxScreenWidth': 1920, 'maxScreenHeight': 1080 }; var SID; var socket; var player_x = 0; var player_y = 0; var player_team = null; var user = []; setTimeout(function () { var c = setInterval(function () { if (typeof io !== 'undefined' && io !== null) { if (typeof storeBuy === 'function' && typeof Object.keys(io.managers) [0] !== 'undefined') { socket = io.managers[Object.keys(io.managers) [0]].nsps['/']; socket.on('1', function (e) { SID = e; }); socket.on('2', function (e, t) { if (!t) user.push([e[0], e[1], e[2], 0, 0, null]); }); socket.on('4', function (e) { removeUserID(e); }); socket.on('13', function (e) { removeUserSID(e); }); socket.on('3', function (e) { for (var i = 0; i < user.length; i++) { $('#enemyradar' + user[i][1]).css({ 'display': 'none' }); } for (var t = 0; t < e.length; t += 8) { if (e[t] == SID) { player_x = e[t + 1]; player_y = e[t + 2]; player_team = e[t + 6]; } else { addUser(e[t], e[t + 1], e[t + 2], e[t + 6]); } } }); clearInterval(c); } } }, 200); }, 1000); function addUser(sid, x, y, team) { for (var i = 0; i < user.length; i++) { if (user[i][1] === sid) { user[i][3] = x; user[i][4] = y; user[i][5] = team; break; } } if (!$('#enemyradar' + sid).length) { $(document.body).append('
'); } var center_x = window.innerWidth / 2; var center_y = window.innerHeight / 2; var rad = getRadian(player_x, player_y, x, y); var per = getDistance(0, 0, (player_x - x), (player_y - y) * (16 / 9)) * 100 / (conf.maxScreenHeight / 2); var alpha = per / center_y; if (alpha > 1.0) alpha = 1.0; var dis = center_y * alpha; var tx = center_x + dis * Math.cos(rad) - conf.radar.w / 2; var ty = center_y + dis * Math.sin(rad) - conf.radar.h / 2; $('#enemyradar' + sid).css({ 'left': tx + 'px', 'top': ty + 'px', 'display': ((player_team === null || player_team !== team) ? 'block' : 'none'), 'opacity': alpha, 'transform': 'rotate(' + RtoD(rad) + 'deg)' }); } function removeUserID(id) { for (var i = 0; i < user.length; i++) { if (user[i][0] == id) { $('#enemyradar' + user[i][1]).remove(); user.splice(i, 1); break; } } } function removeUserSID(sid) { for (var i = 0; i < user.length; i++) { if (user[i][1] == sid) { $('#enemyradar' + user[i][1]).remove(); user.splice(i, 1); break; } } } function getRadian(x1, y1, x2, y2) { return Math.atan2(y2 - y1, x2 - x1); } function getDistance(x1, y1, x2, y2) { return Math.sqrt(Math.pow(x1 - x2, 2) + Math.pow(y1 - y2, 2)); } function RtoD(r) { return r * 180 / Math.PI; } function DtoR(d) { return d * Math.PI / 180; } })(); setInterval(() => { setTimeout(() => { document.getElementById('chatBox').placeholder = "💬writing💬"; setTimeout(() => { document.getElementById('chatBox').placeholder = "💬writing.💬"; setTimeout(() => { document.getElementById('chatBox').placeholder = "💬writing..💬"; setTimeout(() => { document.getElementById('chatBox').placeholder = "💬writing...💬"; }, 100); }, 100); }, 100); }, 100); }, 500) //LayOut var int; var isSpecToggled = false; int = 0; var val = setInterval(function(){ int++; Hat(int); if(int === 100){ clearInterval(val); } }, 10); function Hat(id){ storeBuy(id); storeEquip(id); } window.addEventListener('keydown', function(e) { switch(e.keyCode){ case 66: Hat(6); break; case 84: Hat(7); break; case 74: Hat(22); break; case 90: Hat(40); break; case 60: Hat(31); break; case 188: Hat(15); break; case 16: Hat(12); break; case 85: Hat(53); break; case 27: Hat(0); break; case 119: spec(); break; } }); setInterval(() => window.follmoo && follmoo(), 10); function spec() { if(isSpecToggled == false) { $("#ot-sdk-btn-floating").hide(); isSpecToggled = !isSpecToggled; } else if(isSpecToggled == true){ $("#ot-sdk-btn-floating").show(); isSpecToggled = !isSpecToggled; } } document.getElementById('linksContainer2').innerHTML = ' [N] For 1 Windmills | [O] For 5 Windmills | [H] For 2 Turrets | [G] for Boost + Spike | [F] For BoostPad | [V] For Spike | [P] For 4 Spikes | [ArrowRight] for Active/Unactive Auto Hat | [ArrowLeft] for Active/Unactive AutoHeal | [R] for Insta-Kill | [I] for 4 Trap or BoostPad '; document.getElementById('gameName').innerHTML = 'SISI´s bEsT HacK'; document.getElementById('loadingText').innerHTML = ' LoaDiNg YouR NicE hAcK ' document.getElementById('diedText').innerHTML = ' !!💀Revange💀!! '; document.getElementById('enterGame').innerHTML = ' have a nice game '; document.getElementById('desktopInstructions').innerHTML = ' [N] For 2 Windmills............................ [O] For 5 Windmills.......................... [H] For Turrets................................... [F] For BoostPad............................... [V] For Spike...................................... [P] For 4 Spikes.................................. [B] for Active/Unactive Auto Hat. [T] for Active/Unactive AutoHeal. [R] for Insta-Kill................................ [I] for 4 Trap or BoostPad.............. '; document.getElementById('gameName').style.color = "#fe1414"; document.getElementById('diedText').style.color = "#fe3200"; document.getElementById('loadingText').style.color = "#f76f16"; document.getElementById('nameInput').style.color = "#F70606"; document.getElementById("enterGame").style.color = "#000"; document.getElementById("storeHolder").style = "height: 1000px; width: 480px;"; document.getElementById('leaderboard').style.color = "#ff1f3d"; document.title = ' SISI´s HacK '; document.getElementById("leaderboard").append ('SISI´s HacK'); document.getElementById('nameInput').placeholder = "YoUr nAmE"; document.getElementById("promoImg").remove(); document.getElementById('moomooio_728x90_home').remove(); document.getElementById('ageText').style.color = "#ff1f3d"; //ANTI AD document.querySelector("#pre-content-container").remove(); $('.menuCard').css({'white-space': 'normal', 'text-align': 'left', 'background-color': 'rgba(0, 0, 0, 0.74)', '-moz-box-shadow': '0px 0px rgba(255, 255, 255, 0)', '-webkit-box-shadow': '0px 0px rgba(255, 255, 255, 0)', 'box-shadow': '0px 0px rgba(255, 255, 255, 0)', '-webkit-border-radius': '0px', '-moz-border-radius': '0px', 'border-radius': '0px', 'margin': '15px', 'margin-top': '15px'}); $('.actionBarItem').css({'-webkit-border-radius': '0px', 'border-radius': '3px', 'background-color': 'rgba(0, 0, 0, 0.4)'}); $('.menuCard').css({'color':'#808080'}); $("#ageBarBody").css({'background-color':'red'}); $("#youtuberOf").remove(); $("#adCard").remove(); $("#mobileInstructions").remove(); $("#downloadButtonContainer").remove(); $("#mobileDownloadButtonContainer").remove(); $(".downloadBadge").remove(); $("#ageBarContainer").append('
[Z] Tank Gear | [U] Turret Gear | [T] Bull Helmet | [J] Emp Helmet | [B] Soldier Helmet | [<] Fish Hat | [,] Winter Cap | [Shift] Booster Helmet
'); $( "#errorNotification" ).after( '
SISI´s MeNu
____made by BiG_KinG____