PostBloodpoints Pointer & Offsets + CheatEngine file 1.6.1[Load & Edit BP Easy]

Posts 31–45 of 48 · Page 3 of 4
Well i guess i'm not clever enough because i can't fix the shrine points myself
Quote Originally Posted by frefredredre View Post
Well i guess i'm not clever enough because i can't fix the shrine points myself
I could help out if you would like.
Yeah , i can't figure why the shrine points aren't working

it shows the same as the screenshot on the first page of the thread , but the bloodpoints are working

Did you manage to repair the shrine points and if yes, how ? please
Quote Originally Posted by frefredredre View Post
Yeah , i can't figure why the shrine points aren't working

it shows the same as the screenshot on the first page of the thread , but the bloodpoints are working

Did you manage to repair the shrine points and if yes, how ? please
Yeah i got it working would you want to add me on skype so i could show you? (b1indsilence422@gmail.com)
How to i get my adress? Tell me pls
Quote Originally Posted by hure1233 View Post
So how i can use this do do the dirty work ( doing the bloodweb) for me?
Tell me pls bro
using your offsets im trying to make a simple console trainer to write to the game, however i can not for the life of me get my program to find the DBD window
Code:
HWND hwnd = FindWindowA(NULL, "DeadByDaylight");
// ive tried every variation i could find of DeadByDaylight without any luck, any idea why this is?
Quote Originally Posted by gogogokitty View Post
using your offsets im trying to make a simple console trainer to write to the game, however i can not for the life of me get my program to find the DBD window
Code:
HWND hwnd = FindWindowA(NULL, "DeadByDaylight");
// ive tried every variation i could find of DeadByDaylight without any luck, any idea why this is?
How do you know that it doesn't work?
Quote Originally Posted by morritz View Post
How do you know that it doesn't work?
i have a check
Code:
HWND hwnd = FindWindowA(NULL, "DeadByDaylight");
	if (hwnd == NULL)
	{
		cout << "CANT FIND THE WINDOW YOU IDIOT" << endl;
	}
Quote Originally Posted by gogogokitty View Post
i have a check
Code:
HWND hwnd = FindWindowA(NULL, "DeadByDaylight");
	if (hwnd == NULL)
	{
		cout << "CANT FIND THE WINDOW YOU IDIOT" << endl;
	}
Is "DeadByDaylight ", not "Deadbydaylight", put a space before the final "t", i haved this problem long ago. Hope this work for ya
Quote Originally Posted by Shagos View Post
Is "DeadByDaylight ", not "Deadbydaylight", put a space before the final "t", i haved this problem long ago. Hope this work for ya
youve got to be kidding me...it worked -_- thanks man + rep to ya

- - - Updated - - -

Quote Originally Posted by Shagos View Post
Is "DeadByDaylight ", not "Deadbydaylight", put a space before the final "t", i haved this problem long ago. Hope this work for ya
could you lend me one more hand? i havent touched c++ in awhile and ive never written to multi level pointers before. ive tried about 3 different ways without luck, they all keep returning the same negative value. i know what i have now is wrong because its just taking the base and adding but i didnt think about that until after i wrote it so anyways heres what i have now, i still cant figure out read from the right place

Code:
DWORD bloodPointsBaseAddr = 0x0176C8B8, offSet1 = 0x460, offSet2 = 0x350, offSet3 = 0x8, offSet4 = 0x110, offSet5 = 0x1B0;
ReadProcessMemory(pHandle, (void*)(bloodPointsBaseAddr + offSet1 + offSet2 + offSet3 + offSet4 + offSet5), &bloodPoints, sizeof(bloodPoints), 0);
Quote Originally Posted by gogogokitty View Post
youve got to be kidding me...it worked -_- thanks man + rep to ya

- - - Updated - - -



could you lend me one more hand? i havent touched c++ in awhile and ive never written to multi level pointers before. ive tried about 3 different ways without luck, they all keep returning the same negative value. i know what i have now is wrong because its just taking the base and adding but i didnt think about that until after i wrote it so anyways heres what i have now, i still cant figure out read from the right place

Code:
DWORD bloodPointsBaseAddr = 0x0176C8B8, offSet1 = 0x460, offSet2 = 0x350, offSet3 = 0x8, offSet4 = 0x110, offSet5 = 0x1B0;
ReadProcessMemory(pHandle, (void*)(bloodPointsBaseAddr + offSet1 + offSet2 + offSet3 + offSet4 + offSet5), &bloodPoints, sizeof(bloodPoints), 0);
First of all offsets wont work like that in rpm/wpm functions , you have to read it one by one or make function so you dont spam project with shit.
And for what you need window handle ?
does it work on 1.6.2?
It would be so good damn nice if we were able to copy one tab of a survivor and replace the tab of another survivor.. It takes time to fix every survior / killer :>
But thanks for the upload sir. It works like a charm!
Quote Originally Posted by MathiasBro View Post

The risk is next to nothing, as you will be using a bypasser. Just be sure to set your steam profile to private or friends only.
Can i get a link to the buypasser?
Posts 31–45 of 48 · Page 3 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?