View previous topic :: View next topic |
Author |
Message |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Sat Apr 04, 2015 10:13 am Post subject: [VB.NET] finding the flash player process? |
|
|
i'm hacking a flash browser-based game.
and i'm trying to make a trainer in VB.NET. well the problem is that by setting the process name to "Chrome" or "Firefox" it will not find the actual flash player process.
Edit: sometimes it finds the process. and most of the time it doesn't.
how does that work?
Last edited by VirtualMind on Tue Apr 07, 2015 8:05 am; edited 1 time in total |
|
Back to top |
|
 |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Tue Apr 07, 2015 8:04 am Post subject: |
|
|
can anyone help please?
icould'nt really find a method for that yet? :\
anything would be useful P
Edit : i found that chrome uses "pepflashplayer" and firefox uses"plugin-contrainer" for flash player process. the problem is that i still can't hook to those. by hooking to plugin-contrainer it will not find the address and change it (since its not there.)
and "pepflashplayer" is a DLL. i can't hook to that too =(
|
|
Back to top |
|
 |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Tue Apr 14, 2015 6:13 am Post subject: |
|
|
Nvm, solved
|
|
Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Mon Nov 09, 2015 10:05 am Post subject: Re: [VB.NET] finding the flash player process? |
|
|
VirtualMind wrote: | i'm hacking a flash browser-based game.
and i'm trying to make a trainer in VB.NET. well the problem is that by setting the process name to "Chrome" or "Firefox" it will not find the actual flash player process.
Edit: sometimes it finds the process. and most of the time it doesn't.
how does that work? |
can you pm me please i looking to make trainer with VB can you help me
|
|
Back to top |
|
 |
n0psl3d How do I cheat?
Reputation: 0
Joined: 30 Sep 2015 Posts: 6 Location: Twin Cities, MN
|
Posted: Mon Nov 09, 2015 4:08 pm Post subject: |
|
|
From a little trial and error, I think chrome spins up a new chrome.exe process.
Assuming you don't have a bunch of resource hogging tabs open, the process you need to find would be the one with the largest Memory usage. (Most likely) There's definitely better ways to do it, but currently I'm in class so I can't dig into it for you.
Firefox spun up a couple of processes both with flash-player in the name when I tried there. That's where I would look for your trainer.
Best way to check if this is even right is to open it up in CheatEngine. Last time I did any Flash Hacking was like 10 years ago, and IE was a single process.
|
|
Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Tue Nov 10, 2015 7:22 am Post subject: |
|
|
n0psl3d wrote: | From a little trial and error, I think chrome spins up a new chrome.exe process.
Assuming you don't have a bunch of resource hogging tabs open, the process you need to find would be the one with the largest Memory usage. (Most likely) There's definitely better ways to do it, but currently I'm in class so I can't dig into it for you.
Firefox spun up a couple of processes both with flash-player in the name when I tried there. That's where I would look for your trainer.
Best way to check if this is even right is to open it up in CheatEngine. Last time I did any Flash Hacking was like 10 years ago, and IE was a single process. |
can you tell me how to make this trainer please
|
|
Back to top |
|
 |
MakeMEK How do I cheat?
Reputation: 0
Joined: 28 Dec 2015 Posts: 2
|
Posted: Fri Jan 08, 2016 7:08 pm Post subject: |
|
|
What browser you are targeting at?
For Chrome
1. Run the flash game
2. Go to chrome://memory-redirect/
3. Look for a process called Pepper Plugin
The PID is on the left
Unfortunately, accessing chrome://memory-redirect/ outside Chrome browser is not possible.
You can't automate finding the PID.
For Firefox,
it probably in the Plugin container for Firefox (plugin-container.exe) or the Firefox process itself.
Try typing about:memory in URL to see how Firefox allocate memory to its components.
For IE,
It probably is the process with highest CPU and memory usage.
IMO, your trainer might not work for long because Flash player and browser updates quite often.
|
|
Back to top |
|
 |
|