Skip to content

iCollin/UnrealEngineSDKGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 

Repository files navigation

Credit

@KN4CK3R created this tool, I merely adapted it to PUBG. Please check out his repo to get an SDK generator for other games.

How to Use:

  • Compile all files in the src directory (x64 Release).
  • Inject the resultant DLL into PUBG.
  • Wait for the magic to happen.
  • Click 'OK' on the Finished message box.
  • Copy pasta SDK into your cheat.
  • Fix UTimelineComponent in AParachutePlayer_C. (PUBG_ParachutePlayer_classes.hpp)
  • Add AActors and AActorsForGC right before OwningWorld in ULevel. (PUBG_Engine_classes.hpp)
  • Add Location and Bounds to USceneComponent right after PhysicsVolume. (PUBG_Engine_classes.hpp)
  • Compile.

Notes

  • Default Directory is D:/SDK_GEN
  • It is not perfectly aligned!
  • If you can improve the alignment, please make a pull request.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%