Jump to content

meyraw

Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    4

meyraw last won the day on February 18

meyraw had the most liked content!

5 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

5068 profile views

meyraw's Achievements

Santa Poring

Santa Poring (3/15)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

26

Reputation

  1. I don't recommend Skyzonehosting. More details: https://rathena.org/board/topic/131162-unauthorized-andro-usage-by-skyzone-hosting/
  2. @Skyzone Sure, sure, that's why you have a special page for him in your hosting and he has a special link to you in his ? @Yummy Changing server name is against the licensing rules. This topic is not the place to discuss such things. You can email me for the further details if you want.
  3. Having less support level than scammers who don't spend time on app development does not give them rights to re-sell the app.
  4. This is one of earlier PandRO versions that he forgot to re-obfuscate. In newer versions he changed classes names and re-obfuscated everything, so it's harder to say that it's a copy. I showed these 2 APKs as an example of his mistake, because the theft is clearly visible here.
  5. To anyone who was still uncertain if PandRO is just a modification of AndRO and needed "STRONG PROOF". Let's compare the PandRO for one of the thief's clients, server RagnaLife, with AndRO for one of my clients, server MOTR. The RagnaLife website is ragnalife.com, let's download their "Mobile client APK": The file name is RagnaLifev354.apk (RagnaLife version 354). By the way, I have just released a version 354 of my AndRO a month ago: http://roworkshop.com/andro/main/changelog.html But that is only a coincidence, right? Only same version numbering, the app is different, right? Let's check... Oh, and just in case RagnaLife changes their APK file, I'll just re-upload it to my own hosting: http://roworkshop.com/RagnaLifev354.apk For server MOTR, we will use the latest APK version from this page: http://roworkshop.com/andro/main/motr.html which is http://srv2.roworkshop.com/apk/new/354/MOTR.apk So, after we download both APK files, what we want is to rename both .apk files to .zip files (because .apk is basically a .zip file with app resources and bytecode). All the bytecode of the app is contained inside a single file, "classes.dex". We can clearly see this file inside the ZIP archive contents. Ok, we see the classes.dex being seemingly different (PandRO is much bigger, in fact!). Does this mean that the apps are different? Let's check. What we want next is to open Android Studio (assuming you have one installed) and to drag and drop both "classes.dex" files into Android Studio. What you see here is all the APK file bytecode split into classes: http://srv2.roworkshop.com/temp/screen0.png These classes have both normal (human readable) and obfuscated (those strange characters) names. Let's analyze. First let's open these 2 files side by side and order classes by "size" (press "Size" in the table header) to see what's so big in PandRO: http://srv2.roworkshop.com/temp/screen2.png From what we see, the classes that occupy the most size are standard Android libraries: http://srv2.roworkshop.com/temp/screen3.png We are not interested in these, let's look further. And the first obfuscated class that we see is this one: http://srv2.roworkshop.com/temp/screen4.png Same name after obfuscation, 74.9 Kb in both APKs, 41 defined methods, 41 referenced methods. If you expand the class you will see that the methods themselves are pretty much the same. Next obfuscated class: http://srv2.roworkshop.com/temp/screen5.png Same name after obfuscation, 6 defined methods, 6 referenced methods, 0.1 Kb size difference. You can look further by yourself and find out that these two APK files are pretty much the same. The amount of code that the thief developer has wrote by himself is about 1% of the code. It's also easy to see if we order by Class (press "Class" in the table header) and see the class names, the situation is even easier to see: http://srv2.roworkshop.com/temp/screen8.png To better understand how much different applications really differ, I will show you the differentce between versions of AndRO, v354 and v351: http://srv2.roworkshop.com/apk/new/351/MOTR.apk Like with previous APK files, download MOTR v351, rename to zip, unzip and open classes.dex side by side with classes.dex or MOTR v354 (don't forget to order by Class): http://srv2.roworkshop.com/temp/screen7.png So, what we clearly see is that the obfuscated class names are different! The question is, how could the class names and functionality of PandRO be the same as AndRO? And the only answer is that PandRO is just a modification of AndRO. And RagnaLifev354.apk is a copy of MOTR v354 modified for a PandRO server. Anyone who is still concerned can register on both servers, try both APKs and see the "differences", or actually lack of differences. TL;DR code of AndRO and PandRO is 99% same, Skyzone is helping to sell a stolen app.
  6. The only ones that require "further evidence" is you and Skyzone. For everyone else everything is clear as a day.
  7. @Brynner @Pride I think the main lesson that I've learnt is that not everyone in the community is fair. This thread is not to make scamzone hosting stop re-selling AndRO or to cry, or whatever. Of course they will not stop re-selling. This thread is just a warning for server owners about another scam hosting, that's all.
  8. @JinYuichi You may be right. It's much harder to protect Java bytecode than a C++ native code. Having that said, even Gravity tried to pack their EXE with Themida, but it still got cracked. Maybe I was too naive thinking that one member of a p-server community won't steal from the other. @Vy Low Thank you for your support. Don't worry, I'm not going to stop working on the project.
  9. So, you're having a special page on your website for re-selling my work and now you're telling that there's no money involved? What a nonsense. First, I think you only provide you "free" support to your PAID clients and as long as they PAY you? Oops, suddenly money become involved. Second, I don't really care who is re-selling: you, your brother, your friend developer, whatever. As long as you're helping him/her to distribute, while knowing that this app is a modified AndRO, you are involved. Like I said, this topic is a warning for others, that the same thing can happen to them: suddenly their work gets sold by one of your "partners", and of course you're denying everything. And third, stop telling me "Improve your app" or "Improve your support" or whatever else about my improvement. If you wanted to help me in improvement you would send me a message to cooperate instead of stealing the code or working with the guy who stole it.
  10. @Brynner I'm fine with people making money, but I'm not fine with people making money using my work without my permission. I respect other custom client developers like Dia, KeyWorld, Antares, Curiosity, Shinryo, Temtaime and whoever makes the RO client on Unity, forgot his name. Because they spent hundreds of hours to write the code. But I will never respect a person that decompiled an app written by another member of the community, made a new UI, renamed it and started selling as if it was his own app. @Skyzone you're keeping telling me that you are not involved. But how the one helping a thief to sell stolen goods while knowing that these goods are stolen be not involved? You can call yourself developer, partner, supporter, whoever. But as long as you're helping to sell the modified AndRO, you ARE involved. And I can't imagine any partnership between us, in which I will stand next to the one selling my project plus one percent of his own code.
  11. @Skyzone - Your so called "recommendations" are just a technical support for your clients. What you publically recommend in your website is a modified and illegally resold AndRO, not the original one. Which makes you a partner in his crime. - Please stop acting like you are unaware of PandRO being an illegal modification of AndRO. I am sure that with your technical knowledge you are well aware of that. - There was never any 3rd party partnership information on your webpage, you present this service as yours. And even if it was, the fact is that you are selling a stolen application. I don't know what you did or did not steal before and what you will or will not steal after that: after all, it's pretty hard to prove the fact that the one stole a script, because the script is fully server side by design and the thief server can just say that he wrote the script himself. But. I believe server owners must be aware of who they are dealing with. A potential thief of their information. @Brynner the fact that the code has been reverse-engineered doesn't remove the fact that Skyzone Hosting re-sells it to gain profit which makes this company a thief.
  12. Duplicating a message in this thread, because some of my clients are only following this thread and not reading the general section. Recently (actually not so recently) some guys calling themselves Skyzone have decompiled my application and started to re-sell it to server owners without my permission. According to server owners, Skyzone Hosting is telling them that what they do is totally legal and permitted by me. It is not. I have contacted Skyzone Hosting and gave a proposal of "30% royalty with a read-only control on payment operations" but they rejected. Hereby I inform that Skyzone Hosting are cheaters and scammers. This is a message to server owners: think twice before dealing with a hosting that can steal your files and start re-selling them. Servers that bought a cracked AndRO from Skyzone are sponsoring cheaters and scammers. I strongly recommend them to stop doing this and buy a license for the non-cracked app instead: http://roworkshop.com/andro
  13. >i think anything you release on public have a higher chance of getting modified, decompiled or rebuilt in a new one. thats you should do first is to secure your apps or codes. Of course. I just want to warn anyone that Skyzone Hosting can steal their information, that's all. > and im not sure if your code was stolen by them since i don't know PoringDevs which is the developer and maintainer of the PandRO. he/she's the one you should contact regarding on this matter. i did not know Skyzone personally but he's only selling a hosting service with additional addons or other stuff. PandRO still a 3rd party program from his offered services. If you read my first message carefully you will see that I have already tried to settle this in private, but my proposal was not heard. >and also you should have a strong proof that they use your code before posting them regarding on this matter. As a creator of AndRO that tested both applications I can assure you that this is a same program. And anyone who used both AndRO and PandRO can tell that it's the same application with a different UI. The attached screenshot is a comparison of PandRO and AndRO. Sure, "different apps" ? >and also the price is also matter. I have the right to sell my product for any price I want. I will say it again: I am not trying to contact Skyzone Hosting in this topic. This topic is a warning to all server owners, so they could think twice before dealing with a scam hosting that can steal their information and start re-selling it.
  14. >your project is nice but pricey and you forgot to secure your own paid service application. how securely this paid service of yours if they manage to decompiled those application. That is true but it still doesn't allow anyone to steal my code and re-sell it. >upon on checking on the website of skyzone hosting they haven't selling it at the moment. and also they have another apps called PandRO. This "PandRO" is really a decompiled AndRO with a modified UI.
  15. Hello. Some of you know me as a creator of AndRO app. Recently (actually not so recently) some guys calling themselves Skyzone have decompiled my application and started to re-sell it to server owners without my permission. According to server owners, Skyzone Hosting is telling them that what they do is totally legal and permitted by me. It is not. I have contacted Skyzone Hosting and gave a proposal of "30% royalty with a read-only control on payment operations" but they rejected. Hereby I inform that Skyzone Hosting are cheaters and scammers. This is a message to server owners: think twice before dealing with a hosting that can steal your files and start re-selling them. Servers that bought a cracked AndRO from Skyzone are sponsoring cheaters and scammers. I strongly recommend them to stop doing this and buy a license for the non-cracked app instead: http://roworkshop.com/andro
×
×
  • Create New...