Page 2 of 11 FirstFirst 1234 ... LastLast
Results 16 to 30 of 151
  1. #16
    mazelakz47's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    pastebin / rLtTt9DS
    Can't see any eax, delete something that you said, can someone make a video? Thanks!
    Maybe can you guys send your assemble script or something, maybe it works !!

    { Game : SummerCamp.exe
    Version:
    Date : 2017-10-19
    Author : __________________________________________

    help me
    }

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat



    aobscanmodule(INJECT,SummerCamp.exe,C1 89 03 B0 01 48 83 C4 20 5B C3 F2) // should be unique
    alloc(newmem,$1000,"SummerCamp.exe"+735D07)

    label(code)
    label(return)

    newmem:

    code:
    mov [rbx],eax
    mov al,01
    add rsp,20
    jmp return

    INJECT+01:
    jmp newmem
    nop
    nop
    nop
    return:
    registersymbol(INJECT)

    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    INJECT+01:
    db 89 03 B0 01 48 83 C4 20

    unregistersymbol(INJECT)
    dealloc(newmem)

    {
    // ORIGINAL CODE - INJECTION POINT: "SummerCamp.exe"+735D07

    "SummerCamp.exe"+735CD8: F2 0F 10 4C 24 30 - movsd xmm1,[rsp+30]
    "SummerCamp.exe"+735CDE: 66 0F 2F 0D 62 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554048]
    "SummerCamp.exe"+735CE6: 72 3F - jb SummerCamp.exe+735D27
    "SummerCamp.exe"+735CE8: 66 0F 2F 0D 48 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554038]
    "SummerCamp.exe"+735CF0: 77 35 - ja SummerCamp.exe+735D27
    "SummerCamp.exe"+735CF2: 0F 57 C0 - xorps xmm0,xmm0
    "SummerCamp.exe"+735CF5: 66 0F 2F C8 - comisd xmm1,xmm0
    "SummerCamp.exe"+735CF9: 72 16 - jb SummerCamp.exe+735D11
    "SummerCamp.exe"+735CFB: F2 0F 58 0D 55 D2 DF 01 - addsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D03: F2 0F 2C C1 - cvttsd2si eax,xmm1
    // ---------- INJECTING HERE ----------
    "SummerCamp.exe"+735D07: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D09: B0 01 - mov al,01
    "SummerCamp.exe"+735D0B: 48 83 C4 20 - add rsp,20
    // ---------- DONE INJECTING ----------
    "SummerCamp.exe"+735D0F: 5B - pop rbx
    "SummerCamp.exe"+735D10: C3 - ret
    "SummerCamp.exe"+735D11: F2 0F 5C 0D 3F D2 DF 01 - subsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D19: F2 0F 2C C1 - cvttsd2si eax,xmm1
    "SummerCamp.exe"+735D1D: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D1F: B0 01 - mov al,01
    "SummerCamp.exe"+735D21: 48 83 C4 20 - add rsp,20
    "SummerCamp.exe"+735D25: 5B - pop rbx
    "SummerCamp.exe"+735D26: C3 - ret
    "SummerCamp.exe"+735D27: 32 C0 - xor al,al
    }
    Last edited by mazelakz47; 10-19-2017 at 02:11 AM.

  2. #17
    xXGhostXx1230's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    631
    Reputation
    10
    Thanks
    210
    My Mood
    Lurking
    Quote Originally Posted by mazelakz47 View Post
    pastebin / rLtTt9DS
    Can't see any eax, delete something that you said, can someone make a video? Thanks!
    Maybe can you guys send your assemble script or something, maybe it works !!

    { Game : SummerCamp.exe
    Version:
    Date : 2017-10-19
    Author : __________________________________________

    help me
    }

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat



    aobscanmodule(INJECT,SummerCamp.exe,C1 89 03 B0 01 48 83 C4 20 5B C3 F2) // should be unique
    alloc(newmem,$1000,"SummerCamp.exe"+735D07)

    label(code)
    label(return)

    newmem:

    code:
    mov [rbx],eax
    mov al,01
    add rsp,20
    jmp return

    INJECT+01:
    jmp newmem
    nop
    nop
    nop
    return:
    registersymbol(INJECT)

    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    INJECT+01:
    db 89 03 B0 01 48 83 C4 20

    unregistersymbol(INJECT)
    dealloc(newmem)

    {
    // ORIGINAL CODE - INJECTION POINT: "SummerCamp.exe"+735D07

    "SummerCamp.exe"+735CD8: F2 0F 10 4C 24 30 - movsd xmm1,[rsp+30]
    "SummerCamp.exe"+735CDE: 66 0F 2F 0D 62 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554048]
    "SummerCamp.exe"+735CE6: 72 3F - jb SummerCamp.exe+735D27
    "SummerCamp.exe"+735CE8: 66 0F 2F 0D 48 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554038]
    "SummerCamp.exe"+735CF0: 77 35 - ja SummerCamp.exe+735D27
    "SummerCamp.exe"+735CF2: 0F 57 C0 - xorps xmm0,xmm0
    "SummerCamp.exe"+735CF5: 66 0F 2F C8 - comisd xmm1,xmm0
    "SummerCamp.exe"+735CF9: 72 16 - jb SummerCamp.exe+735D11
    "SummerCamp.exe"+735CFB: F2 0F 58 0D 55 D2 DF 01 - addsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D03: F2 0F 2C C1 - cvttsd2si eax,xmm1
    // ---------- INJECTING HERE ----------
    "SummerCamp.exe"+735D07: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D09: B0 01 - mov al,01
    "SummerCamp.exe"+735D0B: 48 83 C4 20 - add rsp,20
    // ---------- DONE INJECTING ----------
    "SummerCamp.exe"+735D0F: 5B - pop rbx
    "SummerCamp.exe"+735D10: C3 - ret
    "SummerCamp.exe"+735D11: F2 0F 5C 0D 3F D2 DF 01 - subsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D19: F2 0F 2C C1 - cvttsd2si eax,xmm1
    "SummerCamp.exe"+735D1D: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D1F: B0 01 - mov al,01
    "SummerCamp.exe"+735D21: 48 83 C4 20 - add rsp,20
    "SummerCamp.exe"+735D25: 5B - pop rbx
    "SummerCamp.exe"+735D26: C3 - ret
    "SummerCamp.exe"+735D27: 32 C0 - xor al,al
    }
    https://imgur.com/a/9MY2O

    You're welcome

  3. The Following User Says Thank You to xXGhostXx1230 For This Useful Post:

    mazelakz47 (10-19-2017)

  4. #18
    bleble6300's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    lol - I don't have Grinder perk...

    Can someone PM for crack version?

  5. #19
    zsozeatya's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Freddy's dream world
    Posts
    480
    Reputation
    10
    Thanks
    1,486
    My Mood
    Angelic
    Quote Originally Posted by hure1233 View Post


    I used the Crack and we did it together. (xXGhostXx1230 and me) in the private Lobby. It worked like a charm even tho i screwed some things at the first try( i sold Perks instead of buying them) it works only when buying it, however it worked later on.

    I just checked... The Bloody Clothing and the 3 unreleased Part IV Kills are not in the Steam version.

    If you joined xXGhostXx1230 lobby and his hack active, you don't need to do the hack steps, because your client got hacked too, if you join a hacked lobby. So only the host needed to do this step.

    - - - Updated - - -

    Quote Originally Posted by mazelakz47 View Post
    pastebin / rLtTt9DS
    Can't see any eax, delete something that you said, can someone make a video? Thanks!
    Maybe can you guys send your assemble script or something, maybe it works !!

    { Game : SummerCamp.exe
    Version:
    Date : 2017-10-19
    Author : __________________________________________

    help me
    }

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat



    aobscanmodule(INJECT,SummerCamp.exe,C1 89 03 B0 01 48 83 C4 20 5B C3 F2) // should be unique
    alloc(newmem,$1000,"SummerCamp.exe"+735D07)

    label(code)
    label(return)

    newmem:

    code:
    mov [rbx],eax
    mov al,01
    add rsp,20
    jmp return

    INJECT+01:
    jmp newmem
    nop
    nop
    nop
    return:
    registersymbol(INJECT)

    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    INJECT+01:
    db 89 03 B0 01 48 83 C4 20

    unregistersymbol(INJECT)
    dealloc(newmem)

    {
    // ORIGINAL CODE - INJECTION POINT: "SummerCamp.exe"+735D07

    "SummerCamp.exe"+735CD8: F2 0F 10 4C 24 30 - movsd xmm1,[rsp+30]
    "SummerCamp.exe"+735CDE: 66 0F 2F 0D 62 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554048]
    "SummerCamp.exe"+735CE6: 72 3F - jb SummerCamp.exe+735D27
    "SummerCamp.exe"+735CE8: 66 0F 2F 0D 48 E3 E1 01 - comisd xmm1,[SummerCamp.exe+2554038]
    "SummerCamp.exe"+735CF0: 77 35 - ja SummerCamp.exe+735D27
    "SummerCamp.exe"+735CF2: 0F 57 C0 - xorps xmm0,xmm0
    "SummerCamp.exe"+735CF5: 66 0F 2F C8 - comisd xmm1,xmm0
    "SummerCamp.exe"+735CF9: 72 16 - jb SummerCamp.exe+735D11
    "SummerCamp.exe"+735CFB: F2 0F 58 0D 55 D2 DF 01 - addsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D03: F2 0F 2C C1 - cvttsd2si eax,xmm1
    // ---------- INJECTING HERE ----------
    "SummerCamp.exe"+735D07: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D09: B0 01 - mov al,01
    "SummerCamp.exe"+735D0B: 48 83 C4 20 - add rsp,20
    // ---------- DONE INJECTING ----------
    "SummerCamp.exe"+735D0F: 5B - pop rbx
    "SummerCamp.exe"+735D10: C3 - ret
    "SummerCamp.exe"+735D11: F2 0F 5C 0D 3F D2 DF 01 - subsd xmm1,[SummerCamp.exe+2532F58]
    "SummerCamp.exe"+735D19: F2 0F 2C C1 - cvttsd2si eax,xmm1
    "SummerCamp.exe"+735D1D: 89 03 - mov [rbx],eax
    "SummerCamp.exe"+735D1F: B0 01 - mov al,01
    "SummerCamp.exe"+735D21: 48 83 C4 20 - add rsp,20
    "SummerCamp.exe"+735D25: 5B - pop rbx
    "SummerCamp.exe"+735D26: C3 - ret
    "SummerCamp.exe"+735D27: 32 C0 - xor al,al
    }
    Nope, if you close the game then it's working if you reopen it, but if you close the game and CE too, then it's not works. The game generate random adresses at launch and if you close CE, then it can't find the new adress.
    Last edited by zsozeatya; 10-19-2017 at 07:45 AM.

  6. #20
    mazelakz47's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanks mate, i thought you need to write ,eax delete eax 999999 lol that's why

  7. #21
    zsozeatya's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Freddy's dream world
    Posts
    480
    Reputation
    10
    Thanks
    1,486
    My Mood
    Angelic
    Quote Originally Posted by mazelakz47 View Post
    Thanks mate, i thought you need to write ,eax delete eax 999999 lol that's why
    So you need to replace ,eax with ,999999

  8. #22
    mazelakz47's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    my perks is grayed and has a lot of percent means that working 100%

  9. #23
    zsozeatya's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Freddy's dream world
    Posts
    480
    Reputation
    10
    Thanks
    1,486
    My Mood
    Angelic
    Quote Originally Posted by mazelakz47 View Post
    my perks is grayed and has a lot of percent means that working 100%
    yes //2short

  10. #24
    mazelakz47's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    I did it on Public Match (as a host) and It works XD I think it's only work if you are the host. (Only host can do this)

  11. #25
    zsozeatya's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Freddy's dream world
    Posts
    480
    Reputation
    10
    Thanks
    1,486
    My Mood
    Angelic
    Quote Originally Posted by mazelakz47 View Post
    I did it on Public Match (as a host) and It works XD I think it's only work if you are the host. (Only host can do this)
    Yes, but if you are the host, then everyone in the match got a hacked client and can use that perk to gain XP and CP, and it's good, but I recommend the private match.

  12. #26
    mazelakz47's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Yeah, it's super annoying when the public matches people hide in the closet entire game.

  13. #27
    xXGhostXx1230's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    631
    Reputation
    10
    Thanks
    210
    My Mood
    Lurking
    Im gonna upload the Unreleased Part 4 Jason kills here later.

    Looks like the cracked version I downloaded, included 3 weapon kills for Part 4 Jason.

    EDIT :: Hure1233 will upload them here
    Last edited by xXGhostXx1230; 10-19-2017 at 09:10 AM.

  14. #28
    hure1233's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    Arkham
    Posts
    1,345
    Reputation
    72
    Thanks
    734
    My Mood
    Inspired















    Credits to xXGhostXx1230 and myself
    Last edited by hure1233; 10-19-2017 at 09:25 AM.
    The shadows betray you, because they belong to me.

  15. #29
    Family Guy's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    405
    Reputation
    10
    Thanks
    477
    My Mood
    Yeehaw
    Anyone be a g and PM me the link of the Crack? Thanks

  16. #30
    Wolowizard132's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Can someone PM for crack version?

Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Request] Friday the 13th: The Game [ PERK HACK ]
    By xXGhostXx1230 in forum Steam Games Hacks & Cheats
    Replies: 40
    Last Post: 05-28-2018, 11:06 AM
  2. [Help] Friday the 13th The Game CP Hack
    By zsozeatya in forum Steam Games Hacks & Cheats
    Replies: 99
    Last Post: 12-07-2017, 03:43 AM
  3. [Help] Does the Speed hack Still work? (Friday The 13th)
    By Pwnhunter in forum Steam Games Hacks & Cheats
    Replies: 0
    Last Post: 07-07-2017, 07:49 AM
  4. [WTB] Dawn of War III(PC) and Friday the 13th(PS4)
    By demoncontrol in forum Buying Accounts/Keys/Items
    Replies: 3
    Last Post: 06-11-2017, 12:47 PM