Jump to content

Recommended Posts

Posted

So i wanted to create an injector se no difficult task but now i wantet to create an injector for processes with the same process name.
It should be like this:

i start the injector and it waits for the process to appere.
Than it searches for the PID and writes the pid in a file or log.
then it normally injects. first process done.

than i start the injector the second time and it scans the file/log and finds the pid. Now it shouldent accept this pid if the injector finds the process with that pid.
the injector find the already running process but ignores it cause it already was written in the file/log.
than i start the second process with the same name ( it has another pid ) and the injector finds that one, injects int that process, and writes the process in the log so it would work a third time.

But the problem is that i dont know how to make this in autoit 3. A solution in C++ would be possible too.

Posted
  On 7/11/2015 at 5:22 PM, Jos said:

Not sure what you are expecting after posting this story?

Jos

i wanted to know how to scan a log/file and how to ignore the pid in the log/file while the injector is waiting for the process to appere

Posted
  On 7/11/2015 at 6:17 PM, Jos said:

That feeling is mutual. You will have to be way more explicit about what you exactly want to be able to help you.

Jos

At the moment it is like this:

1. I Starte the programm where i want to inject and than i inject. 7lWYf.png
Until here there is no problem.
2. I start the same programm a second time. uHwBf.png

But now, it injects in the same process the second time so in the first process(the one with 614.556 K memory) were two injections and in the second were no injection.

Now i wanted to change my injector so that it would save the pid of the process it injected in in a .txt.

Now at every start of the injectior it should scan the .txt and put the pids that the injector finds in the file on a blacklist, so it would ignore(doesent inject in them) the processes with the pids that already are in the .txt.

Now my question is how to scan such a .txt and make such a blacklist.

That means i want to know how i can scan for numbers in a .txt and how to make such a blacklist.

i hope that was explicit.

Posted (edited)

How it looks like he want to create an Injector with you can simply load dll's detect programs choose one and inject it. But it seems only to use it for "cheats" if the example is S4League(one of the most Cheater lovin places) ^-^.. But i won't say anything anymore about this.

<snip>

Edited by Melba23
Illegal code removed
  Reveal hidden contents
  • C++/AutoIt/OpenGL Easy Coder
  • I will be Kind to you and try to help you
  • till what you want isn't against the Forum
  • Rules~

 

  • Moderators
Posted

RaiNote.

We were stretching a point to allow this thread to continue, but posting code form a known gamebot site which meets at least 2 of the "prohibited" criteria is too much. So thanks to you  - thread locked.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...