Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 15:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



HELP WITH ITEM SHOP CODING AUTO LOGIN

Discussion on HELP WITH ITEM SHOP CODING AUTO LOGIN within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2016
Posts: 50
Received Thanks: 1
HELP WITH ITEM SHOP CODING AUTO LOGIN

HI im looking for help about item shop i need a way to open the item shop and login directly without typing name & password after a little bit search i found out there is a function that decode the id that the game send to the url
$_Get['id']
just i need the function that decode the id and thx
HiddenAfter is offline  
Old 03/21/2018, 22:18   #2
 
elite*gold: 0
Join Date: Mar 2018
Posts: 1
Received Thanks: 0
From the leaked ME cashshop, here's the decode function:

Code:
function Decode($encodeId)
	{
		$seed;
		$avatar_id;
		$account_id;
		$password;
		$checksum;

		if (strlen($encodeId) != 40)
		{

		}

		$seed = hexdec(substr($encodeId,0,8));
		$avatar_id = hexdec(substr($encodeId,8,8));
		$account_id = hexdec(substr($encodeId,16,8));
		$password = hexdec(substr($encodeId,24,8));
		$checksum = hexdec(substr($encodeId,32,8));
		$avatar_id ^= 0xD8FB51A9;
		$account_id ^= 0x9DC720AC;
		$password ^= 0x31F42CB7;
		$checksum ^= 0x7F9B3D2E;

		$checksum ^= $password;
		$password ^= $account_id;
		$account_id ^= $avatar_id;
		$avatar_id ^= $seed;

		if ($checksum != $avatar_id + $account_id + $password)
		{

		}
		$this->passWord = $avatar_id;
		$this->avatarId = $account_id;
		$this->accountId = $password;
	}
0xbl00d3y is offline  
Old 03/22/2018, 11:43   #3
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 920
Received Thanks: 234
Quote:
Originally Posted by 0xbl00d3y View Post
From the leaked ME cashshop, here's the decode function:

Code:
function Decode($encodeId)
	{
		$seed;
		$avatar_id;
		$account_id;
		$password;
		$checksum;

		if (strlen($encodeId) != 40)
		{

		}

		$seed = hexdec(substr($encodeId,0,8));
		$avatar_id = hexdec(substr($encodeId,8,8));
		$account_id = hexdec(substr($encodeId,16,8));
		$password = hexdec(substr($encodeId,24,8));
		$checksum = hexdec(substr($encodeId,32,8));
		$avatar_id ^= 0xD8FB51A9;
		$account_id ^= 0x9DC720AC;
		$password ^= 0x31F42CB7;
		$checksum ^= 0x7F9B3D2E;

		$checksum ^= $password;
		$password ^= $account_id;
		$account_id ^= $avatar_id;
		$avatar_id ^= $seed;

		if ($checksum != $avatar_id + $account_id + $password)
		{

		}
		$this->passWord = $avatar_id;
		$this->avatarId = $account_id;
		$this->accountId = $password;
	}
hey do you have the full files?
thefear511 is offline  
Old 03/22/2018, 11:49   #4
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
The Cash shop was released with the 7.4 file release
ThunderNikk is offline  
Old 03/22/2018, 20:51   #5




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
I'll release full easy to use shop this week i hope
Ghost Informatics is offline  
Thanks
6 Users
Reply


Similar Threads Similar Threads
[Release] Ingame Shop (item shop, vote shop or any shop)
07/09/2016 - Metin2 PServer Guides & Strategies - 18 Replies
http://i.epvpimg.com/zwcnc.png
[TOOL] AutoClient V3 - Auto call, auto pick, auto login... just everything
11/08/2015 - League of Legends Hacks, Bots, Cheats & Exploits - 30 Replies
Hello there. I am about to release version 3 of my PVP.net Client automation tool. tl;dr Download Videos FAQ Documentation Report a problem https://www.youtube.com/watch?v=7g89-K8kPGA



All times are GMT +2. The time now is 15:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.