Post: [RELEASE] PS3Lib v4.5 - DEX/CEX
11-24-2013, 11:27 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});

PS3 Library .NET

Version 4.5.1

Make real time tools easily for DEX or CEX consoles !




A new version of PS3Lib is now published. This dll allow you to connect into .NET language your console with TMAPI(Target Manager API) or with CCAPI(Control Console API) this works on DEX/CEX.

You should use this version to use CCAPI 2.70 (released coming soon).
This DLL is compatible also with CCAPI 2.60 but not anymore with older version (like CCAPI 2.50).

The download link is at the bottom of the page. The executables are inside the package with two demo projects included for understand how to use the full DLL (each functions are commented).


New features:

- Support CCAPI v2.60+.
- Read/Write memory as 'double'.
- Read/Write memory as 'float' array.
- ArrayBuilder constructor overload.
- Some functions fixes.


Some changes:

An overload of the class ArrayBuilder has been added, you can now define directly the size of the array that you want get on the class, just look that exemple:
    
ArrayBuilder build = new ArrayBuilder(0x50); // Create automatically an array with 80 bytes (0x50).
build.Write.SetInt32(0, 1337); // We write random things inside for exemple.
...
PS3.SetMemory(offset, build.ToArray()); // New feature who allow you to return the build as an array of bytes.


New extensions are implemented, we can now write/read memory floats array and doubles:
    
// Writes
PS3.Extensions.WriteDouble(offset, double);
PS3.Extensions.WriteFloats(offset, float[]);

// Read
double d = PS3.Extensions.ReadDouble(offset);
float[] fA = PS3.Extensions.ReadFloats(offset, length); // The second argument is the length of the array that we want get, exemple if we want the position XYZ of Call Of Duty we will put 3.


Some functions have been updated, like ReadString etc due to a bad code quality.


MD5 Hash:

- 0B35CC2DF877C881469094FE47D2E825


You must login or register to view this content.
(Download the .zip who contain the dll, the demos and source)
Last edited by iMCSx ; 02-15-2016 at 05:25 PM. Reason: Update v4.5.1

The following 170 users say thank you to iMCSx for this useful post:

^TPP^, -JM-, -SuperMan, ..jigsaw, {H} | Exception, {OM}1337{OM}, One, Kappa, ϟ c0rruption ϟ, A_Gen_Fiasco, aityahiaidir, Albus, anxify, BadChoicesZ, bAdReQuEsT, BeeMovie, bhoot-iq, BISOON, Brag, Choco, Cien, CITYCOMET, cl_21, Cmd-X, codmadz332, ContinueModder, cool9187, Creepzoid 0___0, Cyb3r, Dan Dactyl, Dan94, Dannie Fresh, Dark Nacho, Demon2Roxx, ErasedDev, DjFly, dnawrkshp, dolby1, EliteHackzPS3, esc0rtd3w, FarSideX, flynhigh09, FM|T Enstone, FM|T xDevOpS, FM|T ZoRo, Foxhoundz3, FranceDowngrade, FusionIsDaName, Gaukler1, Gendjisan, LightningMods, Harry, Hate, HeroWin, HiddenHour, homeedog, Hori_By_Nature, Hunter926, i_iTop_i, i6oz, Callumeleyy, iLLy-i, ImPiffHD, ImPokerz, Insult, iRnZ, iStonerHQ, iTпDM, JamRock2, Jannik007, JATOCH, JemEO, OfficialJesseP, Jgood, jp187187, kaser, KevinWinterX, Khairul Anuar, KILLSAGAINGoDz, kiwi_modz, KranK, Krxxl, Kryptus, LizzoOo, Loxy, M-alShammary, M4K3VELi7-, Macauly, Mango_Knife, mastakiller13, Mateljgz, Mawndo, MegaMister, metoshkata, MOD-RuLeZ, MODZ4FUN420, moekroeman, Mr.Azoz, MrBerrics and 70 other users.
11-25-2013, 02:57 AM #11
With this would i be able to make a menu like enstone where after starting menu i dont need computer anymore? If so could you please tell me how
11-25-2013, 02:29 PM #12
KevinWinterX
< ^ > < ^ >
Originally posted by iMCSx View Post
Update to Visual studio 2012, much better Winky Winky


IMCSx you and enstone should make a youtube video on the I - PS3API (TMAPI & CCAPI All in one) To put in a tool so it can be a little easier for people since this is new to us. It just a refcenes its ok if you dont but we would like you to. Winky Winky
11-25-2013, 02:33 PM #13
Originally posted by Kevin
IMCSx you and enstone should make a youtube video on the I - PS3API (TMAPI & CCAPI All in one) To put in a tool so it can be a little easier for people since this is new to us. It just a refcenes its ok if you dont but we would like you to. Winky Winky


Why a video is needed ? I thinked about this idea but i think it's not needed :

- The tutorial is explicit.
- I give 2 Projects source in the package.

Better than a video... But if people wants to look a video i'll try to make one, but for me it's not needed.
11-25-2013, 02:36 PM #14
KevinWinterX
< ^ > < ^ >
Originally posted by iMCSx View Post
Why a video is needed ? I thinked about this idea but i think it's not needed :

- The tutorial is explicit.
- I give 2 Projects source in the package.

Better than a video... But if people wants to look a video i'll try to make one, but for me it's not needed.


Well remeber your IMCSx were not you are a smart man and learn faster then most people so some people do need a video if you could make one that would be great but if you dont have time dont swet it bro Smile
11-25-2013, 05:10 PM #15
merkamam
I am error
is anyone in the process of makeing rtm tools for cex on mw2 or mw3 or gta 5 ?? let me know please?
11-25-2013, 05:16 PM #16
Polish-Modz
Do a barrel roll!
Do one rtm tool for all cods
11-26-2013, 11:10 AM #17
Originally posted by Kevin
Well remeber your IMCSx were not you are a smart man and learn faster then most people so some people do need a video if you could make one that would be great but if you dont have time dont swet it bro Smile


I don't know if i'll get the time to record a video for that. As i've said i think it's not necessary to make a video cuz i give 2 projects open source in the package. I don't understand why re-type these demos with a video will help people...

I'll thinking about this idea.
11-27-2013, 01:17 PM #18
make video and new ps3jb
11-27-2013, 03:54 PM #19
Please we want a video tut

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo