Jump to content

yoop

Members
  • Posts

    13
  • Joined

  • Last visited

yoop's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. how could i change the priority of example.exe from low to high and back ? thanks for any help
  2. how can i see if the same process ie notepad.exe is running 2 times ?? and then kill them both ?
  3. no, i turned it off completely i tried everything, it seems that the function doesnt work on vista ?
  4. i just tested the same script on my xp and my vista machine, and on the vista it just returns 0 as ping, where on the xp it returns the a ping between 150 to 200, what is the problem there ? my function looks like: $pingtomysite=ping("http://www.google.com", 4000)
  5. I tried all with lowest settings and it gives me that error when i run the exe
  6. ok which packer have you used then i try the same please?
  7. 2. when i treid diffrent packers, all didnt work, cuz the exe gives and error. script not found or something ofc it can be decompiled in some way, but whith that tool you can get the exact same autoit sourcecode what i wrote from my exe, and that is bad ! ok but it should be possible to prevent people to look at my autoit sourcecode with that tool ?
  8. 1. hwo to do that? 2. i have tried but then it gives an error wow if its impossible then autoit is really unsecure
  9. hey i just found out that theres a tool which can extract the sourcecode of your autoit exe, how can i protect my program from this ?
  10. #include <Process.au3> $rc = _RunDos("start Http://www.autoitscript.com")
  11. Hey is there a way to conect a mysql database and read/write tables ?
  12. thanks for fast reply i edited to code also
  13. hey im new to autoit how do i get the value of the input of this: $Input_1 = GuiCtrlCreateInput("", 10, 60, 140, 30) GuiSetState() While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case $msg = $Button_Login MsgBox(4096, "Your Name:", $Input_1, "") EndSelect WEnd Exit when i try it then the message box shows a 3 instead what i typed in
×
×
  • Create New...