Skip to content

Instantly share code, notes, and snippets.

View TomieAi's full-sized avatar
🎯
Focusing

Tomie TomieAi

🎯
Focusing
View GitHub Profile
@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