Using the TCP/IP function in MicroMacro..
Forum rules
This is a sub-forum for things specific to MicroMacro.
This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
This is a sub-forum for things specific to MicroMacro.
This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Using the TCP/IP function in MicroMacro..
Sorry
Last edited by Exempt on Tue Nov 16, 2010 8:05 pm, edited 1 time in total.
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Using the TCP/IP function in MicroMacro..
This should still be done in C/C++.
First of all, you would need to inject this code into the target process, which is not possible to do with Lua. Additionally, MicroMacro is designed as a tool to run along-side of the target program and send inputs to it.
Another tool could be created that would allow you to modify the packets in Lua (although the actual program would still be an injected DLL written in C/C++), but still might not be recommended. It would work, but it could also slow things down.
First of all, you would need to inject this code into the target process, which is not possible to do with Lua. Additionally, MicroMacro is designed as a tool to run along-side of the target program and send inputs to it.
Another tool could be created that would allow you to modify the packets in Lua (although the actual program would still be an injected DLL written in C/C++), but still might not be recommended. It would work, but it could also slow things down.
Re: Using the TCP/IP function in MicroMacro..
Thats not good then, I'm not that advanced. Is it possible to read incoming packets and decrypt them with lua?
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Who is online
Users browsing this forum: No registered users and 0 guests