Advertisement
Benji23245

Untitled

Oct 14th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include "to_normal.h"
  2. #include "to_super.h"
  3.  
  4. //To Super model
  5. if (is_super)
  6. {
  7. HMODULE handle = GetModuleHandle(L"CHRMODELS_orig");
  8. NJS_OBJECT **___SONIC_OBJECTS = (NJS_OBJECT **)GetProcAddress(handle, "___SONIC_OBJECTS");
  9. ___SONIC_OBJECTS[0] = &object_0156AF50;
  10. ___SONIC_OBJECTS[44] = &object_0157BC44;
  11. ___SONIC_OBJECTS[66] = &object_015729CC;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement