Jump to content

afroman

Members
  • Posts

    4
  • Joined

  • Last visited

afroman's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks for the help, But i've just tested those out and Sleep (1/2) (aswell as non) has the same problem, popping up randomly and not loading quick enough...
  2. Basically i made a script that generates another script, but its the script thats being generated that seems to have the problem. I'm looking to splash the text so fast that its can be used as a subliminal message (i found a program that does the same and didnt want to pay so thought i would make my own), the problem is that i cant get the sleep time just right, anything above 1 millisecond is too long and obviously noticeable, anything below 1 and it seems that the text splashes at random and most of the time only the box appears. I know this is only a very small problem but is there anything i'm doing wrong? CODE ; example of generated script SplashTextOn("", "hello",82.5,40,-1,-1,5,"",24) Sleep(0.5) SplashOff() Sleep(2000) SplashTextOn("", "hello",82.5,40,-1,-1,5,"",24) Sleep(0.5) SplashOff() Sleep(2000)
  3. Oh yes, i also need to be able to put the 2nd script in with the first script to be able to install that into the startup folder, but i dont know how to put two scripts together like that, :EDIT: Its alright i just remembered how to do this part... thatsgreat2345, thanks, i dont know why i didnt find that by myself lol
  4. Hi, Im new to the forums, Not to auto it but just to the forums, I've been using autoit for a short while. I would like some help getting my brother back, cause i know he uses auto it, He mailed me one night with an attatchment, so i opened it and obviously it was a script, for three days i would turn on my computer and what would popup? Dial up...Internet Explorer...Wholesale toilet roll...Note Pad...Then it would type "Your full of s**t, Wipe your ass on this!"...Then it would save that into random locations on my computer , and i overheard him on the phone to one of his mates saying he's onto a script to delete every word document, and all my school work is done in word My brother uses about 4 profiles on his computer so i dont know which he uses most often....Dont ask why he uses 4, Because of this i cant find out the startup folder of the current user. I just want to know how i could use auto it to find the startup folder, then use that location to install another script to that location on startup, most of everything else i should be able to figure out by myself, but its just that part that i have got stuck on. Thanks to anyone that helps me
×
×
  • Create New...