Jump to content

Injector help


Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

... and you still think there is enough details and no vital information is missing for anybody to give you the right suggestions?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

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

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Developers

Guess this is for : S4 League?

Make sure you read our forum rules first before continuing posting here.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
  • 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~

 

Link to comment
Share on other sites

  • Moderators

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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