Skip to content

Instantly share code, notes, and snippets.

View TomieAi's full-sized avatar
🎯
Focusing

Tomie TomieAi

🎯
Focusing
View GitHub Profile
@TomieAi
TomieAi / test 1.md
Last active April 26, 2025 15:41
testing my deobfuscation script for Obfuscator.io alike obfuscation.
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;
};
@TomieAi
TomieAi / core_2.js
Last active April 26, 2025 11:37
bypass js xianxinglu-of-the-scarlet-moon
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;
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\*\shell\Open with IDA]
"icon"="D:\\IDA Pro 9.0\\IDA\\ida64.exe"
[HKEY_CURRENT_USER\Software\Classes\*\shell\Open with IDA\command]
@="\"D:\\IDA Pro 9.0\\IDA\\ida64.exe\" \"%1\""
@TomieAi
TomieAi / Disable_Enable.md
Created April 3, 2024 09:51 — forked from ichadhr/Disable_Enable.md
Disable/Enable Hyper-V and VT-X

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

Safe Rage Cheat.CEA

  • Hit enemy 1st to fill the rage
aobScanRegion(rage,100000000,4ffffffff,75 1C 8B 45 38 48 8B 8D 08 01 00 00 0F 38 F1 84 19 08 08 00 00 48 83 C4 28 E9 3A 00 00 00)
[ENABLE]
rage:
db 75 1C 49 8B C4

[DISABLE]
@TomieAi
TomieAi / mongo-enterprise-wsl2.md
Last active February 7, 2023 17:45
Ubuntu 22.04 / MongoDB Enterprise / WSL 2.0
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