Outdatedmulti dll loader p14yer.dll + nr.dll soruce

Posts 1–15 of 17 · Page 1 of 2
multi dll loader p14yer.dll + nr.dll soruce
first follow vid:


- then put p14yer.dll and p14yer.txt from here to hng folder
- edit p14yer.txt as u like (if u leave it same as u got here, then u have to put nr.dll and fix_graph.dll to hng folder too).

nr.dll source:
Code:
#include <Windows.h>
#include <tlhelp32.h>
#include <tchar.h>

DWORD get_module(DWORD pid, char *module_name) {
	HANDLE hModuleSnap = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pid); 
	MODULEENTRY32 me32;
	me32.dwSize = sizeof(MODULEENTRY32);

	while (Module32Next(hModuleSnap, &me32)) {
		if (strcmp(me32.szModule, module_name) == 0) {
			return (DWORD)me32.modBaseAddr;
		}
	} return NULL;
}

bool bCompare(const BYTE* pData, const BYTE* bMask, const char* szMask) {
    for(;*szMask;++szMask,++pData,++bMask)
        if(*szMask=='x' && *pData!=*bMask ) 
            return false;

    return (*szMask) == NULL;
}

DWORD FindPattern(DWORD dwAddress,DWORD dwLen,BYTE *bMask,char * szMask) {
    for(DWORD i=0; i < dwLen; i++)
        if( bCompare( (BYTE*)( dwAddress+i ),bMask,szMask) )
            return (DWORD)(dwAddress+i);

    return 0;
}

void WriteToMemory(uintptr_t address, char* value, int bytes) {
	unsigned long oldProdection;
	VirtualProtect((LPVOID)(address), bytes, PAGE_EXECUTE_READWRITE, &oldProdection);
	memcpy((LPVOID)address, value, bytes);
	VirtualProtect((LPVOID)(address), bytes, oldProdection, NULL);
}

void lala() {
	DWORD dw_player = NULL;

	while (!dw_player) dw_player = get_module(GetCurrentProcessId(), "player.dll");
	WriteToMemory(dw_player + 0xB3AD, "\xE9\xBE\xFD\xFF\xFF", 5); // bypas "data corruption detected bla bla bla"

	DWORD no_recoil = FindPattern(dw_player, 0x228000, (PBYTE)"\xFF\xD0\x84\xC0\x0F\x94\xC0", "xxxxxxx");
	if (no_recoil) WriteToMemory(no_recoil + 0x20 +6, "\x01", 1);
}

BOOL WINAPI DllMain(HINSTANCE hInst, DWORD reason, LPVOID) {
	if (reason == DLL_PROCESS_ATTACH) {
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)&lala, 0, 0, 0);
	}

	return 1;
}
tested on :
win10 64bit dx11, dx9
winxp 32bit dx9

virus scans:
https://www.metascan-online.com/#!/r...093f/extracted
https://virusscan.jotti.org/en-US/fi...job/13cdw55w55

p14yer_mpgh.net.zip17 KB · 246 downloads 1/66 malicious
Looks good.
//Approved
works in dx11 I have some problem in p14yer.txt may game load only one DLL per game not multi so now I have No-Recoil or FixView mayby I sun fix that to load all DLL togeter

OK I figure what wrong If someone have the same problem If you edit p14yer.txt In diferent editor can make this problem and fix problem in WordPad works my custom notepad not works in this and WorPad fix problem everything works perfect

in this you have:
+ NoRecoil
+ CustomView
Data corruption detected, please run Verify Files in hngsync. in pvp lol

- - - Updated - - -

not working in pvp... only in training
Error
Data corruption detected, please run Verify Files in hngsync
This comment may not belong here but flowing_around I see that you are top dog on Heroes & Generals hacking, and I am looking for top notch, great hacking tool easy to use and containing many different choices. I want to know where I may be able to get one of these, paid and kept up to date constantly.
Quote Originally Posted by ilyapavlov78 View Post
Data corruption detected, please run Verify Files in hngsync. in pvp lol

- - - Updated - - -

not working in pvp... only in training
Error
Data corruption detected, please run Verify Files in hngsync
loader loads dlls, and nothing more.

- - - Updated - - -

Quote Originally Posted by Divine_Hex View Post
This comment may not belong here but flowing_around I see that you are top dog on Heroes & Generals hacking, and I am looking for top notch, great hacking tool easy to use and containing many different choices. I want to know where I may be able to get one of these, paid and kept up to date constantly.
google is ur friend (and same time ur enemy).
Quote Originally Posted by lala View Post
loader loads dlls, and nothing more.

- - - Updated - - -



google is ur friend (and same time ur enemy).
hi. I have a problem with this error : youtube(dot)com/watch?v=LviBomnhMSs

anyway, I found your hngsync.exe size is 884kb, and mine is 886kb. Is it matter?
Quote Originally Posted by 176974 View Post
hi. I have a problem with this error : youtube.com/watch?v=LviBomnhMSs

anyway, I found your hngsync.exe size is 884kb, and mine is 886kb. Is it matter?
i have same problem, working only in training, with this loader you can say good bye to battles with players
Quote Originally Posted by ilyapavlov78 View Post
i have same problem, working only in training, with this loader you can say good bye to battles with players
it seems to be nr.dll fail that it dont bypass it.
theres nothing to do with loader, loader goal is to load dll(not to bypass that error message).
maybe try to buld ur own version of nr.dll, source code is in this post. i suggest to use visual c++ 2010 express.

- - - Updated - - -

Quote Originally Posted by 176974 View Post
hi. I have a problem with this error : youtube(dot)com/watch?v=LviBomnhMSs

anyway, I found your hngsync.exe size is 884kb, and mine is 886kb. Is it matter?
i should not .. it seems my old modded one ^^ .. delete player.dll and let hng download it again(if u havent yet).
Hmm for me loader dont start :3

- - - Updated - - -

Work only in training
I removed nr.dll from loader but problem still exists
Quote Originally Posted by ilyapavlov78 View Post
I removed nr.dll from loader but problem still exists
^^ .. nr.dll only contains "data corruption ba bla bla" bypass.
again loader goal is to load dlls and nothing more, so it dont bypass "data corruption bla bla bla".

try to build ur own version of it(nr.dll) source code is in this thread.
nr.dll works fine but fix_graph.dll have "data corruption detected bla bla bla"
Quote Originally Posted by empty577 View Post
nr.dll works fine but fix_graph.dll have "data corruption detected bla bla bla"
nr.dll only bypasses it (if ur using 2 dlls from here, they are just for testing).
Posts 1–15 of 17 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?