Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    Knocktis's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    978
    My Mood
    Relaxed
    Quote Originally Posted by tacticalpotato123 View Post
    Does anyone know what the new Patch 1.1 RPM Offset address (CE) is? I heard that it still works, but I think the patch changed the old offset address. Thanks!
    TheDivision.exe+4381C8 here, you're welcome.

  2. #17
    zee24's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Anyone fig out the reload speed?

  3. #18
    dekra22's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    just make inf ammo

  4. #19
    Little Albert's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by dekra22 View Post
    just make inf ammo
    Ammo is based server side, as is mag size now.

  5. #20
    HeraklusG's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Ammo hasn't worked since a few patches hasn't it?

  6. #21
    Sunrise's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    ΞΔ
    Posts
    2,179
    Reputation
    99
    Thanks
    217
    My Mood
    Sleepy
    Quote Originally Posted by cherrystoned View Post
    The Recoil exe is not from me but it works. No Spread you can add the source for CE (copy&past) or use from Dexter 1.6.

    CE Salsa
    Code:
    <?xml version="1.0" encoding="utf-8"?>
        <CheatTable>
          <CheatEntries>
            <CheatEntry>
              <ID>186</ID>
              <Description>"NO SPREAD"</Description>
              <LastState Activated="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
        aobscanmodule(_NoSpread,TheDivision.exe,44 0F 2E 16 0F 84 E0 00 00 00) // should be unique
        alloc(newmem,$1000,TheDivision.exe)
         
        label(code)
        label(return)
         
        newmem:
        mov [rsi],(float)1
        code:
          db 44 0F 2E 16 0F 84 E0 00 00 00
          jmp return
         
        _NoSpread:
          jmp newmem
          nop
          nop
          nop
          nop
          nop
        return:
        registersymbol(_NoSpread)
         
        [DISABLE]
        _NoSpread:
          db 44 0F 2E 16 0F 84 E0 00 00 00
         
        unregistersymbol(_NoSpread)
        dealloc(newmem)
        </AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatTable>
    
    No Recoil
    
        <?xml version="1.0" encoding="utf-8"?>
        <CheatTable>
          <CheatEntries>
            <CheatEntry>
              <ID>191</ID>
              <Description>"NO RECOiL"</Description>
              <LastState Activated="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
        aobscanmodule(_NoRecoil,TheDivision.exe,F3 0F 10 05 52 F8 6F 02)
        alloc(newmem,$1000,TheDivision.exe)
         
        label(code)
        label(return)
         
        newmem:
          db C7 05 E2 E5 61 03 00 00 00 00
         
        code:
          db F3 0F 10 05 52 F8 6F 02
          jmp return
         
        _NoRecoil:
          jmp newmem
          nop
          nop
          nop
        return:
        registersymbol(_NoRecoil)
         
        [DISABLE]
         
        _NoRecoil:
          db F3 0F 10 05 52 F8 6F 02
         
        unregistersymbol(_NoRecoil)
        dealloc(newmem)
         
        </AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatTable>
    Dexter CE 1.6 (not all option is compatible with patch 1.1but no Spread works fine)
    https://www.mpgh.net/forum/showthread.php?t=1103766
    NO recoil doesn't work

  7. #22
    mahawksee's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    Did they add an AC to the game yet? lol

  8. #23
    tnmgaming's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    3
    I can confirm it does work, dont forget to run the bypasser as admin and follow the instructions in the OP

  9. #24
    dekra22's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    guess im shooting imaginary bullets without the need to reload :3

  10. #25
    Aloistennis's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can you get banned for this ?

  11. #26
    steamy_rice's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Washington
    Posts
    108
    Reputation
    10
    Thanks
    31
    My Mood
    Mellow
    Quote Originally Posted by Aloistennis View Post
    Can you get banned for this ?
    Only if you get reported

  12. #27
    ItzGiraffe's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Anybody have the offset address for this no recoil / no spread?

  13. #28
    wissper's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    RPM vector: TheDivision.exe+4381C8 - 0F2E 77 04 - ucomiss xmm6,[rdi+04]

    reload speed: TheDivision.exe+438132 - F3 0F10 77 04 - movss xmm6,[rdi+04]

    No Spread: TheDivision.exe+F2C5BE - 44 0F2E 16 - ucomiss xmm10,[rsi]

  14. The Following User Says Thank You to wissper For This Useful Post:

    Jonas Kreis (04-13-2016)

  15. #29
    arcklenda's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by wissper View Post
    RPM vector: TheDivision.exe+4381C8 - 0F2E 77 04 - ucomiss xmm6,[rdi+04]

    reload speed: TheDivision.exe+438132 - F3 0F10 77 04 - movss xmm6,[rdi+04]

    No Spread: TheDivision.exe+F2C5BE - 44 0F2E 16 - ucomiss xmm10,[rsi]
    you have the offset for no recoil?

  16. #30
    Xpadon's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    Is RPM now server side as well?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Is there any NoRecoil + NoSpread working after Warface update?
    By handexe in forum Warface Discussions & Help
    Replies: 1
    Last Post: 04-05-2014, 02:19 AM
  2. [Patched] [Update] [HotFixes] RapidFire & NoRecoil v1.8.1 for MW3 1.8.423
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 19
    Last Post: 06-04-2012, 05:00 AM
  3. [Request] Need PlayerPointer,ServerPointer,NoRecoil,NoSpread Addies and Offset
    By gbjhet23 in forum WarRock Philippines Hacks
    Replies: 3
    Last Post: 08-05-2011, 03:55 AM
  4. [Info] interesting for norecoil/nospread
    By DOOP in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 06-22-2011, 04:56 AM
  5. norecoil nospread?
    By falzarex in forum C++/C Programming
    Replies: 9
    Last Post: 01-07-2010, 06:56 PM