Jump to content

Innovative

Active Members
  • Posts

    566
  • Joined

  • Last visited

Profile Information

  • Member Title
    Super powers FTW!

Recent Profile Visitors

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

Innovative's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. Hi all! Recently, I've been working on a program that is always running in the background listening to messages from TCP. However, I've encountered a problem, I'm trying to add a tray menu to the program, but I don't know how I am going to make the program listen and handle the tray menu TrayGetMSG() at the same time.. And additionally, I'm thinking of making a GUI too, then i'll have a bigger problem, how do i listen + handle tray menu + handle gui at the same time? I know that autoit is not multithread-enabled, anyone know a workaround or solution?
  2. Hi there, Recently, I had been working on TimerInit() and TimerDiff(), and I met a problem, so after I start a new TimerInit(), after a few mins of running, i need to change the timestamp of the timer and make it run from the time I provided.. Example: TimerInit() at 0s At 5s, I change the timestamp to 1m 17s, I want the timer to continue running on going, 1m 18s, 1m 19s.. and so on.. Anyone knows a solution for this?
  3. 1. This is a general support section, it's a wrong section for you to post a script 2. Wrap codes with [autoit][/autoit] tags to make life easier 3. I can't see the use of this script o.O
  4. Run(@ComSpec & " /c " & 'shutdown /r', "", @SW_HIDE)
  5. It's already good of you to release the source even though the signature database is empty o.O I hope you'll provide update with the database frequently ..
  6. How can i make something like microsoft with autoit ? Lol, i'm being sarcastic .. From your text i can kinda see that you're a begginer , start on easy things first.. Surf the helpfile ..
  7. From the helpfile, learn to use the helpfile next time ..
  8. Are you afraid that you won't have a place to post your script that you are posting it even before it was ready ?
  9. He means that you can use memory functions to get the point of the timer and read the time from the memory. Search NomadMemory at the example script forums .
  10. I guess everyone using AVG will get this ? You can try adding autoit into the exception list ..
  11. TCPConnect, TCPListen , TCPSend and TCPAccept .
  12. I'm curious to know how it is "better" then the vista's one ?
  13. Perhaps some StringSplit and StringReplace functions from the help file can do that job ?
  14. What is this !! I tried alot of scan on alot of my applications on my computer .. Which includes : .txt files , avast , msnmsgr , explorer.exe .. ALL are detected as "INFECTED" .. I think you need to reconfigure the virus database ..
×
×
  • Create New...