Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /STEAM
  2. NameOffset[0] = 0x282E05C; //Clientside
  3. NameOffset[1] = 0x2833FA4; //unk??
  4. NameOffset[2] = 0x2C5CB0C; //unk??
  5. NameOffset[3] = NameOffset[2] + 0x2FD3; //unk??
  6. NameOffset[4] = 0x2C62F2F; //Online
  7. NameOffset[5] = NameOffset[4] + 0x295; //unk??
  8.  
  9. //SC Version
  10. NameOffset[0] = 0x2829BFC; //Clientside
  11. NameOffset[1] = 0x282FAB4; //unk??
  12. NameOffset[2] = 0x2C57DFC; //unk??
  13. NameOffset[3] = NameOffset[2] + 0x2FD3; //unk??
  14. NameOffset[4] = 0x2C5E19F; //Online
  15. NameOffset[5] = NameOffset[4] + 0x295; //unk??
  16.  
  17.  
  18.  
  19. //SC version
  20. strcpy((char*)(0x2829BFC), "PSYCHO"); //Clientside
  21. strcpy((char*)(0x282FAB4), "PSYCHO");//unk??
  22. strcpy((char*)(0x2C57DFC), "PSYCHO");//unk??
  23. strcpy((char*)(0x2C57DFC + PSYCHO), "Onizuka");//unk??
  24. strcpy((char*)(0x2C5E19F), "PSYCHO");//online
  25. strcpy((char*)(0x2C5E19F + 0x295), "PSYCHO");//unk??
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement