Jump to content

Hybrid

Active Members
  • Posts

    61
  • Joined

  • Last visited

About Hybrid

  • Birthday 12/21/1999

Profile Information

  • Location
    Romania
  • Interests
    Learning AutoIT

Hybrid's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Next time put ur code in [ autoit] & [/ autoit] tags And, you should make a func like _StartLoop() ;code here EndFunc and then For $i = 1 To 5 _StartLoop() Next MsgBox(64, "", "Loop Has Been Successfully Executed~!",10) Hope I helped you
  2. As you can see, I didn't argue anything after post #19 And thanks @ post #19 #Solved
  3. 3.3.8.1 And, gonna test that snippet. Coming with an Edit.
  4. AutoIt: just installed the last version 2days ago.Windows 7 ultimate x64
  5. Tried with dropbox. It don't even download the file. Link: https://www.dropbox.com/s/lh1ughfnxakbe5j/%5Bx%5D%20Bypass%20by%20Hybrid%20v1.1.rar Direct Link: https://dl.dropbox.com/s/lh1ughfnxakbe5j/%5Bx%5D%20Bypass%20by%20Hybrid%20v1.1.rar?dl=1 Code: InetGet("https://dl.dropbox.com/s/lh1ughfnxakbe5j", @DesktopDir & "/%5Bx%5D%20Bypass%20by%20Hybrid%20v1.1.rar?dl=1") And The MediaFire Link: http://www.mediafire.com/?1zcda3cfooqdebs
  6. well, when on installer Download button is pressed, it download a file called %5...blahblah and after 3sec it rename the file.That's what the function does. And that link, I right clicked on MediaFire's download button > save page url..
  7. Check the first post, I putted the code which I use atm.and, that link is the one which is processed when MediaFire download button is pressed. I'll try with drobox >.> Happy New Year <3
  8. yep, it still don't work for others O_o
  9. #Added the exact code >..>
  10. nope bro. I dun lack patience.I was getting sad when I saw that the thread have 48 views and no one replied. And as you can see, there was a 2h difference beetwen first post and the second one.
  11. nope... I edited the link.. It's just 2/4 of the complete link
  12. Seems that you don't have any idea :|
  13. Hey So, as you know, I made an installer When I'm at the download part, everything is fine... For me But for others, the .rar archive is damaged/broken when they try to open it. I checked mediafire and the archive is oki. It works for me. I can't imagine what's wrong. Code: Func _Install() ProgressOn("", "Downloading. | Size of file: 348.53" & " KB", "0%") For $i = 0 To 100 Step 1 Sleep(300) ProgressSet($i, $i & "%") If $i = 50 Then InetGet("http://205.196.121.51/gpraaudhl1tg/1zcda3cfooqdebs", @DesktopDir & "/%5Bx%5D+Bypass+by+Hybrid+v1.1.zip",1) EndIf If $i = 70 Then $sFileOld = @DesktopDir & "\%5Bx%5D+Bypass+by+Hybrid+v1.1.zip" $sFileRenamed = @DesktopDir & "\[x]Bypass by Hybrid v1.1.zip" FileMove($sFileOld, $sFileRenamed) EndIf Next ProgressSet(100, "", "Enjoy It!") Sleep(1000) ProgressOff() ShellExecute("[x]Bypass by Hybrid v1.1.zip", "", @DesktopDir) Exit EndFunc And the button which activate function: Case $Button4 _Install()
  14. Yeah, you're right. i was just tired and hungry. Coded 6-7hours today w/o eating ._. Anyway, thanks
  15. Look at the pic on the first post.That's the content of label8 Anyway, used ur method :c
×
×
  • Create New...