You are viewing our Forum Archives. To view or take place in current topics click here.
what do i need to make my own tool
Posted:

what do i need to make my own toolPosted:

VMxJASPER
  • Challenger
Status: Offline
Joined: Mar 06, 201410Year Member
Posts: 178
Reputation Power: 6
Status: Offline
Joined: Mar 06, 201410Year Member
Posts: 178
Reputation Power: 6
i would love if anyone can tell me what i need to make my pwn cod tool for rgh or jtag
#2. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
You're going to need to give us a language.
You also need to tell use what type of mod tool, RPC tools are popular atm.
#3. Posted:
108
  • 2 Million
Status: Offline
Joined: Jan 07, 201410Year Member
Posts: 2,094
Reputation Power: 82
Status: Offline
Joined: Jan 07, 201410Year Member
Posts: 2,094
Reputation Power: 82
I'd think C++ Would be easiest for a tool correct?
#4. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
eSports wrote I'd think C++ Would be easiest for a tool correct?

No, no.. just no. Please no.. just no.. stop.
You have no idea what you're talking about.
#5. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.
#6. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Botch wrote C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.


Lol, yeah.. the name 'Botch' rang a bell.

@OP - It can be done in all languages. C# is the most popular though. I can personally guarantee that it can be done C#, java, C++, python and also php (must be done on same network though, so you need a wamp/xampp server or actually do what I do and run a small web server on a raspberry pi or something).
#7. Posted:
7en
  • V5 Launch
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
ObscureCoder wrote
Botch wrote C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.


Lol, yeah.. the name 'Botch' rang a bell.

@OP - It can be done in all languages. C# is the most popular though. I can personally guarantee that it can be done C#, java, C++, python and also php (must be done on same network though, so you need a wamp/xampp server or actually do what I do and run a small web server on a raspberry pi or something).


PHP? How the hell did you manage that?
#8. Posted:
B2-Spirit
  • New Member
Status: Offline
Joined: May 09, 201410Year Member
Posts: 42
Reputation Power: 1
Status: Offline
Joined: May 09, 201410Year Member
Posts: 42
Reputation Power: 1
ObscureCoder wrote
Botch wrote C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.


Lol, yeah.. the name 'Botch' rang a bell.

@OP - It can be done in all languages. C# is the most popular though. I can personally guarantee that it can be done C#, java, C++, python and also php (must be done on same network though, so you need a wamp/xampp server or actually do what I do and run a small web server on a raspberry pi or something).


Please stop. Botch is amazing and a skilled coder. Couldn't tell if you were serious or if you were joking around..
Anyways, OP start on C# like botch said, that typically the main language people use to create XRPC tools. Need any help, shoot me a PM ;)
#9. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
B2-Spirit wrote
ObscureCoder wrote
Botch wrote C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.


Lol, yeah.. the name 'Botch' rang a bell.

@OP - It can be done in all languages. C# is the most popular though. I can personally guarantee that it can be done C#, java, C++, python and also php (must be done on same network though, so you need a wamp/xampp server or actually do what I do and run a small web server on a raspberry pi or something).


Please stop. Botch is amazing and a skilled coder. Couldn't tell if you were serious or if you were joking around..
Anyways, OP start on C# like botch said, that typically the main language people use to create XRPC tools. Need any help, shoot me a PM ;)

I don't think he was trying to be insulting, just that we may have talked at some point and he remembered my name.
Also, @ObscureCoder, PHP? That would certainly be interesting
#10. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Botch wrote
B2-Spirit wrote
ObscureCoder wrote
Botch wrote C# is the language that people commonly use for RTM tools, though I have seen people memory edit with Java (namely ObscureCoder).

Learn C#, and you'll need a modding library, such as XRPC or JRPC.


Lol, yeah.. the name 'Botch' rang a bell.

@OP - It can be done in all languages. C# is the most popular though. I can personally guarantee that it can be done C#, java, C++, python and also php (must be done on same network though, so you need a wamp/xampp server or actually do what I do and run a small web server on a raspberry pi or something).


Please stop. Botch is amazing and a skilled coder. Couldn't tell if you were serious or if you were joking around..
Anyways, OP start on C# like botch said, that typically the main language people use to create XRPC tools. Need any help, shoot me a PM ;)

I don't think he was trying to be insulting, just that we may have talked at some point and he remembered my name.
Also, @ObscureCoder, PHP? That would certainly be interesting


Yeah, using PHP sockets it works. Not that well but it works to some extent.
I created a better way to do it with python and php. It's called fullControl lobbies. It allows the buyer of a lobby to join game then change things like jump height, ammo, speed, etc. from their web browser.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.