Activity Stream
48,167 MEMBERS
63062 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com

    Default [BATCH] KWWHCleaner Goes Opensource - Difficulty: Easy

    Hello, I decided to share this very easy batch script with all webmasters out here. Feel free to edit and improve it, but leave my name

    This code will show easy commands, how to use external command switches etc...

    Batch:
    Code: 
    :: [TAMER CODE]
    @echo off
    title KWWHCleaner v2.1 - Coded by Tamer / l0calh0st
    color 0a
    goto menu
    
    :menu
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo What would you like to do?
    echo.
    echo 1 - Clean System, History, Temp Files
    echo 2 - Clean Applications Temp Files
    echo 3 - Clean Windows Registry (MRU)
    echo 4 - Defrag Windows Registry
    echo 5 - QuickClean (Cleans Everything!)
    echo 6 - About
    echo 7 - Exit
    echo.
    
    :choice
    set /P C=Choice:
    if "%C%"=="1" goto history
    if "%C%"=="2" goto applications
    if "%C%"=="3" goto cregistry
    if "%C%"=="4" goto dregistry
    if "%C%"=="5" goto all
    if "%C%"=="6" goto about
    if "%C%"=="7" goto exit
    pause>NULL
    
    :history
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Cleaning System, History, Temp Files...
    KWWH_ccleaner.exe /auto
    echo Done! Press any key to proceed!
    pause>NULL
    goto menu
    
    :applications
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Cleaning Applications and Temp Files...
    KWWH_dclean.exe /p /q
    echo Done! Press any key to proceed!
    pause>NULL
    goto menu
    
    :cregistry
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Cleaning Registry MRU...
    KWWH_mrublaster.exe -silent
    echo Done! Press any key to proceed!
    pause>NULL
    goto menu
    
    :dregistry
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Are you sure? This will reboot your system!
    pause
    echo Defrag Registry...
    KWWH_ntregopt.exe silent /reboot
    echo Done! Press any key to proceed!
    pause>NULL
    goto menu
    
    
    :all
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Cleaning Everything...
    KWWH_ccleaner.exe /auto
    KWWH_dclean.exe /p /q
    KWWH_mrublaster.exe -silent
    echo Done! Press any key to proceed!
    pause>NULL
    goto menu
    
    :about
    cls
    echo.
    echo   _   _   _   _   _   _   _   _   _  
    echo  / \ / \ / \ / \ / \ / \ / \ / \ / \ 
    echo ( W ) j ) C ) l ) e ) a ) n ) e ) r )
    echo  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/                  
    echo v2.1 - Coded by Tamer / l0calh0st
    echo.
    echo Published at besthostingforums.com
    echo You know who made this ;)
    echo CheerZ to all KWWH members!
    echo more info: www.besthostingforums.com
    echo.
    echo Press any key to go back!
    pause>NULL
    goto menu
    
    :about
    exit
    
    :: [/TAMER CODE]
    Download all other files here:
    http://l0calh0st.ws/KWWHcleaner_source.zip
    l0calh0st Reviewed by l0calh0st on . [BATCH] KWWHCleaner Goes Opensource - Difficulty: Easy Hello, I decided to share this very easy batch script with all webmasters out here. Feel free to edit and improve it, but leave my name :) This code will show easy commands, how to use external command switches etc... Batch: :: @echo off title KWWHCleaner v2.1 - Coded by Tamer / l0calh0st color 0a goto menu Rating: 5

    Defendos BETA3 Released! Thread - Official Website

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    ANy chance of the source for them little apps ? just for security :/
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  4.     
    #3
    mmm mmm!
    Cool. Batch is kinda interesting
    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

  5.     
    #4
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    @litewarez, sorry I don't get you

    The little apps that are included are official applications from official developers.

    Defendos BETA3 Released! Thread - Official Website

  6.     
    #5
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    ahh, well good look but i wont be testing ha ha
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  7.     
    #6
    Member
    Website's:
    Technsoft.Com iTBux.com DxWarez.com webxhost.net
    Great keep good work Localhost

  8.     
    #7
    Member
    Website's:
    UnderGroundWarez.net DDLCUBE.COM
    cleans unwanted files from the system am i correct??
    <3SUBMIT NOW NO RESTRICTIONS NO FUZZLE<3
    Buy Text And Banner Ad Spot On KATZ 3* 1+UV visitsbuy

  9.     
    #8
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    @litewarez, I know it's hard to trust people @ the net. But I won't code such things that you have in your mind lol.

    @Steven, yes check the original thread here: http://www.besthostingforums.com/showthread.php?t=37382

    Defendos BETA3 Released! Thread - Official Website

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Difficulty Level!
    By chemicalx in forum Polling Plaza
    Replies: 24
    Last Post: 7th Jan 2012, 12:26 AM
  2. [BATCH] DOSR!P v1.0 - Easily Rip Websites - Opensource
    By l0calh0st in forum Web Development Area
    Replies: 30
    Last Post: 20th Sep 2010, 04:58 AM
  3. [BATCH] Easy Download & UnZIP/UnRAR
    By l0calh0st in forum Web Development Area
    Replies: 0
    Last Post: 12th Jul 2010, 03:18 PM
  4. BATCH/CMD - Basics for Starters [EASY] [Tutorial]
    By l0calh0st in forum Web Development Area
    Replies: 7
    Last Post: 2nd Jul 2010, 03:49 PM
  5. KWWHCleaner - Cleans all Garbadge & Registry - [OFFICIAL RELEASE]
    By l0calh0st in forum Webmaster Resources
    Replies: 10
    Last Post: 24th Jun 2010, 03:14 PM

Tags for this Thread

BE SOCIAL