Advertisement
AdrianLIVE

Untitled

Feb 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ; <COMPILER: v1.1.28.00>
  2. SendMode Input
  3. DllName = client_panorama.dll
  4. Process, Exist, csgo.exe
  5. If (ErrorLevel = 0)
  6. {
  7. msgbox, Убедитесь что CSGO запущена
  8. ExitApp
  9. }
  10. Process, Exist, csgo.exe
  11. PID = %ErrorLevel%
  12. Client := GetDllBase(DllName, PID)
  13. while (!Client){
  14. Process, Exist, csgo.exe
  15. PID = %ErrorLevel%
  16. Client := GetDllBase(DllName, PID)
  17. msgbox Error could not find CLIENT.DLL %Client%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement