Register for your free account! | Forgot your password?

You last visited: Today at 08:53

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

Advertisement



[Release]Testsystem Source

Discussion on [Release]Testsystem Source within the Kal Hacks, Bots, Cheats & Exploits forum part of the Kal Online category.

Reply
 
Old 02/27/2012, 21:23   #76
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,102
Received Thanks: 185
even pimping would be good, there are some old snippets but they are too old :P

plox some ideas?
i think you need to pick up-> save item id and then use tali id with item id is that smth?
pamz12 is offline  
Old 02/27/2012, 21:32   #77




 
bloodx's Avatar
 
elite*gold: 55
Join Date: Mar 2006
Posts: 4,582
Received Thanks: 1,537
u can get Id's while logging in -> Inventory Packet..

or by 0x09 Item Changed...
bloodx is offline  
Old 02/27/2012, 22:27   #78
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
just search around the forum for source snippets ! everyone here likes to re-re-re- release **** that somebody wrote before, changed 1 line of code and voila we got a new hack.. no its not the same hack its a bit different in working.. the effect is the same.. do you like it? uffff .________. such a hard world
syntex is offline  
Old 02/27/2012, 22:35   #79
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50

hoseta is offline  
Old 02/28/2012, 08:23   #80
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,102
Received Thanks: 185
Quote:
Originally Posted by bloodx View Post
u can get Id's while logging in -> Inventory Packet..

or by 0x09 Item Changed...
kay i'll try with item changed

and yes i am checking old snippets, as they are effective in some cases but sometimes they are confusingly written (for a tard like me that is :P)

and syntex plizzz don't be mad

best regards to all

pamz12 is offline  
Old 02/28/2012, 11:03   #81




 
bloodx's Avatar
 
elite*gold: 55
Join Date: Mar 2006
Posts: 4,582
Received Thanks: 1,537
PHP Code:
void CRecv::ItemChanged(charszBuffer)
{
        
DWORD ItemUniqueID  = *reinterpret_castDWORD* > ( &szBuffer ] );
        
DWORD NewItemAmount = *reinterpret_castDWORD* > ( &szBuffer ] );
        
BYTE TypeOfUse        = *reinterpret_castBYTE* >  ( &szBuffer 11 ] );
        switch(
TypeOfUse)
        {
        case 
9:    
            
CFunction::IngameChat(green,"Item Changed->Decrease from Inventory Item[ItemUID _ %d][NewAmount _ %d][TypeOfUse _ %d]",
                
ItemUniqueID,
                
NewItemAmount,
                
TypeOfUse);
            break;
        case 
11:
            
CFunction::IngameChat(green,"Item Changed->Sub from Inventory Item[ItemUID _ %d][NewAmount _ %d][TypeOfUse _ %d]",
                
ItemUniqueID,
                
NewItemAmount,
                
TypeOfUse);    
            break;
        case 
12:
            
            
CFunction::IngameChat(green,"Item Changed->Add to Inventory Item[ItemUID _ %d][NewAmount _ %d][TypeOfUse _ %d]",
                
ItemUniqueID,
                
NewItemAmount,
                
TypeOfUse);            
            break;
        case 
21:
            
CFunction::IngameChat(green,"Item Changed->Moved on Item[ItemUID _ %d][NewAmount _ %d][TypeOfUse _ %d]",
                
ItemUniqueID,
                
NewItemAmount,
                
TypeOfUse);            
            break;
        default:
            
CFunction::IngameChat(green,"Item Changed->[ItemUID _ %d][NewAmount _ %d][TypeOfUse _ %d]",
                
ItemUniqueID,
                
NewItemAmount,
                
TypeOfUse);
            break;
        }

bloodx is offline  
Thanks
2 Users
Old 03/02/2012, 01:32   #82
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50
@pamz12

if u still intrested, here u have working pimp hack:


how its work?:

before you inject dll be sure u put correct window name in kalxoor/settings.ini

1.put kalxoor folder in kal folder
2.inject with kalxoor LOADER in debug folder (u have even compiled kalxoor.dll in debug)
3.login on char then press f9 and fallow instruction in game in chat or just fallow next steps.
4.Put your weapon on then off.
5.Drop all your polish stones (ALL !! if u have 10 poli then drop 10 its important.)
6.Drop all your talismans attack or magic (ALL !! if u have 11 tali then drop 11 its important.)
7.press again f9 if ur ready for pimp and have fun.

NOTE: pimp will finish if your polish amount is lower then talisman amount.
NOTE: if you want to abort pimp while hack wating for your drop just press again f9.


ps:I used bloodx release

