Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online > Kal Hacks, Bots, Cheats & Exploits
You last visited: Today at 23:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[TUTORIAL] Creating a simple DLL Cheat/Hack

Discussion on [TUTORIAL] Creating a simple DLL Cheat/Hack within the Kal Hacks, Bots, Cheats & Exploits forum part of the Kal Online category.

Reply
 
Old 01/30/2016, 03:31   #151
 
elite*gold: 0
Join Date: Jan 2016
Posts: 1
Received Thanks: 0
thanks
lijunxu is offline  
Old 01/31/2016, 18:54   #152
 
elite*gold: 0
Join Date: Dec 2009
Posts: 13
Received Thanks: 0
I know this is a bit old tutorial, but im trying to follow it, and im stuck on step 4.. I cant find the wrappit in any where.. He is supposed to be on the client game folder or visual studio? i cant find..

Someone help me please *-*
lenonsk is offline  
Old 02/01/2016, 07:33   #153
 
elite*gold: 0
Join Date: Sep 2008
Posts: 108
Received Thanks: 23
It is in attachment in first post of this thread. Good luck!
luki180pl is offline  
Thanks
1 User
Old 02/03/2016, 18:24   #154
 
elite*gold: 0
Join Date: Dec 2009
Posts: 13
Received Thanks: 0
Shame on me *-*

Thanks.
lenonsk is offline  
Old 02/03/2017, 13:52   #155
 
elite*gold: 0
Join Date: Jul 2009
Posts: 41
Received Thanks: 1
Attachments are too old, could someone re-upload the src and wrappit, please?
George01 is offline  
Old 02/03/2017, 22:37   #156
 
elite*gold: 0
Join Date: Nov 2011
Posts: 357
Received Thanks: 38
Quote:
Originally Posted by George01 View Post
Attachments are too old, could someone re-upload the src and wrappit, please?
Links are working.
valzzz40 is offline  
Old 02/04/2017, 19:13   #157
 
elite*gold: 0
Join Date: Jul 2009
Posts: 41
Received Thanks: 1
Attachments are not working for me, I'd pretty much appreciate it if you could pass me
src and wrappit,
Thanks in advance
George01 is offline  
Old 02/04/2017, 21:35   #158
 
elite*gold: 0
Join Date: Nov 2011
Posts: 357
Received Thanks: 38
Try this.
valzzz40 is offline  
Old 08/28/2017, 13:24   #159
 
elite*gold: 0
Join Date: Oct 2009
Posts: 266
Received Thanks: 47
I am getting LoadLibrary undefined using Visual studio 2015. i did the steps. what can be the reason for this?
asdfg177 is offline  
Old 06/22/2018, 01:16   #160
 
elite*gold: 0
Join Date: Mar 2012
Posts: 32
Received Thanks: 16
where I can get pattern scanner?
xtrap says file manipulation detected
PreFixLT is offline  
Old 11/06/2018, 21:53   #161
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 718
This this for Search Pattern undetected atm and simple

Code:
BOOL bCompare(const BYTE* pData, const BYTE* bMask, const char* szMask)
{
	for (;*szMask; ++szMask, ++pData, ++bMask)
	{
		if (*szMask == 'x' && *pData != *bMask)
			return 0;
	}
	return (*szMask) == NULL;
}

DWORD PointerFindPattern(DWORD dwStartAddress, DWORD dwSize, BYTE *bMask, char * szMask, int codeOffset, BOOL extract)
{
	for (DWORD i = 0; i < dwSize; i++)
	{
		if (bCompare((BYTE*)(dwStartAddress + i), bMask, szMask))
		{
			if (extract)
				return *(DWORD*)(dwStartAddress + i + codeOffset);
			else
				return  (DWORD)(dwStartAddress + i + codeOffset);
		}
	}
	return NULL;
}
how to use it

Code:
        static DWORD hDrawIndexPrimtive = NULL;

	DWORD hD3D = NULL;
	DWORD hCriticalSection = NULL;
	do
	{
		hD3D = (DWORD)GetModuleHandle(XorStr("d3d9.dll"));
		Sleep(100);
	} while (!hD3D);

	MEMORY_BASIC_INFORMATION D3D9Info;
	VirtualQuery((void*)(hD3D + 0x1000), &D3D9Info, sizeof(D3D9Info));

	if (!hDrawIndexPrimtive)
		hDrawIndexPrimtive = PointerFindPattern((DWORD)D3D9Info.BaseAddress, D3D9Info.RegionSize, (PBYTE)"\x8B\x45\x00\xE9\x00\x00\x00\x00\x33\xDB\xE9\x00\x00\x00\x00\x53\xFF\x15\x00\x00\x00\x00\xE9\x00\x00\x00\x00", "xx?x????***????***????x????", 22, false); // Win10


	if (!hDrawIndexPrimtive)
	{
		myprintf(XorStr("FATAL: hDrawIndexPrimtive failed, send your d3d9.dll from Windows\\SysWOW64 or Windows\\System32 folder to  (I'll fix the bot for your version).\n"));
		return EXIT_FAILURE;
	}
HighGamer. is offline  
Old 01/07/2021, 16:22   #162
 
elite*gold: 0
Join Date: Jan 2021
Posts: 1
Received Thanks: 0
Step 3 interrupts with an error
Quote:
"LINK.EXE" is not an internal or external command, executable program, or batch file.
Understandable, one more outdated/not working tutorial...
Reoline is offline  
Old 07/12/2021, 23:45   #163
 
elite*gold: 0
Join Date: Oct 2010
Posts: 12
Received Thanks: 1
All that plebs here, you need actually some skills to apply BloodX stuff and that has been allways the case
Therajoke is offline  
Reply


Similar Threads Similar Threads
[Guide] Creating a Simple Loader with Injected DLL for Silkroad
02/02/2016 - SRO Coding Corner - 37 Replies
This next article in my series is a very important one for anyone wanting to get started with client modifications or understanding the client itself. This is the base article that will be used for all my future articles that explain various Silkroad development concepts. Like my previous article, there is nothing terribly exciting with this one as we have to get through the necessary boring stuff first before we can have any real fun. Unfortunately, this article is very heavy text wise and...
1 Hit Hack Cheat Engine Tutorial Request
05/27/2010 - Metin2 - 1 Replies
Hi there, I know how to change Atk Speed, Mov Speed, Range & Type Weapon with CE But i have never find the way to get the 1hit hack like Multihacks. Someone can teach me how to get it with Cheat Engine ??? Thanks
[Intermediate] Creating a strong but simple cipher
08/31/2008 - CO2 Programming - 9 Replies
Basically, here's the idea, we have a 'key' that contains every value a byte supports (0 to 255). When you encrypt a byte for instance 171 (0xAB) it creates an "x" using the first 4 bits of the byte, and "y" using the last for bits of the byte Value = 171 (0xAB) X = 10 (0xA) Y = 11 (0xB) Then in the output of the encrypt routine, it it'll fill that index as Key Here's an illustration to make it simpler; http://img120.imageshack.us/img120/3282/cipheran4 .gif



All times are GMT +2. The time now is 23:47.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.