For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
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
| cd /System/Library/CoreServices/Spotlight.app/Contents/MacOS | |
| sudo cp Spotlight Spotlight.bak | |
| sudo perl -pi -e 's|(\x00\x00\x00\x00\x00\x00\x47\x40\x00\x00\x00\x00\x00\x00)\x42\x40(\x00\x00\x80\x3f\x00\x00\x70\x42)|$1\x00\x00$2|sg' Spotlight | |
| cmp -l Spotlight Spotlight.bak | |
| sudo codesign -f -s - Spotlight | |
| sudo killall Spotlight |
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
| #!/bin/bash | |
| CYAN="$(tput bold; tput setaf 6)" | |
| RESET="$(tput sgr0)" | |
| clear | |
| if command -v python3 > /dev/null 2>&1; then | |
| if [ $(python3 -c "print('ye')") = "ye" ]; then | |
| clear |
Sidenote: you will still need one, but by the end of the guide you should only need to deal with this process once per year, assuming nothing changes.
Note
This guide only covers VPN setup, creating DMM account & installing Game Player is considered out of scope (this is long enough as is).
Use Nyatsu's DMM guide for guidance on getting set up, or check #jp-questions pins in maincord.
Warning
This guide was rewritten in August 2025 to no longer use TunnlTo. If you need the old version, it can still be accessed here.