Moving Pimp Hack

11/09/2008 01:39 Power_Stunner#1
BYTE UseP[] = {0x39, Poly, weapon};
BYTE UseT[] = {0x39, Tali, weapon};

This code might be familiar to some, and looks confusing for most.
This is the Pimp php packet code from 5had0w
and I'm wondering how to work it :P
You don't have to release exactly what to do but maybe hints are good ^^
Also I'm wondering if this is the moving pimp hack or no

Thanks for all answers [even if ur flaming me :)]
11/09/2008 02:04 MoepMeep#2
SendDetour(0x39,"dd",PolishingStoneID,WaeponID);
SendDetour(0x39,"dd",TalismanID,WaeponID);

This should look more familiar for some ppl ;)
If you want to walk while pimping, run it in a seperate thread with a small sleep ;)
11/09/2008 02:16 Power_Stunner#3
thanks for hint
11/09/2008 02:36 EXTEЯNAL#4
thats the way i use ;)

btw, what does bd, bdd mean's ?? oO

Code:
if (strcmp(input,"pimpbot") == 0)
{
	cout << "How often you wanna pimp?\n";
	cin >> iPimp;
	cout << "Please Enter the Weapon ID\n";
	cin >> iWeapon;
	cout << "Please Enter the Talisman ID\n";
	cin >> iTalisman;
	cout << "Please Enter the Poli Stone ID\n";
	cin >> iPoli;
	for (i = 0; i < iPimp; i++)
	{
		SendDetour(0x39,"dd",iPoli,iWeapon);
		Sleep(10);
        SendDetour(0x39,"dd",iTalisman,iWeapon);
    }
}
11/09/2008 02:39 Mahatma#5
Quote:
Originally Posted by Momo5000 View Post
thats the way i use ;)

btw, what does bd, bdd mean's ?? oO
just look @ your senddetour function^^
b = byte
d = dword
11/09/2008 02:40 EXTEЯNAL#6
ah much thanks ;)
11/09/2008 03:16 Power_Stunner#7
Also codes for .force party and sht
dont work
but moep urs work for me thx
any1 got .force pt or trade or sht codes xD?
11/09/2008 03:39 MoepMeep#8
You should check the source of e*pvphackit ;) Most of that stuff should be in.
11/09/2008 17:14 Power_Stunner#9
Cant find .force codes+
i searched epvphackit source cant find
and epvp source cant find
any1 got codes :D
11/09/2008 21:27 chibis#10
look @ ZeroTens source, damn ...