Showing posts with label Tips & Tricks. Show all posts
Showing posts with label Tips & Tricks. Show all posts

Wednesday, September 4, 2013

How to make a simple batch file “I Love You” Virus!

Hey guys, hope you guys are still listening me… Well today I am here to give you a batch file virus which will display your message continuously even after you close or hit “Okay” it re-appears! Well this one is not of that much of professional use but you can use it for pranking your friends or girlfriends!
This is just a simple batch file, in future I will be talking more on this topic. I will give a complete introduction and basic command list which is useful to write a batch file virus!
Actually virus is a simple program which can cause damage to your systems. Batch file viruses are used by script kiddies to get in action… If it is used efficiently you can really cause a huge damage to the system.So coming to the topic, here it starts…
Here is the code just copy it and paste it in your notepad!
@echo off
:a
msg * I Love You
goto a
Now after pasting it in your notepad click on ‘File’ then ‘Save as’ and give a name with extension ‘.bat
Note: Remember, this trick will work only in windows operating system!
This trick is just an example, you can try to make different viruses with batch file programming. If you don’t have enough knowledge on batch file programming then I will post a tutorial very soon…
Have fun and feel free to comment.

Convert any Website Into 3D Website Visualization with Tilt Firefox Extension


Tilt is a fun new Firefox extension focused on creating a 3D visualization of a webpage, drawn using WebGL. Since the DOM is essentially a tree-like representation of a document, this tool layers each node based on the nesting in the tree, creating stacks of elements, each having a corresponding depth and being textured according to the webpage rendering.
Various information besides the actual contents will be displayed on request, regarding each node’s type, class, id, and other attributes if available. The rendering will be dynamic, in-browser, using WebGL and GLSL shaders.


Tilt also offers the possibility of inspecting the html, css, and attributes of each node in the DOM tree, refreshes its contents if the webpage has been modified with other tools such as Firebug, and exporting the webpage to a 3D mesh or a screenshot.



For compatibility, this add-on will require WebGL capabilities. Go to http://get.webgl.org/ to check availability and troubleshoot any issues.


To start Tilt, hit Control+Shift+M (or Command+Shift+M if you're on Mac OS, or go to Web Developer -> Tilt, available in the Firefox application menu (or the Tools menu on Mac OS). You can change this hotkey from the Options menu inside Tilt.





Tilt 3D 1.0.1

by Victor Porofrobcee


A WebGL-based 3D visualization of a webpage.