jCCAPI - A Java CCAPI Alternative
by Absolute Zero
About
Today I bring you a completely new thing to the community: a CCAPI Java Library. What does this mean? It means we now have the ability to mod games via the Java programming language, which is multi-platform! That means we can now potentially create tools that will work across Windows, Mac, and Linux. This library can also be used for Android applications!
How to use
1.) Download the JAR from the Downloads section below.
2.) Add it as an external JAR to any Java project in any Java IDE (Eclipse, Netbeans, intelliJ, etc.)
3.) Create a new instance of jCCAPI: public static jCCAPI PS3 = new jCCAPI();
4.) You can now use it exactly like you would use it in C#! This is a light version, and is open source, which allows any of you to download the source and add new methods or modify existing methods.
Notes
-YOU NEED CCAPI 2.70 FOR THIS TO WORK. ANY DEX FW > 4.75 REBUG DREX DOES NOT WORK, YOU WILL NEED TO DOWNGRADE IN ORDER TO INSTALL 2.70.
Downloads and Links
[HIDE]CCAPI 2.70 - http://battlefieldrekt.com/ccapi/index.php
jCCAPI Lib - http://www.battlefieldrekt.com/jccapi/index.php
jCCAPI Source - https://github.com/AbsoluteZeeroh/jCCAPI-master [/HIDE]