Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    gutentaghabloidiomas's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Cool Super hacks remote.

    Hallo, please anybody can help me achieve hacks like this:



    i have packet deconstructors and reconstructor but i dont know how create packet for destroy enemy from far. i can pick weapon and item and c4 but game crash give engine error.

    thank you

  2. #2
    Anger5K's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    151
    Reputation
    10
    Thanks
    70
    My Mood
    Lurking
    You want to make a cheet
    okay come private
    My Own Hack!!!



  3. #3
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by gutentaghabloidiomas View Post
    Hallo, please anybody can help me achieve hacks like this:



    i have packet deconstructors and reconstructor but i dont know how create packet for destroy enemy from far. i can pick weapon and item and c4 but game crash give engine error.

    thank you
    you need to use SendToServer function , try to go in a room vs AI and kill it once and dump that kill packet , analyze it and you will find your s2s params



  4. #4
    Anger5K's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    151
    Reputation
    10
    Thanks
    70
    My Mood
    Lurking
    Quote Originally Posted by 96neko View Post
    you need to use SendToServer function , try to go in a room vs AI and kill it once and dump that kill packet , analyze it and you will find your s2s params
    Can i make fake ping use SendToServer right ? + how to use
    My Own Hack!!!



  5. #5
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by Anger5K View Post
    Can i make fake ping use SendToServer right ? + how to use
    never did it but i think it's possible not sure



  6. The Following User Says Thank You to 96neko For This Useful Post:

    Anger5K (09-13-2020)

  7. #6
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by Anger5K View Post
    Can i make fake ping use SendToServer right ? + how to use
    uint16 - MSG_CS_PING
    uint8 = 0
    gl
    Press thanks if I helped

    Xigncode Security:


  8. The Following User Says Thank You to vaisefud3 For This Useful Post:

    Anger5K (09-13-2020)

  9. #7
    Anger5K's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    151
    Reputation
    10
    Thanks
    70
    My Mood
    Lurking
    Quote Originally Posted by vaisefud3 View Post
    uint16 - MSG_CS_PING
    uint8 = 0
    gl
    You can explain more than as well

    Thank you
    My Own Hack!!!



  10. #8
    cfyuyanz's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Leave a contact information

  11. #9
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by cfyuyanz View Post
    Leave a contact information
    only IM on mpgh outside contact methods aren't allowed to be posted on threads so you have to use IM or normal messages



  12. #10
    gutentaghabloidiomas's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Thumbs down negative

    Quote Originally Posted by vaisefud3 View Post
    uint16 - MSG_CS_PING
    uint8 = 0
    gl
    no i think es

    __declspec(naked) hookedpingpacketroutine( void ){
    unsigned int temp = 99999; // for no send ping packet
    __asm{
    MOV EAX, temp
    JMP continue_pingpacketroutine
    }

    }

    noob

  13. #11
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by gutentaghabloidiomas View Post
    no i think es

    __declspec(naked) hookedpingpacketroutine( void ){
    unsigned int temp = 99999; // for no send ping packet
    __asm{
    MOV EAX, temp
    JMP continue_pingpacketroutine
    }

    }

    noob
    you are the one asking, not me
    I did this shit a lot before you even got here

  14. #12
    gutentaghabloidiomas's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by vaisefud3 View Post
    you are the one asking, not me
    I did this shit a lot before you even got here
    hahaha you are noob sir, pls learn c++ your code given me is ser a nada useless code uint8 LOL


    send me private message i have you given good book for coder

  15. #13
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by gutentaghabloidiomas View Post
    hahaha you are noob sir, pls learn c++ your code given me is ser a nada useless code uint8 LOL


    send me private message i have you given good book for coder
    ok random, go paste out of someone else :3

  16. #14
    PassT's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0

    Smile

    Quote Originally Posted by Anger5K View Post
    Can i make fake ping use SendToServer right ? + how to use
    Hi, gentleman. Can you tell me more? I'm just starting to reverse.. I mean about sendtoserver

  17. #15
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by PassT View Post
    Hi, gentleman. Can you tell me more? I'm just starting to reverse.. I mean about sendtoserver
    SendToServer does what it says. It sends info based of IDs. Those IDs are always uint16's (at least they were). You can build the enum if you look up the strings and search for 'MSG_'. They are either _SC_ ( server -> client ) or _CS_ ( client -> server ). With that you can hook the function, filter ID's, modify the info sent and much more. Good luck!
    Press thanks if I helped

    Xigncode Security:


Page 1 of 2 12 LastLast

Similar Threads

  1. {Rel.} My Super Hack!
    By ltkort213 in forum WarRock - International Hacks
    Replies: 24
    Last Post: 08-16-2007, 01:12 AM
  2. Super Hack
    By Jeckels in forum Trade Accounts/Keys/Items
    Replies: 21
    Last Post: 07-31-2007, 02:54 AM
  3. Super Hack Pack*
    By ltkort213 in forum WarRock - International Hacks
    Replies: 43
    Last Post: 07-15-2007, 06:29 AM
  4. [RELEASE]White Mask V2 Super Hack
    By White Mask in forum WarRock - International Hacks
    Replies: 18
    Last Post: 07-07-2007, 05:27 PM
  5. noob dont post plz things like i trade super hack if u just have warrock time
    By aprill27 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-23-2007, 04:23 PM