(Updated!)Moomoo Add Gui and made The Store Holder Bigger :D

Hey Guys Soon , i'll Make Change hat and Trap hack :DD

2019/01/20のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         (Updated!)Moomoo Add Gui and made The Store Holder Bigger :D
// @version      0.3
// @namespace    원 아이 킹#3565 Hax
// @description  Hey Guys Soon , i'll Make Change hat and Trap hack :DD
// @author       원 아이 킹#3565
// @match        ://moomoo.io/*
// @match        http://sandbox.moomoo.io/*
// @grant        none
// @icon http://i.imgur.com/rJQ6lO6.png
// ==/UserScript==

 (function() {
	'use strict';

	var conf = {
		'map': {
			'w': '130',
			'h': '130',
			'top': '15',
			'left': '15'
		},
	};

	// Change Layout
	$('#mapDisplay').css({
		'top': conf.map.top + 'px',	// default 20px
		'left': conf.map.left + 'px',		// default 20px
		'width': conf.map.w + 'px',			// default 130px
		'height': conf.map.h + 'px'			// default 130px
	});
	$('#scoreDisplay').css({
		'bottom': '20px',					// default 20px
		'left': '20px'						// default 170px
	});
    $('#youtuberOf').remove('');
    $('#gameName').remove('');
    $('#youtubeFollow').remove();
    $('#followText').remove();
    $('#adCard').remove();
    $('#downloadButtonContainer').remove();
    $('#promoImgHolder').remove();
    $('#linksContainer2').remove();
    $('#twitterFollow').remove();
    $('#mobileDownloadButtonContainer').remove();
    $('#altServer').remove();
    $('#errorNotification').remove();
document.getElementById("storeHolder").style = "height: 1500px; width: 450px;";
 })();
(function() {
	var leaderboard2 = document.getElementById("setupCard");
        var myCssText = "display:block;margin-top:10px;";
        splixDIV2.innerHTML = '</br>Right Click -> Apple: Not eat, auto get to hand</br>Right Click -> Cookie: auto eat, not get to hand';

 })();