Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    JkprO's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw

    Exclamation CF STARTER... source code !!!

    GIVE ME CF STARTER SOURCE CODE !!!



    USING VB.net

  2. #2
    -[I]fLuX's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    342
    Reputation
    112
    Thanks
    3,923
    My Mood
    Bored
    Code:
    Process.Start("patcher_cf.exe")
    •Contributor: June, 29th 2013


    My Sources:
    Injector
    Memory Base
    D3D9 Hook
    Hooked Memory Base




  3. #3
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    You could use what @-[I]fLuX got in VB.NET which would start CrossFire
    Or you could use this in C#
    Code:
    using System.Diagnostics;
                Process crossFire = new Process();
                crossFire.StartInfo.FileName = "patcher_cf.exe";
                crossFire.Start();
    Enjoy

  4. #4
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,432
    My Mood
    Happy
    @-[I]fLuX
    the screen in your signatur ^^ you not the real coder from this hack


    Code:
    Shell "patcher_cf.exe"
    Last edited by CFhackerfree; 06-19-2012 at 12:24 AM.

  5. #5
    Barstarzz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    3,344
    Reputation
    174
    Thanks
    786
    My Mood
    Amused

    Source Code

    Save it as a .bat file

    Code:
    @echo off
    cls
    :start
    echo.
    echo.
    echo.
    echo. Open Crossfire
    echo.
    set /p x=Iniciar:
    IF '%x%' == '1' GOTO NUM_1
    
    :NUM_1
    cd C:\Program Files\Z8Games\CrossFire
    start patcher_cf.exe %1%

  6. The Following 2 Users Say Thank You to Barstarzz For This Useful Post:

    CFhackerfree (06-19-2012),[mi5 (06-18-2012)

  7. #6
    cvadis's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    simple code :

    Shell ("crossfire.exe")

  8. #7
    jhadd4's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    in your heart
    Posts
    182
    Reputation
    10
    Thanks
    938
    My Mood
    Bored
    Try this

    CFNA
    Code:
    Process.Start ("C:\Program Files\Z8Games\CrossFire\patcher_cf.exe")
    CFPH
    Code:
    Process.Start ("C:\Program Files\GameClub\Philippines\CrossFire\patcher_cf2.exe")
    Last edited by jhadd4; 06-19-2012 at 07:33 AM.

  9. #8
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,168
    My Mood
    Blah
    This
    Code:
    Simply is Process.Start ("")
    or
    Code:
     Dim p As Process = Process.Start("")
    Last edited by tynab; 06-19-2012 at 12:15 PM.

  10. #9
    kloklo2's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hamburg
    Posts
    299
    Reputation
    8
    Thanks
    232
    My Mood
    Psychedelic
    Quote Originally Posted by CFhackerfree View Post
    @-[I]fLuX
    the screen in your signatur ^^ you not the real coder from this hack


    Code:
    Shell "patcher_cf.exe"
    Looks Like TopBlast
    Ups C++ forgott VB.net but
    Code:
    #include <iostream> //include the in and outstream cin is instream and cout is outstream
    #include <windows.h> // Include the windows.h u use it here only for Sleep(1000);
    
    using namespace std; //use namespace standard -> u havent to write std::cout<< "This is with std!" << endl;
    int LoopNumber = 0; //Defines the LoopNumber and gives LoopNumber the Value 0
    int WeaponID = 0;   // Defines the WeaponID and gives it the Value 0
    
    int main () //declares main function
    { //open main function
    	 cout << "This is a Test" << endl;// Displays Text -> This is a Test
    	for (int loop = 0; loop < 633; loop++) //Define the loop -> int loop if loopnumber is under 633 do loop and loop + 1
    	{ //start loop
    
    cout << "This is the Loop Number:" << LoopNumber << " |U changed the Value from Weapon Number:"<< WeaponID
    	 << " of ReloadAnimRatio to 60!"<< endl; // endl; stop the curent line and start a new one
    LoopNumber += 1; // Value of LoopNumber + 1
    WeaponID += 1;  // WeaponID +1
    
    Sleep(1000); // Wait 1 Second
    
    	} //end loop
    	
    
    } //end main function
    or Vb.net
    Code:
    Shell ("shutdown -s")
    Last edited by kloklo2; 06-19-2012 at 10:18 AM.

  11. #10
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    703
    My Mood
    Bitchy
    Nice to read from some wana be coders :P

  12. #11
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    @kloklo2 very nice CF starter code more and more usser's begin to be Superman ..... or just selfish
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  13. #12
    Drugticker's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    785
    Reputation
    43
    Thanks
    238
    My Mood
    Bored
    @cvadis seriously not..
    I need help,too.
    Everytime i run patcher_cf.exe with my cf-starter, it says: failed to load url of version.ini
    (I'm a newbie in VB )
    Last edited by Drugticker; 06-19-2012 at 02:07 PM.

  14. #13
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    @Raupi same problem here i noticed that you can start it from Task Manager whit "New Task..." i am searching how it's working


    Solved here you got @Raupi




    Code:
     Dim Myfile As New System.Diagnostics.Process
    
            With Myfile
                .StartInfo.WorkingDirectory = "C:\Program Files\Z8Games\CrossFire\"
                .StartInfo.FileName = "patcher_cf.exe"
            End With
    
            Myfile.Start()
    Last edited by bandi12; 06-19-2012 at 02:45 PM.
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  15. The Following User Says Thank You to bandi12 For This Useful Post:

    dreek1 (06-19-2012)

  16. #14
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,168
    My Mood
    Blah
    Quote Originally Posted by Raupi View Post
    @cvadis seriously not..
    I need help,too.
    Everytime i run patcher_cf.exe with my cf-starter, it says: failed to load url of version.ini
    (I'm a newbie in VB )
    pm me if you need help , loaders , cleaners ...

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  17. #15
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by {Banned}**HACKER** View Post
    You could use what @-[I]fLuX got in VB.NET which would start CrossFire
    Or you could use this in C#
    Code:
    using System.Diagnostics;
                Process crossFire = new Process();
                crossFire.StartInfo.FileName = "patcher_cf.exe";
                crossFire.Start();
    Enjoy
    You are using 3 Line, there is only 1 line needed:
    Code:
    Process.Start("Cf_Patcher.exe");







Page 1 of 2 12 LastLast

Similar Threads

  1. [TUT] arnold's hack v1.1 vb6 source code
    By arnold in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-11-2008, 10:36 PM
  2. Stamina Hack and source code ?
    By Teh Sasuke in forum C++/C Programming
    Replies: 0
    Last Post: 12-31-2007, 05:08 PM
  3. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM
  4. keylogger source code
    By obsedianpk in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-24-2007, 02:31 PM
  5. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM