Thread: Unlimited Bag

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 47
  1. #31
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    Quote Originally Posted by GoldWhite View Post
    can you help me find this addy in CFRU or tell how? @ComboDance @-[I]fLuX
    the unlimited bag address hasn't string .. only get with CE !!! @ComboDance is there any pattern for it ?!

  2. #32
    -[I]fLuX's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    342
    Reputation
    112
    Thanks
    3,923
    My Mood
    Bored
    Quote Originally Posted by I2espect View Post
    the unlimited bag address hasn't string .. only get with CE !!! @ComboDance is there any pattern for it ?!
    not for this pointer but there is a pattern scan for another pointer to do this feature
    •Contributor: June, 29th 2013


    My Sources:
    Injector
    Memory Base
    D3D9 Hook
    Hooked Memory Base




  3. #33
    GoldWhite's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    46
    Quote Originally Posted by -[I]fLuX View Post
    not for this pointer but there is a pattern scan for another pointer to do this feature
    Can you give?

  4. #34
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Quote Originally Posted by I2espect View Post
    the unlimited bag address hasn't string .. only get with CE !!! @ComboDance is there any pattern for it ?!
    Right.
    I'm using that way. Pattern of wPlayerPointer
    It's finally Over!

  5. #35
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    Quote Originally Posted by ***** View Post
    Right.
    I'm using that way. Pattern of wPlayerPointer
    so what's the pattern for the other pointer !?

  6. #36
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    what the pattern for wPlayerPointer?

  7. #37
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Quote Originally Posted by Astr3Lune View Post
    what the pattern for wPlayerPointer?
    Quote Originally Posted by I2espect View Post
    so what's the pattern for the other pointer !?
    Last Client: CFNA 10.29.2013
    Code:
    10515F02    68 5C0B5210         PUSH 10520B5C                                              ; ASCII "IClientShell.Default"
    10515F07    68 B8FA6010         PUSH 1060FAB8
    To do:
    Code:
    DWORD wPlayerPointer = (Cshell.dll + 0x60FAB8 + 0x54)
    DWORD CallBag = ( wPlayerPointer + 0x6A8 )
    
    And Last:
    If(GetAsyncKeyState('B'))
    {
        CallBag + 0x4 = 0
    }
    Code:
    Find Patt: B9 ?? ?? ?? ?? E8 ?? ?? ?? ?? 68 ?? ?? ?? ?? E8 ?? ?? ?? ?? 59 C3 CC CC CC CC CC CC CC CC CC CC 6A ?? 68
    With the CE scanner:
    First: Bypass xtrap
    Login and join a room.
    First Scan 1
    Press B ( The bag has been pop-up ) next scan 0
    Delay first step you can see ( Cshell.dll+123456 )


    It's not hard
    It's finally Over!

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

    dreek1 (10-29-2013),GoldWhite (10-29-2013)

  9. #38
    alstn0815's Avatar
    Join Date
    Mar 2009
    Gender
    female
    Location
    dfgdf
    Posts
    17
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    Thanks !!
    Last edited by alstn0815; 10-29-2013 at 12:57 AM.

  10. #39
    GoldWhite's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    46
    Quote Originally Posted by ***** View Post
    Last Client: CFNA 10.29.2013
    Code:
    10515F02    68 5C0B5210         PUSH 10520B5C                                              ; ASCII "IClientShell.Default"
    10515F07    68 B8FA6010         PUSH 1060FAB8
    To do:
    Code:
    DWORD wPlayerPointer = (Cshell.dll + 0x60FAB8 + 0x54)
    DWORD CallBag = ( wPlayerPointer + 0x6A8 )
    
    And Last:
    If(GetAsyncKeyState('B'))
    {
        CallBag + 0x4 = 0
    }
    Code:
    Find Patt: B9 ?? ?? ?? ?? E8 ?? ?? ?? ?? 68 ?? ?? ?? ?? E8 ?? ?? ?? ?? 59 C3 CC CC CC CC CC CC CC CC CC CC 6A ?? 68
    With the CE scanner:
    First: Bypass xtrap
    Login and join a room.
    First Scan 1
    Press B ( The bag has been pop-up ) next scan 0
    Delay first step you can see ( Cshell.dll+123456 )


    It's not hard
    how to find 0x6A8 or it's static?
    Last edited by GoldWhite; 10-29-2013 at 10:13 AM.

  11. #40
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Quote Originally Posted by GoldWhite View Post
    how to find 0x6A8 or it's static?
    This is trick for it...
    I has scanned in Cheat Engine. Get CE Address

    (CSHELL.DLL+ADDRESS_CE)+0x4 = 0

    ADDRESS_CE - wPlayerPointer = 6A8
    And: ( CSHELL+wPlayerPointer+6A8)+0x4 = 0
    I Have it
    It's finally Over!

  12. The Following 3 Users Say Thank You to HLBOT For This Useful Post:

    GoldWhite (10-30-2013),maximus8011 (10-31-2013),zikox (10-30-2013)

  13. #41
    Nicksssmskja0`'s Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Crossfire NA
    Posts
    772
    Reputation
    83
    Thanks
    65
    My Mood
    Relaxed
    Quote Originally Posted by ***** View Post
    This is trick for it...
    I has scanned in Cheat Engine. Get CE Address

    (CSHELL.DLL+ADDRESS_CE)+0x4 = 0

    ADDRESS_CE - wPlayerPointer = 6A8
    And: ( CSHELL+wPlayerPointer+6A8)+0x4 = 0
    I Have it
    Completly off topic but you scammed me from you site.
    Can you please take to me on skype ******nicknp2013
    or nicknp2013@hotmail.com

    1 vouch for coolbeans2 (Paid for Farming)
    1 vouch for -Silverz (i went first without OMM very fast)
    1 vouch for BurningAshes (Email Recovery Service)
    1 vouch for Appraised(CF NA ACCOUNT, went first and fast with OMM)

  14. #42
    M60BOY's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    Wow nice ty!

  15. #43
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    read my step right ot not?

    -Inject XtrapBypass.
    -Login CF & Join game
    -Press B , Open CE Change Crossfire.exe.
    -Value type = 4 byte
    -scane type =Exact Value.
    Scane 0 and scane 1.

    but i can,t find addres Cshell+?????.

    can you give another way find pointer?

    sory my english bad
    Last edited by Astr3Lune; 11-01-2013 at 08:08 AM.

  16. #44
    [FEAR]Me's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thanks for sharing

  17. #45
    GaaD's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Wow it worrrrrrrrrks like a charm thanks

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Unlimited Raidshare
    By WacKer in forum Spammers Corner
    Replies: 14
    Last Post: 04-10-2019, 03:32 PM
  2. [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
  3. Unlimited Ammo via Cheat Engine?
    By vega in forum WarRock - International Hacks
    Replies: 9
    Last Post: 11-18-2006, 08:59 PM
  4. Need Unlimited Granade Hack
    By diego1990 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-09-2006, 10:19 PM
  5. Unlimited Grenade
    By quin123 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 02-04-2006, 12:53 PM