if u dont get anything you can use Tesseract for image search should be easier that way
I made script in AutoIT that works but I want to use more instances of that script at once on let say 4 game clients or sometimes on 2 or even on 8 + I would love to have my screen for other stuff than just that, so I prefer to minimize game clients and work just on memory.
I made script in AutoIT that works but I want to use more instances of that script at once on let say 4 game clients or sometimes on 2 or even on 8 + I would love to have my screen for other stuff than just that, so I prefer to minimize game clients and work just on memory.
i may have a solution add me on discord and we can talk abit HappyMajor
#9305
Okay since no one helped you, I will. You can't find a pointer to it because the string seems to be reallocated every time. What you should try is open any of these addresses in memory view and look for any past string references there. If you manage to find them, count how many bytes they are apart. Then use that amount to predict the next allocation location and attach a debugger to that address on "Find out what accesses this Address".
That will only work if any past references aren't removed. You could also try, attaching a debugger("Find out what accesses this address") to any of these addresses and look what accesses it and try to make sense of it or find where it gets deallocated then work your way back until you find the location of where the string gets put together. Then you could just hook that function and that would be it.
VC++ String^ in string 05/13/2012 - .NET Languages - 1 Replies Hallo liebe Epvpers ,
kennt ihr eine lösung wie man einen System::String in einen std::string convertiert?
(Was will ich machen ? : Den Text aus der TextBox in den send() befehl einbauen)
Brauche es für den WinSock "send()" befehl , damit ich den string zu
string.c_str() machen kann.
Ty im vorraus.
Mfg
Preakz
[VB08]String in String mit mehreren Funden 08/08/2011 - .NET Languages - 6 Replies Hey,
bin gerade auf ein Problem gestoßen, an dem ich mir seit 3 Stunden die Zähne ausbeiße.
Ich will eine Funktion schreiben, die der _StringBetween Funktion von AutoIt gleich ist. _StringBetween gibt in einem Array alle Strings zwischen zwei SubStrings und dem ganzen String aus. Die Ausgabe bei
_StringBetween("<h1>test1</h1>&l t;h1>test2</h1>", "<h1>", "</h1>") wäre also idealer Weiße ein Array (x = "test1", x = "test2")...
da man in VB08 kein Array returnen kann, komme ich aber einfach...
[C++] string zwischen string 11/11/2010 - C/C++ - 6 Replies tag gibts direkt ne funktion, mit der man einen passenden string zwischen dem string suchen kann?
also meine net .find() sondern sowas ähnliches, die in diesem beispiel "mein string sucht"
Bsp:
"<span id=\"lalala\">"+string mein_string+"</span>"
understanden? :-)