That is correct. I can see that i am asking here something that is(maybe?) security issue for autoit ("FileCopy(@AutoItexe,'Dumped.exe')" anyone?) But however, i am not trying to be malicious with my purposes. I am simply trying to handle strings better in these so called 'profiles', mostly decrypthing them down for the script. If theres no real solution, i'm screw'd up then .
i'll explain the whole situation now. I'm using this program what has these 'profiles' what execute lines from ini files, line by line. The program is obfuscated, except for few functions they have built. right now i am trying to figure out way to use functions from string lib what is included with autoit. since the functions in the string lib are obfuscated too, i cant use them, and thats why i am trying to use 'bypass' like this.
Hello.
I am working with run() and i am basicly trying to execute a function from other script.
but apparently run() cant execute any non-internal functions, is there ANY workarounds for that?
example of what i am trying to do ->
run(@ScriptDir & '\breakup.exe /AutoIt3Executeline "_stringencrypt(0, ''DEFE6E517D7D34D5FC2845B06E4101AEC615929AAFD91148D3DE28E5EE42092C8C2C693873DB0F49'', ''hello'', 1)"')
hi
i am trying to use postmessage to paste text to me, but apparently i fail for some reason..
DllCall("user32.dll", "int", "PostMessage", "hwnd", $hWnd, "int", 0x302, "int", 0, "int", $lParam)
thats what i've been trying and also:
DllCall("user32.dll", "int", "PostMessage", "hwnd", $hWnd, "int", 0x100, "int", 0x302, "int", $lParam)
..so, anyone have any idea why/what point i fail at?
basicly i am having normal autoit code
and then i am reading from file that string thing
i am trying to figure way to make it 'normal' function with only string >_<
yeah.. i've been trying to figure out is it possible and how its done to have function inside string()
so far no success :<
also would like to know is it possible to get every function names/variables using string() of the code?
-zutto
well, not exactly inet related
i'm trying to figure out is it possible to fill up forms without using any browser, or anything.. like inet is downloading source but this would be filling ;E
like entering Pw and acc and then clicking login..
useful links are accepted