Creating myClient on your own!

Posts 115 of 30 · Page 1 of 2
Creating myClient on your own!
Its about time i release this shitty script i use to create myClient from a fresh prod client each release. Im tired of releasing myClient each update so if anyone wants to release myClient for future updates just follow this tutorial and ill show you how. I cant guarantee this will work forever, eventually deca might change the client too much and this script wont be able to edit it. But id imagine this should work for quite awhile.


Okay to do this you are going to need a few things.
1) PHP
PHP isnt hard to install, just google "install php". You wont need a web server or anything crazy like that inorder to use the script ive created.
2) RABCDAsm
Again, just google "rabcdasm" and it should be the first link. Its a github link, you will either have to compile it (which it goes over how to do) or download one of the precompiled versions. I never had good luck with the precompiled versions, but maybe they are updated now.
3) Fresh and unmodified production client
This ones easy. Just download the latest production client by going to https://www.realmeye.com/appspot


Once you have all 3 of those ready to go, its just as simple as running a php script ive created. Ill attach the files to this post but ill also create a pastebin for each file and have the links at the bottom of this post. The rest of this tutorial goes over how to run the script.


This is what everything will look like before you run the script:

- The "data" folder contains a bunch of different text-based files the script uses to modify the client. If i had spent more time on this script i would of made it customize-able, but right now its not.
- "client.swf" is the latest production client. It has to be named "client.swf" for the script to find it.
- "myClient.php" is the php script

Now the ONLY thing you need to edit about the script is to edit the location of where you have RABCDAsm. Open "myClient.php" in any text editor you have any it should be at the very top. You should see this:


Just edit in the location of the folder. Be sure to either use backslashes ("/") or double forward-slashes ("") in the path!!!!
So lets assume you have RABCDAsm at "C:/RABCDAsm". Just type that in, hit save, and close the file:



Once you have the path to RABCDAsm saved in the script, go open up command prompt and browse to the scripts location:


Now just type in:
Code:
php myClient.php
and watch as it attempts to modify the client!


After its finished, go back to the folder where the script and client were and you should now see a file called "myClient.swf"!



And thats it! You have successfully taken a fresh production client and converted it into myClient





Files:
When copying the files below, please make sure to not ignore any empty lines at the start or end of the text. They arent critical and wont break the script if you dont, but they are there on purpose.




And here are the scans for the attachment:
https://www.virustotal.com/en/file/a...is/1492190873/
https://virusscan.jotti.org/en-US/fi...job/tck9lv3unw
myClient_mpgh.net.zip53 KB · 226 downloads Clean
Approved, looks good
Thanks dude this is looking awesome
Quote Originally Posted by thegreatestminer View Post
Does this need PHP 5 or 7?
Good question. I am using 5.6, but the functions i used shouldnt be deprecated/outdated in 7. So either will work, but if for some reason it doesnt work in 7 just let me know.
I can't find which file actually runs rabcdasm, instead of just opening in winrar. Which file do I guide php to? Or is it the whole folder? Nevermind, I figured that out, but Command prompt is saying 'php isn't recognized as an internal or external command, operable file, or batch file.'
What do I do?
Quote Originally Posted by tigtog View Post
I can't find which file actually runs rabcdasm, instead of just opening in winrar. Which file do I guide php to? Or is it the whole folder? Nevermind, I figured that out, but Command prompt is saying 'php isn't recognized as an internal or external command, operable file, or batch file.'
What do I do?
You didnt install PHP correctly then. If you downloaded it as a zip or something then you need to make sure you add PHP to the computer's PATH. Or you can simply open cmd and navigate to where you have php installed, that way it will run it straight from the folder you are in without having to have it be part of the PATH.
Quote Originally Posted by BurgerLoverMx View Post

?
Make sure you have the latest version of RABCDAsm, and that you arent missing any files from the data folder (dont think you are, but could be the issue). I know from my experience, i have NEVER had the pre-compiled "release" versions of RABCDAsm work for re-compiling an swf. Ever. I had to download the latest source and compile it exactly how it tells you to.

The reason i say this, is because i just downloaded the latest client and ran it though no problem:



I also assume you didnt try using a hacked client as the source client? If not, make sure its a fresh client straight from realm of the mad god. Wont work if you try using an already hacked client.
Quote Originally Posted by toddddd View Post
Make sure you have the latest version of RABCDAsm, and that you arent missing any files from the data folder (dont think you are, but could be the issue). I know from my experience, i have NEVER had the pre-compiled "release" versions of RABCDAsm work for re-compiling an swf. Ever. I had to download the latest source and compile it exactly how it tells you to.

The reason i say this, is because i just downloaded the latest client and ran it though no problem:



I also assume you didnt try using a hacked client as the source client? If not, make sure its a fresh client straight from realm of the mad god. Wont work if you try using an already hacked client.
Yeh no, fresh client but I tried using a precompiled version so I'll try to compile it myself I guess.
Quote Originally Posted by wafflekingyt View Post
I am trying this but I am getting this error:
https://gyazo.com/d15435426fa09ab0e889f0b24ae9430e
you didnt save the client in the right place? It says it cant find "client.swf"...you have to name the game client to "client.swf" and it has to be in the same folder as the script.

edit: and by client im talking about the fresh production client. From the main post:
Quote Originally Posted by toddddd View Post
3) Fresh and unmodified production client
This ones easy. Just download the latest production client by going to https://www.realmeye.com/appspot
Quote Originally Posted by wafflekingyt View Post
You are either STILL failing to save the production client to the folder as "client.swf" OR your RABCDAsm is outdated. But the error you show is exactly the same as the first time, which says it cant find the file...



Quote Originally Posted by mildog1234 View Post
Mine just creates a normal client... What am I doing wrong. It shows everything you do just makes a normal client
Are you opening the "myClient.swf" file afterwards? As long as you followed the directions and there werent any errors AND you see "myClient.swf" get created, then it worked correctly and you want the "myClient.swf". Obviously the "client.swf" file will still be the original and unmodified production client.
Mine just creates a normal client... What am I doing wrong. It shows everything you do just makes a normal client
Posts 115 of 30 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?