Skip to content

Sadly this skid got their hands on the full box feature so I decided to leak it to prevent further pasting smh...

License

Notifications You must be signed in to change notification settings

LiamG53/FortniteBuildingExploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FortniteBuildingExploit

Sadly this skid got their hands on the full box feature so I decided to leak it to prevent further pasting smh... Got ratted for it last month and just found out now so I must leak it as they have been selling it for $700 usd.

☠️ please do not purchase and i have already contacted my friend at epic dev team to get it patched next update.

🥇 first part ( again this was a group project sorry to my dearest UC friends who cannot profit anymore )

Address = Memory->PatternScan( "E8 C9 87 40 EE 40 2A 13 93" ); 
reinterpret_cast< void( * )( void*, void* ) >( Memory->RVA( Address, 5 ) )( nullptr, reinterpret_cast< void* >( -1 )  );

You may be asking? Why are we doing the code above, well we have to trigger an execution on a false build in order to bypass their in game checks, thus allowing us to place any build we want.

// ServerCreateBuildingActor_Verify - unreal engine function
Address = Memory->PatternScan( "4A DB 5F 54 4A 19 E2 45 B4 42 29 92 60 E1 D4 EB EC DC BE A2 FA 1C B5 FF 11 0F 85 5D 79 1A 35" ); 
reinterpret_cast< void( * )( void*, void*, void*, void*, FVector, void*, void* ) >( Address )( nullptr, reinterpret_cast< void* >( -1 ), nullptr, nullptr, FVector( FurthestWall_Corrected ), reinterpret_cast< void* >( -1 ), reinterpret_cast< void* >( -1 ) ); // use -1, to use the default otherwise you can make it place some creative wall. 

To get the FurthestWall_Corrected you need to call the function above to allow you to build wherever and expand your radius then use this function. The correction function is on github under some other source. happy pasting.

Get this to 50 stars for EAC-Selfleak ( Injector, Windows11 exploit & EAC fortnite internal base ) Windows11 exploit is required for the Injector to work, Windows10 not supported.

About

Sadly this skid got their hands on the full box feature so I decided to leak it to prevent further pasting smh...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published