Post: Open ProDG Target Manager with C++
03-17-2013, 11:57 PM #1
SC-Wotan
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({});
maybe this is helpful for anyone who wants to program a RTM Tool in C + +

    #include <iostream>
#include <Windows.h>
#include <conio.h>

using namespace std;

void start_program(string filename)
{
ShellExecute(NULL, "open", filename.c_str(), NULL, NULL, SW_SHOWNORMAL);
}

int main()
{
start_program("ps3tm");

getch();

return 0;
}
(adsbygoogle = window.adsbygoogle || []).push({});
03-18-2013, 12:03 AM #2
-OG-
I am error
I'm not a coder, but it seems like most people who code C++ regularly knew this by the amount of RTM programs already out

The following user thanked -OG- for this useful post:

BadChoicesZ
03-18-2013, 12:08 AM #3
SC-Wotan
Do a barrel roll!
this is a other method !
03-18-2013, 04:14 PM #4
Sonoro
I like anteaters
Nice find man, even if it's really basic :nerd:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo