I could be incredibly mistaken but I'm confident it just involves sending the useskill packet just like I do for fatal strike except with the desired skill id, target id of either 0 or charuid (depends on the skill... fairly sure disguise would be target uid 0) and most likely X/Y of 0 also.
You right thanks for enlight me :P
but the problem now to put that packet on the coding it's TOOOO LONG omg , any help key
and i used it nothing happen :/ , yeah i have to try till i die xD
O.O OMG , how can that gone from my head that right than write all the packet make the bot do it self :P ........ Stupid me , and sorry if i bugged you but still too nooby in proxy bots stuf :/ , so have to learn and do mistakes right !
last ask : like that way can i make any char of mine use Divinhear or just that to active the skill ... my point is that lead me to do divinhear speed hack or it's just another thing do it not this ?
O.O OMG , how can that gone from my head that right than write all the packet make the bot do it self :P ........ Stupid me , and sorry if i bugged you but still too nooby in proxy bots stuf :/ , so have to learn and do mistakes right !
last ask : like that way can i make any char of mine use Divinhear or just that to active the skill ... my point is that lead me to do divinhear speed hack or it's just another thing do it not this ?
Well if you are new in coding (C#, Conquer) then i would advice you to learn the basics of the proxy first. On Speedhacking noone will help you out, you have to figure it out yourself
This is my melee attack pattern, wich i use when i do melee hits in fatalstrike.
After i hit a target, C.X and C.Y gets the coordinates out of attack.X and attack.Y. But when i compare afterwards, C.X vs C.ServerLastX and C.Y vs C.ServerLastY they never match.
This tells me that when i do melee hits while iam in fatalstrike, i cant be on the same position as my target is. But how can i calculate the real positionings when i get teleported to X & Y from TQ.
This is my melee attack pattern, wich i use when i do melee hits in fatalstrike.
After i hit a target, C.X and C.Y gets the coordinates out of attack.X and attack.Y. But when i compare afterwards, C.X vs C.ServerLastX and C.Y vs C.ServerLastY they never match.
This tells me that when i do melee hits while iam in fatalstrike, i cant be on the same position as my target is. But how can i calculate the real positionings when i get teleported to X & Y from TQ.
Cheers
Shift target calculates the position infront of where the monster is facing. That was so if the monster is running your jump/shift movements will place you infront of it to have a better chance of killing it.
What you want to do is write a calculation to place yourself infront of target from your approaching angle.
Shift target calculates the position infront of where the monster is facing. That was so if the monster is running your jump/shift movements will place you infront of it to have a better chance of killing it.
What you want to do is write a calculation to place yourself infront of target from your approaching angle.
IE:
Monster>New Coords >>>>>>> Start position
Well when iam in FatalStrike and i Melee Attack a Target, TQ Shifts me to a position, well ShiftTarget doesnt deal with that problem right? Cause it doesnt make a difference if i use ShiftTarget or not, the returned X.Y coords are not legit.
When iam not in FatalStrike and i Jump around and Attack my LastServerX.Y C.XY stats are always matching.
Well when iam in FatalStrike and i Melee Attack a Target, TQ Shifts me to a position, well ShiftTarget doesnt deal with that problem right? Cause it doesnt make a difference if i use ShiftTarget or not, the returned X.Y coords are not legit.
When iam not in FatalStrike and i Jump around and Attack my LastServerX.Y C.XY stats are always matching.
Not tested but this calculation should work for fatal strike movement coords.
Code:
public static Coord ThisIsFsISwearz(Client C, Mob M)
{
Coord To = Handler.MakeCoord(M.X, M.Y);
if (Math.Abs(M.X - C.X) > 0)
To.X--;
else if (Math.Abs(M.X - C.X) < 0)
To.X++;
if (Math.Abs(M.Y - C.Y) > 0)
To.Y--;
else if (Math.Abs(M.Y - C.Y) < 0)
To.Y++;
return To;
}
What I'm attempting for my super basic test bot (yes, I got bored and was messing with proxy coding again)
This was for melee... so it won't apply to you for fatal strike... just an idea of how to do it.
First try moving towards mob... if that doesn't work (is out of range or invalid coord) try moving infront of monster... if that doesn't work (is out of range or invaldi coord) simply move ontop of monster.
I'd then run a sanity check to confirm the location you are moving to is within range and then attack.
Code:
Coord To = Calculations.ThisIsFsISwearz(C, M);
if (!Program.DmapHandler.Maps[C.StaticMap].Check(To.X, To.Y) || Distance(C.X, C.Y, To.X, To.Y) > 2)
To = Calculations.ShiftTarget(M);
if (!Program.DmapHandler.Maps[C.StaticMap].Check(To.X, To.Y) || Distance(C.X, C.Y, To.X, To.Y) > 2)
To = MakeCoord(M.X, M.Y);
Change the auth ip, game ip, double check the ports are the same and then possibly change the encryption key.
I'm not sure what other changes they've made. Assuming they haven't already edited their .exe to use completely new encryption (possible... just quite a bit of work lol) but assuming that's all you need to do then just pull the new cryptkey from the client (use notepad/hexeditor to find it) and then just update the ports and stuff and give it a shot.
you said earlier that the 127.0.0.1 well Disconnect the client .and so im using the Hamachi ip but still when its time to connect to the server the client closes with no errors/exceptions in the console screen .
Note . its passing the AuthSvrPacket and the AuthCliPacket tho.
idk whats wrong :/
EDIT...never F**king Mind i got the source proxy where you found MOST of the your proxy stuff/w/e
and Hell yeah it works fine
PS. i think thats where you got the sniff.cs lol .
[RELEASE(SOURCE CODE)]-- KabBOT2 v1 Full Source(vb6) 10/07/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 106 Replies I've been meaning to post this for awhile but I pretty much forgot about it. I've been getting quite a few requests for it so I decided to finally get around to posting it.
#1. So here you go, Just have or Download Visual Basic 6, you need to update it to VbRuntime 6 Service Pack 6.
#2. Run the file name KabBOT.vbp.
#3. Enjoy.
100% Virus Free VirusTotal.com report.
VirusTotal - Free Online Virus, Malware and URL Scanner
[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: