Anyone know LUA Progaming ???
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Anyone know LUA Progaming ???
I'm have problems with attach process because it's have 2 processes with the same name, if I use openProcess("GarenaCIG.exe") it's opened the process I don't want to open. So how I attach the right process?
C:\ProgramData\GarenaCIG\3.0.906\GarenaCIG.exe --tray
C:\ProgramData\GarenaCIG\3.0.906\GarenaCIG.exe --service
There are 2 process running, now I want to attach GarenaCIG.exe --service not GarenaCIG.exe --tray .
And I have a ideas, we close "GarenaCIG.exe --tray" then use openProcess("GarenaCIG.exe") then createProcess("GarenaCIG.exe --tray"), but I have problem in situation is createProcess dont' allow I to use --tray.
So please help me. Thanks all u guys.
C:\ProgramData\GarenaCIG\3.0.906\GarenaCIG.exe --tray
C:\ProgramData\GarenaCIG\3.0.906\GarenaCIG.exe --service
There are 2 process running, now I want to attach GarenaCIG.exe --service not GarenaCIG.exe --tray .
And I have a ideas, we close "GarenaCIG.exe --tray" then use openProcess("GarenaCIG.exe") then createProcess("GarenaCIG.exe --tray"), but I have problem in situation is createProcess dont' allow I to use --tray.
So please help me. Thanks all u guys.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Anyone know LUA Progaming ???
I don't know much about LUA. I wanted to learn as it looks cool with stuff people do (to cheat games mostly )
Back to your question. Can you attach it to Process ID? You can get the ID of both processes and check if tray always has a bigger value or something? Or ask for it to enter PID (Process ID) manualy each time the program opens. You can check the ID at the task manager (Windows?)
Back to your question. Can you attach it to Process ID? You can get the ID of both processes and check if tray always has a bigger value or something? Or ask for it to enter PID (Process ID) manualy each time the program opens. You can check the ID at the task manager (Windows?)
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Re: Anyone know LUA Progaming ???
It's change PID every time restart PC, and one thing sometime PID -tray bigger than -service and sometime -service bigger than -tray @@, so any idea else?
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Anyone know LUA Progaming ???
Can you read the data of one of them and find some thing that is constant?
For instance, if you read the process memory at byte X with will always hold one constant piece of information that is different from the other process.
I haven't used garena so I can't say I know much. Maybe stuff like the user-name password you enter.
For instance, if you read the process memory at byte X with will always hold one constant piece of information that is different from the other process.
I haven't used garena so I can't say I know much. Maybe stuff like the user-name password you enter.
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Re: Anyone know LUA Progaming ???
GarenaCIG.exe not Garena it's hold your key which provide u x2 IP LOL , Gold Member,zz but I think there are no function to do that.
According u said, it's must be open every single process then check for constant, but problem here is I don't know how to open all process to check that @@.
According u said, it's must be open every single process then check for constant, but problem here is I don't know how to open all process to check that @@.
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Anyone know LUA Progaming ???
I have embedded Lua into an operating system I wrote, yet "openProcess" isn't a function I've ever seen. This isn't standard Lua you're talking about, is it? Also what's Lua pro-gaming?
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Re: Anyone know LUA Progaming ???
I wrote LUA with Cheat Engine , and my problem already solved. tks for reply