Thread: F2 Cleaner
View Single Post
  #1  
Old 06-10-2010, 11:09 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
F2 Cleaner

Ever used F2?
Feeling it's a bit too messy?

Theres a solution for it!

The F2 Cleaner will Clean all Tabs for you within a second!

Get it now!

Weapon:
PHP Code:
//#CLIENTSIDE
function F2LogWindow_Window.onShow() {
  if ( 
F2LogWindow_CheckBox.visible == false ) {
    
with (F2LogWindow_Window){
      new 
GuiCheckBoxCtrl("F2LogWindow_CheckBox") {
        
profile GuiBlueCheckBoxProfile;
        
hint "Clicking this checkbox will clear the F2 console window!";
        
575;
        
4;
        
width 100;
        
height 20;
        
text "";
      }
    }
  }
}
function 
F2LogWindow_CheckBox.onAction() {
  if (
F2LogWindow_CheckBox.checked) {
    (
"F2LogWindow_Tab").setselectedbyid(0);
    (
"F2LogWindow_Text0").text "Cleared!";
    for (
temp.1temp.6temp.i++) {
      (
"F2LogWindow_Text" i).text " ";
    }
    
sleep(1);
    
F2LogWindow_CheckBox.checked false;
     (
"F2LogWindow_Text0").text " ";
  }

Screenies:
|

Hope you will like it
dont forget to rep me if you do!
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you

Last edited by Deas_Voice; 06-11-2010 at 04:24 PM.. Reason: Edit1;added screenshots Edit2;added Hint to the code. Edit3;changed X value to non-calculating
Reply With Quote