Post: Tmapi
10-10-2015, 05:05 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i need the tmapi connect code. i can connect with bisoons tool but not mine
(adsbygoogle = window.adsbygoogle || []).push({});
10-10-2015, 05:12 PM #2
Kam
Investor - Future Millionaire
Originally posted by VadRe View Post
i need the tmapi connect code. i can connect with bisoons tool but not mine


In what language?
10-10-2015, 05:19 PM #3
JimmysModz-
Can’t trickshot me!
Add this code to your connect button
    try
{

if (PS3.ConnectTarget())
{

string Message = "You are now connected with this API : " + PS3.GetCurrentAPIName();
MessageBox.Show(Message, "Connected!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);

}
else
{

string Message = "Impossible to connect :/";
MessageBox.Show(Message, "Error...", MessageBoxButtons.OK, MessageBoxIcon.Error);

}
}
catch
{

}

And make sure you have this in your tmapi Radio Button
    PS3.ChangeAPI(SelectAPI.TargetManager);

Might as well through the Attach button in as well
    try
{
if (PS3.AttachProcess())
{

MessageBox.Show("Current game is attached successfully.", "Success.", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);

}
else
{

MessageBox.Show("No game process found!", "Error.", MessageBoxButtons.OK, MessageBoxIcon.Error);

}
}
catch
{

}

Its kinda messy but it works Geo
10-10-2015, 06:15 PM #4
Originally posted by kam View Post
in what language?


c# .
10-10-2015, 06:17 PM #5
Originally posted by JimmysModz
Add this code to your connect button
    try
{

if (PS3.ConnectTarget())
{

string Message = "You are now connected with this API : " + PS3.GetCurrentAPIName();
MessageBox.Show(Message, "Connected!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);

}
else
{

string Message = "Impossible to connect :/";
MessageBox.Show(Message, "Error...", MessageBoxButtons.OK, MessageBoxIcon.Error);

}
}
catch
{

}

And make sure you have this in your tmapi Radio Button
    PS3.ChangeAPI(SelectAPI.TargetManager);

Might as well through the Attach button in as well
    try
{
if (PS3.AttachProcess())
{

MessageBox.Show("Current game is attached successfully.", "Success.", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);

}
else
{

MessageBox.Show("No game process found!", "Error.", MessageBoxButtons.OK, MessageBoxIcon.Error);

}
}
catch
{

}

Its kinda messy but it works Geo


You must login or register to view this content.
nope
10-10-2015, 07:12 PM #6
Hash847
Purple God
Originally posted by VadRe View Post
You must login or register to view this content.
nope


Add me on Skype @NGUWinter and I can help you out.
10-10-2015, 08:05 PM #7
Originally posted by Winter View Post
Add me on Skype @NGUWinter and I can help you out.


i figured it out but thanks anyway
10-11-2015, 04:08 AM #8
Adrian
Adrian is back!
Originally posted by VadRe View Post
i figured it out but thanks anyway


Good to see that you figured out the problem. If you have any other questions feel free to make another thread.

-Thread Closed.
10-11-2015, 07:05 AM #9
zAurraa
Can’t trickshot me!
Originally posted by Adrian View Post
Good to see that you figured out the problem. If you have any other questions feel free to make another thread.

-Thread Closed.


You wish it was closed
10-11-2015, 07:39 AM #10
Adrian
Adrian is back!
Originally posted by zAurraa View Post
You wish it was closed


Oh cheers for letting me know.

-Thread Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo