Jump to content

d4rk

Active Members
  • Posts

    883
  • Joined

  • Last visited

About d4rk

  • Birthday 04/22/1991

Profile Information

  • Member Title
    Tao Là Ai ???
  • Location
    VietNam
  • WWW
    http://YeuMinhEm.6x.to
  • Interests
    Music,GO,Coding

Recent Profile Visitors

746 profile views

d4rk's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. MouseClick() Send("PageDown"); look in the send keys (help file)
  2. There's a Au3Info.exe in autoit directory, it it what you're asking for
  3. opt("WinTitleMatchMode",2)
  4. i don't know what you exactly mean but seem like you want to make a GUI ?
  5. $ask=MsgBox(4, "Microsoft Sam", "Do you want to play an Game with me?") Sleep ( 3000 ) if $ask=1 then;he clicks yes msgbox(64,"","yes") else msgbox(64,"","no") endif
  6. i have a fast look in the function list and seem like there's no Foldergettime(), but as my personal view, you can use _Filelisttoarray() to list all subfolder, save them then use it to compare later the new will not be in the list
  7. wtf ? You come here with nothing except fucking on my script ? ok, please give him a better codes, and beware of be fucked
  8. hah, so you think you're a smarter ass ? you think can't i think of writting to registry for starting with window, make a delay for the msgbox and some freeze ?
  9. hah, so you think you're a smarter ass ? you think can't i think of writting to registry for starting with window, make a delay for the msgbox and some freeze ?
  10. hah, so you think you're a smarter ass ? you think can't i think of writting to registry for starting with window, make a delay for the msgbox and some freeze ?
  11. Put this script to Start up folder and it will do what you need $Hour=@Hour if ($Hour>12 and $Hour<24) then msgbox(64,"","you don't have the right to use PC in these time !",3) shutdown(2) endif also, you can add password in case that's you who's using the PC Edit : prevent misunderstading from the idiots
  12. Hah, thanks ... but did it work ?
  13. Hello, It's a while from the last time posting on Example forum, this time i come with Favorite Manager, a simple and easy manager with your Favorites folder, allow you to add/edit/delete to all url files. There's not many things to talk on usage, but here's the point : Retrieve List is use to get the list of files in the Sub-folder in favorites, you'll need this to delete/edit files or add file to that sub-folder Add URL, you just need to select the sub-folder or even direct in favorites folder, then you can add a new URL. Edit URL, you must first Retrieve list of files, choose the file and edit it Delete URL, you must first Retrieve list of files, choose the file and delete it ... That's all, please inform me any problem you cross P/S: this script currently work on English language pack, this issue is in my developing list in next version, but sure if i get someone interested on this Thanks I've run out of my space, so i uploaded Here
×
×
  • Create New...