Jump to content

crackpsx

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by crackpsx

  1. Hello, as execute this script j'ai compiles a exe with autoit-v3 but that does not give an error of script

    $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3", "Install Path")
    run($var & "\FlashFXP.exe")
    Blockinput(1)
    winwait("FlashFXP Evaluation")
    controlclick("FlashFXP Evaluation", "Enter code..", "TButton1")
    winwait("Register FlashFXP", "OK")
    Clipput("*****PUT YOUR REGISTRATION HERE*****")
    Send("^+v")
    controlclick("Register FlashFXP", "OK", "TButton2")
    winwait("FlashFXP", "OK")
    controlclick("FlashFXP", "OK", "Button1")
    winwait("FlashFXP")
    processclose("flashfxp.exe")
    exit

×
×
  • Create New...