Page 1 of 5 123 ... LastLast
Results 1 to 15 of 70
  1. #1
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113

    Unlimited Bag [ VN / ID / NA / BR / KR / PH ]

    Vietnam
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x11995E8);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    North America
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x11EA9F8);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    Indonesia
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x???????);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    Brazil
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x11B60F8);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    Korea
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x1038C50);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    Philippines
    Code:
    DWORD Bag = *(DWORD*)(CShell + 0x???????);
    if (Bag)
    {
         if (GetAsyncKeyState('B'))
              *(DWORD*)(Bag + 0xC) = 0;
    }
    Hint
    Code:
    F0 0F C1 11 75 09 8B 06 8B 50 08 8B CE FF D2 5F 5E 83 C4 08 C2 04 ?? CC CC CC CC CC CC CC CC 56 8B F1 E8 ?? ?? ?? ??
    Credit(s) : ACEOFEAGLE


    Last edited by jayjay153; 06-23-2018 at 12:10 PM.

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

    abyan (06-23-2018),vaisefud3 (06-23-2018)

  3. #2
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    That pattern doesn't seem to lead anywhere (BR), but I'll keep looking.
    Thanks anyway.
    Press thanks if I helped

    Xigncode Security:


  4. #3
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Quote Originally Posted by vaisefud3 View Post
    That pattern doesn't seem to lead anywhere (BR), but I'll keep looking.
    Thanks anyway.
    that pattern is for all region

    CFBR
    Last edited by jayjay153; 06-23-2018 at 11:02 AM.

  5. The Following User Says Thank You to jayjay153 For This Useful Post:

    abyan (06-24-2018)

  6. #4
    Send Nudes's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jayjay153 View Post
    that pattern is for all region
    Its so hard to find

  7. #5
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Quote Originally Posted by Send Nudes View Post
    Its so hard to find
    nope it's easy

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

    abyan (06-24-2018)

  9. #6
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Didn't got anywhere with that pattern, already made my own.
    The address is correct though.
    Press thanks if I helped

    Xigncode Security:


  10. #7
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Quote Originally Posted by vaisefud3 View Post
    Didn't got anywhere with that pattern, already made my own.
    The address is correct though.
    need something to do..
    Last edited by jayjay153; 06-23-2018 at 12:08 PM.

  11. The Following User Says Thank You to jayjay153 For This Useful Post:

    abyan (06-24-2018)

  12. #8
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Got to this line:
    Code:
    1095CE68   . F64424 08 01   TEST BYTE PTR SS:[ESP+0x8],0x1
    Press thanks if I helped

    Xigncode Security:


  13. #9
    Send Nudes's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jayjay153 View Post
    need something to do.. need some reversing address (2x). then press CTRL + L (2x) and then count 21 downward. then you will get the address
    is this correct? https://prntscr.com/jyh0ao

  14. #10
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Quote Originally Posted by Send Nudes View Post
    that's not for CFKR. wrong address

    - - - Updated - - -

    Quote Originally Posted by vaisefud3 View Post
    Got to this line:
    Code:
    1095CE68   . F64424 08 01   TEST BYTE PTR SS:[ESP+0x8],0x1
    that's not for CFBR. wrong address

  15. The Following User Says Thank You to jayjay153 For This Useful Post:

    abyan (06-24-2018)

  16. #11
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by jayjay153 View Post
    that's not for CFKR. wrong address

    - - - Updated - - -



    that's not for CFBR. wrong address
    I know that's not the address, I just followed what you said.
    Press thanks if I helped

    Xigncode Security:


  17. #12
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Code:
    Brazil :      111B60F8     00             DB 00
    South Korea : 11038C50     00             DB 00
    Last edited by jayjay153; 06-23-2018 at 11:28 AM.

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

    abyan (06-24-2018)

  19. #13
    Send Nudes's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jayjay153 View Post
    Code:
    Brazil :      111B60F8     00             DB 00
    South Korea : 11038C50     00             DB 00
    I follow your instruction, i cannot find like that on olly

  20. #14
    jayjay153's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    294
    Reputation
    10
    Thanks
    113
    Quote Originally Posted by Send Nudes View Post
    I follow your instruction, i cannot find like that on olly
    dump your cshell first.

  21. #15
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    There's another way to do it with LTClientShell pointer
    Public Hack:
    Jun 2012 / Dec 2017

Page 1 of 5 123 ... LastLast

Similar Threads

  1. Unlimited Raidshare
    By WacKer in forum Spammers Corner
    Replies: 14
    Last Post: 04-10-2019, 03:32 PM
  2. [Source Code] [CFNA]Unlimited Bag
    By gaerGAERHGaerherh in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 06-21-2018, 02:10 AM
  3. [Source Code] Unlimited Bag
    By ComboDance in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 46
    Last Post: 08-07-2017, 08:45 PM
  4. [Info] Making ur Suit / Helmet / Bags / Mask / Others UNLIMITED
    By devil_boi in forum Blackshot Hacks & Cheats
    Replies: 1
    Last Post: 12-20-2012, 08:08 AM
  5. Unlimited Grenade
    By quin123 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 02-04-2006, 12:53 PM