Results 1 to 11 of 11
  1. #1
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed

    Finding S2S ID's.

    Anyone knows how to find S2S ID's, like spammer, antikick, etc..

    Thanks!

  2. #2
    code17a's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Jacksonville, Florida
    Posts
    472
    Reputation
    4
    Thanks
    115
    My Mood
    Aggressive
    i heard that someone had the scripts for the i cant recall where from but i know someone was giving them out sorry i could not help though



  3. #3
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    If you hook it you can make a logger and get some stuff that way. Or you can try out ID's.

    Voice spam is 190 and chat spammer is 104 if you were looking for those.
    They're out ta get me!

    Persistence is an art in itself. Let them slam each door in your face, even reject the whole definition of who you are. There will be a day when they come knocking on your door instead.

  4. #4
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Hook or try. Thats how to do it, there are other ways, since the IDs are constant you should find them.
    For exaple lets use chat id: 104d = 68h, then try to get the chat function with ReturnAddress and you can catch it. Olly should show offsets as hex values.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  5. #5
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    I personally would have made a hotkey to Send2Server for example Hold "hotkey" + number for your dll hack to get the number you have typed while holding the "hotkey" and then send to server, almost like a keylogger
    DJector.Lite
    Get the advantages of new injection technology, with 1 click easy to use injector, work for all platforms x86/x64

    Download

    D-Jector
    Get the most advanced and full featured injector around, works for any game and any platform x86/x64, nothing comes even close.
    Download

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

    -Bl00d- (01-30-2013)

  7. #6
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    Quote Originally Posted by Departure View Post
    I personally would have made a hotkey to Send2Server for example Hold "hotkey" + number for your dll hack to get the number you have typed while holding the "hotkey" and then send to server, almost like a keylogger
    thats a great idea! ive never thought of that before!
    Successful buys: 20
    Successful sells: 4
    Successful trades: 9
    Scammed: 4

     
    https://www.mpgh.net/forum/490-vouches/560562-vouches.html

    ^^^^^^^^^^^
    vouche for me?

  8. #7
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    Quote Originally Posted by Departure View Post
    I personally would have made a hotkey to Send2Server for example Hold "hotkey" + number for your dll hack to get the number you have typed while holding the "hotkey" and then send to server, almost like a keylogger
    Or even easier (if you got a regular menu and not those clickable ones), just walk through all the available ID numbers one by one with arrow key and send them to server. Much like you can have 1x, 2x etc on one alternative.
    Last edited by ctpsolo; 01-30-2013 at 03:02 PM.
    They're out ta get me!

    Persistence is an art in itself. Let them slam each door in your face, even reject the whole definition of who you are. There will be a day when they come knocking on your door instead.

  9. #8
    ZysorceN's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Location
    California
    Posts
    68
    Reputation
    10
    Thanks
    916
    My Mood
    Aggressive
    Quote Originally Posted by ctpsolo View Post
    Or even easier (if you got a regular menu and not those clickable ones), just walk through all the available ID numbers one by one with arrow key and send them to server. Much like you can have 1x, 2x etc on one alternative.
    there is parameters on the ids being send aka sequence of bits lol. so this method will give you crashes and you will skip good shit's simply make a logger that will log everything that goes through the SendToServer function and save it to a file. or find references to the vtable in ida and see what ids are being send and what the parameters look like this 2 are the best methods to get your shit going. both are pretty simple won't take 10 mins at max to make :P

  10. The Following User Says Thank You to ZysorceN For This Useful Post:

    -Bl00d- (01-30-2013)

  11. #9
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Quote Originally Posted by ZysorceN View Post
    there is parameters on the ids being send aka sequence of bits lol. so this method will give you crashes and you will skip good shit's simply make a logger that will log everything that goes through the SendToServer function and save it to a file. or find references to the vtable in ida and see what ids are being send and what the parameters look like this 2 are the best methods to get your shit going. both are pretty simple won't take 10 mins at max to make :P
    Yeah I will go for the STS Logger. THanks y'all.

  12. #10
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    Quote Originally Posted by ZysorceN View Post
    there is parameters on the ids being send aka sequence of bits lol. so this method will give you crashes and you will skip good shit's simply make a logger that will log everything that goes through the SendToServer function and save it to a file. or find references to the vtable in ida and see what ids are being send and what the parameters look like this 2 are the best methods to get your shit going. both are pretty simple won't take 10 mins at max to make :P
    Yeah that's true. I just meant if someone wants to randomly send ID's, it's even easier to do that from a menu than a hotkey.
    They're out ta get me!

    Persistence is an art in itself. Let them slam each door in your face, even reject the whole definition of who you are. There will be a day when they come knocking on your door instead.

  13. #11
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    Hook Function -> Log ID's

    Detailed answers are above.

    /Solved
    /Closed
    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


Similar Threads

  1. how to find rar pw?
    By tekmo in forum General
    Replies: 1
    Last Post: 10-23-2006, 10:08 AM
  2. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  3. Find a bug or have a suggestion?
    By Dave84311 in forum Suggestions, Requests & General Help
    Replies: 15
    Last Post: 05-24-2006, 09:50 AM
  4. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  5. Where do i find WPE Pro?
    By Rileyman1211 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-16-2006, 09:52 AM