Advertisement
tterrag1098

Untitled

Jun 25th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. @LexManos
  2.  
  3. Wow, I am surprised. Your vocabulary ("screw you") is so non-professional and childish that I am really surprised why you consider yourself a serious developer or member of some team here. I'm not going to report you, but I hope you realize that, when you grow up, you will need to reconsider your tone when you talk to people.
  4.  
  5. Also, deleting comments is not nice. What are you trying to achieve?
  6.  
  7. But anyway let me respond to your nonsense from your last comment.
  8.  
  9. Your use case is assine
  10.  
  11. I have no idea what "assine" means. What are you trying to say is not clear to me.
  12.  
  13. and screw you for trying to remove credit to those who have spent countless hours to create the system you enjoy
  14.  
  15. Not everyone agree with copyright laws. There are some people who think that copyright is nonsense. I am one of them. Basically, only physical object can be sold (house, vehicle, house gadgets, etc). But, information cannot be sold. It means books, songs, videos, games, softwares, etc are free by default, independently of the choice of the author. Therefore, "stealing" such goods is not against my moral laws, and I will keep doing it. But, since the copyright is nonsense, I don't want to see copyright notification in the pirated softwares (games) I'm using.
  16.  
  17. They spent countless hours, that's true. And they spent those countless hours developing something I enjoy, that's also true. But, that is still not a reason for me to respect them. I will keep "stealing" their software and sharing for free, as long as their software is protected by copyright laws.
  18.  
  19. You will find no help here
  20.  
  21. I realized it. But I found help myself and I want to share for other people who may face the same problem. Don't delete my comment. In my comment, I explained how to do it for other people who may have the same problem in the future. There is no reason to delete my comment, it doesn't violate Github terms of use and didn't break any copyright laws. I didn't share serial keys, or cracked minecraft launcher, or premium email and password, etc. I just shared a simple command line arguments. And I'll repeat it here.
  22.  
  23. Basically, the solution is to put the following string in your JVM argument in the minecraft launcher (any patched launcher from the pirate bay works fine):
  24.  
  25. -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true
  26. Then launch minecraft and it should work even if you modify the blr.class file (don't forget to delete meta inf forlder).
  27.  
  28. and again a giant screw you for trying to remove credit to the authors of this software.
  29.  
  30. Why so many anger? How much did Notch pay you to talk like that?
  31.  
  32. Some additional info for future visitors who may face the same problem
  33. If you don't like the copyright notice, then follow these steps in order to remove it:
  34.  
  35. Extract blr.class from 1.12.2.jar (using winrar for example)
  36. Open it using some hex editor (I would recomment HxD, it is free)
  37. Find string Copyright Mojang AB. Do not distribute!
  38. Replace the whole copyright message with bytes 0x20 (it represents ascii space)
  39. Save the file
  40. Put the file back to 1.12.2.jar
  41. Delete META-INF folder from 1.12.2.jar
  42. In JVM arguments put -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true
  43. No copyright message will appear. Enjoy your pirated and free software, don't let them convince you that you need to pay before you can play
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement