Last Update

AutoRun Design Specialty v9.2.0.6

AutoRun Design Specialty v9.2.0.6 Incl. Keymaker-CORE

Here we have new & updated version of ”AutoRun Design Specialty” by Core. With this application you can create professional autorun (autoplay) interfaces and presentations for your CD/DVDs.
Description:

AutoRun Design Specialtyis a more powerful visual tool to create professional autorun (autoplay) interfaces and presentations for your CD/DVDs. It is the easiest way to create, edit professional autorun (autoplay) interface and generate autorun files for CD/DVDs in a WYSIWYG environment, just click, point, place and test (preview).


So all is visual, fast, simple. AutoRun Design Specialty is easy to learn, with demos and wizards you can get started in just minutes! Main Page, Splash Screen, Screen Background, Agreement Form, Security Form, Exit Form and unlimited Sub Pages. Page Shadow, Page FadeIn and FadeOut, and many effects. 19 Objects: Button, ImageButton, Image, Bevel, Label, ALabel,ALinkLabel, Text, ScrollText, Memo, RichText, Flash, Browser, AVI, MediaPlayer, SlideShow, Edit, RadioButton and CheckBox. Page Template and Object Template make it more easy.


















Release name: AutoRun.Design.Specialty.v9.2.0.6.Incl.Keymaker-CORE

Size: 7.31 mb




Download Here

Rar Password Unlocker v3.2.0.1

Rar Password Unlocker v3.2.0.1 WinALL Cracked-YPOGEiOS.
A professional and secure WinRAR/RAR password recovery software released by group YPOGEiOS.
Description: If you forget the WinRAR /RAR password, This RAR password recovery software may be your best resort. RAR Password Unlocker is proved to be a helpful tool for users to recover forgotten RAR password. It supports brute-force attack, brute force with mask and dictionary attack which can restrict the search area and shorten the RAR password recovery time.



























Features:

  • Support customizable attacks to recover RAR password
  • Perfect compatibility and great performance
  • Ease of use & best service
Release Name: Rar.Password.Unlocker.v3.2.0.1.WinALL.Cracked-YPOGEiOS

Size: 2.75 MB


Download Here

How to Unblock Hackshield Point Blank

if you are the owner of the cafe or personal PointBlank likes to play games ..
and it turns out when you or a user who uses fraudulent means to cheat cheat
usually be advised that most young children play
There are several solutions that can be done ....

only this time I give a first (because not finding any other way but I have been successful with the way below)
I have attempted this in several of the cafe had a problem like this and already in test by using my own computer ..

The first thing there is to open the Run
type regedit and then press Enter
after open the Registry Editor find \ HKEY_LOCAL \ SYSTEM \ CurrentCo ntrolSet \ Services \
EagleNT right click then select permissions.
select "Everyone" now on the checklist checklist deny compensation to allow
then stay OK
completed ..
first test with the open louncher PB ..
eng ing eng taaaraaaa PB you can play with no need to uninstall XP

This is useful for what?

unblok hackshield this way .. .
when there is someone who is playing PB in the cafe ...
then that person intends to use the cheat ...
but these will cheat hack shield terdeteck by him from pointblank ..
become people who want to play PB after that person could not play because of the block by PB hackshield ..
in because there is a registry that the fox ....
This did not mean to use Deepfreeze klo .. .
tuh klo cafe but did not use it so troublesome .. deepfreeeze
let alone playing in the house most of it not use deepfreeze .. ..
hackshieldnya registry because there is a change ..
while many people of your own or want to play NT ...
sought by the troubled registry tuh meet not meet even make headaches ...
so there are my friends right in the desperate tuh XP uninstall it .. (This is not a cafe but friends playing at home)
want to play for the NT

What kind of cheat here?
klo from cheatnya own soulmate with aja deh ...
There just pack oby the share link for the cheat PB ..

http://www.premiumt rick.com / 2010/05/point- blank-bp-cheat-code. html

but his usual right before the make sure the cheat to work on Dolo hackshieldnya biat tuh cheat can walk ..
klo sampe not want parents in kerjain also like I could not walk tuh cheat ... (this is my personal opinion is maapin aja klo abis pake not ever cheat)

