GamerzPlanet - For All Your Online Gaming Needs!!

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Online Gaming > Pangya

Pangya Pangya discussion inside



[TUTORIAL] Run PangYa SEA without the update client.

Pangya


Reply
 
Thread Tools Display Modes
Old 09-28-2006, 03:47 PM   #1
Marked by Intelligence.
 
Disciple's Avatar
 
Last Online: 10-05-2007 10:26 PM
Join Date: Nov 2005
Location: America
Posts: 1,040
Thanks: 14
Thanked 477 Times in 162 Posts
Disciple is an unknown quantity at this point
iTrader: 0 / 0%
Points: 7,788.00
Bank: 0.00
Total Points: 7,788.00
[TUTORIAL] Run PangYa SEA without the update client.

Tool(s) used to Discover this:
OllyDBG
PangYa SEA Client 3.02

Tool(s) required to Assemble -OR- HEX edit:
OllyDBG -OR- any hex editor
PangYa SEA Client 3.02

Method used to Discover this:
-Available upon request.-

Method(s) to Edit:
1.
a. Using OllyDBG, open "ProjectG.exe".
b. Press Ctrl+G and follow expression: "00654E9B".
c. The assembly should be: "JE ProjectG.00654F59".
d. Change the "JE" to "JNZ".
e. Right-click; click on "Copy to Executable" > "All modifications".
f. Click on the "Copy all" button; right-click and choose, "Save file".
g. You can now run ProjectG.exe, by itself.

2.
a. Using any Hex editior, open ProjectG.exe.
b. Search for Hex, "0F 84 B8 00 00".
c. Assuming that you find an address around, "00654E9B", change the "84" to "85".
d. Save the modifications.
e. You can now run "ProjectG.exe", by itself.

Alternate Method(s):
1.
a. Create a shortcut to "ProjectG.exe"
b. Go to the properties of the shortcut, and add at the end of the target, "-babo"
c. Apply and run.

2.
a. Create a batch file called "PangYa.bat"
b. Put this code in there: "ProjectG.exe -babo"
c. Save and run.

Disclaimer:
This is a proof-of-concept alteration of the update command, "-babo"; we make it so that it is never called, and thus, you do not have to worry about any updates that PangYa SEA does, up until they change the ProjectG.exe login server authorization key (similar to what happened in 3.02).
Do NOT place this on other websites without proper credit.
~Disciple

Leave thanks if you enjoyed the tutorial.

