Jump to content

TheRevenger

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

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

TheRevenger's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. This is just a start, it is brute and im shure there is a more elegant way to do it but i put it up if someone need a simple way. #NoTrayIcon Run(@SystemDir & "\Rundll32.exe Shell32.dll Control_RunDLLA hotplug.dll, vbNormalFocus",@SystemDir) BlockInput(1) WinWait("[CLASS:#32770; TITLE:Safely Remove Hardware]") WinActivate("[CLASS:#32770; TITLE:Safely Remove Hardware]") Send("!s") WinWait("[CLASS:#32770; TITLE:Stop a Hardware device]") WinActivate("[CLASS:#32770; TITLE:Stop a Hardware device]") Send("{ENTER}") WinWaitClose("[CLASS:#32770; TITLE:Stop a Hardware device]") Send("!{F4}") BlockInput(0) Hope it helps out USB EJ.au3
  2. It is missing some udf includes :S
  3. I got ASPack 2.12, and i wanted to know what are the settings you use to get that small files size ? with regards, Rev
  4. I used until i have seen this script, cmd files combined with the wim image maker/packer from waik toolkit but this is mutch more better, tnx for sharing this with us i moded a lil to fit my needs and used it 2 put all in wim images that are stored on our server. (ik the post is old but still i wanna say GOOD JOB 2 the maker)
  5. Hallman, i really look forward to your aplication, hope you dident abandon the ideea. It is a great aplication and it helps me alot on my daily work, keept the good job and have a nice good new yeahr
  6. There is a way to make a p2p system without the need 2 know the ips of all clients, there is a nice implementation of tht for vpn in P2PVPN (google 4 it) it use a torrent tracker like piratebay's function of announce to make a list on a fixed ip with all the clients ips that are then used for creating the vpn connection, that can b used in au3 too, or even better you make a ip xchange server that keeps track of all online clients and then all the search and stuff are done between clients ... is jst a ideea
  7. Thats a really nice thing, im in need of a simple encryption but that can do the job on char aond binary strings that are send over TCP ... if i put the stuf on a file and do the "magic" then it will get slow from excesive hdd usage :S any sugestion ?
  8. Can you release the source script, without your webserver data included ? It is nice u let ppl use your server but i wanna use somting like this on my own server ? Or if not then give me some more info on how to remake a script like yours ... With regards, Rev
×
×
  • Create New...