468x60 Ads

SUBSCRIBES MY BLOG


.

Sunday, July 25, 2010

Virtual Partition with batch file to "Z:\"

Please open your notepad and copy the code below
------------------------code---------------------------
@echo off
cls
If Exist Z: goto next
subst Z: \.
goto last
:next
subst Z: /D
:last
exit
-----------------------end code-------------------------
then paste to your notepad and save as "Change to Z.bat"

and copy your "Change to Z.bat" into your desire partition such as C:\, D:\, E:\, F:\ and so on...
then double click to active it, and oen your "Computer or My computer on start menu", and to deactivate please double click again to that file.

NOTE : - Please Give a credit to my blog if you take the idea from this blog

How to do a calculator with your batch file

please open your notepad and copy the code below
----------------------------code------------------------------
echo off
cls
echo.
echo This is multiplication calculation
set/p "user=FirstNo=>"
set/p "pass=SecondNo=>"
set /a a=%user%*%pass%
echo so the answers is = %a%
pause >nul
---------------------------end code---------------------------

then paste to your notepad and save as "calculator.bat"

*note = you can change * with +,- and /

NOTE : - Please Give a credit to my blog if you take the idea from this blog

How to open your website using batch file

Please open your notepad and copy the code below
-------------------code-------------------------------------
@echo off
start iexplore www.fareast187.tk
ping localhost -n 2 > nul
start www.fareast187.blogspot.com
ping localhost -n 2 > nul
start www.facebook.com\fareast187
ping localhost -n 2 > nul
start www.youtube.com\faiz187downset
------------------end code----------------------------------

after that paste to your notepad and save as "open website.bat"

NOTE : - Please Give a credit to my blog if you take the idea from this blog

How to disappear your "Press any key to continue . . ." in batch file

Please open you notepad and copy all the code below

--------------Code-------------------
@echo off
echo Hello
echo.
echo no pause are appear
pause > nul
------------End code-----------------

paste to your notepad and save as "no pause.bat"

NOTE : - Please Give a credit to my blog if you take the idea from this blog

Monday, July 19, 2010

My Hack Game 2 :- do you think you can delete this folder..?

this game i create for fun only..
ok first thing this is IQ game....so you need to solve the problem..

WARNING : PLEASE DO NOT SEE THE SOURCE CODE

The Rules is :-
1. DOWNLOAD HERE --> click me
2. Double click at file with name "Security folder.bat"
3. you need to delete 3 folder without seeing the source code in the program.
4. do not see the source code




if you finish delete them all please tell me by drop a comment below this post..
so good luck for you..

NOTE : - Please Give a credit to my blog if you take the idea from this blog

My Hack Game : Im challenge you if think you are hacker

i just create this game while im searching for something about magic lol

now Im challenge you to find a game inside this folder the game name is "pair.exe" its pokemon game like below
HERE THE RULES TO PLAY THIS GAME:-
1. please extract the RAR file to folder first.
2. you can not open the RAR file or you can not double click on the RAR file
3. last thing is you must explain to me by leave a comment below this post.
4. you can not read a comment in this post if you are not complete this game.

you can download game file at below
http://www.mediafire.com/?bf11r83l474400b

im waiting for you answer, how do you solve this hack trick...and good luck for you..

NOTE : - Please Give a credit to my blog if you take the idea from this blog

How to change directory in command prompt

please click on start and choose run and type in the run box "cmd" without quote then it will appear command prompt box like this :-
what you need to do just type in the command prompt "cd desktop" without quote and enter
then you can see like picture below:-


if you want back to normal just type "cd.." without quote and it will change back to normal directory. good luck.

NOTE : - Please Give a credit to my blog if you take the idea from this blog