var ctx = com['mojang']['minecraftpe']['MainActivity']['current MainActivity']'get'; var Button = android['widget']['Button']; var LinearLayout = android['widget']['LinearLayout']; var RelativeLayout = android['widget']['RelativeLayout']; var PopupWindow = android['widget']['PopupWindow']; var ScrollView = android['widget']['ScrollView']; var TextView = android['widget']['TextView']; var CheckBox = android['widget']['CheckBox']; var Switch = android['widget']['Switch']; var Toast = android['widget']['Toast']; var Runnable = java['lang']['Runnable']; var View = android['view']['View']; var ColorDrawable = android['graphics']['drawable']['ColorDrawable']; var Color = android['graphics']['Color']; var Gravity = android['view']['Gravity']; var Intent = android['content']['Intent']; var Uri = android['net']['Uri']; ModPE'langEdit'; var bg = new android['graphics']['drawable'].GradientDrawable(); bg'setColor'; bg['setStroke'](4, android['graphics']['Color']['rgb'](255, 0, 255)); bg'setCornerRadius'; var ibg = new android['graphics']['drawable'].GradientDrawable(); ibg'setColor'; ibg['setStroke'](5, android['graphics']['Color'].RED); var mbg = new android['graphics']['drawable'].GradientDrawable(); mbg'setColor'; mbg['setStroke'](4, android['graphics']['Color']['rgb'](255, 64, 0)); mbg'setCornerRadius'; var fbg = new android['graphics']['drawable'].GradientDrawable(); fbg'setColor'; fbg['setStroke'](5, android['graphics']['Color'].RED); fbg'setCornerRadius'; var xbg = new android['graphics']['drawable'].GradientDrawable(); xbg'setColor'; xbg['setStroke'](4, android['graphics']['Color']['rgb'](255, 0, 255)); xbg'setCornerRadius'; var nbg = new android['graphics']['drawable'].GradientDrawable(); nbg'setColor'; nbg'setAlpha'; var nnbg = new android['graphics']['drawable'].GradientDrawable(); nnbg'setColor'; nnbg['setStroke'](4, android['graphics']['Color']['rgb'](0, 128, 128)); var iibg = new android['graphics']['drawable'].GradientDrawable(); iibg'setColor'; iibg'setAlpha'; iibg['setStroke'](2, android['graphics']['Color'].RED); var abg = new android['graphics']['drawable'].GradientDrawable(); abg'setAlpha'; abg'setColor'; abg['setStroke'](4, android['graphics']['Color']['rgb'](255, 128, 0)); var gmbg = new android['graphics']['drawable'].GradientDrawable(); gmbg'setColor'; gmbg['setStroke'](2, android['graphics']['Color']['rgb'](255, 0, 255)); gmbg'setCornerRadius'; var jbg = new android['graphics']['drawable'].GradientDrawable(); jbg'setColor'; jbg'setCornerRadius'; var destructbg = new android['graphics']['drawable'].GradientDrawable(); destructbg'setColor'; destructbg['setStroke'](4, android['graphics']['Color']['rgb'](255, 0, 255)); var theme = nnbg; var theme1 = mbg; var module = nbg; var Utils = { Block: { isLiquid: function(_0x2bf6x22) { if (_0x2bf6x22 >= 8 && _0x2bf6x22 <= 11) { return true }; return false }, fastBreak: function() { for (i = 0; i < 256; i++) { Block['setDestroyTime'](i, 0) } }, isLadder: function(_0x2bf6x22) { if (_0x2bf6x22 == 65) { return true }; return false } }, Velocity: { calculateSpeed: function() { return Math['sqrt'](Math['pow'](Entity'getVelX', 2) + Math['pow'](Entity'getVelZ', 2)) } }, Text: { replaceAll: function(_0x2bf6x23, _0x2bf6x24, _0x2bf6x25) { var _0x2bf6x26 = _0x2bf6x25; return _0x2bf6x26['replace'](new RegExp(_0x2bf6x23, 'g'), _0x2bf6x24) } }, Player: { isInWater: function() { if (Utils['Block']['isLiquid'](getTile(Entity'getX', Entity'getY' - 1.65, Entity'getZ'))) { return true } else { return false } }, isOnLadder: function() { if (Utils['Block']['isLadder'](getTile(getPlayerX(), getPlayerY() + 0.001, getPlayerZ()))) { return true } else { return false } }, isOnGround: function() { var _0x2bf6x27 = Entity'getY'; while (_0x2bf6x27 > 1) { _0x2bf6x27 -= 1 }; if ((Math['round.