and i know function is nooby written but its work fine, have fun.
hoseta is offline  
Thanks
3 Users
Old 03/03/2012, 23:55   #83
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50
@Edit

compiled version:

add revit hack:


All how its work is in .txt file after unpack rar file.
All is under f9 key in game after inject. (Chat menu)
hoseta is offline  
Thanks
1 User
Old 03/07/2012, 18:33   #84
 
FRANCAAA's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 101
Received Thanks: 4
why guys don't you learn us some basic things in c++ so we can progress easier later...we must start by somewhere!do you know any forum or **** like that that can just help a little bit to start with that c++ xD i ll apreciate if you just initiate me a little bit in coding...i admit that i am a big noob,but i am intersted alot by creating some scripts,programs etc...
my dream is to be an developer,but unfortunly,i'm only 16 and i have alot of time till university...so PLEASE,help me
FRANCAAA is offline  
Old 03/07/2012, 19:13   #85
 
Roronoa Z.'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 269
Received Thanks: 87
wikibooks c++
Roronoa Z. is offline  
Thanks
1 User
Old 03/07/2012, 19:22   #86
 
elite*gold: 42
Join Date: Jun 2008
Posts: 5,426
Received Thanks: 1,888
Quote:
Originally Posted by FRANCAAA View Post
why guys don't you learn us some basic things in c++ so we can progress easier later...we must start by somewhere!do you know any forum or **** like that that can just help a little bit to start with that c++ xD i ll apreciate if you just initiate me a little bit in coding...i admit that i am a big noob,but i am intersted alot by creating some scripts,programs etc...
my dream is to be an developer,but unfortunly,i'm only 16 and i have alot of time till university...so PLEASE,help me
Buy books.
MoepMeep is offline  
Thanks
1 User
Old 03/07/2012, 20:29   #87
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50
Quote:
Originally Posted by FRANCAAA View Post
why guys don't you learn us some basic things in c++ so we can progress easier later...we must start by somewhere!do you know any forum or **** like that that can just help a little bit to start with that c++ xD i ll apreciate if you just initiate me a little bit in coding...i admit that i am a big noob,but i am intersted alot by creating some scripts,programs etc...
my dream is to be an developer,but unfortunly,i'm only 16 and i have alot of time till university...so PLEASE,help me
I am not good in programing, but i still lerining,
Mostly i read c++ book in pdf.
google for basic c++ pdf then
winapi after that winsocket then u can start assambler and some reverse engineering stuff..
after that u can search for 'code cave tutorials'... ( Also watch Lena's Reverse Engineering vid.) (visit tut4you site)

PS: To add your own **** into public sources u need to read any basic c++ pdf....
hoseta is offline  
Old 03/16/2012, 23:35   #88
 
elite*gold: 0
Join Date: Jan 2008
Posts: 388
Received Thanks: 45
in debug mode never work for me

and if i build in release mode i get many errors:S:S

can some1 help?
Power_Stunner is offline  
Old 03/17/2012, 10:24   #89
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,102
Received Thanks: 185
copy the errors here
pamz12 is offline  
Old 03/17/2012, 16:25   #90
 
RunzelEier's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 1,196
Received Thanks: 682
Quote:
Originally Posted by Power_Stunner View Post
in debug mode never work for me

and if i build in release mode i get many errors:S:S

can some1 help?
if you switch to release mode you have to set the propertys again
this should help
RunzelEier is offline  
Reply


Similar Threads Similar Threads
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein. Funktionsweise: 1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken 2. in meinem Programm auf "Code generieren" klicken 3. In euer Scite gehen und einfügen Hier ist der Source Code vom Programm:
[Release]How To Make Tq Source Work + Working Source + Server ByBass + Commands
12/08/2008 - CO2 PServer Guides & Releases - 15 Replies
1: How To Make The Server Work In fact, before other people did not just let ACC now with hi EACC Columbia landing on the settlement of the issue, and the rest is our own how to improve the content of those interested can improve the next. MY MY set and the same. INI MAP INI files and MAP with the client-to-date coverage of the account. server.dat ! And then as long as the client will be able to modify server.dat! 127.0.0.1 192.168.0.1 192.168.1.1 IP。 Please do generally use...
[Release] Project-X Source (Lolmasters Secret Source)
09/29/2008 - CO2 Private Server - 11 Replies
Projekt-X Source (Lolmasters Secret Source) Example that is in the source, stigma guards LINK: RapidShare: Easy Filehosting Well People search for things in this source that others dont got and use it for your server ;) or just release it to get many thankes:p



All times are GMT +2. The time now is 08:53.


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.