mirror of
https://github.com/ApfelTeeSaft/OG-Fortnite-Cheat.git
synced 2026-08-26 19:33:33 +00:00
b3c71855a8ce2ffeec45697436e05ec7c50b75fc
- Fixed a couple things - Added revert all to AutoRevertFeature - Added NoTilting to vehicle fly - Removed double SetReloadTime
A Fortnite Internal cheat base that automatically gets all Offset and VTables for S3 to S15.
If you enjoy this, join the Discord and star the project!
Discord Server | Report an Issue
Table of Contents
About somethingidk-FN
Out the box, somethingidk-FN comes with some stand out features that make it the perfect base.
- Automatic Offset and VTable updating
- Return address spoofing (don't know who made it)
- Compile time string encryption (skCrypter)
- Windows API function hiding (LazyImporter)
How it works
Depending on the build mode different things are enabled and disabled by default. Release is the safest to use with the least potential traces out of the box.
At Compilation (release)
- Release mode is stripped of all debug info
- A post-build powershell script is run to clear any remaining path strings
On Injection
- A thread is made using CreateThread (may be a detection vector depending on project), as to not crash by the process being suspended for too long
- Beep is called so the user knows the DLL was successfully injected
- GObjects is initalized using one of 2 signatures
- FName::AppendString...
Instructions
License
Do literally whatever you want. (aside from reuploading the source and claiming it as your own)
Languages
C++
81.1%
C
18.9%
