Results 1 to 11 of 11
  1. #1
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy

    S2S Updates On Patch!

    Patch Updates:

    Works:

    Room Crasher
    Voice spam*
    Instant Respawn*
    Spammer*

    On the other note:

    PTC that works = Windowed mode
    Last edited by Re-Defined; 02-21-2013 at 04:44 PM.

  2. #2
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Quote Originally Posted by Re-Defined View Post
    Patch Updates:

    Doesn't work:

    Voice spam
    Instant Respawn
    Spammer

    Works:

    Room Crasher

    On the other note:

    PTC that works = Windowed mode
    And as I just needed the spammer

  3. #3
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    My spammer for S2S works just fine, used it 5 minutes ago.
    Currently coding applications in Java and C++.

    "It is change, continuing change, inevitable change, that is the dominant factor in society today. No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be." -Isaac Asimov

  4. #4
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Quote Originally Posted by Shadow` View Post
    My spammer for S2S works just fine, used it 5 minutes ago.
    Then they got something wrong ..

  5. #5
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy
    Okay then sorry spammer might work.

  6. #6
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by Re-Defined View Post
    Okay then sorry spammer might work.


    Instant Respawn also works, idk about voice spam, I had my sound off and was too lazy to test it.

    Edit: Voice spam works
    Last edited by Shadow`; 02-21-2013 at 04:48 PM.
    Currently coding applications in Java and C++.

    "It is change, continuing change, inevitable change, that is the dominant factor in society today. No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be." -Isaac Asimov

  7. #7
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy
    @Shadow` seriously? Instant respawn too? When I turned it on I didnt respawn

    if(esp->local.bDead)
    {
    pSendToServer = (tSendToServer)ADDR_S2SE;
    g_LTClient = *(CLTClient**)ADDR_LTCLIENT;
    g_CommonLT = g_LTClient->Common();
    if(engine->ValidPointer(g_LTClient))
    {
    CAutoMessage Msg;
    Msg.Writeuint8(113);
    Msg.Writeuint8(1);
    Msg.Writeuint32(1);
    pSendToServer(Msg.Read(), MESSAGE_GUARANTEED);
    }
    }

  8. #8
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by Re-Defined View Post
    @Shadow` seriously? Instant respawn too? When I turned it on I didnt respawn

    if(esp->local.bDead)
    {
    pSendToServer = (tSendToServer)ADDR_S2SE;
    g_LTClient = *(CLTClient**)ADDR_LTCLIENT;
    g_CommonLT = g_LTClient->Common();
    if(engine->ValidPointer(g_LTClient))
    {
    CAutoMessage Msg;
    Msg.Writeuint8(113);
    Msg.Writeuint8(1);
    Msg.Writeuint32(1);
    pSendToServer(Msg.Read(), MESSAGE_GUARANTEED);
    }
    }
    You probably didn't finish updating your leeched Gellin's base properly.

    Get back to it
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  9. #9
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy
    Leeched gellin vip base ? How about your leeched MMBOB Vip base done updating? @Flengo

    Oh GCS only changed by one I thought it was 4. Hm i needa re check my off set
    Last edited by Re-Defined; 02-21-2013 at 04:50 PM.

  10. #10
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by Re-Defined View Post
    Leeched gellin vip base ? How about your leeched MMBOB Vip base done updating? @Flengo

    Oh GCS only changed by one I thought it was 4. Hm i needa re check my off set
    Where did you pull out that I use mmbob's base? Plus, I've only seen his base posted in this section where everything was removed.

    The original base that was leaked was very, very old. It wasn't even posted here with the hacks.

    If you'd like too see you can come on TV. Be my guest. Otherwise, I ask you don't make false accusations.

    I called you out on yours because I know that Gellin's base accesses the local player the way you posted above through the esp class.

    Code:
    if(esp->local.bDead)
    And GameClientShell. He said it changed by 4, he meant the offset not the number of virtuals.

    Every virtual void functions are each 4 bytes.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  11. #11
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy
    @Flengo Thanks man and sorry.

Similar Threads

  1. [Patched] Super Weapons Hack Updated (September Patch)
    By meawww in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 106
    Last Post: 09-28-2012, 07:46 AM
  2. today server updated been patched...T.T
    By loveme00 in forum Vindictus Help
    Replies: 1
    Last Post: 07-25-2011, 11:49 PM
  3. Replies: 3
    Last Post: 07-30-2010, 09:11 AM
  4. TeamSpeak Updated After Patch Works
    By rufus7 in forum Combat Arms Europe Hacks
    Replies: 212
    Last Post: 04-06-2009, 02:29 PM