Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #include <iostream>
  2. #include <windows.h>
  3. #include <direct.h>
  4. #include <string>
  5.  
  6. using namespace std;
  7.  
  8. char* buffer;
  9. string workingDir=getcwd(buffer,255);
  10. string iniPath=workingDir+"/esXZ.ini";
  11. const char* pat;
  12.  
  13. int main(){
  14. const char* svcheats="0";
  15. const char* drawothermodels="0";
  16. const char* player_esp="1";
  17. system("title esXz v1.0 | Copyright by Cyb0r 2010");
  18. pat=iniPath.c_str();
  19. WritePrivateProfileString("cheats","sv_cheat",svcheats,pat);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement