Page 1 of 1

New Shaiya GameGuard patcher - need testers

Posted: Wed Jun 10, 2009 5:45 am
by Administrator
I've got most of the work out of the way for an updated and improved version of upatch. Some of the key new features include CRC checks to make sure you're patching the right file, and the ability to revert changes to remove the patches.

If you've got the latest clean version of Shaiya, please try the patcher and report if it works or not. Both install and remove scripts are included.

Simply unzip the attachment and then copy all 4 files into Shaiya's directory (C:/AeriaGames/Shaiya/ by default), then double-click Apply.GG.Patch.bat. It should report that 7 changes were made, and you can now start the game.

Re: New Shaiya GameGuard patcher - need testers

Posted: Fri Jun 19, 2009 4:33 pm
by 1z2x3c
nomater what i do, it says Failed to apply patchfile. Reason: CRC mismatch, this is with the euroshaiya file, im asuming that is the wrong file... But when i use the ep4 file, it says applied 7 changes, and works

Re: New Shaiya GameGuard patcher - need testers

Posted: Fri Jun 19, 2009 7:36 pm
by Administrator
Yes. CRC mismatch means wrong file version.

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Jul 09, 2009 12:08 am
by Green200
Just tried it with the newest update 7/8/09 and got the CRC mismatch. US Server.

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Jul 09, 2009 12:26 am
by Administrator
Just updated the patch for the latest update. Test it and let me know how it works.

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Jul 09, 2009 1:38 am
by Swartor
hi i just try it out and its seams to work but bot taking a big errors. yesterday my bot work almoust fine today after the new gg patch install i get the mass information abaut error

WARNING: Failure reading memory from 0xA4D340 at 0x83ddf4 in memoryReadIntPtr(). Error code 299


i figureout it by my self i hav to find new offsets and playerptr_addr thx all for help with it

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Jul 09, 2009 12:39 pm
by shakey
Anyone out there have a pre patched client I can download for my laptop? Even though I applied the patch from admin GG still tries to load, but can't because of my network (which won't be changed for a while). So if someone could post up a game.exe that doesn't even LOAD GG. It would be great. Or atleast directions so I can do it myself again.

Re: New Shaiya GameGuard patcher - need testers

Posted: Tue Jul 21, 2009 2:55 am
by coda
i try run it but still got CRC mismatch
got the lastest no.GG???

Re: New Shaiya GameGuard patcher - need testers

Posted: Tue Jul 21, 2009 3:12 am
by Administrator
Make a copy of your game.exe first, just in case. Then, try the patch at the bottom of this thread: http://www.solarstrike.net/phpBB3/viewt ... f=23&t=411

I think they are performing maintenance right now, so I don't know if there is an update or not.

Re: New Shaiya GameGuard patcher - need testers

Posted: Mon Jul 27, 2009 10:03 pm
by vvayinsane
Shaiya had a patch..go figure... :oops:

Re: New Shaiya GameGuard patcher - need testers

Posted: Mon Jul 27, 2009 10:12 pm
by Rishijin
Yeah im pissed too because everyone who knows how to crack GG, won't tell me how to do it.

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 06, 2009 2:14 am
by 1z2x3c
http://www.elitepvpers.de/forum/shaiya/ ... lient.html
.... cheack that out... took me forever to find it

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 06, 2009 2:25 am
by nknwn666
i have a tutorial on how to do nogg multi client and climb but i didnt post it coz no one requested it

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 06, 2009 3:09 am
by 1z2x3c
can you post climb?
and do you have the name hack... wher you can use any letters?

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 06, 2009 4:17 am
by nknwn666
1z2x3c wrote:can you post climb?
and do you have the name hack... wher you can use any letters?

Code: Select all

Tools needed:

CE 5.x or higher
ollydbg

Steps:

1. Locate your X cood using CE.
2. Search using Float, Truncated, ie: If your X is 1234.56789 use 1234 as the initial search paramater.
3. After getting around 8-12 resutls, test your findings by adding +10/-10 to each of the results... If your character moves, then you've located your correct X coord. ( This is also tele hack )
4. onces obtained the X Coord " Find out what access this address ", There should be a sequences of op codes it follows, the one your interested in is as follows:

mov ebx,[edx]
After that you want to open memory viewer.
The following should be:

MOV
CMP
then follow by a Jump code

hint: change the JNZ to JMP
You have got yourself climb anywhere hack.

Get the address, open ollydbg and make the modification in the GAME.EXE respectively. Then your done.

I'm not here to spoon feed, I'm not here to give you step by step 100% spoon feed methods. I've already given WAY TOO MUCH hints... Anymore might result in a perma patch.

Regards,

Runner.

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 06, 2009 6:30 pm
by 1z2x3c
hmm... ill have to do this in euroshiaya

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 20, 2009 12:18 am
by Runner_01
nknwn666 wrote:
1z2x3c wrote:can you post climb?
and do you have the name hack... wher you can use any letters?
1. Locate your X cood using CE.
2. Search using Float, Truncated, ie: If your X is 1234.56789 use 1234 as the initial search paramater.
3. After getting around 8-12 resutls, test your findings by adding +10/-10 to each of the results... If your character moves, then you've located your correct X coord. ( This is also tele hack )
4. onces obtained the X Coord " Find out what access this address ", There should be a sequences of op codes it follows, the one your interested in is as follows:

mov ebx,[edx]
After that you want to open memory viewer.
The following should be:

MOV
CMP
then follow by a Jump code

hint: change the JNZ to JMP
You have got yourself climb anywhere hack.

Get the address, open ollydbg and make the modification in the GAME.EXE respectively

but if u dont want to do all of that u can just open ollydbg and go to 0044135A (new climb pointer after new patch) and change JNZ to JMP

Wow? really? I mean like if you're going to copy my post word for word, at least give me some credit for it...

Re: New Shaiya GameGuard patcher - need testers

Posted: Thu Aug 20, 2009 4:32 pm
by nknwn666
Runner_01 wrote:
nknwn666 wrote:
1z2x3c wrote:can you post climb?
and do you have the name hack... wher you can use any letters?
1. Locate your X cood using CE.
2. Search using Float, Truncated, ie: If your X is 1234.56789 use 1234 as the initial search paramater.
3. After getting around 8-12 resutls, test your findings by adding +10/-10 to each of the results... If your character moves, then you've located your correct X coord. ( This is also tele hack )
4. onces obtained the X Coord " Find out what access this address ", There should be a sequences of op codes it follows, the one your interested in is as follows:

mov ebx,[edx]
After that you want to open memory viewer.
The following should be:

MOV
CMP
then follow by a Jump code

hint: change the JNZ to JMP
You have got yourself climb anywhere hack.

Get the address, open ollydbg and make the modification in the GAME.EXE respectively

but if u dont want to do all of that u can just open ollydbg and go to 0044135A (new climb pointer after new patch) and change JNZ to JMP

Wow? really? I mean like if you're going to copy my post word for word, at least give me some credit for it...
oh srry,post edited