[EMS] Packet sender 0.60

01/22/2010 00:58 Jonny999#1
Simple packet sender for EMS 0.60.
JPS - JonnysPacketSender.

It was part of my full bot, but i ripped it out since i stopped working on my bot.
It should work, and will require framework 3.5+.


A few packets:

Get damaged - 1337 damage: 26 00 C7 C4 6E 01 FE 00 39 05 00 00 00 00
Drop Mesos - 10 Mesos : 54 00 00 00 00 00 0A 00 00 00
Change Channel - France 2: 1D 00 0D 34 9E 7F 00


The bits bolded hold the value which can be changed. Like the change channel, change the 0D from 01 - 0D (In hex), to go to any channel without changing languages.

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

I'l add a screenshot tomorow, its still in testing.

Any problems post here, il check tomorow before and after college.
01/22/2010 12:24 handers#2
Doesn't work in its current form. You send a packet, and the JPE application doesn't respond.
01/22/2010 13:29 iKaos#3
Yeah, when I click the button, the button stays clicked but doesn't responde.
01/22/2010 14:41 .SketchBear#4
he sayed its still Beta!
01/22/2010 15:56 handers#5
We're not blind Raketenjagd. We're just reporting errors, as requested from the releaser.

I see no point in releasing something that doesn't even work, especially if this thing only takes a few seconds to test. It generates premature hype and confuses everyone.
01/22/2010 16:08 .SketchBear#6
i dont sayed that you are blind.
01/22/2010 18:21 Jonny999#7
Sorry guys it was using GMS AoB's, will fix it for EMS AoB's in a sec ;p.
01/23/2010 12:25 fre024#8
I wonder what this would do:
Send dmg packet ( the max dmg you can get without dying)
and then use pg or energy shield from brawler/striker.
Would this return dmg?

Since brawler shield retrun 200% dmg this might be usefull.
01/23/2010 16:17 handers#9
Quote:
Originally Posted by Raketenjagd View Post
i dont sayed that you are blind.
Your previous comment ending with an exclamation mark implies that you either thought we weren't bothered to read, or blind.

Quote:
I wonder what this would do:
Send dmg packet ( the max dmg you can get without dying)
and then use pg or energy shield from brawler/striker.
Would this return dmg?

Since brawler shield retrun 200% dmg this might be usefull.
No this won't work. That damage packet is probably the damage you receive from objects like lava. At best you'd need a specific monster's packet when it damages you to reflect the damage with PG. If it did work together with PG it won't be so good, since you still have to heal and stand close to monsters.


To Threadstarter:

What kind of protection does EMS use for packets? Do they vary socket IDs all the time, encrypt packets and so on? Or if you've sniffed and weeded out a damage packet, you can simply keep spamming it?

Thanks for the release otherwise, good stuff.