Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexNote
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| // To compile: clang++ -arch x86_64 -arch arm64 -arch arm64e -std=c++20 library_injector.cpp -lbsm -lEndpointSecurity -o library_injector, | |
| // then codesign with com.apple.developer.endpoint-security.client and run the | |
| // program as root. | |
| #include <EndpointSecurity/EndpointSecurity.h> | |
| #include <algorithm> | |
| #include <array> | |
| #include <bsm/libbsm.h> | |
| #include <cstddef> | |
| #include <cstdint> |
| # 0. Use `crtl+h` and replace `{{HOST}}` with the IP address of a server you | |
| # control and want to direct the traffic to. Or Just use `0.0.0.0` to block it. | |
| # | |
| # 1. Log into your Pi-hole device and move this file into the `/etc/dnsmasq.d/` | |
| # directory. Feel free to rename it. | |
| # | |
| # 2. Run the command `pihole restartdns` | |
| # Redirects Nintendo Landing Page Domains | |
| address=/ctest.cdn.nintendo.net/{{HOST}} |
| /* | |
| * Copyright (C) 2023 Daniel Levi | |
| * | |
| * Alternate version | |
| * | |
| */ | |
| #pragma once | |
| #include <CoreFoundation/CoreFoundation.h> |
| // | |
| // airtag-decryptor.swift | |
| // | |
| // Decrypt all beacons files from ~/Library/com.apple.icloud.searchpartyd - updated when FindMy is running | |
| // Results in /tmp/com.apple.icloud.searchpartyd - same file hierarchy | |
| // | |
| // Created by Matus on 28/01/2024. - https://gist.github.com/YeapGuy/f473de53c2a4e8978bc63217359ca1e4 | |
| // Modified by Airy | |
| // | |
| import Cocoa |
Warning
This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.