Post: Need help with a cex and dex rtm mod menu
02-22-2014, 11:35 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hi I'm trying to get a dex menu to work with cex. I've got it to connect and attach to CCAPI but i get errors when i try to give the menu. can anyone help me? i can email the visual studio files.
02-22-2014, 11:40 PM #2
Originally posted by tylertjp1 View Post
hi I'm trying to get a dex menu to work with cex. I've got it to connect and attach to CCAPI but i get errors when i try to give the menu. can anyone help me? i can email the visual studio files.


What kind of errors are you getting?
02-23-2014, 08:52 PM #3
Originally posted by Nature View Post
What kind of errors are you getting?


heres the error it gives me:

An unhandled exception of type 'System.DllNotFoundException' occurred in PS3TMAPI_NET.dll

Additional information: Unable to load DLL 'PS3TMAPI.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
02-23-2014, 11:03 PM #4
Originally posted by tylertjp1 View Post
heres the error it gives me:

An unhandled exception of type 'System.DllNotFoundException' occurred in PS3TMAPI_NET.dll

Additional information: Unable to load DLL 'PS3TMAPI.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)


It could be your settings by the looks of the errors your getting try these tutorials:You must login or register to view this content.

02-24-2014, 01:07 AM #5
Originally posted by Nature View Post
It could be your settings by the looks of the errors your getting try these tutorials:You must login or register to view this content.



im not on a dex ps3 im on a cex using CCAPI, i took a dex mw2 rtm base menu and im changing it so you can use it on CEX CCAPI and DEX.
02-26-2014, 12:57 AM #6
Josh_ox3
Treasure hunter
Originally posted by tylertjp1 View Post
im not on a dex ps3 im on a cex using CCAPI, i took a dex mw2 rtm base menu and im changing it so you can use it on CEX CCAPI and DEX.


If you haven't got the .DLLS just put all of You must login or register to view this content. into the folder that the tools in Smile

The following user thanked Josh_ox3 for this useful post:

shmittyyodles
02-27-2014, 04:16 AM #7
Originally posted by ox3 View Post
If you haven't got the .DLLS just put all of You must login or register to view this content. into the folder that the tools in Smile


i already had those.

heres the codes where the error is coming from.
visual studio said PS3TMAPI is the problem code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Menu_Base_By_Bo
{
class Ps3Memory
{
public static byte[] BIND = new byte[4];
public static uint ProcessID;
public static uint[] processIDs;
private static string usage;
public static PS3TMAPI.ConnectStatus connectStatus;
public static string Status;

public static void Connect()
{
PS3TMAPI.InitTargetComms();
PS3TMAPI.Connect(0, null);
}
public static void AttachProcess()
{
PS3TMAPI.GetProcessList(0, out processIDs);
ulong uProcess = processIDs[0];
ProcessID = Convert.ToUInt32(uProcess);
PS3TMAPI.ProcessAttach(0, PS3TMAPI.UnitType.PPU, ProcessID);
PS3TMAPI.ProcessContinue(0, ProcessID);
}
public static void GetStatus()
{
Status = Convert.ToString(PS3TMAPI.GetConnectStatus(0, out connectStatus, out usage));
}
public static void SetMemory(uint Address, byte[] Bytes)
{
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Address, Bytes);
}
public static void GetMemory(uint Address, byte[] Bytes)
{
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Address, ref Bytes);
}
}
}
02-27-2014, 10:32 PM #8
Josh_ox3
Treasure hunter
Originally posted by tylertjp1 View Post
i already had those.

heres the codes where the error is coming from.
visual studio said PS3TMAPI is the problem code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Menu_Base_By_Bo
{
class Ps3Memory
{
public static byte[] BIND = new byte[4];
public static uint ProcessID;
public static uint[] processIDs;
private static string usage;
public static PS3TMAPI.ConnectStatus connectStatus;
public static string Status;

public static void Connect()
{
PS3TMAPI.InitTargetComms();
PS3TMAPI.Connect(0, null);
}
public static void AttachProcess()
{
PS3TMAPI.GetProcessList(0, out processIDs);
ulong uProcess = processIDs[0];
ProcessID = Convert.ToUInt32(uProcess);
PS3TMAPI.ProcessAttach(0, PS3TMAPI.UnitType.PPU, ProcessID);
PS3TMAPI.ProcessContinue(0, ProcessID);
}
public static void GetStatus()
{
Status = Convert.ToString(PS3TMAPI.GetConnectStatus(0, out connectStatus, out usage));
}
public static void SetMemory(uint Address, byte[] Bytes)
{
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Address, Bytes);
}
public static void GetMemory(uint Address, byte[] Bytes)
{
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Address, ref Bytes);
}
}
}



Don't know then mate, all I can suggest is using my DLLs as I know for a fact they work fine and just try to do some fault finding, whether that be checking you're connecting to the right ip on CCAPI and are you using the latest CCAPI?

Control Console API 2.00 is what you need Smile get it from FMT website.
03-12-2014, 07:38 PM #9
lanaiscool
Bounty hunter
Originally posted by tylertjp1 View Post
hi I'm trying to get a dex menu to work with cex. I've got it to connect and attach to CCAPI but i get errors when i try to give the menu. can anyone help me? i can email the visual studio files.


I think you need to take al the tmapi coding out cause its for dex
03-28-2014, 07:05 AM #10
Ill hapilly help you out, also could I please have the download link to the menu your talking about ive been searching for one.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo