Results 1 to 3 of 3
  1. #1
    Ahmed-'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In The Dark
    Posts
    75
    Reputation
    10
    Thanks
    90

    Autoit Third Tutorial - File Copy Condition

    Hello MPGH Users!
    ------------------------------
    FileCopy ( "source", "dest" [, flag] )
    Source : Is The Path Of File
    Dest : The Path of the New Place
    Flag : 0 If the File Exists Don't Replace (Default)
    1 If The File Exists Then Replace it
    8 Create A New Directory if the directory not exists
    Tip : Anything Between [ ] It's Optional You Can Let it Empty
    -----------------------------------------------------------------
    This is To Copy The Winrar From Program Files To Desktop
    FileCopy (@ProgramFilesDir&"\WinRAR\WinRAR.exe" @desktopDir)

    ---------------------------------------------------------
    This copy all the files inside the winrar folder From The Program files to Desktop Folder Called Ahmed-
    FileCopy(@ProgramFilesDir&"\WinRAR\*.*" @desktopDir&"\Ahmed-\",8+1)
    ---------------------------------------------------------------------------
    *.* Means Any File Types Is Found Copy it (html, exe, des, anything)
    *.html Means Any Files It's Type is html copy it
    etc....
    -------------------------------------------------------------------------------------------------
    This Copy The Favourite Folder To Desktop Folder Called Ahmed-
    FileCopy(@FavoritesDir&"\*" @desktopDir&"\Ahmed-\",8)

    -----------------------------------------------------------------------------------------------------------------
    Anything You Want More Explain About It There's Visitor Msg and Thread I Will Make
    Done...

    Last edited by Ahmed-; 10-29-2012 at 05:22 AM.

  2. The Following User Says Thank You to Ahmed- For This Useful Post:

    DarkSt0rmX (10-29-2012)

  3. #2
    Slendyy's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Unknown
    Posts
    1,322
    Reputation
    10
    Thanks
    306
    My Mood
    Cool
    Good shot

  4. #3
    DarkSt0rmX's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Dragonball GT
    Posts
    1,217
    Reputation
    19
    Thanks
    1,382
    My Mood
    Relaxed
    [SIZE="2"][B]I maked a program that copy cheat engine to a folder (not existing) called Cheat in the desktop Very nice thanks I can't let you use because we got different paths and I need other tutorials for do like your [AA] automatic bypass (insert ava driver for put there bypass)
    Quote Originally Posted by Ahmed- View Post
    [SIZE=2]Hello MPGH Users!
    ------------------------------

    [SIZE=3][SIZE=3]Source : Is The Path Of File
    Dest : [SIZE=3]The Path of the [SIZE=3]New Place
    Flag : 0 If the File Exists Don't Replace (Default)
    1 If The File Exists Then Replace it
    8 Create [SIZE=3]A N[SIZE=3]ew Directory if the [SIZE=3]directory not exists
    Tip : Anything Between [ ] It's Optional You Can Let it Empty
    -----------------------------------------------------------------
    This is To Copy The Winrar From Program Files To Desktop

    ---------------------------------------------------------
    This copy all the files inside the winrar folder F[SIZE=3]rom The [SIZE=3]P[SIZE=3]rogram[SIZE=3] files to Desktop Folder Called Ahmed-
    ---------------------------------------------------------------------------
    *.* Means [SIZE=3]Any File Types Is Found Copy it (html[SIZE=3], exe, des, anythin[SIZE=3]g[SIZE=3])
    *.[SIZE=3]html Means Any Files It's T[SIZE=3]ype is html copy it
    [SIZE=3]etc....
    -------------------------------------------------------------------------------------------------
    This Copy The Favourite Folder To Desktop Folder Called Ahmed-

    -----------------------------------------------------------------------------------------------------------------
    Anything You Want More Explain About It There's Visitor Msg and Thread I Will Make
    Done...



     
    Skype: vituzzzu21

     
    Quote Originally Posted by Nuuma View Post
    he added me amd65 i got it , legit guy i vouch him
    Quote Originally Posted by .Cereal View Post
    People these 3 guys are trusted and safe, no harm for you .
    Quote Originally Posted by Kailani View Post
    thanks for gun adding for me
    Quote Originally Posted by kurtdampire View Post
    Really fast ! I vouch for this guy. Thanks again.
    Quote Originally Posted by GtxRive123 View Post
    THIS GUY IS SO LEGIT.! HE DOES THE GUNADD SO FAST.! HE IS 100% LEGIT no SCAM.!! Fastest gunadder in MPGH.NET in my oppinion I VOUCH FOR HIM !
    Quote Originally Posted by FreaZzer View Post
    Thanks for adding ! He's legit and fast !

Similar Threads

  1. [Release] D3D Tutorials + Books + Copy of "Game Tutorials CD v1.38" !!! For begginers !!!
    By kmanev073 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 03-30-2012, 06:56 PM
  2. AutoIT third coordinate?
    By Corntoast in forum Vindictus Help
    Replies: 8
    Last Post: 05-17-2011, 07:50 AM
  3. File copy
    By .::SCHiM::. in forum C++/C Programming
    Replies: 5
    Last Post: 09-17-2010, 11:14 AM
  4. [TUTORIAL] file corruption error fix.
    By IlOvEyoU- in forum CrossFire Tutorials
    Replies: 8
    Last Post: 08-21-2010, 02:40 AM
  5. [Release] Mpgh Rez File-copy tool[Updated]
    By Zoom in forum Combat Arms Mods & Rez Modding
    Replies: 2
    Last Post: 12-13-2009, 09:53 AM