Anti-hide

Фикс Indigo

Dec 3rd, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Ищем в DynSkin.cpp
  2. Код:
  3. if ( p == '\"' )
  4. {
  5. if ( qcount < 4 )
  6. vpos[qcount] = start;
  7. ++qcount;
  8. }
  9. else if ( p == '\n' )
  10. {
  11. if ( qcount == 4 )
  12. _variables[string( const_cast< char* 😠 &file->at( vpos[0] + 1 ) ) , vpos[1] - vpos[0] - 1 )] = string( const_cast< char* 😠 &file->at( vpos[2] + 1 ) ) , vpos[3] - vpos[2] - 1 );
  13. qcount = 0;
  14. }
  15. и перед ним добавляем это
  16. Код:
  17. if (file->GetStringAt(start, 37) == "SFUI_LoginPerfectWorld_AntiAddiction1")
  18. {
  19. start += 540;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment