Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 42
  1. #16
    ryanxheroes's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    England
    Posts
    31
    Reputation
    10
    Thanks
    9
    My Mood
    Amused
    Quote Originally Posted by sepon View Post


    I tried this in game and got an error code.
    Join a match first then go into cheat engine and run the code. Use this one

    [enable]
    alloc(SMGNoSpread, 128)

    aobscan(SpreadEntry, D9 98 88 00 00 00 8D 65 FC 5F C9 C3)
    registersymbol(SpreadEntry)

    aobscan(CrossHair1, D9 18 8B 47 0C 40 8B C8 89 4F 0C 8B 4F 08 8B 49 0C 3B C1)
    registersymbol(CrossHair1)

    aobscan(CrossHair2, D9 18 8B 47 10 40 8B C8 89 45 F8 89 4F 10 8B 4F 08 8B 49)
    registersymbol(CrossHair2)

    label(NoSpread)
    label(CrossHairSpread1)
    label(CrossHairSpread2)

    label(SpreadReturn)
    label(JunkStorage)
    label(CrossHair1Return)
    label(CrossHair2Return)

    ////
    ////
    ////
    ////

    SpreadEntry:
    jmp NoSpread
    nop
    SpreadReturn:

    ////
    ////

    CrossHair1:
    jmp CrossHairSpread1
    CrossHair1Return:

    ////
    ////

    CrossHair2:
    jmp CrossHairSpread2
    CrossHair2Return:

    ////
    ////
    ////
    ////

    SMGNoSpread:
    nop
    nop

    ////
    ////

    NoSpread:
    fstp dword ptr [JunkStorage]
    mov [eax+88],00000000
    jmp SpreadReturn

    ////
    ////

    CrossHairSpread1:
    mov [eax],00000000
    fstp dword ptr [JunkStorage]
    mov eax,[edi+0C]
    jmp CrossHair1Return

    ////
    ////

    CrossHairSpread2:
    mov [eax],00000000
    fstp dword ptr [JunkStorage]
    mov eax,[edi+10]
    jmp CrossHair2Return

    ////
    ////
    ////
    ////

    JunkStorage:
    db 00 00 00 00

    ////
    ////
    ////
    ////

    [disable]
    dealloc(SMGNoSpread)
    unregistersymbol(SpreadEntry)
    unregistersymbol(CrossHair1)
    unregistersymbol(CrossHair2)

    SpreadEntry:
    fstp dword ptr [eax+00000088]

    CrossHair1:
    fstp dword ptr [eax]
    mov eax,[edi+0C]

    CrossHair2:
    fstp dword ptr [eax]
    mov eax,[edi+10]
    Players Me

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

    sepon (08-15-2014),SgtRamirez (08-15-2014)

  3. #17
    SgtRamirez's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    426
    My Mood
    Bored
    I always find the 0D86A### adresses being 1.499... or 1.500... and other adresses ... just wandering if u got the same

  4. #18
    SgtRamirez's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    426
    My Mood
    Bored
    Quote Originally Posted by ryanxheroes View Post
    Join a match first then go into cheat engine and run the code. Use this one
    nice u found it before me
    why was i sleeping XD

  5. #19
    martin951's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Straight outta Compton
    Posts
    158
    Reputation
    139
    Thanks
    114
    My Mood
    Mellow
    Did I even helped anyone ? :O

  6. #20
    SgtRamirez's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    426
    My Mood
    Bored
    me it works

  7. #21
    martin951's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Straight outta Compton
    Posts
    158
    Reputation
    139
    Thanks
    114
    My Mood
    Mellow
    So, are you going to make that trainer ?

  8. #22
    adam223344's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    26
    Quote Originally Posted by sepon View Post
    Got down to 8 addresses that were 0 when not shooting etc. but then I was thinking all the hard work was done, til I couldn't remember how to freeze them help pls.
    Scan multiple times to get atleast less than 3 addresses, and then click on them and click the red arrow pointing to the address list, then click the little active box and test them until you get better accuracy


  9. #23
    M4d H4ck3r's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Quote Originally Posted by ryanxheroes View Post
    Or you could go into cheat engine and go to memory and press Ctrl + A, and then copy this code into it and execute it.

    (Make sure you join a match first then run the code in cheat engine or you will get a error)


    Code:
    [enable]
    alloc(SMGNoSpread, 128)
    
    aobscan(SpreadEntry, D9 98 88 00 00 00 8D 65 FC 5F C9 C3)
    registersymbol(SpreadEntry)
    
    aobscan(CrossHair1, D9 18 8B 47 0C 40 8B C8 89 4F 0C 8B 4F 08 8B 49 0C 3B C1)
    registersymbol(CrossHair1)
    
    aobscan(CrossHair2, D9 18 8B 47 10 40 8B C8 89 45 F8 89 4F 10 8B 4F 08 8B 49)
    registersymbol(CrossHair2)
    
    label(NoSpread)
    label(CrossHairSpread1)
    label(CrossHairSpread2)
    
    label(SpreadReturn)
    label(JunkStorage)
    label(CrossHair1Return)
    label(CrossHair2Return)
    
    ////
    ////
    
    SpreadEntry:
    jmp NoSpread
    nop
    SpreadReturn:
    
    ////
    
    CrossHair1:
    jmp CrossHairSpread1
    CrossHair1Return:
    
    ////
    
    CrossHair2:
    jmp CrossHairSpread2
    CrossHair2Return:
    
    ////
    ////
    
    SMGNoSpread:
    nop
    nop
    
    ////
    
    NoSpread:
    fstp dword ptr [JunkStorage]
    mov [eax+88],00000000
    jmp SpreadReturn
    
    ////
    
    CrossHairSpread1:
    mov [eax],00000000
    fstp dword ptr [JunkStorage]
    mov eax,[edi+0C]
    jmp CrossHair1Return
    
    ////
    
    CrossHairSpread2:
    mov [eax],00000000
    fstp dword ptr [JunkStorage]
    mov eax,[edi+10]
    jmp CrossHair2Return
    
    ////
    ////
    
    
    JunkStorage:
    db 00 00 00 00
    
    ////
    ////
    
    
    [disable]
    dealloc(SMGNoSpread)
    unregistersymbol(SpreadEntry)
    unregistersymbol(CrossHair1)
    unregistersymbol(CrossHair2)
    
    SpreadEntry:
    fstp dword ptr [eax+00000088]
    
    CrossHair1:
    fstp dword ptr [eax]
    mov eax,[edi+0C]
    
    CrossHair2:
    fstp dword ptr [eax]
    mov eax,[edi+10]
    Working fine! thanks!

  10. #24
    vhxh2588's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Can use this for Rail Cannon Gun ??

  11. #25
    M4d H4ck3r's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Quote Originally Posted by vhxh2588 View Post
    Can use this for Rail Cannon Gun ??
    Yes, but you have to use machine guns first then when you load the code and when its all working, put the rail cannons on it!

  12. #26
    GuuiPT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    things city
    Posts
    67
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    NEVERMIND RETARDED QUESTION
    Last edited by GuuiPT; 08-24-2014 at 06:45 AM.

  13. #27
    GuuiPT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    things city
    Posts
    67
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by martin951 View Post
    Did I even helped anyone ? :O
    NOT ME :C THO

  14. #28
    SgtRamirez's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    426
    My Mood
    Bored
    The newb PhySixs claims that all our hacks were made by him ... >: (check his channel so u can see 4 urself

  15. #29
    martin951's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Straight outta Compton
    Posts
    158
    Reputation
    139
    Thanks
    114
    My Mood
    Mellow
    Haha, I know that I have found all the stuuf and shit by my own and NOONE helped me ! I don't even know that guy..

  16. #30
    ryanxheroes's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    England
    Posts
    31
    Reputation
    10
    Thanks
    9
    My Mood
    Amused
    At least he put my name in his video with "No spread" It was me and a mate that went into the memory and found goodies. I haven't been on this game for week's has anything been patched or??
    Players Me

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Request] no recoil for Aug A3
    By kiohearts in forum Combat Arms Mod Request
    Replies: 2
    Last Post: 10-31-2010, 08:56 PM
  2. [Tutorial] No reload/ No Recoil FOR CFPH
    By 111122223 in forum CrossFire Mods & Rez Modding
    Replies: 4
    Last Post: 10-16-2010, 02:24 AM
  3. esp + no recoil for 1.1.195
    By zsniprx in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 05-04-2010, 04:29 PM
  4. No-Recoil for ver. 1.0.166
    By olskeevi in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 12-28-2009, 12:46 AM
  5. Replies: 82
    Last Post: 08-29-2009, 04:44 PM

Tags for this Thread