Register for your free account! | Forgot your password?

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

  • 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 03/11/2010, 22:19   #16
 
Thiesius's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 256
Received Thanks: 474
It's possible to use intercepts, but you have to fool HShield first. I'm going to test some functions and then I will start debugging again.

For crash solution, did you put a correct basepointer address you found? You cannot copy memory from 0x00000000 address. Like if basepointer == 0 then printf "Invalid address". This source isn't just copy, paste and go. This is just a tutorial to show you possibilities.


btw:
Somebody - recommend me a good Kernel debugger with attach to active process option (Detection isn't problem, I have my tricks)
Thiesius is offline  
Old 03/11/2010, 22:20   #17
 
elite*gold: 0
Join Date: Aug 2007
Posts: 33
Received Thanks: 6
yes, u can't send and sniff pockets (need to write own code for sniff and send) :P
In this source you can find only SearchPattern (with this you don't need to search pointers every week).

Thiesius i added for test something like that:

Quote:
if (strcmp ( chCommand , ".test" ) == 0)
{
printf_s("1234");
}
and closing game too (can't put any text in cmd).
YourFear is offline  
Old 03/11/2010, 22:38   #18
 
Thiesius's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 256
Received Thanks: 474
Works like a charm for me...... No freezes no ****... No crash
Attached Images
File Type: jpg Bez názvu.jpg (279.9 KB, 512 views)
Thiesius is offline  
Old 03/11/2010, 23:05   #19
 
painTman's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 2,468
Received Thanks: 154
Very very nice ! I will work through it and try my own DDL
painTman is offline  
Old 03/12/2010, 12:07   #20
 
elite*gold: 0
Join Date: Sep 2007
Posts: 57
Received Thanks: 1
so u rly dont "need" the actual uce for this right? waiting for kal 6 hr maint and don't wanna do all this reading/pirating vs2010 then find out im missing something :b
+rep for the information contribution tho
youchian is offline  
Old 03/12/2010, 14:46   #21
 
Thiesius's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 256
Received Thanks: 474
Let me explain:
For PServers, you don't have to use UCE for Speed, X, Y, Z, blahblah for ages. For INT server I recommend to extract byte pattern with UCE or tool of your choice (You can also write your internal memory scanner!), and then you also don't have to care about updates anymore.

Visual C++ Express Edition is freeware, you don't need Ultimate or Professional editions to make your hack work.

Right now I'm reinstalling my system, so I have to backup all data etc. Then I might find some time to extend this tutorial a little.
Thiesius is offline  
Old 03/12/2010, 17:28   #22
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2
Received Thanks: 0
yo..this Dll cheat/hack work for blackshot?..from Garena?..
Raup99 is offline  
Old 03/12/2010, 18:29   #23
 
elite*gold: 0
Join Date: Jan 2008
Posts: 645
Received Thanks: 235
i don't know, if blackshot also uses the d3dx9_29.dll,
but you can use any other dll, which blackshot uses, to make
a proxy dll which you can use in blackshot.
Timo264 is offline  
Old 03/12/2010, 18:55   #24
 
Thiesius's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 256
Received Thanks: 474
Quote:
Originally Posted by Timo264 View Post
i don't know, if blackshot also uses the d3dx9_29.dll,
but you can use any other dll, which blackshot uses, to make
a proxy dll which you can use in blackshot.
That's correct. You can create Proxy-Dll from any non-packed library.
Thiesius is offline  
Old 03/12/2010, 22:59   #25
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2
Received Thanks: 0
so..for blackshot..same step like the one Thiesius post right?
Raup99 is offline  
Old 03/13/2010, 03:19   #26
 
elite*gold: 0
Join Date: Sep 2007
Posts: 57
Received Thanks: 1
getting this error

Dump of file d3dx9_29.dll
LINK : fatal error LNK1181: cannot open input file 'd3dx9_29.dll'

on WRAPPIT
any suggestions?
youchian is offline  
Old 03/13/2010, 12:04   #27
 
Thiesius's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 256
Received Thanks: 474
Quote:
Originally Posted by youchian View Post
getting this error

Dump of file d3dx9_29.dll
LINK : fatal error LNK1181: cannot open input file 'd3dx9_29.dll'

on WRAPPIT
any suggestions?
As long the two needed files are generated, ignore it....
Thiesius is offline  
Old 03/13/2010, 15:24   #28
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
Quote:
Originally Posted by meak1 View Post
i saw it right? that we can make speed pointer without change every week ;D?
imagine some people do it for years or more
syntex is offline  
Old 03/13/2010, 15:58   #29
 
meak1's Avatar
 
elite*gold: 220
Join Date: Jun 2007
Posts: 3,768
Received Thanks: 1,126
jeah but i didnt test it because didnt needed it really^^

edit: war i-wie schon logisch das es mit searchpattern geht
meak1 is offline  
Old 03/15/2010, 08:25   #30
 
salmoka55's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 54
Received Thanks: 6
Great thank you so much
salmoka55 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 14:21.


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.