Jump to content

zutto

Active Members
  • Posts

    129
  • Joined

  • Last visited

Profile Information

  • Location
    finland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zutto's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. Let me know what you need to know and i'll provide you with much material as i can.
  2. 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 .
  3. bump
  4. 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.
  5. shellexecute will do no good either
  6. in short, yes.
  7. 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)"')
  8. isnt really helping me at this point :/ (WM_PASTE is afaik bit different than just normal keydown )
  9. 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?
  10. Thank you for all the answers i'll be trying to survive with things i can do >_<
  11. hmh k.. is there way to even use #include ?
  12. 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 >_<
  13. 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
  14. bumpity bump.
  15. 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
×
×
  • Create New...