PacketTut

11/07/2008 10:31 natinet#31
ok got Kload and i can inject it ^^
works fine but there is a message wich says: "Write a kocp to be killed (or you will be kicked!!!)"
what do i need to write lol?
11/07/2008 10:35 biology321#32
Hmm when i try to add the packethack test thingy (sit) and im gonna rebuild it i get a warning:s

anyone can explain me how to add the 1hh code? (mix with packets)
Tnx
11/07/2008 13:56 chibis#33
Quote:
Originally Posted by biology321 View Post
Hmm when i try to add the packethack test thingy (sit) and im gonna rebuild it i get a warning:s

anyone can explain me how to add the 1hh code? (mix with packets)
Tnx
if u have qeustions, first READ it and then ask -.-'
@natinet redownload the KalHack.rar and when cmd pop up, enter "kocp" (wuthout "")
@biology

This is the mixing packet:
PHP Code:
SendDetour(0x62,"bddddd",0,weapon1,weapon2,armor,stone1,stone2); 
like i say, u have to give weapon1,weapon2,armor,stone1 and stone2 "information", id said how to do it ...

But for the peeps who dont learn, heres mixing via packets(nub version):

PHP Code:
DWORD weapon1;
DWORD weapon2;
DWORD armorID;
DWORD stone1;
DWORD stone2
PHP Code:
    if (strcmp(input,"packetmix") == 0)
{                    
printf("Enter WeaponID of Weapon, u want to mix: \n");
                    
scanf("%d%*c",&weapon1);
                    
printf("Enter the other weapon: \n");
                    
scanf("%d%*c",&weapon2);
                    
printf("Enter ArmorID: \n");
                    
scanf("%d%*c",&armorID);
                    
printf("Enter Stone 1 ID: \n");
                    
scanf("%d%*c",&stone1);
                    
printf("Enter Stone 2 ID: \n");
                    
scanf("%d%*c",&stone2);
                    
printf("Now enquip your weapon and enter mix \n");
}

   if (
strcmp(input,"mix") == 0)
{    
                    
SendDetour(0x62,"bddddd",1,weapon1,weapon2,armorID,stone1,stone2);

Example :
Weapon1 = g40 Bow
Weapon2 = another g40 weapon
armorID = g42 armor part
stone1 = mistery stone ( u can fake them with uce )
stone2 = mistery stone ( u can fake them with uce )
OFC dont enter "g40 Bow", u have to enter the ID of the g40 bow !!!!

How to get the ids? Drop the weapons,armor and the stones and the id will be shown in cmd (they always look like -34124123 or something like that
11/07/2008 20:12 biology321#34
chibis i did read, but tnq very very much for the explanation ill try it tonight when im @ home!

<3 hahahaha
11/07/2008 20:35 syntex#35
this is more a "Im to dumb, let me copy past" thread.
11/07/2008 20:57 chibis#36
paste* ^^

i tried my best, but didnt worked ^^
11/07/2008 22:50 EXTEЯNAL#37
it looks realy nice dude thank you ;)
11/07/2008 22:52 Power_Stunner#38
hey i got a question, i delete all [//]printf and still says 1 error..

if it says // printf do i delete the //? orleave it
ex: // printf [blahblha codes]
do i delete the // 2 spaces before printf or leave it?
11/07/2008 23:08 EXTEЯNAL#39
lol KLOAD say's dll not found -.-

dll and kload are in kalonline folder and i type in "engine.exe" & "/hack.dll" and he say not found ffs -.-
11/07/2008 23:13 Power_Stunner#40
Quote:
Originally Posted by Momo5000 View Post
lol KLOAD say's dll not found -.-

dll and kload are in kalonline folder and i type in "engine.exe" & "/hack.dll" and he say not found ffs -.-

your doing it wrong.
put hack.dll in C:\
then type engine.exe in KLOAD
then type C:\hack.dll and should work
11/07/2008 23:46 eisfeld2003#41
gibts hier ne Source die für int ist, hab gesucht aber keine gefunden :)
11/08/2008 00:15 biology321#42
omg i keep getting errors:S i do have to change everything in dll.ccp right? (if i wanna add something)
and i have to add the first code to stuff.h right?

lol if you know what i am doing wrong plz give me some hints.. i dont need full explanation (tough it is always welcome) cuz i wanna learn it myself..im very noob @ programming as u see hahaha

reply's / pm's alays welcome!

btw this is the log i get:



PHP Code:
1>------ Rebuild All startedProjectKalHackConfigurationDebug Win32 ------
1>Die Zwischenund Ausgabedateien für das Projekt "KalHack" mit der Konfiguration "Debug|Win32" werden gelöscht.
1>Kompilieren...
1>dll.cpp
1
>d:\users\dwahaas\desktop\kalhack\send.h(18) : error C2086'DWORD weapon1'Neudefinition
1
>        d:\users\dwahaas\desktop\kalhack\send.h(15): Siehe Deklaration von 'weapon1'
1>d:\users\dwahaas\desktop\kalhack\send.h(19) : error C2086'DWORD weapon2'Neudefinition
1
>        d:\users\dwahaas\desktop\kalhack\send.h(16): Siehe Deklaration von 'weapon2'
1>d:\users\dwahaas\desktop\kalhack\send.h(21) : error C2086'DWORD stone1'Neudefinition
1
>        d:\users\dwahaas\desktop\kalhack\send.h(12): Siehe Deklaration von 'stone1'
1>d:\users\dwahaas\desktop\kalhack\send.h(22) : error C2086'DWORD stone2'Neudefinition
1
>        d:\users\dwahaas\desktop\kalhack\send.h(13): Siehe Deklaration von 'stone2'
1>d:\users\dwahaas\desktop\kalhack\recv.h(22) : error C2086'DWORD armorID'Neudefinition
1
>        d:\users\dwahaas\desktop\kalhack\send.h(20): Siehe Deklaration von 'armorID'
1>Das Buildprotokoll wurde unter "file://d:\Users\DwaHaaS\Desktop\KalHack\Debug\BuildLog.htm" gespeichert.
1>KalHack 5 Fehler0 Warnung(en)
========== 
Rebuild All0 succeeded1 failed0 skipped ========== 
11/08/2008 00:22 Power_Stunner#43
how many errors you get?
I get fcking 1 and it says "Cannot open include file: 'windows.h': No such file or directory"
any1 help?
all i did was delete the // from printf :S
11/08/2008 00:24 syntex#44
all noob errors.

so what about just include the windows.h lol its a standart header.

and about bio:

[qoute]
1>d:usersdwahaasdesktopkalhacksend.h(18) : error C2086: 'DWORD weapon1': Neudefinition
1> d:usersdwahaasdesktopkalhacksend.h(15): Siehe Deklaration von 'weapon1'
1>d:usersdwahaasdesktopkalhacksend.h(19) : error C2086: 'DWORD weapon2': Neudefinition
1> d:usersdwahaasdesktopkalhacksend.h(16): Siehe Deklaration von 'weapon2'
1>d:usersdwahaasdesktopkalhacksend.h(21) : error C2086: 'DWORD stone1': Neudefinition
1> d:usersdwahaasdesktopkalhacksend.h(12): Siehe Deklaration von 'stone1'
1>d:usersdwahaasdesktopkalhacksend.h(22) : error C2086: 'DWORD stone2': Neudefinition
1> d:usersdwahaasdesktopkalhacksend.h(13): Siehe Deklaration von 'stone2'
1>d:usersdwahaasdesktopkalhackrecv.h(22) : error C2086: 'DWORD armorID': Neudefinition
1> d:usersdwahaasdesktopkalhacksend.h(20): Siehe Deklaration von 'armorID'
[/qoute]

just dumb when you declare stuff 2times. Just delete these , and you will see.
11/08/2008 00:25 Power_Stunner#45
what ya mean syntex? just include windows.h, its already there . . .
pragma once

#include <math.h>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <fcntl.h> /* for _O_TEXT and _O_BINARY */
#include <io.h>
#include <process.h>
#include <windows.h>