Last edited by Disciple; 09-28-2006 at 05:55 PM.
Disciple is offline   Reply With Quote
The Following 25 Users Say Thank You to Disciple For This Useful Post:
=]B4RNY[= (12-17-2006), addy9090 (11-16-2007), benzrobot (07-19-2007), bigbite (05-27-2007), ditchyboi (06-14-2007), dorahanns (08-12-2007), ganx (09-06-2007), gunjay1209 (06-24-2008), homehacker (02-27-2008), hunzo (09-29-2006), jeffchickboy (03-14-2007), komza (08-19-2008), leonics (04-15-2008), limwxf1266 (12-26-2006), playgamie1 (09-29-2006), polpe (06-20-2007), preemzall (09-19-2008), ranger3000 (02-18-2007), raptortx (02-15-2008), redcruz (11-28-2006), sassygurl (05-03-2007), seroj4 (01-19-2007), sevenkingdoms (10-01-2008), Shu (09-28-2006), smallvillez1 (09-28-2006)
Sponsored Links
Old 09-28-2006, 07:43 PM   #2
Shu
True Hackers Go Solo
 
Join Date: Jun 2006
Posts: 216
Thanks: 4
Thanked 629 Times in 36 Posts
Shu is an unknown quantity at this point
iTrader: 0 / 0%
Points: 12,283.00
Bank: 0.00
Total Points: 12,283.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

u can also use a hex editor to search -babo and change to nothing

they change the encryption key every patch so u will have to download the new patch
Shu is offline   Reply With Quote
Old 09-28-2006, 08:31 PM   #3
Marked by Intelligence.
 
Disciple's Avatar
 
Last Online: 10-05-2007 10:26 PM
Join Date: Nov 2005
Location: America
Posts: 1,040
Thanks: 14
Thanked 477 Times in 162 Posts
Disciple is an unknown quantity at this point
iTrader: 0 / 0%
Points: 7,788.00
Bank: 0.00
Total Points: 7,788.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

I checked out the region around the "-babo" text in the .exe and also discovered that... even though I had "disabled '-babo'," if I ran the client with the command "-rhemddj", it would ask me to update again.. although, I barely have noticed SEA execute files with that line.
Disciple is offline   Reply With Quote
Old 09-30-2006, 08:34 AM   #4
Banned
 
Last Online: 07-22-2008 07:03 AM
Join Date: Jun 2006
Posts: 292
Thanks: 1
Thanked 23 Times in 17 Posts
TenKun is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.25
Bank: 0.00
Total Points: 7,735.25
Re: [TUTORIAL] Run PangYa SEA without the update client.

I would like to know the method.
TenKun is offline   Reply With Quote
Old 09-30-2006, 12:21 PM   #5
Marked by Intelligence.
 
Disciple's Avatar
 
Last Online: 10-05-2007 10:26 PM
Join Date: Nov 2005
Location: America
Posts: 1,040
Thanks: 14
Thanked 477 Times in 162 Posts
Disciple is an unknown quantity at this point
iTrader: 0 / 0%
Points: 7,788.00
Bank: 0.00
Total Points: 7,788.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

Quote:
Originally Posted by TenKun
I would like to know the method.
Search for all text references and then traceback the call to the JMP..
Disciple is offline   Reply With Quote
Old 09-30-2006, 12:36 PM   #6
Banned
 
Last Online: 07-22-2008 07:03 AM
Join Date: Jun 2006
Posts: 292
Thanks: 1
Thanked 23 Times in 17 Posts
TenKun is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.25
Bank: 0.00
Total Points: 7,735.25
Re: [TUTORIAL] Run PangYa SEA without the update client.

"then traceback the call to the JMP"

Don't understand that bit.

I can figure out that you searched -babo. But I don't understand where you got the trace back function in olly from. My version of olly doesn't trace what jumps to an address.

Nevermind figured out what you did. Though I didn't learn anything off this, thanks for the info.

I was hoping to find out how to launch an application without the textstring even been shown -.-

Also a thing not so good about the way you did it. If you wanted to launch the game using launcher. It wouldn't load up because you used JNZ. It would be wise to just use a JMP.

Any ideas what sse2 and nosse2 do?

Last edited by TenKun; 09-30-2006 at 12:48 PM.
TenKun is offline   Reply With Quote
Old 09-30-2006, 01:28 PM   #7
Marked by Intelligence.
 
Disciple's Avatar
 
Last Online: 10-05-2007 10:26 PM
Join Date: Nov 2005
Location: America
Posts: 1,040
Thanks: 14
Thanked 477 Times in 162 Posts
Disciple is an unknown quantity at this point
iTrader: 0 / 0%
Points: 7,788.00
Bank: 0.00
Total Points: 7,788.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

Quote:
Originally Posted by TenKun
Also a thing not so good about the way you did it. If you wanted to launch the game using launcher. It wouldn't load up because you used JNZ. It would be wise to just use a JMP.

Any ideas what sse2 and nosse2 do?
what??.. wouldn't that be the point of this whole thing, in the first place? We DON'T want to ever go to that code.. And btw, I did test it out with the code patch.. it runs with the launcher, too..

Btw, if you want the launcher to NOT execute the "-babo" thing, for some weird reason, just look at:

Quote:
00402325 . 68 94434D00 PUSH update_s.004D4394 ; ASCII "%s -babo"
with Olly

OR

Quote:
0x004D4394
with a memory/hex editor

..in the update_sg.exe

Last edited by Disciple; 09-30-2006 at 01:34 PM.
Disciple is offline   Reply With Quote
Old 09-30-2006, 02:01 PM   #8
Banned
 
Last Online: 07-22-2008 07:03 AM
Join Date: Jun 2006
Posts: 292
Thanks: 1
Thanked 23 Times in 17 Posts
TenKun is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.25
Bank: 0.00
Total Points: 7,735.25
Re: [TUTORIAL] Run PangYa SEA without the update client.

I actually have more fun tampering with stuff like this rather than actual game code for some reason XD
TenKun is offline   Reply With Quote
Old 11-14-2006, 11:45 AM   #9
Registered User
 
Last Online: 09-11-2008 09:24 AM
Join Date: Oct 2006
Age: 20
Posts: 53
Thanks: 3
Thanked 2 Times in 2 Posts
Rawr2006 is on a distinguished road
iTrader: 0 / 0%
Points: 492.00
Bank: 0.00
Total Points: 492.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

the -babo method also works for alba18 on the current patch :)

- make shortcut
- add -babo at the end

and you can run projectg.exe without having to run update program.

unfortunatly this still has gameguard enabled :<

not sure if this is usefull. just a fun fact :)
Rawr2006 is offline   Reply With Quote
Old 12-24-2006, 06:17 PM   #10
Registered User
 
Last Online: 09-20-2008 03:44 PM
Join Date: Dec 2006
Age: 22
Posts: 21
Thanks: 0
Thanked 4 Times in 4 Posts
heaver is on a distinguished road
iTrader: 0 / 0%
Points: 290.00
Bank: 0.00
Total Points: 290.00
Re: [TUTORIAL] Run PangYa SEA without the update client.

ok, now how do i open the f*cking pangya japan without the updater??? it deletes all the paks...im getting really pissed off...^^
heaver is offline   Reply With Quote
The Following User Says Thank You to heaver For This Useful Post:
artreyu (01-15-2007)
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 02:17 AM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Poker Tips | Watch Desperate Housewives | Visits: