Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/30/2013 in all areas

  1. Jos

    I broke the obfuscator :(

    What about adding this line to your original script? Does that work? #ignorefunc tester Jos
    1 point
  2. Well that was a bit of an odyssey. I wasn't getting blue screens but I was getting a total CPU lock and unrecoverable hang on the second run. I recompiled it with message boxes at all the various startup/shutdown stages and when it crashed it wasn't even getting as far as the first line of winMain(). That made me suspect our "make VC2012/2010 exes run on XP RTM" hack at first. The same exe compiled with the older VC 2010 compiler worked fine. So I compared all the compiler/linker settings and they seemed to match and they should both be using the same runtime/SDK files. The only difference was that VC2010 gives a warning about some of our manifest settings (compat related) because the VC2010 toolset doesn't understand them - but it still includes them. I did a sysinternals "sigcheck -m" manifest dump on the two exes to see what the difference was and the formatting is completely different (whitespace, etc) but that should be OK. But there was an additional option in the VC2012 manifest for dpiAware (Aut2Exe was the only exe to have this, so it looks good on high DPI screens). This was the culprit. XP RTM was just going crazy on this entry. The VC2010 compiler didn't have that option available so that was the difference. Once I knew what to search for this turned up http://stackoverflow.com/questions/15096400/need-dpiaware-executable-to-work-in-windows-xp-2003 - this seems to confirm it, but I wasn't getting the error messages/log messages it mentions. I'll recompile it today without this option along with the Althon XP/SSE fixes as well.
    1 point
  3. Hai people, I'm pretty new around and I don't know much about computer programming but I still have a project of coding a bot. Basically, what it needs to do is : Auto-Login to a website, click on a button which redirects to a specific url using a proxy ip and doing this for over 30 differents logins with differents proxy ip. First question is : Is that possible with AutoIt ? Second question is : Am I able to automate the script with a cronjob service server ? Thank you for your attention, Cheers.
    1 point
  4. Then it's simple. MouseClick("button", x, y)
    1 point
  5. No, it's not. Let's try this: What is the website? What is the php request?
    1 point
  6. The only thing HUGE in AutoIt, is the large community of appreciative users. *drops the mic and walks off stage.*
    1 point
  7. I see your point, but the amount of hate mail I get about some bad/malware scripts that have the default AutoIt icon and website link is significant.
    1 point
  8. Valik

    Latest Beta

    What the hell is all this non-sense about? ConsoleWrite("AutoIt version: " & @AutoItVersion & @CRLF) Local Writer = ConsoleWrite Writer("What the hell, this works?" & @CRLF) Writer = MyConsoleWrite Writer("This works, too!?" & @CRLF) Func MyConsoleWrite(sText) ConsoleWrite("MyConsoleWrite(): " & sText) EndFunc Output: AutoIt version: 3.3.9.5 What the hell, this works? MyConsoleWrite(): This works, too!? Tomorrow... maybe...
    1 point
  9. fuck you if i see you i will fuck you fuck off WTF
    1 point
×
×
  • Create New...