Posted
Solved!!!!!!! i fixed it with the help of guide hacking i basically had it all right i just needed to fix like 2 things
DWORD procId = get_proc_id(L"AutoClicker.exe");
std::cout << procId << std::endl;
const char* PATH = "C:\\Users\\Daniel_D\\source\\repos\\Injector\\Debug\\TheInjected.dll";
HANDLE EpicHandle = OpenProcess(PROCESS_ALL_ACCESS, false, procId);
void* Address = VirtualAllocEx(EpicHandle,NULL, MAX_PATH, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);
WriteProcessMemory(EpicHandle, Address, PATH, strlen(PATH) + 1, 0);
CreateRemoteThread(EpicHandle, NULL, 0U,(LPTHREAD_START_ROUTINE)LoadLibraryA,Address,NULL,NULL);
CloseHandle(EpicHandle);
std::cin.get();Don't buy exploits its not worth it your gonna quit anyway
Taking accountability will help you excel in life
Replied
Daniel Deez nuts
Cancel
Post
Don't buy exploits its not worth it your gonna quit anyway
Taking accountability will help you excel in life
back lol
hi123
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post