osrstarogod 0 Share Posted January 19, 2020 THIS IS FOR LEARNING PURPOSES ONLY IM NOT TRYING TO MAKE A CLIENT TO COMPETE OR ANYTHING SO MODS DONT F****N CLOSE THIS Basically I'm trying to expand my knowledge of Java and be familiar with the absolute inner workings of it. I think it would be a great idea for my to invest my time into making my own client for the experience and knowledge I will gain throughout the process. The only problem is I have absolutely no idea where to begin! If anyone could please point me in the right direction for what I should start looking at, such as bytecode or some other area of Java, to begin building the foundation for a client that would be much appreciated! Even just a list of topics I would need to be strong in to get going would help me out so much. FYI please don't just paste code and say there's half your client, add two more lines in and it will work. I'm going to do this from scratch and learn everything I need to know along the way for my own person knowledge, not to prove I can copy and paste. Setting a big goal in my mind helps me because to achieve it I need to learn a multitude of different things, and in the end hopefully I'm that much better of a programmer when I'm successful. Link to comment Share on other sites More sharing options...
Hashtag 8510 Share Posted January 19, 2020 That's a bit unnecessarily aggressive message targeted at our mods, especially when we haven't ever closed/hid any of your posts. Link to comment Share on other sites More sharing options...
osrstarogod 0 Author Share Posted January 19, 2020 54 minutes ago, Hashtag said: That's a bit unnecessarily aggressive message targeted at our mods, especially when we haven't ever closed/hid any of your posts. You are right, I apologize. Link to comment Share on other sites More sharing options...
Ben 72 Share Posted January 19, 2020 Creating your own methods would be a good start Link to comment Share on other sites More sharing options...
Nuclear Nezz 2012 Share Posted January 20, 2020 I think the process to making a client fully from scratch is a bit more than you're expecting. Mostly because I'd suggest making an updater first, which requires at least a little bit of understanding of the gamepack itself. As far as the actual client goes, you'd need to figure out if you want to do injection or reflection, if you want to do injection then I'd suggest you go back to step 1 (updater) so that you can familiarize yourself with their code, and while making your updater you can mess around with removing/adding code to the gamepack. If you want to do reflection, then that's a little easier on your end, but takes more effort on the client's end. Either way, I'd say do an updater first because if gets you familiar with working with bytecode and the gamepack. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.