Quote:
Originally Posted by cookie69
When I start the ommand (I write "attack" in the chat window), I got a message from the server : "Please wait before attacking again..." but the mob is not attacked!
How can I figure out all the params to add when I create PACKETTYPE_MELEE_ATTACK? (or any other packet btw)
Ty fr your replay :)
|
Try using Logic. You tell the server to attack. What do you want to attack? Look into the official server source code, that might help you alot more than i could ;-)
Quote:
Originally Posted by hushed132
@Xsh assuming that i run the hook and i inject what i had to inject! do i need the antweakbar on the flyff server then i can finally use the hacks? like the actual infiltration?
BTW the infiltration won't work on other servers right?(My Server is FlyForHero)
they keep on error like "couldn't find the d3d9.dll handle" do you have a solution for this one?
|
AntTweakBar is just a graphical user interface (GUI). You don't need this. In my source there is a way to send manual packets, figure it out.
Also, when d3d9.dll is not found, they may have changed the name of it, or even changed the way to access it from memory. I can't help you on this one since every p-server could modify it, hide it and do whatever they want with it. You must have a good knowledge about windows memory stuff.
Quote:
Originally Posted by cyberdark
Mich würde gern interessieren wie du denn mit Programmieren angefangen hast ,sprich C/C++. Ich meine deine und Toms Releases schlagen ein wie Bomben. Bzw. Hast du irgendwelche Tipps.
|
Copy/Paste, Bücher, Tutorials, Snippets, andere sources angucken. Muss ja nicht unbedingt was mit flyff zu tun haben. Irgendwann weisst du wie es funktioniert, und wie man es benutzt.