Advertisement
Guest User

RisingHub API URL

a guest
Dec 21st, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Getting game_token:
  2. risinghub.net/api/token?username={YOURUSERNAME}&password={YourPassword}&hwid={YOURHWID}
  3.  
  4. getting UserInformations:
  5. http://risinghub.net/api/user?token={YourGameToken}
  6.  
  7.  
  8. btw:
  9. they Patch the BFHeroes.exe with Hex to modifie the API Endpoint and the SQL Endpoint:
  10.  
  11. ServerHEX.Write(DarkLauncher.Default.GamePath + "BFHeroes.exe", DarkLauncher.Default.ServerURL, 9601532, 27);
  12. ServerHEX.Write(DarkLauncher.Default.GamePath + "BFHeroes.exe", DarkLauncher.Default.ServerURL, 9772708, 27);
  13. ServerHEX.Write(DarkLauncher.Default.GamePath + "BFHeroes.exe", DarkLauncher.Default.ServerURL, 10349272, 27);
  14. ServerHEX.Write(DarkLauncher.Default.GamePath + "BFHeroes.exe", DarkLauncher.Default.GameVersion, 9671360, 15);
  15. ServerHEX.ReadURL(DarkLauncher.Default.GamePath + "BFHeroes.exe", 9601532);
  16.  
  17.  
  18.  
  19. ProcessStart:
  20. ProcessStartInfo startInfo = new ProcessStartInfo(DarkLauncher.Default.GamePath + "bfheroes.exe", " +sessionId " + user2.game_token + " +magma 0 +punkbuster 0 +developer 1");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement