Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 156
  1. #71
    masayoshikun
    masayoshikun is offline
    New member
    Join Date
    2013 Jan
    Posts
    40
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    73
    Thanked in
    15 Posts
    Rep Power
    0
    Quote Originally Posted by stalefish30 View Post
    It works perfectly !! Thank You !!

    I hope you also share to us how to find the hex values when they update HS. Thanks.
    I described the whole process to find the hex values in the first post. So please have a look and read it carefully. There are similarities even when they update the exe's.

  2. #72
    stalefish30
    stalefish30 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by masayoshikun View Post
    I described the whole process to find the hex values in the first post. So please have a look and read it carefully. There are similarities even when they update the exe's.
    Im sorry sir, im really new into this. Honestly I dont know what to do how to find the hex values. But im a fast learner hope you share it with me. Thank you.

  3. #73
    masayoshikun
    masayoshikun is offline
    New member
    Join Date
    2013 Jan
    Posts
    40
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    73
    Thanked in
    15 Posts
    Rep Power
    0
    Quote Originally Posted by stalefish30 View Post
    Im sorry sir, im really new into this. Honestly I dont know what to do how to find the hex values. But im a fast learner hope you share it with me. Thank you.
    I have shared all my information for finding hex values on page 1. Please read page 1. I shared it with you and everyone already.

  4. The Following User Says Thank You to masayoshikun For This Useful Post:


  5. #74
    stalefish30
    stalefish30 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by masayoshikun View Post
    I have shared all my information for finding hex values on page 1. Please read page 1. I shared it with you and everyone already.
    Last question sir, what software should i use to find the hex values? Because im just oepen rag2.exe with notepad. I dont know what to do sir.. Thanks

    ---------- Post added at 09:23 PM ---------- Previous post was at 09:12 PM ----------

    What im trying to ask sir is where can I find this CODES.

    text:00822F44 57 push edi ; hInstance
    .text:00822F45 FF D6 call esi ; LoadStringW
    .text:00822F47 E8 F8 CD FF FF call sub_81FD44
    .text:00822F4C 85 C0 test eax, eax
    .text:00822F4E 75 16 jnz short loc_822F66
    .text:00822F50 68 80 FD 81 00 push offset TopLevelExceptionFilter ; lpTopLevelExceptionFilter
    .text:00822F55 FF 15 44 33 DB 00 call ds:SetUnhandledExceptionFilter
    .text:00822F5B 57 push edi ; replace with jmps loc_822F66 (EB09)
    .text:00822F5C E8 F8 CD FF FF call sub_81FD59 ; this is hackshield call, nop
    .text:00822F61 59 pop ecx ; nop the rest
    .text:00822F62 85 C0 test eax, eax ; nop
    .text:00822F64 74 BC jz short loc_822F22 ; nop
    .text:00822F66
    .text:00822F66 loc_822F66: ; CODE XREF: wWinMain(x,x,x,x)+85j game code continues here.
    .text:00822F66 53 push ebx
    .text:00822F67 FF 15 88 3C DB 00 call ds:__imp_timeGetTime
    .text:00822F6D 50 push eax ; Src
    .text:00822F6E FF 15 D4 35 DB 00 call ds:srand

    ---------- Post added at 09:27 PM ---------- Previous post was at 09:23 PM ----------

    I can understand where are hex values, but i dony know what to open or what to use to find those texts. Hehe im very sorry for the questions sir.. Hoping for your kindness answer.. Thanks

  6. #75
    geckt
    geckt is offline
    Guest
    Join Date
    2012 Aug
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by stalefish30 View Post
    Last question sir, what software should i use to find the hex values? Because im just oepen rag2.exe with notepad. I dont know what to do sir.. Thanks

    ---------- Post added at 09:23 PM ---------- Previous post was at 09:12 PM ----------

    What im trying to ask sir is where can I find this CODES.

    text:00822F44 57 push edi ; hInstance
    .text:00822F45 FF D6 call esi ; LoadStringW
    .text:00822F47 E8 F8 CD FF FF call sub_81FD44
    .text:00822F4C 85 C0 test eax, eax
    .text:00822F4E 75 16 jnz short loc_822F66
    .text:00822F50 68 80 FD 81 00 push offset TopLevelExceptionFilter ; lpTopLevelExceptionFilter
    .text:00822F55 FF 15 44 33 DB 00 call ds:SetUnhandledExceptionFilter
    .text:00822F5B 57 push edi ; replace with jmps loc_822F66 (EB09)
    .text:00822F5C E8 F8 CD FF FF call sub_81FD59 ; this is hackshield call, nop
    .text:00822F61 59 pop ecx ; nop the rest
    .text:00822F62 85 C0 test eax, eax ; nop
    .text:00822F64 74 BC jz short loc_822F22 ; nop
    .text:00822F66
    .text:00822F66 loc_822F66: ; CODE XREF: wWinMain(x,x,x,x)+85j game code continues here.
    .text:00822F66 53 push ebx
    .text:00822F67 FF 15 88 3C DB 00 call ds:__imp_timeGetTime
    .text:00822F6D 50 push eax ; Src
    .text:00822F6E FF 15 D4 35 DB 00 call ds:srand

    ---------- Post added at 09:27 PM ---------- Previous post was at 09:23 PM ----------

    I can understand where are hex values, but i dony know what to open or what to use to find those texts. Hehe im very sorry for the questions sir.. Hoping for your kindness answer.. Thanks

    HxD, ollydbg, ida pro etc

  7. #76
    shin7
    shin7 is offline
    Guest
    Join Date
    2013 Jan
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Im trying to use WPE on my own patched client, and found some interesting address. It may be client sided, but exploitable.

  8. #77
    shin7
    shin7 is offline
    Guest
    Join Date
    2013 Jan
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by stalefish30 View Post
    What file should i open for me to see the codes?
    ro2client.exe launcher

  9. #78
    mull4ns
    mull4ns is offline
    Guest
    Join Date
    2013 Jan
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    using HxD, i cant find those code..? please help sir.. :/

  10. #79
    stalefish30
    stalefish30 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by geckt View Post
    HxD, ollydbg, ida pro etc
    What file should i open for me to see the codes?

    ---------- Post added 2013-01-29 at 06:45 AM ---------- Previous post was 2013-01-28 at 10:44 PM ----------

    Cannot seem to find it using IDA PRO.

    I was looking for this one. I dont know where to look for this.
    Hope someone can help to find this codes, the codes posted in page 1.

    ---------- Post added at 09:28 AM ---------- Previous post was at 06:45 AM ----------

    Quote Originally Posted by shin7 View Post
    ro2client.exe launcher
    When I opened ro2client.exe, only hex codes appeared. not the codes like posted in page 1.

  11. #80
    poipoy
    poipoy is offline
    Guest
    Join Date
    2013 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    You edit the file Rag2.exe in SHIPPING folder, not ro2client.exe

Page 8 of 16 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. HackShield memory protection bypass
    By Dwar in forum Anti-Cheat Systems
    Replies: 24
    Last Post: 2014-09-13, 03:00 AM
  2. [Guide] Hackshield Pro. Bypass Tuturial
    By inesbrasil in forum Anti-Cheat Systems
    Replies: 7
    Last Post: 2014-08-21, 06:01 PM
  3. Hackshield Bypass Source
    By Dwar in forum Anti-Cheat Systems
    Replies: 3
    Last Post: 2012-10-22, 07:57 PM
  4. [Release] Metin 2 HackShield Bypass
    By yizheng in forum Other MMO
    Replies: 2
    Last Post: 2012-07-29, 11:42 AM
  5. I need ByPass hackshield for Air Rivals
    By dochanh in forum Research Requests
    Replies: 1
    Last Post: 2011-04-18, 11:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •