Guest User

Untitled

a guest
Jul 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. int __cdecl sub_BCBC70()
  2. {
  3. int v0; // edi@1
  4. const char *v1; // esi@1
  5. int result; // eax@2
  6.  
  7. v1 = *(dword_124405C + 40);
  8. v0 = "us.logon.worldofwarcraft.com:3724";
  9. if ( v1 )
  10. {
  11. if ( _stricmp(v1, "eu") )
  12. {
  13. if ( _stricmp(v1, "kr") )
  14. {
  15. if ( _stricmp(v1, "cn") )
  16. {
  17. if ( _stricmp(v1, "tw") )
  18. {
  19. if ( !_stricmp(v1, "us") )
  20. v0 = "us.logon.worldofwarcraft.com";
  21. result = v0;
  22. }
  23. else
  24. {
  25. result = "tw.logon.worldofwarcraft.com";
  26. }
  27. }
  28. else
  29. {
  30. result = "cn.logon.warcraftchina.com";
  31. }
  32. }
  33. else
  34. {
  35. result = "kr.logon.worldofwarcraft.com";
  36. }
  37. }
  38. else
  39. {
  40. result = "eu.logon.worldofwarcraft.com";
  41. }
  42. }
  43. else
  44. {
  45. result = "us.logon.worldofwarcraft.com:3724";
  46. }
  47. return result;
  48. }
Add Comment
Please, Sign In to add comment