Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Friday 8 June 2012

Kill all running programs in windows

Sometimes we need to force to kill running programs in windows, for example when installing software that needs to close all running programs, to close malware to stop running, etc.
It can be used with one click via your mouse by making the shortcut at your desktop or other place that you want to make.

Wednesday 2 March 2011

Registry Tweaks to Speed Up Windows 7

Microsoft's OS Windows 7 is already very fast and reliable, but there is a registry script which can tweak a few internal settings to optimize your system performance and add a few useful extras in right click context menu at files/folder.

You can do it by make the registry key command script with notepad, follow the instruction below how to make those registry key. 



Type the script below into notepad:
Windows Registry Editor Version 5.00

;Created by nugraha perkasa

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer]

[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\exefile\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
'@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

click to view larger











Then save the file by using "Save As" then choose "Save as type" "All Files" with the file name you desire.
For example I use "Windows 7 Registry Tweaks.reg" (without quotation).
click to view larger





Then open the ".reg" files you've made, when the registry editor ask your confirmation to change the registry key then click yes. Now you're done, restart your system to take affect and you will definitely experience the tweaking affect.

If you are worried about what this registry script is going to do in your system, then here is a description of all the tweaks included in those script command:
  • Adds "Copy To" and "Move To" options in files and folders context menu, so that you can easily copy and move them to other locations.
  • Sets Windows to automatically end task of programs which are either hanged or taking longer time than expected to exit.
  • Decreases menus show delay time, it'll show the sub-menus fast when you select their parent menu.
  • Disables the low disk space check so that you don't get the annoying low disk space notification in system tray.
  • Sets Windows to not waste time in searching for a program which no longer exists in your system when you try to open its shortcut.
  • Disables "search on Internet" prompt in "Open with" window so that it directly opens the program list.
  • Speeds up the Explorer navigation.
  • Adds "Take Ownership" option in files and folders context menu so that you can easily take ownership of files and folders in case you want to replace them for customization purpose.
I assure you it will not harm your system in any condition and it is safe to apply. 
So how to restore to the default settings before using those command registry script?
You can do it by make the registry key command script with notepad, follow the instruction below how to make the default settings registry command script.
Type the script below into notepad:
Windows Registry Editor Version 5.00

;Created by nugraha perkasa

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="0"
"HungAppTimeout"="20000"
"MenuShowDelay"="400"
"WaitToKillAppTimeout"="20000"
"LowLevelHooksTimeout"="20000"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000000
"LinkResolveIgnoreLinkInfo"=dword:00000000
"NoResolveSearch"=dword:00000000
"NoResolveTrack"=dword:00000000
"NoInternetOpenWith"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="20000"

[-HKEY_CLASSES_ROOT\*\shell\takeownership]

[-HKEY_CLASSES_ROOT\exefile\shell\takeownership]

[-HKEY_CLASSES_ROOT\dllfile\shell\takeownership]

[-HKEY_CLASSES_ROOT\Directory\shell\takeownership]

click to view larger
 









Then save the file by using "Save As" then choose "Save as type" "All Files" with the file name you desire. 
For example, I use "Restore to default Windows7 settings.reg" (without quotation).


click to view larger





Then open the ".reg" files you've made. when the registry editor ask your confirmation to change the registry key then click yes to restore to windows default settings. Now you're done, restart your system to take affect and your system will revert to the default windows settings.

Sunday 24 May 2009

The Revision of Pet Society Betting Hack

Note:
Your OS must be intalled with Flash Player v9.x.x.x (or it won't work)
Cheat Engine must be installed at your computer.
With Flash Player v10.x.x.x won't work.
8 Steps to cheat at Betting Race at Pet Society.
This is about Pet Society Betting Hack and it’s still working now.
I’Il share this for you (sorry if I don’t make the video), lol.
Win will get 1,000 coins each time, lose only 5 coins.
In my case I'm using Shiretoko Browser and Cheat Engine v5.4.
Follow my tutorial step by step, Here are the steps:
1st Open Cheat Engine and select your browser and set these values:
  • HEX Value: 840FFF85C12A0FF2
  • Scan Type: "Exact Value"
  • Value Type: "8 bytes"
  • Memory Scan Options: "32 Bit"
  • tick "Also scan read-only memory"
  • tick "Fast scan"
  • tick "Hyper Scan"
Like the Picture below:

2nd At Pet Society, Go to the Stadium and bet 5 coins at the pet which you think will win the race. Any pet will do for this Pet Society Racing Hack to work, then click OK.
Like the picture below:

3rd Go to Cheat Engine. On Cheat Engine window, click "First Scan". You will see an address on the left-hand side menu.
Like the picture below:

4th Still on Cheat Engine window, now click "New Scan", there isn't any addresses now.
Like this picture below:
Then click "First Scan" again, the result You'll see 4 adresses now.
Like the picture below:
Choose the 3rd One, right click on the address and select ”Disassemble this memory region”
Like the picture below:

5th Memory Viewer window will be opened for you, then Look For “add esp, 0c“
Like this picture below:
Select "add esp, 0c" next go to Tools --> Auto Assemble
Like this picture below:

6th Auto assemble window will be opened,
On this window, Template --> Code Injection
Click OK without changing any value.
Like this picture below:
The Auto assemble window after doing code injection contains with this text:

7th Between 16th and 17th line at Auto assemble window, insert this code:
mov [ebp-18], 3E8
Like these pictures below:
Click Execute, Yes, Ok.

8th Next Click start/go at Pet Society.
If the pet you bet win the race you will get 1,000 coins, lost only 5 coins.
If You want to bet again or buy anything from shop, you have to delete/cut the
mov [ebp-18], 3E8 at auto assemble window, before betting or buy/sell something, then click execute, yes, then ok (if you don't do it you will be disconnected from Pet Society).
You have to erase and rewrite the codes each time before You bet on a race or buy something and execute it. Have fun with Pet Society, hopes your Pet become richer, LOL….
Betting Cheat now. Still working. So, don’t wait.

Thursday 23 April 2009

PET SOCIETY BETTING HACK

This is about Pet Society Betting Hack and it’s still working now.
I’Il share this for you (sorry if I don’t make the video), LOL...
Yields 1000 coins each time.
Follow my tutorial step by step, Here are the steps:

1st Open Cheat Engine and select your browser and set these values:
  • HEX Value: 840FFF85C12A0FF2
  • Value Type: 8 bytes
  • Also scan read-only memory























2nd Go to the Stadium and bet 5 coins at any Pet which you think will win the race, then click ok.
Any pet will do for this Pet Society Racing Hack to work.
If You win, You will get 1000 coins, but if you lose you will only lost 5 coins. B-) LOL....



















3rd On Cheat Engine, click FIRST SCAN. You will see an address on the left-hand side menu. (If there’s more than one address, always use the first address), right click on the address and select ”dissemble this memory region

















4th look for “add esp, 0c










5th Select add esp, 0c, go to TOOLS -> Auto Assemble















6th On the new window, Template -> Code Injection
Click OK without changing any value!










 




7th Between 16 and 17th line, insert this code:
mov [ebp-18], 3E8
Click EXECUTE, OK, OK.















 






8th Click start/go at Pet Society.
If You want to bet again, You have to delete mov [ebp-18], 3E8 at auto assemble window, then click execute ok then ok before You bet (or you will be disconnected from Pet Society)
You have to erase and rewrite the codes each time before You bet on a race and execute it (at auto assemble window). Have fun with Pet Society, hopes your Pet become richer, LOL….
Betting Cheat now. Still working. So, don’t wait.

Note:
Your OS must be intalled with Flash Player v9.0 (or it wont work).
With Flash Player v10.0 wont work.
Internet Browser, Mozilla Firefox v2.0.0.3 or IE v7 or IE v6.

There’s the video at YouTube.