Page 2 of 7 FirstFirst 1234 ... LastLast
Results 16 to 30 of 93
  1. #16
    epiccode's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Pennsylvania
    Posts
    76
    Reputation
    10
    Thanks
    215
    My Mood
    Tired
    Quote Originally Posted by Headspace View Post
    Forget about Call of Duty Points, you won't be able to do anything with it.
    yea its probably server sided, and honestly what's the point..?

  2. #17
    epiccode's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Pennsylvania
    Posts
    76
    Reputation
    10
    Thanks
    215
    My Mood
    Tired


    slight update on how its turning out with health bar and working mini map.

  3. #18
    noirfx2's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    any hacks for multiplayer?

  4. #19
    epiccode's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Pennsylvania
    Posts
    76
    Reputation
    10
    Thanks
    215
    My Mood
    Tired
    most of the shit carries over to mp. Only one issue. You need to be host. i can't seem to get force host as it seems to be a encrypted Int value now with the latest updates. Changing those values calls proccess terminate like IsDebuggerAttached.

  5. #20
    Headspace's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    780
    Quote Originally Posted by epiccode View Post
    most of the shit carries over to mp. Only one issue. You need to be host. i can't seem to get force host as it seems to be a encrypted Int value now with the latest updates. Changing those values calls proccess terminate like IsDebuggerAttached.
    The next four bytes need to be modified accordingly, if it doesn't match it will immediately close.
    You are able to modify the dvar you wish through Cbuf_AddText.

  6. #21
    epiccode's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Pennsylvania
    Posts
    76
    Reputation
    10
    Thanks
    215
    My Mood
    Tired
    no it closes if the value is encrypted. here is the function call to it.

    Code:
    __int64 __fastcall Dvar_RegisterEncryptedInt(__int64 a1, int a2, unsigned int value, unsigned int a4, int a5, __int64 a6)
    {
      __int64 v6; // rbx
      int v7; // er11
      signed int v8; // eax
      unsigned int v9; // er10
      __m128i v10; // xmm1
      int v11; // eax
      __m128i v13; // [rsp+40h] [rbp-28h]
      __m128i v14; // [rsp+50h] [rbp-18h]
    
      v6 = a1;
      v14.m128i_i32[0] = a2;
      v7 = 0;
      v8 = -2017020801;
      v9 = -1981700507;
      do
      {
        if ( v9 > 0x89E1A665 )
        {
          switch ( v9 )
          {
            case 0xC6F302F4:
              v8 = 792669748;
              goto LABEL_17;
            case 0xE2E4AE0C:
              a2 ^= v7;
              v8 = -2099100287;
              break;
            case 0xF6B9AD6A:
              v7 ^= 0xCA71u;
              v8 = 1390116181;
              break;
          }
        }
        else
        {
          switch ( v9 )
          {
            case 0x89E1A665:
              v7 = a2;
              v8 = 9118588;
              break;
            case 0x1C9C36AAu:
              v7 = (a2 ^ 0x7434);
              v8 = -1418399068;
    LABEL_17:
              a2 = __ROR4__(a2, 16);
              break;
            case 0x6006EB8Du:
              v7 = (a2 ^ 0x9133);
              v8 = -1493833351;
              a2 = v7 ^ __ROL4__(a2, 16);
              break;
            case 0x896A8519:
              v7 ^= 0x52D0u;
              v8 = 1804479253;
              a2 = __ROL4__(a2, 16);
              break;
          }
        }
        v9 ^= v8;
      }
      while ( v9 != 0xE9CC2CC0 );
      v14.m128i_i32[1] = a2;
      v10 = v14;
      v13.m128i_i64[0] = __PAIR__(a4, value);
      _mm_store_si128(&v13, v13);
      _mm_store_si128(&v14, v10);
      v11 = sub_140CE9FA0(a1);
      return sub_140CEB850(v6, v11, 5, a5, v14.m128i_i8, v13.m128i_i8, a6);
    }
    some of the dvars have the function call to getdecryptedvalue

    I also am unable to locate Cbuf_addText
    Last edited by Silent; 01-13-2018 at 01:17 PM.

  7. #22
    Headspace's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    780
    I took party_minplayers as an example: It's a "protected" address which means it will close only if the next four bytes doesn't match. Let me give you a proof, you can try yourself.

    party_minplayers: 0x14759FC30.

    If you modify that and search for a game, it will immediately exit since the next 4 bytes doesn't match.

    Now, let's try to modify it without crashes whatsoever, by setting it to 7 for example.

    Set it to 14115216740480712711 as 8 bytes, you will notice it won't crash this time.
    That's because the next four bytes does indeed match.

    You can set any protected address to 14115216740480712711 (8 bytes), it will never crash, yet we modified it to 7.
    Last edited by Headspace; 01-08-2018 at 03:14 PM.

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

    epiccode (01-09-2018)

  9. #23
    crash2240's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    So what's the ban risk with using this? Is there anything I need to do to help prevent one? I haven't been able to find anything regarding this on this forum so sorry if it's already been asked and answered.

  10. #24
    bloopme's Avatar
    Join Date
    Jun 2017
    Gender
    female
    Location
    Hong Kong
    Posts
    79
    Reputation
    10
    Thanks
    17
    You won't be able to find anything because no one's been banned yet. yup. IW developers just don't give a shit anymore, at least Treyarch developers still watch the forums and know how to block programs with keywords like cheat engine or zombie trainer, but nope IW just doesn't give a shit. People submit obvious aimbotters videos on reddit for the developers to look at, but nope they still don't do shit.

  11. #25
    Headspace's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    780
    Quote Originally Posted by bloopme View Post
    You won't be able to find anything because no one's been banned yet. yup. IW developers just don't give a shit anymore, at least Treyarch developers still watch the forums and know how to block programs with keywords like cheat engine or zombie trainer, but nope IW just doesn't give a shit. People submit obvious aimbotters videos on reddit for the developers to look at, but nope they still don't do shit.
    So you are complaing about IW not doing anything against cheaters on a cheating forum? That doesn't make sense.

  12. #26
    crash2240's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by bloopme View Post
    You won't be able to find anything because no one's been banned yet. yup. IW developers just don't give a shit anymore, at least Treyarch developers still watch the forums and know how to block programs with keywords like cheat engine or zombie trainer, but nope IW just doesn't give a shit. People submit obvious aimbotters videos on reddit for the developers to look at, but nope they still don't do shit.
    That's good to know. I started using this anyway so some clarification is nice. Thanks.

  13. #27
    petardascom's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    GB
    Posts
    209
    Reputation
    23
    Thanks
    115
    Quote Originally Posted by crash2240 View Post
    That's good to know. I started using this anyway so some clarification is nice. Thanks.
    Men infinite warfare is totally dead about development or any mod or admins looking if cheat or something, in that case is totally dead, you can hack all game fuck up with most cheated hacks and get people angry and u dont give any ban advise or nothing.

  14. #28
    Iwesley93I's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    UK
    Posts
    183
    Reputation
    30
    Thanks
    775
    My Mood
    Cheerful
    Quote Originally Posted by Headspace View Post
    Forget about Call of Duty Points, you won't be able to do anything with it.
    I looked into this type of editing for Black Ops 3 and i managed to find the location for the LD count value and i was able to change it to what ever i wanted but within 30 minutes of doing so i was banned. So yes cod points would be changeable because even though cp is server sided,so is LD on BO3 & that was editable through cheat engine. But because it is server sided as soon as you edit the current (untouched) value to a strange new one like 9999999 your account instantly flags for review to devs because strange activity is occurring on your accounts live services. I was also able to freeze the current value without needing to increase it to a silly number to constantly keep buying gumballs while only having 3 and, This gave me unlimited purchases until i chose to unfreeze the value.

    This will get you banned 100% But it is possible.
    Last edited by Iwesley93I; 01-13-2018 at 12:41 AM.

  15. #29
    Headspace's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    780
    Quote Originally Posted by Iwesley93I View Post
    I looked into this type of editing for Black Ops 3 and i managed to find the location for the LD count value and i was able to change it to what ever i wanted but within 30 minutes of doing so i was banned. So yes cod points would be changeable because even though cp is server sided,so is LD on BO3 & that was editable through cheat engine. But because it is server sided as soon as you edit the current (untouched) value to a strange new one like 9999999 your account instantly flags for review to devs because strange activity is occurring on your accounts live services. I was also able to freeze the current value without needing to increase it to a silly number to constantly keep buying gumballs while only having 3 and, This gave me unlimited purchases until i chose to unfreeze the value.

    This will get you banned 100% But it is possible.
    By changing the LD value, it won't affect the server side, I suppose you always had an error while trying to spend it? I'm talking about the server side, so it's actually not possible to change it. Of course, changing it client side is, it will just not work though.

    And yeah, they might have caught you modifying those values.

    Correct me if I'm wrong but if you are able to spend it just by modifying your LD value, Treyarch seriously fucked up on this one.
    Last edited by Headspace; 01-13-2018 at 03:02 AM.

  16. #30
    dospec123's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    why my windows defender look at it like a trojan?

Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Release] Updated Key Exploit - 11/7 Update
    By ZeubyX in forum Call of Duty 13 - Infinite Warfare
    Replies: 26
    Last Post: 12-27-2017, 04:17 PM
  2. [Outdated] Updated Key Exploit - 9/26 Update
    By ZeubyX in forum Call of Duty 13 - Infinite Warfare
    Replies: 57
    Last Post: 11-07-2017, 03:32 PM
  3. [Outdated] Updated Key Exploit
    By ZeubyX in forum Call of Duty 13 - Infinite Warfare
    Replies: 42
    Last Post: 09-26-2017, 04:38 PM
  4. [Outdated] Updated Keys Exploit
    By ZeubyX in forum Call of Duty 13 - Infinite Warfare
    Replies: 43
    Last Post: 09-08-2017, 02:47 PM
  5. ~post Your Freakin Christmas Presents~
    By AN1MAL in forum General
    Replies: 48
    Last Post: 12-29-2006, 03:26 PM