Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 15:12

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

Advertisement



BakaDecoder 1.5

Discussion on BakaDecoder 1.5 within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 122
Received Thanks: 145
BakaDecoder 1.5

Naja ich habs angefangen und net wircklich fertig gemacht ~.~
Mach ich vllt fertig wen encrypten endlich geht... ~.~

Geschreiben in Turbo C++ native Win32 (.net sux's)
(yeah mit source)

Also der Decoder ist auf jeden Fall einfacher zu bentzen als
den alten xD Also werd ich auch net dazusagen wie man ihm benützt ~.~

Im Ordner Release
ist die ausführebare datei... sonst sind es nur source
aber im großen und ganzen ist es nix besonders ist ja basierend
auf meine arbeit:

Also wie ich schon dort schrieb ist die load procedure nur das:
PHP Code:
    //OPEN THE FILE ! xD
    
ifstream::pos_type size;
    
char memblock;
    
ifstream file ("something.dat"ios::in|ios::binary|ios::ate);
    if (
file.is_open())
    {
        
size file.tellg();
        
memblock = new char [size];
        
file.seekg (0ios::beg);
        
file.read (memblocksize);
        
file.close();
       
//DECRYPT FILE !
        
DecryptAES(memblocksize);
        
DecryptTable(0x2F,memblocksize); //or 0x04 for e.pk
           
           //WORK WITH THE FILE:
                
.......
        
        
delete[] memblock;
  } 
Ist c++ -__-'
Attached Files
File Type: rar BakaDecoder15.rar (652.4 KB, 175 views)
BakaBug is offline  
Thanks
7 Users
Old 02/13/2008, 18:37   #2
 
elite*gold: 0
Join Date: Dec 2007
Posts: 102
Received Thanks: 6
Gibts denn ne neue decryption ? der alte war doch ganz einfach zu bedienen ...
Swatty--Angerfist is offline  
Old 02/13/2008, 18:45   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 122
Received Thanks: 145
Quote:
Originally Posted by Swatty--Angerfist View Post
Gibts denn ne neue decryption ? der alte war doch ganz einfach zu bedienen ...
Naja es gibt nnoch imemr welche die net wissen wie man ihm benützt ~.~
Jetzt startest einfach das programm .. File->Open fertig

Und ich glaub das schaft jeder ~.~
BakaBug is offline  
Old 02/13/2008, 18:57   #4
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
deine source codes werden langsam übersichtlicher
syntex is offline  
Old 02/13/2008, 19:01   #5
 
elite*gold: 0
Join Date: Jan 2008
Posts: 122
Received Thanks: 145
Quote:
Originally Posted by syntex View Post
deine source codes werden langsam übersichtlicher
Die sind auch noch **** ~.~
Ich hatte vor alos .. syntax highlight ..
naja das ging net so wie ich wollte bla bla ...

Wie gesagt ich hab nur das zam geschreiben was ich so oder so schon released habe ~.~ im anderm thread
BakaBug is offline  
Old 02/13/2008, 19:08   #6
 
elite*gold: 0
Join Date: Jan 2007
Posts: 204
Received Thanks: 26
trotzdem thx =)
Analigator is offline  
Old 02/13/2008, 19:26   #7
 
sniperman43's Avatar
 
elite*gold: 0
Join Date: Sep 2006
Posts: 108
Received Thanks: 136
Thanks
sniperman43 is offline  
Old 02/13/2008, 19:56   #8
 
elite*gold: 0
Join Date: Nov 2007
Posts: 39
Received Thanks: 7
What is do?
snirben is offline  
Old 02/13/2008, 19:58   #9




 
bloodx's Avatar
 
elite*gold: 55
Join Date: Mar 2006
Posts: 4,582
Received Thanks: 1,537
#infraction
bloodx is offline  
Old 02/13/2008, 23:23   #10
 
sniperman43's Avatar
 
elite*gold: 0
Join Date: Sep 2006
Posts: 108
Received Thanks: 136
may you put VisualC++ source not bornland cuz some files is missed
sniperman43 is offline  
Old 02/14/2008, 10:47   #11
 
elite*gold: 0
Join Date: Jan 2008
Posts: 122
Received Thanks: 145
Quote:
Originally Posted by sniperman43 View Post
may you put VisualC++ source not bornland cuz some files is missed
as i said .. i hate MFC and .NET ... you really think i will write you a manual Win32 api ? .. Do you really think I have time for this **** ?

Go get Turbo C++ native Win32 it's free
And you can make Win32 without .NET MFC + it's fast and easy to understand
BakaBug is offline  
Old 02/14/2008, 21:17   #12
 
sniperman43's Avatar
 
elite*gold: 0
Join Date: Sep 2006
Posts: 108
Received Thanks: 136
^_^ thanks xD ill get it
sniperman43 is offline  
Reply

« $$ Look. | engine »

Similar Threads Similar Threads
Bakadecoder .dll Fix Link
04/20/2008 - Kal Online - 0 Replies
Kann mir nochmal einer pls die gefixte DLL iwo uploaden ? Danke



All times are GMT +2. The time now is 15:12.


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.