lutzxs Posted July 11, 2015 Posted July 11, 2015 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.
Developers Jos Posted July 11, 2015 Developers Posted July 11, 2015 Not sure what you are expecting after posting this story?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.
lutzxs Posted July 11, 2015 Author Posted July 11, 2015 On 7/11/2015 at 5:22 PM, Jos said: Not sure what you are expecting after posting this story?Josi 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
Developers Jos Posted July 11, 2015 Developers Posted July 11, 2015 ... 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.
Developers Jos Posted July 11, 2015 Developers Posted July 11, 2015 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.
lutzxs Posted July 11, 2015 Author Posted July 11, 2015 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.JosAt the moment it is like this:1. I Starte the programm where i want to inject and than i inject. Until here there is no problem.2. I start the same programm a second time. 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.
Developers Jos Posted July 11, 2015 Developers Posted July 11, 2015 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.
RaiNote Posted July 12, 2015 Posted July 12, 2015 (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 July 12, 2015 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 Melba23 Posted July 12, 2015 Moderators Posted July 12, 2015 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 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 ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts