How is plutonium made?
-
I wish to know how plutonium works. I want to make a version for black ops 3 but I don't understand how it works.
-
You will need to get into reverse engineering big time, then you need to bypass Arxan for BO3 to even be able to start it while changing the slightest bit. After bypassing Arxan you should know enough about reversing that the rest is self explanatory and easy as you "just" need to hook up your own backend for beginners and then you can concentrate on adding features like your own connect command.
-
There is a lot of work that goes into making a client. If you don't already have a software engineering background, you're gonna have a real hard time.
I also suggest not making a client for BO3, since it already has modding tools and dedicated servers, so you'd solely make the client for piracy purposes.
-
Its made with love. But the other answers are also right.
-
- x64 assembly
- reverse engineering
- c++
- whole lot of self-initiative
-
You can check out the source of IW6x. It's a client for COD Ghosts. It has arxan bypassed and shows how to emulate DemonWare version 2. You'll need to emulate version 3 for BO3 though, but still, that should be a good reference.