sudo apt-get install gnupg
wget -qO - https://pgp.mongodb.com/server-6.0.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-6.0.gpg
echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
sudo apt-get update
sudo apt-get install -y mongodb-enterprise
sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig
If you run bcdedit with no arguments, you should see a property called hypervisorlaunchtype. This will be set to off or auto.
To disable Hyper-V in order to use VirtualBox, open a command prompt as administrator and run the command:
bcdedit /set hypervisorlaunchtype off
You’ll need to reboot, but then you’ll be all set to run VirtualBox. To turn Hyper-V back on, run:
bcdedit /set hypervisorlaunchtype auto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://softwareupdate.vmware.com/cds/vmw-desktop/ws/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Scene_Boot.prototype.setEncryptionInfo = function() { | |
| const hasEncryptedImages = true; | |
| const hasEncryptedAudio = true; | |
| const encryptionKey = 'e10adc3949ba59abbe56e057f20f883e'; | |
| Utils.setEncryptionInfo(hasEncryptedImages, hasEncryptedAudio, encryptionKey); | |
| }; | |
| Utils.setEncryptionInfo = function(hasEncryptedImages, hasEncryptedAudio, encryptionKey) { | |
| this._hasEncryptedImages = hasEncryptedImages; |
Obfuscated
const _0x4e1e = ['decrypt', 'status', 'Weapons.json', 'loadDataFile', 'onXhrError', 'padZero', 'MapInfos.json', 'Classes.json', 'Animations.json', 'responseText', 'open', 'enc', 'Test_', '$testEvent', 'loadMapData', 'e10adc3949ba59abbe56e057f20f883e', '_hasEncryptedAudio', 'AES', 'application/json', '$dataMap', 'Event.json', 'GET', 'src', 'Armors.json', 'setEncryptionInfo', 'prototype', 'States.json', 'onXhrLoad'];
const _0x1da0 = function(_0x4e1ebf, _0x1da0d5) {
_0x4e1ebf = _0x4e1ebf - 0x0;
let _0x2e562c = _0x4e1e[_0x4e1ebf];
return _0x2e562c;
};