Results 1 to 7 of 7
  1. #1
    75dragon's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    210
    Reputation
    10
    Thanks
    7

    How do you send an escape packet?

    I need the line of code, thats it :/.
    How do you set an escape packet?
    thx for your time.
    -75Dragon

  2. #2
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Code:
    public void sendEscape() {
        ByteArrayDataOutput bado = new ByteArrayDataOutput();
        EscapePacket ep = new EscapePacket();
        ep.writeToOutput(bado);
        c2s.writePacket(Packets.ESCAPE, bado.getArray());
        c2s.out.flush();
    }
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  3. #3
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    Quote Originally Posted by 75dragon View Post
    I need the line of code, thats it :/.
    How do you set an escape packet?
    thx for your time.
    -75Dragon
    If you're using the source botmaker released, that sendEscape function is already in connection.java

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  4. #4
    75dragon's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    210
    Reputation
    10
    Thanks
    7
    k thx for your time.
    How do you find this out btw?

  5. #5
    75dragon's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    210
    Reputation
    10
    Thanks
    7
    Is this for a proxy? I was trying from rabcdasm.
    looks like java thats why :/

  6. #6
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by 75dragon View Post
    Is this for a proxy? I was trying from rabcdasm.
    looks like java thats why :/
    copypaste it in and hope it works
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  7. #7
    75dragon's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    210
    Reputation
    10
    Thanks
    7
    @trollaux can i have your skype? I would like assistance making my first client.

Similar Threads

  1. How do you send a private message?
    By lscarl in forum General
    Replies: 10
    Last Post: 12-12-2015, 12:30 PM
  2. [Help] How do you send links on AQW?
    By awesometb in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 04-02-2013, 02:47 AM
  3. When do you send the Map Packets?
    By Banshou in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 08-06-2008, 05:18 PM
  4. HELP HOW DO I SEND A PACKET?
    By coolika1337 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-06-2008, 01:07 PM
  5. how do you add fonts in PS
    By darkone1149 in forum Art & Graphic Design
    Replies: 2
    Last Post: 02-06-2006, 05:32 PM