Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[War Rock] Jak zrobić Address Logger'a do WarRock'a !


AdrenalinaPL

Rekomendowane odpowiedzi

Opublikowano

Ja mam swojego loggera zrobionego nieco inaczej :] Ale jest pytanie:

DWORD dwPlayerPointer = FindPattern((PBYTE)"\x8B\x0D\x00\x00\x00\x00\x66\x83\xB9};", "xx????xxx", 2, true);

Skąd brać to co podkreślone?

/ GA-970A-UD3 / FX-6300 / Sapphire Xtreme 5830 / OCZ ZS 550W / Brutus M23 /

| MPC Coders Team | MPC Gold Member | C#, C++, PHP, (N)ASM, AutoIT, Python, Java |

Opublikowano

Piekny TuT Odemnie masz plusa. Wedlug mnie adresslogger do prostsza rzecz niz zrobiienie hack'a. Wystarczy miec dobre petterns

Welcome back

Opublikowano

Mam swojego... ale mam za mało adresów więdz nie wydawałem go.... bo mam bodajże 4 adresy tylko <_< .....

 

+ zostawiam przyda się na 100% :D

O co chodzi z tym programowaniem? Gdy programujesz, uczysz najprawdopodobniej najgłupszą rzecz na świecie, czyli komputer, jak ma coś zrobić.

Opublikowano

a mi się robi takie coś:

 

1>------ Build started: Project: AdressLogger, Configuration: Debug Win32 ------
1>Compiling...
1>Log.cpp
1>c:\users\bartek\documents\visual studio 2008\projects\project1\adresslogger\adresslogger\log.cpp(15) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
1>c:\users\bartek\documents\visual studio 2008\projects\project1\adresslogger\adresslogger\log.cpp(16) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
1>c:\users\bartek\documents\visual studio 2008\projects\project1\adresslogger\adresslogger\log.cpp(28) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(358) : see declaration of '_vsnprintf'
1>c:\users\bartek\documents\visual studio 2008\projects\project1\adresslogger\adresslogger\log.cpp(35) : error C2664: 'GetModuleFileNameW' : cannot convert parameter 2 from 'char [320]' to 'LPWCH'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Main.cpp
1>c:\users\bartek\documents\visual studio 2008\projects\project1\adresslogger\adresslogger\main.cpp(11) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [8]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Generating Code...
1>Build log was saved at "file://c:\Users\Bartek\Documents\Visual Studio 2008\Projects\Project1\AdressLogger\AdressLogger\Debug\BuildLog.htm"
1>AdressLogger - 2 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Jeżeli uważasz że mój post Ci pomógł daj |LIKE IT|

Opublikowano

:huh: a mi wyskakuje cos takiego:

 

1>------ Build started: Project: Loggerek, Configuration: Debug Win32 ------
1>  Main.cpp
1>f:\users\bartaz\documents\visual studio 2010\projects\loggerek\loggerek\main.cpp(11): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [12]' to 'LPCWSTR'
1>		  Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>  Log.cpp
1>f:\users\bartaz\documents\visual studio 2010\projects\loggerek\loggerek\log.cpp(15): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>		  f:\program files\microsoft visual studio 10.0\vc\include\string.h(105) : see declaration of 'strcpy'
1>f:\users\bartaz\documents\visual studio 2010\projects\loggerek\loggerek\log.cpp(16): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>		  f:\program files\microsoft visual studio 10.0\vc\include\string.h(110) : see declaration of 'strcat'
1>f:\users\bartaz\documents\visual studio 2010\projects\loggerek\loggerek\log.cpp(28): warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>		  f:\program files\microsoft visual studio 10.0\vc\include\stdio.h(363) : see declaration of '_vsnprintf'
1>f:\users\bartaz\documents\visual studio 2010\projects\loggerek\loggerek\log.cpp(35): error C2664: 'GetModuleFileNameW' : cannot convert parameter 2 from 'char [320]' to 'LPWSTR'
1>		  Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

1379095800-U384748.png

ExMod | ExMentor | ExChampion | ExMoT | Blue Member | Tagger

  • Aive zmienił(a) tytuł na [War Rock] Jak zrobić Address Logger'a do WarRock'a !

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...