Page 5 of 16 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 156
  1. #41
    dizkee
    dizkee is offline
    New member
    Join Date
    2012 May
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    You can also Dual client using this. also for those people who using proxies you can also use this

  2. #42
    Tamki Kousaka
    Tamki Kousaka is offline
    Guest
    Join Date
    2013 Jan
    Posts
    3
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Hello, I can run the game normally but when I try to use the .bat I get "Failed to run shader parsers" Am I doing anything wrong? Thanks in advance.

  3. #43
    scandalz
    scandalz 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 can easily make a bat file but like the post before me you need to get the login key given, you can use a process utility to get it, thanks to TS.

  4. #44
    roekers
    roekers is offline
    New member
    Join Date
    2013 Jan
    Posts
    7
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Quote Originally Posted by Tamki Kousaka View Post
    Hello, I can run the game normally but when I try to use the .bat I get "Failed to run shader parsers" Am I doing anything wrong? Thanks in advance.
    you put a file bat in shipping folder?
    put the bat file in RO2 folder and use lastest token.

  5. #45
    newbie2013
    newbie2013 is offline
    Guest
    Join Date
    2013 Jan
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    hideman can use this ?

  6. #46
    xroan
    xroan is offline
    Guest
    Join Date
    2013 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    it can multi client?

  7. #47
    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
    Holy shit this thread exploded. Since I stopped playing this game after 4 days, I don't check this thread much anymore.

    Quote Originally Posted by fallenseal View Post
    that's for creating the shortcut bypassing the login page

    after you gain the token you need to paste into txt and create a bat files
    masayoshikun have already post the code for it which is at first page post #5

    but one thing i wondering is how long those token would last and the shortcut is kinda nice for people who having long email and password
    When the game started on 6th Jan. I was able to use the same token for 4 days in a row (i quit playing forever after 4 days. too boring). As they didn't erase tokens after logging in. Now I think after you login successfully. The token is removed and you have to get a new one.

    To everybody with shader errors. It means the game cannot find the correct shaders to execute. You most likely are running the game not from the root game folder. You can't execute from SHIPPING. Make a shortcut or .bat file in the game root folder (eg. C:\PlayPark\RO2\shortcut.lnk or C:\PlayPark\RO2\bypass.bat)

    Quote Originally Posted by micchalepublic View Post
    man I could really use a copy of this bypass.. wanna create a bot using c# but just cant do nothing without it.
    Please look at the 1st post. I posted the hex location to bypass it. Use any good hex editor or download the file from the forum.

    Thanks to Wovenspirit for trying to help people when I'm not around.

    For everybody else using VPN, HackShield shouldn't have anything to do with VPN so it shouldn't be a problem.

    Hope that is everybody. I will update the first post to address common problems and upload a newer exe with HackShield bypassed.

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


  9. #48
    pianist_jared
    pianist_jared is offline
    New member
    Join Date
    2013 Jan
    Posts
    10
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I was able to do it. However, you need to update your token whenever you login again.

  10. #49
    rone
    rone is offline
    New member
    Join Date
    2011 Dec
    Location
    Republik Indonesia
    Posts
    9
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by masayoshikun View Post
    Code:
    ; this is now old but still relevant for people wanting to patch their own exe
    .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
     
    search: 57 E8 F8 CD FF FF 59 85 C0 74 BC 
    replac: EB 09 90 90 90 90 90 90 90 90 90
     
    what it does:
    sub_81FD59 is beginning of hackshield load, i looked through it but got bored quickly. decided to just never call it.
    so we jump over it (jmps loc_822F66, 2 byte instruction EB09) and clean up the rest with nops so it looks nice.
    Update:
    Latest client patch. Make sure you updated to the latest version and use a good hex editor. I use HxD
    To patch latest exe to bypass HackShield. This will be the last exe I will make. Please use the above information to find the new locations to patch as it is almost exactly the same.
    Code:
    search: 57 E8 DA CD FF FF 59 85 C0 74 B6
    replac: EB 09 90 90 90 90 90 90 90 90 90
    or download the latest from this post. I reattached latest exe.

    How To Use Bypass
    1. You need your "PlayerID" and and "Access Token" which is created everytime you login using ro2client.exe. Simpler way to get that information is login using
    Code:
    https://loginro2sg.playpark.net/ro2_main.aspx
    And it will return your player id and access token seperated by a | . eg.
    Code:
    PP000000000000001234D|187EE94DB4DA4145A72C65962C45B7E9
    Your player ID will be PP000000000000001234D
    And your access token will be 187EE94DB4DA4145A72C65962C45B7E9

    You can type this by hand in command prompt if you like but an easier way is to make a .bat file in the root game folder.
    C:\PlayPark\RO2\bypass.bat
    Inside that file can be something like
    Code:
    @echo off
    start SHIPPING\Rag2.exe PP00000000000000XXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX login.playro2.com
    there the XXXXX is your Player ID and your Access Token

    Token lifetime used to be reusable as many times as you like. But I think now if you try to reuse your token, you will get a login timeout error as the token is probably thrown away after successful login. So just get a new one after you are done.

    2. You need a patched exe if you want to bypass HackShield.
    The above trick should still work with HackShield but if you want to bypass it, you can download it from the post or hex edit the latest exe on the date of this post (2013-01-24). If you have a different exe the hex locations might change so if your hex search fails, then download the one here. The game currently still allows older clients to login so I'm not sure how much longer that will last. But to prevent possible errors you should try to use the latest one.

    I attached latest exe but I haven't tested it. All I did was load the game and I see no hackshield then I quit. I don't have time to run around to see if anything crashes or broken as I don't play this game anymore.

    X. Failed to run shader parsers errors
    If you run into this error it usually means the game can't find the correct shaders. You most likely are trying to run the game outside the RO2 root folder. You need to run it from C:\PlayPark\RO2 or whereever you installed it. If you're using bypass then you need to run it with the working directory as C:\PlayPark\RO2 (adjust according to your configs)

    That is it. I hope everybody enjoys their game. I probably won't check this thread much anymore. I'm not sure how long it is before they implement something to prevent this but I think they are just busy getting the servers to run smoothly for now.

    please reupload a attache files.. thanks 4fore

  11. #50
    ridwans
    ridwans is offline
    New member
    Join Date
    2013 Jan
    Posts
    11
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by Wovenspirit View Post
    I notice a lot of people struggling with this, so I thought I'd help explain how to do this and dual client.

    ALL CREDIT goes to masayoshikun for releasing the HSBypass.rar, everyone should thank him for his awesome work, I am simply helping here.

    **Before doing these steps you should have downloaded masayoshikun's Bypass.rar file on the first post and put it in your \PlayPark\RO2\SHIPPING folder **

    Step 1: Login to your playpark account here - https://loginro2sg.playpark.net/ro2_main.aspx

    Step 2: It will give you something that looks like this on the next page - PP0000000000000000000|AA1A1A1A1A1A1A1A1A1A1A1

    Step 3: Copy those values. Open notepad and put this in there -

    @echo off
    start SHIPPING\Rag2_HSBypass.exe PP0000000000000000000 AA1A1A1A1A1A1A1A1A1A1A1 login.playro2.com

    (The values need to match the ones you copied from the web login, with a space in between where the | was)

    Step 4: Save the notepad file as "ro2-1st.bat", or you can name it whatever you want just follow it with .bat then put that .bat file in your C:\PlayPark\RO2 folder.

    Step 5: Dbl click the .bat file you just made, and RO2 should open and skip the patcher completely. And there you have it hackshield disabled.

    In order to run 2 clients, you must make 2 different .bat files, name them differently i.e - "ro2-1st.bat" and "ro2-2nd.bat" get the PP0000000000000000000 AA1A1A1A1A1A1A1A1A1A1A1 value for each account you want to log into with the web login link provided.

    **You must get a new PP0000000000000000000 AA1A1A1A1A1A1A1A1A1A1A1 value each time you want to reopen your client. If you leave your client open all the time, you are fine unless you get disconnected.**

    Hope this helps and is not too confusing, and again THANK YOU masayoshikun. Everyone should think about praising him for this.
    Please Help sir..
    i try to use 2 client login.
    i login fist bat files, enter key security and chose server then select char and play
    then im switch to destop
    try to execute second bat files , hackshield windows shown in right bottom... after that nothing happen, can you help me explain how to login 2 client sir, sorry i,m still newbie please help step by step

Page 5 of 16 FirstFirst ... 3456715 ... 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
  •