raax7 fb147b3565 BulletTP!
Features:
- Added BulletTP (pickaxes and non-pojectile weapons)
- Added ability to toggle visible check
- Added ability to toggle sticky aim

Minor Changes:
- Added outline to windows in RaaxGUI
- Made minhook compile with all builds
- Removed unnecessary FPS scale recalculation in Vehicles.cpp
- Added missing functionality for outlined lines on ImGui
- Reworded "ScreeenPositionA" to "ScreenPosition" where there is only 1 screen position
- Changed "PostRender" to "DrawTransition" to match the function it's actually finding
- Changed "ErrorManager::error" to "ErrorManager::ThrowError"
- Added SDKInitializer::InitCalculateShot

Bug-Fixes:
- Fixed text size incorrect on Engine rendering

TO-DO:
- Add more signatures for CalculateShot function offset initialization
2024-03-21 19:59:49 +00:00
2024-03-21 19:59:49 +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%