Jump to content

How to use obfuscated JS code in Form.Script?


irigsoft

Recommended Posts

Hi, if anyone needs to use obfuscated JS code, they can try: https://obfuscator.io/

The processed code works fine for me. 

The website is not tested for integrated dangerous code at obfuscate !!!

origin

function launchIntoFullscreen(element) {
    if (element.requestFullscreen) {
        element.requestFullscreen();
    } else if (element.mozRequestFullScreen) {
        element.mozRequestFullScreen();
    }
}

obfuscated:

(function(_0x2b68b2,_0xf64ce1){var _0x7fdcb0=_0x28fd,_0x4919fb=_0x2b68b2();while(!![]){try{var _0x3ebdfe=parseInt(_0x7fdcb0(0x172))/0x1+parseInt(_0x7fdcb0(0x16d))/0x2*(parseInt(_0x7fdcb0(0x168))/0x3)+parseInt(_0x7fdcb0(0x16e))/0x4+parseInt(_0x7fdcb0(0x167))/0x5+-parseInt(_0x7fdcb0(0x169))/0x6+-parseInt(_0x7fdcb0(0x166))/0x7+-parseInt(_0x7fdcb0(0x170))/0x8*(parseInt(_0x7fdcb0(0x16c))/0x9);if(_0x3ebdfe===_0xf64ce1)break;else _0x4919fb['push'](_0x4919fb['shift']());}catch(_0x405756){_0x4919fb['push'](_0x4919fb['shift']());}}}(_0x427c,0xe8830));function _0x427c(){var _0xba452f=['mozRequestFullScreen','280SYNXnZ','webkitRequestFullscreen','809445nyrTNt','6033244Cetupn','7917435xqSWkJ','9QZBtrJ','9344970GYSrlp','requestFullscreen','msRequestFullscreen','369378YWZKLx','1147358pccKOu','2777024IgnFiT'];_0x427c=function(){return _0xba452f;};return _0x427c();}function _0x28fd(_0x2a6c4c,_0x22edfe){var _0x427c86=_0x427c();return _0x28fd=function(_0x28fd61,_0x17538e){_0x28fd61=_0x28fd61-0x166;var _0x1540c4=_0x427c86[_0x28fd61];return _0x1540c4;},_0x28fd(_0x2a6c4c,_0x22edfe);}function launchIntoFullscreen(_0x1ab96c){var _0x1e0b9d=_0x28fd;if(_0x1ab96c[_0x1e0b9d(0x16a)])_0x1ab96c[_0x1e0b9d(0x16a)]();else{if(_0x1ab96c[_0x1e0b9d(0x16f)])_0x1ab96c['mozRequestFullScreen']();else{if(_0x1ab96c[_0x1e0b9d(0x171)])_0x1ab96c['webkitRequestFullscreen']();else _0x1ab96c[_0x1e0b9d(0x16b)]&&_0x1ab96c[_0x1e0b9d(0x16b)]();}}}

 

To the uniGui team, is it possible to use some integrated tools to obfuscate js code when using external files or loading Form.Script from such ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...