Ref: https://gist.github.com/vertexclique/9839383
| VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
|---|---|---|---|---|
| 3114 | Linux x64 | 0xc700 | 94 | 95 |
| 3114 | Linux x86 | 0xc429 | 94 | 95 |
| 3114 | Win x64 | 0xe62b4 | 94 | 95 |
Ref: https://gist.github.com/vertexclique/9839383
| VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
|---|---|---|---|---|
| 3114 | Linux x64 | 0xc700 | 94 | 95 |
| 3114 | Linux x86 | 0xc429 | 94 | 95 |
| 3114 | Win x64 | 0xe62b4 | 94 | 95 |
A simple script that resets latest MAMP PRO 4 trial validity, and keeps your data safe.
chmod +x then drag and drop the file on the Terminal. You should have something like chmod +x reset_mamp4.sh. Press Enter to run it.reset_mamp4.sh) then pressing Enter.| #!/bin/sh | |
| # Reset Transmit 5 Trial | |
| # curl -fsSL https://gist.githubusercontent.com/thoaster/ca5b4fdb653b9cdb3930897045b78558/raw/reset.sh | bash | |
| set +e | |
| set -x | |
| sudo rm -rf ~/Library/Caches/com.panic.Transmit | |
| sudo rm -rf ~/Library/Application\ Support/com.panic.Transmit | |
| sudo rm ~/Library/Preferences/com.panic.Transmit.plist |