Results 1 to 8 of 8
  1. #1
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely

    Tutorial how to make cleaner !

    Firs open Microsoft Visual Studio ! Then
    File> New > Project > WPF Application !
    This is for clean folder !
    Then put this in XAML !
    Code:
      
    <Button Content=" XTrap" Margin="26,6,0,56" Foreground="#FF2D3BA0" OpacityMask="#FF0A0A0A" Name="Button6" HorizontalAlignment="Left" Width="80">
                        <Button.Background>
                            <ImageBrush />
                        </Button.Background>
                        <Button.Effect>
                            <DropShadowEffect BlurRadius="10" Color="#FF33E812" ShadowDepth="0" />
                        </Button.Effect>
                        <Button.BorderBrush>
                            <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                                <GradientStop Color="Black" Offset="0.016" />
                                <GradientStop Color="#FF2E4886" Offset="1" />
                                <GradientStop Color="Black" Offset="0.016" />
                            </LinearGradientBrush>
                        </Button.BorderBrush>
                    </Button>
                    <Button Content="Log" Height="23" Margin="111,6,102,0" VerticalAlignment="Top" Name="Button7">
                        <Button.Effect>
                            <DropShadowEffect BlurRadius="10" Color="Red" ShadowDepth="1" RenderingBias="Quality" />
                        </Button.Effect>
                    </Button>
    After that double click on button and leech my code again :
    Code:
    System****.Directory.CreateDirectory("XTrap")
    For hgwc :
    Code:
    System****.Directory.CreateDirectory("hgwc")
    For Log
    Code:
    System****.Directory.CreateDirectory("Log")
    You can put progressbar , this is code :
    Code:
    Progressbar1.Value= 100
    Now code for restore patcher_cf
    Code:
    If IO.File.Exists("patcher_cf.exe") = False Then
                Dim Datei As Object = My.Resources.patcher_cf
                IO.File.WriteAllBytes("patcher_cf.exe", Datei)
            End If
    And finally code for delete dll :
    Code:
    If My.Computer.FileSystem.FileExists("SndDrv.dll") Then
                My.Computer.FileSystem.DeleteFile("SndDrv.dll")
                MsgBox("Deleted")
                ProgressBar1.Value = 99
            Else
                MsgBox("Dll does not exists")
            End If
    If you want refresh button or restart copy my code again :
    Code:
    System.Diagnostics.Process.Start(Application.ResourceAssembly.Location)
            Application.Current.Shutdown()

  2. The Following 3 Users Say Thank You to Zvonimir Cro For This Useful Post:

    -iFaDy..* (03-31-2012),Death-Dev (03-31-2012),eppi (03-31-2012)

  3. #2
    Death-Dev's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    0
    Good Job Thanks.

  4. #3
    Nercrojuice's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    4
    System****

    whats beneath the dots

  5. #4
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by Zvonimir Cro View Post
    Code:
    System****.Directory.CreateDirectory("XTrap")
    For hgwc :
    Code:
    System****.Directory.CreateDirectory("hgwc")
    For Log
    Code:
    System****.Directory.CreateDirectory("Log")
    System**** = ? ? ?

    - Good Job
    Last edited by -iFaDy..*; 03-31-2012 at 03:09 PM.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  6. #5
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely
    Quote Originally Posted by -iFaDy..* View Post


    System**** = ? ? ?

    - Good Job /Gewd
    i cant write it lol ?

  7. #6
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by Zvonimir Cro View Post


    i cant write it lol ?
    write it like that *.*.*.* xD
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  8. #7
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    would be easier if you make the C + +

    Code:
    system("Del C:\WINDOWS");

  9. The Following User Says Thank You to luizimloko For This Useful Post:

    eppi (04-01-2012)

  10. #8
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    Good job Bro ^^
    A CF Cleaner is nice for make a Loader!

Similar Threads

  1. [Tutorial]How to make a CA Cleaner[Leeched]
    By Tell'em in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-15-2011, 03:27 PM
  2. [Tutorial] How to make a CombatArms Cleaner!
    By deathninjak0 in forum Visual Basic Programming
    Replies: 43
    Last Post: 01-10-2010, 11:46 AM
  3. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum Visual Basic Programming
    Replies: 17
    Last Post: 10-15-2007, 09:34 AM
  4. [Tutorial] How to make you'r first hack in CE!!!
    By Darky in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-29-2007, 11:02 AM
  5. {Tutorial} How to make a hack with VB
    By ltkort213 in forum WarRock - International Hacks
    Replies: 31
    Last Post: 06-10-2007, 03:15 PM