Forum > Coding >

Need Help With Injector

Posts: 801

Threads: 71

Joined: May, 2020

Reputation: 9

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();
  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Posts: 674

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

Daniel Deez nuts

  • 0

Posts: 801

Threads: 71

Joined: May, 2020

Reputation: 9

Replied

@MaximusExploit Lmao atleast it didnt have my last name lol

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Posts: 396

Threads: 20

Joined: Apr, 2021

Reputation: 24

Replied

@ZaphireHacks wait imagine it would be ur last name :hehe:

  • 0

back lol

MINISHXP

minishxp

Posts: 813

Threads: 4

Joined: Jan, 2021

Reputation: 9

Replied

@Lxnnyy daniel deez

  • 0

hi123

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )