Private Server Test Hack

12/12/2011 04:14 bloodx#1
Private Server Test Hack




Requirements

1.Injector
2.Brain.exe


[1] About Test Hack

So, why I have Create this "Hack"? I dont really know...

I just want to give something again to this Community.

I have wrote it quit fast, so it got at this moment only a Ugly Menu, I think about adding D3D menu or a nice GUI dont know yet.

Tested only @Koem V2 idk if some servers still use KOCP/KOSP ô_Ô'

[2] Functions
  • Autopick
  • Splashbot
  • ²AutoMedUse
  • Speedhack

    ²You have to put Mana Medicin on Skillbar Slot 3.
[3] Updates

I just will Write here when I have update something.
Changelog
Code:

[4] Whish List

Just post here and tell me what u want @this Test Hack.

[5] Credits

uhmm, who ever think he should stay here -> *give Credit*


[6] Download

Injector
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]


[7] Contact
MSN: [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
12/12/2011 06:27 pamz12#2
sw33t candies for community <3

*oh you should post it on your blog too ;)
12/12/2011 06:52 Roronoa Z.#3
Good Boy :D
Quote:
if((GetAsyncKeyState(VK_LSHIFT)&0x8000) && (GetForegroundWindow() == handle->kalhw))
switch(handle->onmapclick)
{
case 1: //Outside
class_Player::TeleTo(static_cast<int>(x)+262142,st atic_cast<int>(y)+262142,static_cast<int>(z*10.0)) ;
break;
case 2: //D1
class_Player::TeleTo(static_cast<int>(x)+49148,sta tic_cast<int>(y)+32768,static_cast<int>(z*10.0));
break;
case 3: //D2
class_Player::TeleTo(static_cast<int>(x),static_ca st<int>(y),static_cast<int>(z*10.0));
break;
case 4: //D3
class_Player::TeleTo(static_cast<int>(x)+16384,sta tic_cast<int>(y),static_cast<int>(z*10.0));
break;
case 5: //D4
class_Player::TeleTo(static_cast<int>(x)+16384,sta tic_cast<int>(y)+49149,static_cast<int>(z*10.0));
break;
case 22:
Kal::Tools::Chat("[GS]OnMapClick x:%i y:%i z:%i",static_cast<int>(x),static_cast<int>(y),stat ic_cast<int>(z*10.0));
break;
case 0:
break;
}
Add this if you want :D
Im ToP ändert es sich auf jedem Floor...hab die dinger auch noch davon...nur weiß ich nicht welche funktioniert haben und welche nicht...
12/12/2011 07:39 HiiLooL#4
naja hau mal pls noch ein attackhack rein bitte
12/12/2011 11:52 bloodx#5
Werde mich gleich mal an den AttackHack machen, erstmal eine einfache Variante werde diese dann Später erweitern.


Danke Roronoa Z. für die Info (:
12/12/2011 12:29 Slade100#6
erstmal danke :D
und
wie wäre es denn mit einem unauffälligen bh hack? also beheaded nur die mobs die in range sind und immer nur 1 behead pro 3 oder 4 sekunden
oder explosiv burst hack, also wohin man explosiv burst macht, kommen sagen wir mal 20 explosivburst oder so ;)
12/12/2011 12:40 HiiLooL#7
das mit explosiv würde zu auffällig sein oder nicht?
12/12/2011 12:42 Slade100#8
macht man ja wenn man alleine ist lol :D das gute daran ist das das ja nur 1 sec auffällig ist, dann wars das :D storms halten für 15 sec xD
edit: ist genau so auffällig wie attackhack^^
12/12/2011 13:22 HiiLooL#9
stimmt eig. aber gibs sowas ^^?
naja lassen wir bloodx in ruhe und gehen ihn nicht auf die eier ;) er wird bestimmt noch was gutes rein bauen
12/12/2011 15:07 pamz12#10
just some ideas
storm with non desired players appear protection
basic behead with non desired players appear protection
auto packet pimping
auto buff(archer/knigh/mage[cjb])
12/12/2011 16:31 bloodx#11
UPDATE 12.12.2011

I'v just added a simple Attack Hack for all Classes

Knight
Code:
Powerful Upward Slash
Half  Swing
Powerful Upward Slash
Brutal Attack
Mage
Code:
Hail
Shockwave
Lightning Summons
Thunder
Archer
Code:
Life Absorption
Staggering Blow
Heart Breaker
Staggering Blow
Heart Breaker
Focus Shot
How to use

U need to Inject the .dll File before Spawn your Character Ingame cuz I rust read the Player ID when he spawn.

If you want to Change Character just click " ResetPID " @Menu.
-----------------------------------------------------------


This is just a simple one I will Update it in the next time
12/12/2011 16:58 Roronoa Z.#12
Hier um das prob mit der ID zu fixen.
User->Me ist man halt selber.
Wenn der Attackhack über Recv funzt(SomeAttacKSomeone) dann einfach if(attacker == User->Me) :D
(C) für 0x32 -> Bakabug :D
Code:
case 0x32:		//Player Appear  "dsbdddwd"
		{
			DWORD pid = *(DWORD*)&buffer[3];

			if(handle->Player.find(pid) == handle->Player.end())
			{
				if(User->me == 0)User->me = pid;

				char name[255]={0};
				memcpy((void*)&name,(void*)((DWORD)buffer+7),16);
				memcpy((void*)&(handle->Player[pid].name),(void*)&name,16);
				int sizeofName;
				sizeofName=strlen(handle->Player[pid].name);
				handle->Player[pid].pclass	=	*(BYTE*)&buffer[7+sizeofName+1];
				handle->Player[pid].x		=	*(DWORD*)&buffer[7+sizeofName+2];
				handle->Player[pid].y		=	*(DWORD*)&buffer[7+sizeofName+6];
				handle->Player[pid].z		=	*(DWORD*)&buffer[7+sizeofName+10];
				break;
			}
		}
		break;
Code:
case 0x37:		//Player Left
		{
			DWORD pid = *(DWORD*)&buffer[3];
			if(User->me == pid)
				User->me = 0;
			if(handle->Player.find(pid) != handle->Player.end())
				handle->Player.erase(pid);
			else
				break;
			
		}
		break;
& hier für auopot(ohne send hook..)
Code:
case 0x09:			//Item Update
		{
			DWORD IID		= *(DWORD*)&buffer[3];
			if(buffer[11] == 0x09)		//Item decrease
				if(handle->autohp && !handle->HPID)
				{
					Kal::Tools::Chat("Got HPID %i",IID);
					handle->HPID = IID;
					break;
				}
				if(handle->automp && !handle->MPID)
				{
					Kal::Tools::Chat("Got MPID %i",IID);
					handle->MPID = IID;
					break;
				}
		}
		break;
&& nicht vergessen, adde den Fps limit von Sun & setz sie auf 30-40
12/12/2011 17:47 A.k.A.#13
nice 1 bloodx u just have to add storm hack ;D
12/12/2011 18:40 pamz12#14
okey i have tested this and i figured out that speed hack should need a lower value(cuz of expell pop up message), maybe user defined one
12/12/2011 19:43 bloodx#15
I will make all things possible to be defined by User, this is at the moment just ja "Basic" and collecting Ideas ;)