Thread: Unlimited Ammo

Page 1 of 7 123 ... LastLast
Results 1 to 15 of 91
  1. #1
    disav0w_'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    61

    Unlimited Ammo

    I'll copy and paste the version I posted on the other forum, For who which doesn't know, I'm donoob.


    Heere ->

    Hey,

    Well, really I didn't want to do that, but after some things which HAPPENED, I have to.

    First of all, let's start by fuck the ammo decreaser client side.
    After 5 mins of research with CheatEngine, there are few ways to fuck it, Mine is that.

    Code:
      
      BYTE UNLIMITEDAMMOSIGSCAN[13] = {0x74, 0x00, 0x8B, 0x06, 0x8B, 0x50, 0x00, 0x8B, 0xCE, 0xFF, 0xD2, 0x8B, 0xC7};
        dwUnlimitedAmmo = FindPattern(dwCShell, dwCShellModuleSize, (PBYTE)UNLIMITEDAMMOSIGSCAN, "x?xxxx?xxxxxx", 0, false);
    
    ...
    VirtualProtect((void *)dwUnlimitedAmmo, 0x1, 0x4, 0);
    memcpy((void *)dwUnlimitedAmmo, (void *)"\xEB", 1);
    But now, server seems doing some lamerzor 1337 check, I didn't rly understanded it but seems that by fucking and removing some unsigned ints from the packet of fire(130) server is failing somehow at counting real ammo.

    So we have to hook send to server and we have to manipulate the 130 packet.

    Code:
    int WINAPI hkSendToServer(ILTMessage_Read* Message, unsigned int flags)
    ..
    uint8 ID = Message->Readuint8();
            if(ID == 130)
            {
    
                CAutoMessage cMsg;
                cMsg.Reset();
                cMsg.Writeuint8(130);
    
                int iCount = 70;
                if(Message->Size() >= 992) iCount = 97;
    
                for(int i = 0; i < iCount; i++)
                    cMsg.Writeuint8(Message->Readuint8());
                
                return oSendToServer(cMsg.Read(), flags);
            }
    ..
    Here we are, that's the unlimited ammo. That's getting leeched around, without also giving PROPER credits to real creators which are,

    Me,
    Ch40zz c0d3r aka HeadShot.ZiP

    How it get around? simple, seems SOMEONE failed at closing TeamViewer when he was coding inside his cheat project.... nice one Ch40zz !
    Last edited by Flengo; 01-07-2013 at 07:27 PM.

  2. The Following 15 Users Say Thank You to disav0w_ For This Useful Post:

    ademir1 (05-10-2013),ak2337 (01-12-2013),arun823 (01-10-2013),[MPGH]Flengo (01-07-2013),Frozenguy911 (03-18-2018),Genesis (01-10-2013),Hacker Fail (05-10-2013),luccss (01-09-2013),Mystico.Coder (01-08-2013),N3OH4X (01-07-2013),pDevice (01-09-2013),Shadow` (01-07-2013),SNIPdetta (01-07-2013),teehee15 (01-07-2013),The Decoder (01-11-2013)

  3. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Culprit of stealing is JohnFame. Scammed me with it too.

    Hope this gets patched. This isn't the way it should be given out, at least not the reason to give out.

    Good job though, amazing work by you two.
    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


  4. The Following 5 Users Say Thank You to Flengo For This Useful Post:

    Genesis (01-10-2013),Mystico.Coder (01-08-2013),N3OH4X (01-07-2013),teehee15 (01-07-2013),The Decoder (01-11-2013)

  5. #3
    N3OH4X's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    87
    My Mood
    Devilish
    Quote Originally Posted by Flengo View Post
    Culprit of stealing is JohnFame. Scammed me with it too.

    Hope this gets patched. This isn't the way it should be given out, at least not the reason to give out.

    Good job though, amazing work by you two.
    Flengo , VorteX skype which I saw on TV is Download3G- or -Download3G , he's also the mpgh USER on here . just letting you know and @disav0w_ VorteX is a fucking scammer / biggest leecher of ALL TIME .

  6. #4
    disav0w_'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    61
    It's public now, everyone can have it

  7. The Following User Says Thank You to disav0w_ For This Useful Post:

    N3OH4X (01-07-2013)

  8. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Yeah Justincool/Vortex is him. Anyway I can't let this thread go into a flame war. So be watchful of what you say.

    To be honest, most people wont get this working. Since they wont know how to hook send to server.
    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. The Following User Says Thank You to Flengo For This Useful Post:

    N3OH4X (01-07-2013)

  10. #6
    N3OH4X's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    87
    My Mood
    Devilish
    @disav0w_
    Mind adding my MSN / PMing your msn . Wanna discuss something with you .

  11. #7
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    I Forgot to tell you, that it's funny how VorteX has a new Site, I Can guarantee you that he'll add it to his source and not give any credits.

  12. The Following User Says Thank You to Reflex- For This Useful Post:

    N3OH4X (01-07-2013)

  13. #8
    Progamador.BR's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    21
    I did reverse engineering on this game and find another way to make infinite ammo. but I prefer to keep secret. hehe

  14. #9
    N3OH4X's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    87
    My Mood
    Devilish
    @Flengo , can't you NOOB Proof it atleast , or is there no point :#?

  15. #10
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by N3OH4X View Post
    @Flengo , can't you NOOB Proof it atleast , or is there no point :#?
    No point. Based on what he told me no one will get it working. Only a few will.
    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


  16. The Following User Says Thank You to Flengo For This Useful Post:

    N3OH4X (01-07-2013)

  17. #11
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Hooking s2s and actually using s2s are 32 different things. Its easy to send a message...its quite another to hook and manipulate it

    commando: You're probably the best non-coder coder I know LOL


  18. The Following User Says Thank You to supercarz1991 For This Useful Post:

    [MPGH]Flengo (01-07-2013)

  19. #12
    N3OH4X's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    87
    My Mood
    Devilish
    Quote Originally Posted by Flengo View Post


    No point. Based on what he told me no one will get it working. Only a few will.
    I'm guessing you got it working your self . ?

  20. #13
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    hahah!
    oh gawsh.
    i tried to tell everyone this would happen.
    Successful buys: 20
    Successful sells: 4
    Successful trades: 9
    Scammed: 4

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

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

  21. The Following User Says Thank You to -Bl00d- For This Useful Post:

    N3OH4X (01-07-2013)

  22. #14
    N3OH4X's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    87
    My Mood
    Devilish
    Quote Originally Posted by -Bl00d- View Post
    hahah!
    oh gawsh.
    i tried to tell everyone this would happen.
    I saw your old post haha , knew this was gonna get released !

  23. #15
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by N3OH4X View Post
    I saw your old post haha , knew this was gonna get released !
    Now wait till it gets patched before most people figure out how to get it working
    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


  24. The Following User Says Thank You to Flengo For This Useful Post:

    N3OH4X (01-07-2013)

Page 1 of 7 123 ... LastLast

Similar Threads

  1. [tut] unlimited ammo
    By crimetime in forum WarRock - International Hacks
    Replies: 39
    Last Post: 06-29-2007, 03:14 PM
  2. [Tutorial] Unlimited Ammo
    By Spoking in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-02-2007, 09:17 AM
  3. Tutorial of unlimited ammo, and the God Mode
    By Scottsmith in forum WarRock - International Hacks
    Replies: 22
    Last Post: 05-22-2007, 05:16 AM
  4. help unlimited ammo
    By timtomo in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-06-2007, 11:38 AM
  5. Unlimited Ammo via Cheat Engine?
    By vega in forum WarRock - International Hacks
    Replies: 9
    Last Post: 11-18-2006, 08:59 PM