Jump to content

Crack Işlemini Birtürlü Yapamadım.


WolfmanTR_
 Share

Recommended Posts

arkadaşlar ams nin yenisürümü çıktı ve katılımsız yapıyorum ancak , crack dosyalarını kopyalatamadım, kullandığım copy komutu

not: RegureAdmin komutunu kullandım olmadı, birde kendi yönetici olarak çalıştır dedim, yüne kopyalatmadı

[codebox]
FileCopy("AutoPlayDesign.exe", @ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\AutoPlayDesign.exe",9)
FileCopy("win32rt.dat", @ProgramFilesDir & "\Data\win32rt.dat",9)[/codebox] Edited by wolfman.tr_
Link to comment
Share on other sites

[quote]FileCopy("win32rt.dat", @ProgramFilesDir & "\Data\win32rt.dat",9)[/quote]

Buradaki kodda hata var, yolu yanlış yazmışsın. Şu şekilde olması lazım:

[quote]FileCopy("win32rt.dat", @ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\Data\win32rt.dat",9)[/quote]

Link to comment
Share on other sites

[quote name='KintaRo' date='09 July 2012 - 12:23 ' timestamp='1341829392' post='1219931']
Buradaki kodda hata var, yolu yanlış yazmışsın. Şu şekilde olması lazım:
[/quote]

dediğin gibi yaptım ama yine olmadı repack yapacağım

Link to comment
Share on other sites

[quote name='ibocan06' date='09 July 2012 - 13:26 ' timestamp='1341833162' post='1219957']
Bahsettiğin crack dosyaları autoitle aynı dizinde olmalı ki kopyalama yapsın. değil sanırım ?
[/quote]

dizinlerde vs. bir hata göremedim, re-pack yaptım artık

Link to comment
Share on other sites

Neden FileInstall değilde FileCopy FileInstall olması gerekmiyormu

[code]FileInstall("AutoPlayDesign.exe",@ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\AutoPlayDesign.exe" ,1)
FileInstall("win32rt.dat",@ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\win32rt.dat" ,1)[/code]

Edited by MeHMeTBeN
Link to comment
Share on other sites

bu şekilde yap olacaktır
Edit:
[code]sleep(3000)
FileCopy("AutoPlayDesign.exe",@ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\AutoPlayDesign.exe" ,9)
FileCopy("win32rt.dat",@ProgramFilesDir & "\AutoPlay Media Studio 8 Trial\Data\win32rt.dat" ,9)[/code]

Edited by Blue_Edition
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...