raax7 b3c71855a8 Minor Push
- Fixed a couple things
- Added revert all to AutoRevertFeature
- Added NoTilting to vehicle fly
- Removed double SetReloadTime
2024-03-17 16:17:05 +00:00
2024-03-17 16:17:05 +00:00
aaa
2024-01-05 21:55:08 +00:00
2024-01-05 21:53:24 +00:00
2024-03-15 02:40:41 +00:00
2024-02-20 00:29:48 +00:00

Logo

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

Release Stars

Table of Contents

  1. About somethingidk-FN
  2. How it works
  3. Instructions
  4. License

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

  1. 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
  2. Beep is called so the user knows the DLL was successfully injected
  3. GObjects is initalized using one of 2 signatures
  4. FName::AppendString...

Instructions

License

Do literally whatever you want. (aside from reuploading the source and claiming it as your own)

S
Description
An OG-Fortnite cheat that supports Season 2-19.
Readme MIT
5.1 MiB
Languages
C++ 81.1%
C 18.9%