thx
#edit link broken error 404
#edit link broken error 404
#define SKILL_NORMAL_ATTACK 0
while (TRUE) {
if (GetAsyncKeyState(VK_TAB)&1) {
for (int i = 0; i < 30; i++) {
SendBattleAttackPacket(SKILL_NORMAL_ATTACK, GetPickedVID());
}
Sleep(100);
}
Sleep(100);
}
lol wat.Quote:
I can not confirm if this is safe to use, but if anyone is interested in the pseudocode of the "main" hack function of this thingy:
I thought there was some magic behind it because normally you can't attack that fast, but there isn't somehow..Code:#define SKILL_NORMAL_ATTACK 0 while (TRUE) { if (GetAsyncKeyState(VK_TAB)&1) { for (int i = 0; i < 30; i++) { SendBattleAttackPacket(SKILL_NORMAL_ATTACK, GetPickedVID()); } Sleep(100); } Sleep(100); }
I said pseudocode. I didn't hack your computer and stole your sourcecode. I analyzed it in IDA, this is what "your" code does. Didn't you say it was created by a friend of you btw? ;)Quote:
lol wat.
That is not the way I call the function.
Opening the file with a dissembler or Hex Rays decompiler is also not the greatest idea.
Yes I'm just telling you what he wrote me in skype :D.Quote:
I said pseudocode. I didn't hack your computer and stole your sourcecode. I analyzed it in IDA, this is what "your" code does. Didn't you say it was created by a friend of you btw? ;)
Unoptimized Hex-Rays Decompiler pseudocode with some renamed variables and function names:Quote:
And btw there is some more behind that :P
I'm not talking about the Thread. Talking about the functions. Like I said "There is more than that".Quote:
Unoptimized Hex-Rays Decompiler pseudocode with some renamed variables and function names:
[Only registered and activated users can see links. Click Here To Register...]