And what impact, if not pake this method?

about the impact that caused
ya mas or user may not be able to play PB because terblock by detecting the cheat hackshield
(Again this does not mean klo use deepfreeze do this on a personal computer lho klo)
klo not use methods that I also do not share anything because there is a saying "all roads lead to Rome"
which can mean many methods that can be done other than the method I gave.
but I myself use this method because so far I managed to heal the ngedeteck hackshield cheat



How come until the uninstall XP ...?
This is done by my friend who was addicted to online game ...
because stress can not play some time (this is because he try to use the cheat and he played in the home personal computer alias)
well what can we do to uninstall the already excessive in
I can not comment much happens
abis already addicted sich ... not play a half-day course he heads dizzy

How To Lock a Folder Without Using any Software

Simple Copy-Paste-Rename-Store-and LOCK. can work anywhere on any computer.


NO Software Required. Simple Lock your Folder, with these Few Steps. Ive tried it, and works great. Ive only tried it on Windows Xp, SP2.
IM not sure, if it works on other OS as well. but its harmless, so try it out.

Steps:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)

Code:



Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :

eg: if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//

4- After that go to ‘save as’ & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...

Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required



Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.

Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place...

Ardamax Keylogger 3.1

Ardamax Keylogger is a keystroke recorder that captures user’s activity and saves it to an encrypted log file. The log file can be viewed with the powerful Log Viewer. Use this tool to find out what is happening on your computer while you are away, maintain a backup of your typed data automatically or use it to monitor your kids. Also you can use it as a monitoring device for detecting unauthorised access. Logs can be automatically sent to your e-mail address, access to the keylogger is password protected. Besides, Ardamax Keylogger logs information about the Internet addresses the user has visited.

    This invisible spy application is designed for Windows 98, ME, NT4, 2000, XP and 2003.

    Keylogger Features:
    * Remote Installer – creates a customized Ardamax Keylogger engine file. You can email this file to your target for remote monitoring.
    * Invisible mode makes it absolutely invisible to anyone. Ardamax Keylogger is not visible in the task bar, system tray, Windows 98/2000/XP/2003/Vista Task Manager, process viewers (Process Explorer, WinTasks etc.), Start Menu and Windows Startup list.
    * Email log delivery – keylogger can send you recorded logs through e-mail delivery at set times – perfect for remote monitoring!
    * FTP delivery – Ardamax Keylogger can upload recorded logs through FTP delivery.
    * Network delivery – sends recorded logs through via LAN.
    * Clipboard logging – capture all text copied to the Windows Clipboard.
    * Visual surveillance – periodically makes screenshots and stores the compressed images to log.
    * Chat monitoring – Ardamax Keylogger is designed to record and monitor both sides of a conversation in following chats:
    o MSN Messenger, Windows Live Messenger
    o ICQ Pro, ICQ Lite
    o Skype
    o Windows Messenger
    o Google Talk
    o Yahoo Messenger
    o Miranda
    o QiP
    * Security – allows you to protect program settings, Hidden Mode and Log file.
    * Web Update – Ardamax Keylogger can check the availability of updates, download and install them automatically. Thus, the latest version of Ardamax Keylogger will always be installed on your computer.
    * Application monitoring – keylogger will record the application that was in use that received the keystroke!
    * Time/Date tracking – it allows you to pinpoint the exact time a window received a keystroke!
    * Powerful Log Viewer – you can view and save the log as a HTML page or plain text with keylogger Log Viewer.
    * Small size – Ardamax Keylogger is several times smaller than other programs with the same features. It has no additional modules and libraries, so its size is smaller and the performance is higher.
    * Ardamax Keylogger fully supports Unicode characters which makes it possible to record keystrokes that include characters from Japanese, Chinese, Arabic and many other character sets.
    * It records every keystroke. Captures passwords and all other invisible text.

If u want this file you can download in here


Followers

My Friends

Send Messange




Copyright 2009-2010 Junkelsee.tk. All Right Reserved

Back to TOP