[TUT] Patch @SKIP_UPDATE

Page 1 of 2 12 LastLast
Results 1 to 25 of 35
  1. #1
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    [TUT] Patch @SKIP_UPDATE

    I searched @SKIP_UPDATE and it came up with nothing on RaGEZONE. So I am going to teach you this, I personally never read any tutorials before I did this...


    What you need:
    - Text or Hex editor.
    - Unpatched GunzLauncher

    To do this patching, I use a text editor. :]

    Quote Originally Posted by ME
    Open Notepad
    Search for "GunzLauncher.exe"
    Open it.
    Ctrl + F - search for "@SKIP_UPDATE"
    Now Change it to like:
    @LOLL_SUPMAN
    So if they want to bypass your launcher, they need to use "@LOLL_SUPMAN" instead.

    Have fun and goodluck!


  2. #2
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [TUT] Patch @SKIP_UPDATE

    There was a thread about this. Called "how to make skip update harder" or something like that.

    But still, none the less. good.

  3. #3
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: [TUT] Patch @SKIP_UPDATE

    So much easily bypassable, but still nice.

  4. #4
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Oh, maybe my keywords did not match! :P

    I'm trying to find a method for it to use MD5 hashes for the keyword part, that way I could make it like

    @9bf02086a7ad420ea17dc4572747e929

    (youcant_bypassme)

    :P

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [TUT] Patch @SKIP_UPDATE

    nice tutorial I guess, it has already been in another tutorial thread though :)

  6. #6
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by wesman2232 View Post
    nice tutorial I guess, it has already been in another tutorial thread though :)
    Sorry, I wouldn't of posted if I knew.


  7. #7
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [TUT] Patch @SKIP_UPDATE

    edit those strings then pack da .exe :P

  8. #8
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [TUT] Patch @SKIP_UPDATE

    edit the strings to 000000000 something (to make it seem like the @ is just by itself) then pack the exe like crash said. :P

  9. #9
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by CrashPoint View Post
    edit those strings then pack da .exe :P
    Do you know a good program to pack it? :P

  10. #10
    Member R3apingSaint is offline
    MemberRank
    Feb 2009 Join Date
    60Posts

    Re: [TUT] Patch @SKIP_UPDATE

    i know a way for idiots.
    get pe-explorer, edit the strings, and delete the whole line on "Update Skipped"
    Something like that XD

  11. #11
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by purpleCRAYON View Post
    Do you know a good program to pack it? :P
    google for a tut

  12. #12
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by CrashPoint View Post
    google for a tut
    I'm going to use smartassembly once everything is done.

  13. #13
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Give 100% credits to me?

  14. #14
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by 00niels00 View Post
    Give 100% credits to me?
    maiet for makin those strings -.-

  15. #15
    Proficient Member Gunner54 is offline
    MemberRank
    Aug 2006 Join Date
    183Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Go learn some ASM. OllyDBG the string. Look above you will find a JE or JNZ one or the other. Just change into a JMP now no matter what they put. It wont work.

    OR if you want to be a noob. open HEX Workshop, go to 000065D6 (HEX) and change the byte into EB.

    Tah dah...

  16. #16
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by Gunner54 View Post
    Go learn some ASM. OllyDBG the string. Look above you will find a JE or JNZ one or the other. Just change into a JMP now no matter what they put. It wont work.

    OR if you want to be a noob. open HEX Workshop, go to 000065D6 (HEX) and change the byte into EB.

    Tah dah...
    :O I love the first one :D asm tutorials ftw.

  17. #17
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by 00niels00 View Post
    Give 100% credits to me?
    No.

    Quote Originally Posted by Gunner54 View Post
    Go learn some ASM. OllyDBG the string. Look above you will find a JE or JNZ one or the other. Just change into a JMP now no matter what they put. It wont work.

    OR if you want to be a noob. open HEX Workshop, go to 000065D6 (HEX) and change the byte into EB.

    Tah dah...
    Thanks Gunner!

  18. #18
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [TUT] Patch @SKIP_UPDATE

    ah to make it imposable just remove it!

  19. #19
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: [TUT] Patch @SKIP_UPDATE

    I don't knwo why hes not giveing credits to me i can copy al the tutorials and post here. It's stupid telling somthing that's released and no giving credits to me.

  20. #20
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: [TUT] Patch @SKIP_UPDATE

    If you remove it someone can open the runnable and put the string back there. Gunner54's way is the best one tough, even if you let the default string, the launcher wont call the skip update funcion.

  21. #21
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Yo Purple your from DRGunZ Right?
    If you are you might know that im ^1TitBoy :D

  22. #22
    Account Upgraded | Title Enabled! belette321 is offline
    MemberRank
    Jan 2007 Join Date
    Canada, QuebecLocation
    361Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by purpleCRAYON View Post
    I searched @SKIP_UPDATE and it came up with nothing on RaGEZONE. So I am going to teach you this, I personally never read any tutorials before I did this...


    What you need:
    - Text or Hex editor.
    - Unpatched GunzLauncher

    To do this patching, I use a text editor. :]



    So if they want to bypass your launcher, they need to use "@LOLL_SUPMAN" instead.

    Have fun and goodluck!
    Bypassable ...

    Hex edit this:
    Code:
    40 53 4b 49 50 5f 55 50 44 41 54 45
    to
    Code:
    00 00 00 00 00 00 00 00 00 00 00 00
    this:
    Code:
    47 75 6e 7a 4c 61 75 6e 63 68 65 72 2e 69 6e 69
    to
    Code:
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    After that add ASProtection if possible ...


    Dot.

  23. #23
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Quote Originally Posted by belette321 View Post
    Bypassable ...

    Hex edit this:
    Code:
    40 53 4b 49 50 5f 55 50 44 41 54 45
    to
    Code:
    00 00 00 00 00 00 00 00 00 00 00 00
    this:
    Code:
    47 75 6e 7a 4c 61 75 6e 63 68 65 72 2e 69 6e 69
    to
    Code:
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    After that add ASProtection if possible ...


    Dot.
    dont be stealin my ideas, I have already said that xD (except for the ASProtection, what is that?)

  24. #24
    Account Upgraded | Title Enabled! belette321 is offline
    MemberRank
    Jan 2007 Join Date
    Canada, QuebecLocation
    361Posts

    Re: [TUT] Patch @SKIP_UPDATE

    Oh sorry i don't readed other poste before poste ... and ASProtection is emcrypting the code to make them unreadable by debbuging or by hex edit ... you can see it when you open ijji "gunz.exe" with ollydbg it will sayd something like that "Quick satistical test of module 'Gunz' reports that its code section is either compressed, emcrypted, or contains large amount of embedded data. Result of code analysis can be very unreliable or simply wrong ..."

  25. #25
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [TUT] Patch @SKIP_UPDATE

    so just put ASProtection in there or is it some kind of program that puts it in there?



Page 1 of 2 12 LastLast

Advertisement