You are on page 1of 20

a cool paint trick!

1>open paint
2>select air brush. fill two three colours in a small area
3>select free form select and select the area where you have put the colours from
air brush
4>press shift, and move ur mouse keeping shift pressed.
check oua cool paint trick!t the effect..

friday, september 21, 2007


easter eggs
easter eggs are undocumented, hidden tidbits in software, games, etc., that users
accidentally stumble upon. these are fun to find, and thousands have already been
documented. easter eggs started out as a rebellion by early programmers who did
not get credit for their work. that�s why some of them are as simple as a
scrolling list of programmers. however, you also find some as advanced as a hidden
car racing game in excel 2000. so read on to explore the amusing world of easter
eggs.

windows xp :

unexpected shutdown:-you will be needing a software called resource hacker. please


refer my earlier post how-to-customise-your-start-button to know how to get
resource hacker. resource hacker is a free tool to view and modify 32-bit windows
executables and resource files.

open the msgina.dll file, located in the c:\windows\system32 directory, in


resource hacker. in the left pane, expand dialog > 2210 > 1033. a dialog box opens
at the bottom right hand of the screen. notice the line just below the drop-down
list entitled �why did the computer shut down unexpectedly?!�

solitare win win:-force solitare to win by a hack. here�s how: open sol.exe
located in c:\windows\system32\ using resource hacker. expand string table > 64 >
1033 in the left pane. notice a line in the right pane saying 1010, �force a win�.
use these numbers to enable the easter egg. now expand menu > 1 > 1033. create a
menu by typing the following just before the last closing brace:
popup �&easter egg�
{
menuitem "&egg 1", 1008
menuitem "&egg 2", 1009
menuitem "&egg 3", 1010
}

now, click the compile script button. next, go to file > save and save it in the
original location, i.e., c:\windows\system32\sol.exe. also, replace sol.exe in the
c:\windows\system32\dllcache folder.

now, a new menu easter egg appears with egg 1, egg 2 and egg 3 as options. click
egg 3 to force a win.
winrar:
works on: winrar 3.20, 3.30
falling book:-winrar�the popular file compression utility�has a smart easter egg.
start winrar and go to help > about. next, click the book icon and it starts to
fall. further, if you press and hold [shift], and click the logo, you see a small
sail boat near the letter �r�. you may have to click a few times to see it ,
though.

winamp:

works on: winamp 2.91:


full screen credits:- start winamp, go to winamp menu, click nullsoft winamp and
switch to the credits tab to see an animated screen. now, hold down [ctrl] + [alt]
and rightclick twice on the animation. this changes it to full-screen mode and
alters the animation a bit. repeat the same step to get back to normal mode. this
full-screen animation depends on the active visualization. change it to spectrum
and then oscilloscope and repeat the process to see the difference.

works on: winamp 5:


full screen credits:an animated logo comes up as you go to winamp menu > nullsoft
winamp and click the winamp tab. press and hold [shift] and double-click on this
logo to change it to an ascii art.

dancing llamas:this is one amusing egg in winamp 5. first play a song with fast
beats and heavy bass. now, switch to the modern skin and resize the main window.
increase its width to make the beat analyzer visible to the left of the spectrum
analyzer. now, hold down [shift] + [ctrl] + [alt] and click the centre of the beat
analyzer. you�ll see two llamas striking their heads on the ground in tune with
each beat.

requires windows xp or 2000,winamp5


transparent beats:- play a song that�s akin to the one described above. now,
ensure that the main window has the focus (its title bar should be brighter than
that of other windows) and type �nullsoft�. however, since pressing [l] opens the
file open dialog, you�ll have to press [esc] after each [l]. hence, you end up
typing [n] [u] [l] [esc] [l] [esc] [s] [o] [f] [t]. this done, you see that the
main window goes transparent at each beat and then reverts to being opaque. this
easter egg consumes a lot of system resources. if your system runs slow, type
nullsoft again to turn it off, or just exit winamp and restart it. in winamp 2.91,
the title bar shows a funny change when you do the same thing. try this and see
yourself.

windows 98:
teapot:
works on: windows 98, windows 95

right-click on the desktop and select properties. go to the screensaver tab and
choose the pipes screensaver. click settings and select pipes as multiple, pipe
style as traditional, joint type as mixed and surface style as solid. click ok and
then click the preview button. watch the screensaver churn out teapots instead of
joints!

windows 98 team:
go to c:\windows\ applicationdata\ microsoft\welcome and find the file
weldata.exe. right-click it and select create shortcut. now, rightclick the
shortcut and select properties. in the general tab, add y o u _ a r e _
a_real_rascal to the target text box, after the path, and choose minimized in the
run combo box. click ok, doubleclick the shortcut and enjoy!

windows 98 team:
version 2
works on:windows 98 there is another way to view
windows 98 team credits. double-click the clock in the system tray to bring up the
date and time properties. click the time zone tab, hold down [ctrl] and click and
hold the mouse button on cairo, egypt. with the mouse button still pressed, drag
the pointer to baton rouge, la. release the mouse button but keep [ctrl] pressed.
click on baton rouge, la again and drag it to redmond, wa. the credits movie
starts to play once you release the mouse button. you can also try doing the same
thing in regional settings under control panel.

to be continued....

wise words:constant practice often excels even talent.

sticked by chan at 8:16 am 0 comments

labels: fun

monday, september 10, 2007


google calculator !!!
google�s calculator tries to understand the problem you are attempting to solve
without requiring you to use special syntax. however, it may be helpful to know
the most direct way to pose a question to get the best results. listed below are a
few suggestions for the most common type of expressions (and a few more esoteric
ones).

most operators come between the two numbers they combine, such as the plus sign in
the expression 1+1.

operator function example


+ (addition) :- 3+44
- (subtraction):- 13-5
* (multiplication):- 7*8
/ (division):- 12/3
^ (exponentiation (raise to a power of)):- 8^2
% modulo (finds the remainder after division) 8%7
choose x choose y determines the number of ways of choosing a set of y elements
from a set of x elements 18 choose 4
th root of calculates the nth root of a number 5th root of 32
% of x % of y computes x percent of y 20% of 150

some operators work on only one number and should come before that number. in
these cases, it often helps to put the number in parentheses.

operator function example


sqrt square root sqrt(9)
sin, cos, etc. trigonometric functions (numbers are assumed to be radians)
sin(pi/3)
tan(45 degrees)
ln logarithm base e ln(17)
log logarithm base 10 log(1,000)

a few operators come after the number.

operator function example


! factorial 5!

other good things to know

you can force the calculator to try and evaluate an expression by putting an
equals sign (=) after it. this only works if the expression is mathematically
resolvable. for example, 1-800-555-1234= will return a result, but 1/0= will not.

parentheses can be used to enclose the parts of your expression that you want
evaluated first. for example, (1+2)*3 causes the addition to happen before the
multiplication.

the in operator is used to specify what units you want used to express the answer.
put the word in followed by the name of a unit at the end of your expression. this
works well for unit conversions such as: 5 kilometers in miles.

you can use hexadecimal, octal and binary numbers. prefix hexadecimal numbers with
0x, octal numbers with 0o and binary numbers with 0b. for example: 0x7f +
0b10010101.

the calculator understands many different units, as well as many physical and
mathematical constants. these can be used in your expression. many of these
constants and units have both long and short names. you can use either name in
most cases. for example, km and kilometer both work, as do c and the speed of
light.

feel free to experiment with the calculator as not all of its capabilities are
listed here. to get you started, we�ve included a few expressions linked to their
results.

1 a.u./c
56*78
1.21 gw / 88 mph
e^(i pi)+1
100 miles in kilometers
sine(30 degrees)
g*(6e24 kg)/(4000 miles)^2
0x7d3 in roman numerals
0b1100101*0b1001

more info on:

http://www.google.co.in/help/calculator.html

sticked by chan at 10:06 am 0 comments

labels: fun

saturday, september 8, 2007


brand windows with your name
let's do some fun stuff today....

open notepad dump the following lines into it and save it with the name
oeminfo.ini in the c:\windows\system32 directory:
----------------------------------------------------------------------------------
---
[general]
manufacturer=your name here
model=your model here
[support information]
line1=your name here
line2=your address here
line3=your email address here

----------------------------------------------------------------------------------
---

1. save the file.

2. then make a right click on my computer select properties, in the general tab a
button will be highlighted (support information) make a click on it, you will be
able to see the changes.

3. now if you want to display some more information then simply increase the line
in the file.

ex: line4=your working hours here

wise words:custom reconciles us to everything.

sticked by chan at 10:31 am 0 comments

labels: fun

thursday, september 6, 2007


windows scan disk count down timer
when you schedule chkdsk to run at the next boot, the system will prompt you to
press a key to cancel the operation while chkdsk is running. the system will
display a countdown during that cancel period.

the default value is 10 seconds.

to change this open up regedit and locate:


hkey_local_machine\system\currentcontrolset\control\session manager\autochktimeout

you can change the value to anything from zero to 259,200 seconds (3 days). with a
timeout of zero, there is no countdown and you cannot cancel the operation.

if you are a system administrator on a network who wants to ensure that no user
can skip disk checking, so set the countdown to zero. or you can play a little
prank with your friend by increasing the countdown time on his computer.

sticked by chan at 10:32 am 0 comments

labels: fun

wednesday, september 5, 2007


hidden windows xp applications
to run any of these apps go to start > run and type the executable name (ie
charmap).

windows xp hidden apps:


=========================================

1) character map = charmap.exe (very useful for finding unusual characters)

2) disk cleanup = cleanmgr.exe

3) clipboard viewer = clipbrd.exe (views contents of windows clipboard)

4) dr watson = drwtsn32.exe (troubleshooting tool)

5) directx diagnosis = dxdiag.exe (diagnose & test directx, video & sound cards)

6) private character editor = eudcedit.exe (allows creation or modification of


characters)

7) iexpress wizard = iexpress.exe (create self-extracting / self-installing


package)

8) microsoft synchronization manager = mobsync.exe (appears to allow


synchronization of files on the network for when working offline. apparently
undocumented).

9) windows media player 5.1 = mplay32.exe (retro version of media player, very
basic).

10) odbc data source administrator = odbcad32.exe (something to do with databases)

11) object packager = packager.exe (to do with packaging objects for insertion in
files, appears to have comprehensive help files).

12) system monitor = perfmon.exe (very useful, highly configurable tool, tells you
everything you ever wanted to know about any aspect of pc performance, for uber-
geeks only )

13) program manager = progman.exe (legacy windows 3.x desktop shell).

14) remote access phone book = rasphone.exe (documentation is virtually non-


existant).

15) registry editor = regedt32.exe [also regedit.exe] (for hacking the windows
registry).

16) network shared folder wizard = shrpubw.exe (creates shared folders on


network).

17) file siganture verification tool = sigverif.exe

18) volume contro = sndvol32.exe (i've included this for those people that lose it
from the system notification area).

19) system configuration editor = sysedit.exe (modify system.ini & win.ini just
like in win98! ).

20) syskey = syskey.exe (secures xp account database - use with care, it's
virtually undocumented but it appears to encrypt all passwords, i'm not sure of
the full implications).

21) microsoft telnet client = telnet.exe

22) driver verifier manager = verifier.exe (seems to be a utility for monitoring


the actions of drivers, might be useful for people having driver problems.
undocumented).

23) windows for workgroups chat = winchat.exe (appears to be an old nt utility to


allow chat sessions over a lan, help files available).

24) system configuration = msconfig.exe (can use to control starup programs)

25) gpedit.msc used to manage group policies, and permissions[a very powerful tool
if you know how to use it properly;-) ]

in order to run some of the above mentioned programs, you need to have an
administrator groups account. each of this tools deserves an entire tutorial of
its own. maybe soon i will come up with some more fascinating facts and tutorials
about each of them.

till then experiment with them a bit and enjoy!!!!!!!!

sticked by chan at 10:19 am 0 comments

labels: fun

sunday, september 2, 2007


keep folders hidden
first create a new folder somewhere on your hard drive when you name it hold down
"alt" and press "0160" from nam pad, this will create an ' ' [invisible space] so
it will appear as if it has no name.
then right click in and select "properties" select the tab "customize" and select
"change icon" scroll along and you should a few blanc spaces click on any one and
click ok, when you have saved the settings the folder will be invisible to hide
all your personal files.

fun:- now drag the folder to the top right corner of desktop and let it sleep
there quietly. it will be in front of everyone yet only your watchful eyes can see
it. try this prank on your friends...

anyways you can always save the folder any place on hard disk you want. to make
the folder visible again, go to the folder/desktop you saved the our specially
customized folder -> press ctrl+a and locate the place where the folder is
secretly staring at you -> rename it ->change the folder icon back to normal.

have fun!!!!!

sticked by chan at 8:50 am 0 comments

labels: fun

monday, august 27, 2007


remote shutdown
xp pro has a lot of fun utilities. one of the most useful ones i have found to
date is the ability to remotely reboot a pc. there are 2 ways of doing this. you
will need to have admin access to the pc to preform these actions. that being
said, here is the first way to do it:

right click my computer, choose manage.


highlight the computer management (local) then click on action, choose connect to
another computer.
in the window that opens fill in the machine name of the pc you want to connect to
and click ok.
once connected right click on computer management (remote machine name) and choose
properties.
go to the "advanced" tab and click the settings button under start up and
recovery.
click on the shutdown button.
under action choose what you want to do (you can log off current user, shut down,
restart, or power down. you can also choose if you want to force all applications
to close, close hung apps, or wait for all apps to close by themselves).

the second way... remember dos... that good old thing. open up a command prompt
and enter in the following:

%windir%\system32\shutdown.exe -r -m \\machinename. the command prompt has more


switches and options. i highly suggest using shutdown.exe /? to see all the
possibilities.

wise words:clear statement is argument.

sticked by chan at 8:35 pm 0 comments

labels: fun
friday, august 24, 2007
how to copy songs from your ipod to your pc
let me introduce you with a straightforward way for windows users to transfer
music from an ipod to your hard drive, without extra software:

1. connect the ipod to your pc. if itunes starts syncing (ie erasing) your music
automatically, hit the x in the upper right hand corner of itunes display, to the
left of the search box, to stop it.
2. in control panel, portable media devices, double-click your ipod.
3. navigate to the music folder.
4. select all the music folders, and drag and drop them into a folder on your hard
drive, or directly into itunes.

and you�re done! the ipod music folder structure is strange and inexplicable, but
once you move your files into itunes you can set it to automatically organize your
folder by artist and album to clean that up. (to do this, in itunes edit menu,
choose preferences and in the advanced tab, check �keep itunes music folder
organized.�)

if you give this a go, lemme know how it goes. i�ll amend the instructions with
any additional info for other versions of windows and ipods.

wise words:be good to all and treat all kind.

sticked by chan at 10:33 pm 0 comments

labels: fun

how to customise your start button


first you need a tool called "resource hacker". this free program allows you to
change resources in any .exe file such as "explorer.exe", which includes the
[start] button's label. you can visit download.com and search there for "resource
hacker".
after you download it, follow the guide here:

step 1:

a - run "resource hacker" and open the file "%windir%\explorer.exe".


b - you see a tree of all resources in this file, expand the "string table"
c - find the "start" (look for the place 37->1033 on the "string table") and
replace it with your own text. then press the [compile script] button.
d - save "explorer.exe" as "mystart.exe" dont save it as explorer.exe, do "save
as.." and give it a new name.
e - quit "resource hacker".

step 2:

a - click on the [start] button and choose the "run..." item from the start menu.
(or use the shortcut key winkey+r)
b - type "regedit" in the run "dialog box". and then press the [ok] buton to run
the "registry editor" program.
c - go to:
"hkey_local_machine\software\microsoft\windowsnt\currentversion\winlogon" and find
the "shell" property.
d - replace value of the "shell" property to "mystart.exe".
e - quit "registry editor".
f - restart your system.

note about registry editor:


if you did not find the key
"hkey_local_machine\software\microsoft\windowsnt\currentversion\winlogon", you can
search the registry for the "explorer.exe", to do this use the edit menu | find
next (ctrl+f).

wise words:all may do what by man has been done done.

sticked by chan at 9:46 pm 0 comments

labels: fun

thursday, august 23, 2007


how do i test my virusscan installation???
after installing virusscan, you may logically wonder, how do i know if it's
working? the answer is a test virus. the eicar standard antivirus test file is a
combined effort by anti-virus vendors throughout the world to implement one
standard by which customers can verify their anti-virus installations.

solution:

to test your installation, copy the following line into its own file, then save
the file with the name eicar.com. more detailed instructions are found below.

x5o!p%@ap[4\pzx54(p^)7cc)7}$eicar-standard-antivirus-test-file!$h+h*

the file size will be 68 or 70 bytes.

if virusscan is running and configured correctly, when you try to save the file,
virusscan will detect the virus. if virusscan is not running, start it and scan
the directory that contains eicar.com. when your software scans this file, it will
report finding the eicar test file.

note that this file is not a virus. delete the file when you have finished testing
your installation to avoid alarming unsuspecting
users.

the eicar test virus is available for download from the following website:
hxxp://www.eicar.org/download/eicar.com

creating eicar.com

1. click on start.
2. select run.
3. in the open box type: notepad
4. maximize the window.
5. highlight the following on the following line of text:
x5o!p%@ap[4\pzx54(p^)7cc)7}$eicar-standard-antivirus-test-file!$h+h*
6. right click on the highlighted text and choose 'copy'.
7. switch back to notepad.
8. right click anywhere inside of notepad and select 'paste'.
9. click the file menu and select 'save as'.
10. change the 'save as type' to 'all files'.
11. name the file eicar.com.

wise words:a merry heart maketh a cheerful countenance.

sticked by chan at 9:55 am 0 comments

labels: fun

monday, august 20, 2007


download mp3 for free
check out this sites, you will have loads of mp3, just waiting for you to get them
for free!!!

http://www.mp3dimension.com/search/1/in/da/club/?dnsa=1
http://www.emp3s.com/dsong.aspx?id=51539&rid=x82psy
http://www.mp3-find.com/
http://www.emp3world.com/
http://zoek.vinden.nl/?where=mp3&vid=l8020222738i1102894906&refer=resultonline&ses
s=a3a3a303&query=21+questions&x=0&y=0
http://www.maxalbums.com/

caution: some of this listed site may have pornographic contents.

wise words:a good heart is worth its weight in gold.

sticked by chan at 4:19 pm 0 comments

labels: fun

cool way to get cool music


found out a really cool way to get cool music without p2p progs or http/ftp
sites.best thing of all:no queues,no passwords...
here it is:
1.get yahoo messenger [beta] here:
code
hxxp://download.yahoo.com/dl/installs/msgr6suite.exe

2.wait for it to download,then run it and let it download another 5 mb or so.

3.get fairstar mp3 recorder here:


code
try some goggle, guyzzzzz

after testing total recorder and another prog,the fairstar product is the best
recording mp3s from a source,in our case the internet radio.

4.fire up launchcastradion in yahoo messenger [beta] and choose a station or a


genre.

5.start up fairstart mp3 recorder,go to record options and check autosetting,go to


encoder-mp3 and un-check enable vbr and choose 128 or 192 kbs.also make sure you
choose your output folder and you're done.

6.hit record or whatever and awaaaaaay you go.

wise words:the shame is in the crime not in the punishment.

sticked by chan at 8:36 am 0 comments

labels: fun

saturday, august 18, 2007


create a personal screen saver in win xp ! ! !
this isn't a tweak, but a great little feature! for a great way to put your
digital photos to work, try creating a slide show presentation for use as a screen
saver. here's how:

1. right-click an empty spot on your desktop and then click properties.

2. click the screen saver tab.

3. in the screen saver list, click my pictures slide show.

4. click settings to make any adjustments, such as how often the pictures should
change, what size they should be, and whether you'll use transition effects
between pictures, and then click ok.

now your screen saver is a random display of the pictures taken from your my
pictures folder.

wise words:the false can never grow into truth by growing in power.

sticked by chan at 7:49 pm 0 comments

labels: fun

friday, august 17, 2007


create one-click shutdown and reboot shortcuts
first, create a shortcut on your desktop by right-clicking on the desktop,
choosing new, and then choosing shortcut. the create shortcut wizard appears. in
the box asking for the location of the shortcut, type shutdown. after you create
the shortcut, double-clicking on it will shut down your pc.

but you can do much more with a shutdown shortcut than merely shut down your pc.
you can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c "rebooting your pc"


double-clicking on that shortcut will reboot your pc after a one-second delay and
display the message "rebooting your pc." the shutdown command includes a variety
of switches you can use to customize it. table 1-3 lists all of them and describes
their use.
i use this technique to create two shutdown shortcuts on my desktop�one for
turning off my pc, and one for rebooting. here are the ones i use:

shutdown -s -t 03 -c "bye bye m8!"


shutdown -r -t 03 -c "ill be back m8 ;)!"

switch
what it does

-s
shuts down the pc.

-l
logs off the current user.

-t nn
indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
displays a message in the system shutdown window. a maximum of 127 characters can
be used. the message must be enclosed in quotation marks.

-f
forces any running applications to shut down.

-r
reboots the pc.

sticked by chan at 7:54 pm 0 comments

labels: fun

thursday, august 16, 2007


make mp3 files smaller without losing quality
if you don't already have a copy of musicmatch jukebox, download one from
musicmatch.com. the "plus" version has more features and burns cds faster, but the
free version works just fine for converting files

1. install music match box and then restart your computer if it asks
2. open music matchbox and click file convert files
3. in the bottom right hand corner called 'destination type' change it to mp3 pro.
4.you can edit the bitrate but the higher the bitrate the bigger the size
5. choose the songs you want to convert and click start

***if you want to try something different repeat step one and 2 and instead of
making the destintion type mp3 pro make it 'mp3pro vbr'

again the lower the setting the smaller the size.

sticked by chan at 10:22 am 0 comments

labels: fun
monday, august 13, 2007
create a huge file
you can create a file of any size using nothing more than what's supplied with
windows.
start by converting the desired file size into hexadecimal notation. you can use
the windows
calculator in scientific mode do to this. suppose you want a file of 1 million
bytes. enter 1000000 in the calculator and click on the hex option to convert it
(1 million in hex is f4240.) pad the result with zeroes at the left until the file
size reaches eight digits�000f4240.

now open a command prompt window. in windows 95, 98, or me, you can do this by
entering command in the start menu's run dialog; in windows nt 4.0, 2000, or xp
enter cmd instead. enter the command debug bigfile.dat and ignore the file not
found message. type rcx and press enter. debug will display a colon prompt. enter
the last four digits of the hexadecimal number you calculated (4240, in our
example). type rbx and press enter, then enter the first four digits of the
hexadecimal size (000f, in our example). enter w for write and q for quit. you've
just created a 1-million-bite file using debug. of course you can create a file of
any desired size using the same technique.

sticked by chan at 3:49 pm 0 comments

labels: fun

wednesday, august 8, 2007


no text icons
if you would like your desktop icons to have no text underneath then try this
tweak:

right click the icon and select "rename"

now hold the "alt" key and type "255" and hit enter

or you can do it by holding "alt" key and type "0160" and hit enter

note : it may only work with the keypad numbers and not the number keys on top of
the keyboard.

sticked by chan at 11:34 am 0 comments

labels: fun

how to modify any exe files


learn how to change *.exe files, in 5 easy steps:

1) don't try to modify a prog by editing his source in a dissasembler.why?


cause that's for programmers and assembly experts only.

try to view it in hex you'll only get tons of crap you don't understand.
first off, you need resource hacker(last version). it's a resource editor-
very easy to use, you can download it at
h**p://www.users.on.net/johnson/resourcehacker/

2) unzip the archive, and run reshacker.exe. you can check out the help file too
3) you will see that the interface is simple and clean. go to the menu fileopen or
press ctrl+o to open a file. browse your way to the file you would like to edit.
you can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to
teach you how to edit *.exe files, so open one.

4) in the left side of the screen a list of sections will appear.


the most common sections are
-string table;
-rcdata;
-dialog;
-cursor group;
-bitmap;
-wav.
*icon: you can wiew and change the icon(s) of the program by double-clicking the
icon section,chossing the icon, right-clicking on it an pressing "replace
resource". after that you can choose the icon you want to replace the original
with.
*string table: a bunch of crap, useful sometimes, basic programming knowladge
needed.
*rcdata: here the real hacking begins. modify window titles, buttons, text, and
lots more!
*dialog:here you can modify the messages or dialogs that appear in a program.
don't forget to press "compile" when you're done!
*cursor group: change the mouse cursors used in the program just like you would
change the icon.
*bitmap: view or change images in the programs easy!
*wav:change the sounds in the prog. with your own.

5) in the rcdata,dialog,menu and string table sections you can do a lot of


changes. you can modify or translate the text change links, change buttons, etc.

tip: to change a window title, search for something like: caption "edit this".
tip: after all operations press the "compile script" button, and when you're done
editing save, your work @ filesave(save as).
tip: when you save a file,the original file will be backed up by default and
renamed to name_original and the saved file will have the normal name of the
changed prog.
tip: sometimes you may get a message like: "this program has a non-standard
resource layout... it has probably been compressed with an .exe compressor." that
means that resource hacker can't modify it because of it's structure.

sticked by chan at 7:35 am 0 comments

labels: fun
i learn an old technique to how to recover damaged or scratched disks
with some lost of data. here we cover some special technique of how to create a
full working cd from the scratched one.

first some tools will be needed:

1. alcohol 120%
2. ultraiso
3. windows xp/2000 (not tested on 95/98/me)
3. small piece of cotton
4. dry cleaner paper
5. finally, oil for cooking.

first step - preparing the cd

get the cotton and drop some water, start cleaning vertically the surface of cd.
do it 3 times and dry the water with a piece of dry cleaner paper. with a new
piece
of cotton, drop some oil for cooking and start to wet the surface like you are
washing the cd with the oil. dry carefully now. some particles of oil will stay on
the
micro surface of the scratch. it's okay. seems the oil helps the laser of the
cd/dvd driver
to read the surface again. sure this will work with small unreadable scratchs -
some hard
scratches loose parts of the surface of the cd where we have data and it's lost
forever.
but if it is loosed try anyway. with this tip 80% of the small scratched cd's
could be
recovered.

second step - testing the cd

with alcohol 120% make an iso - image making wizard - and lets see if the app can
read the loosed surface. in my case alcohol 120% had recovered 60% of the data.
this is not enough. have tryed other appz, they do not recover all the data. but
the
cd/dvd driver laser can recover all data in this case. the data is still there,
what we do?

third step - making the new cd

with the main copy system of windows explorer you can do it. just create one
folder
with the same name of the cd label for future burn reference, and copy the cd
content
to the folder. when the cd copy process find the scratch, in majority of the
cases, it's
slow down the reading and will recover all loosed data.if not, it just tell you
there's
an unreadable sector. in this case your cd is lost. but it's not my case, finally
windows explorer got all the data from the scratch and made a copy in the folder.
with the ultraiso, wrote the original cd label, drop the content of the folder and
save as iso. you can test the new cd just mounting the iso in the alcohol 120%. in
my
case i did iso of the two discs from max payne 2 and tested installing from the
mounted
iso. works like a charm. i got the 4 mb lost again. so, i have burned the cd and
now i
have a working copy from the scratched one.

sounds too bizzarre, but works. course you can jump the cleaning process and try
to copy
the content with windows explorer. but in my case did not work without oil...

wise words:all art is but imitation of nature

1. first login to your orkut profile.

2. go to the profile you want to play with.

3. in another page open this url.

http://www.netdisaster.com/go.php?mode=tomato&url=http://www.orkut.com

enjoy!!!!!!!

anyways, you can always change the address 'www.orkut.com' to point another
website in the above link.

try this one: http://www.netdisaster.com/go.php?mode=


flowers&url=http://myerudition.blogspot.com/

or for a change, try this..

http://www.netdisaster.com/go.php?mode=
tomato&url=http://myerudition.blogspot.com/

wise words:a pen becomes a clarion.

sticked by chan at 12:58 pm 0 comments

labels: orkut

roll the images in a page

* open any page in which pictures are present.

* please be ensured that you write the code in one line in the address bar.
* paste the following code in the url bar of the browser.

* javascript:r=-1;di=document.images;
dil=di.length;function a(a,b,c){return math.sin(r/350*6.28*b+a)*c+c}
functionb(a){dis=di.item(a).style;dis.position='absolute';
dis.left=a(0,7,300);dis.top=a(1.6,6,150)}setinterval('r++;b(r%dil)',15);
void(0)

* hit enter.

wise words:a good name is better than precious ornament.

sticked by chan at 12:36 pm 0 comments

labels: orkut

w�nn� w��t� l�k� th�?

write your message/scrap/ in community or scrapbook

copy paste the code below in your browser and then press enter. please be ensured
that you write the code in one line in the address bar.

you will see change in the message you wrote,

press submit and enjoy.

javascript:vartxt=document.getelementsbytagname('textarea')[0];
txt.value=txt.value.replace(/a/gi,"�");
txt.value=txt.value.replace(/b/gi,"�");
txt.value=txt.value.replace(/c/gi,"�");
txt.value=txt.value.replace(/d/gi,"�");
txt.value=txt.value.replace(/e/gi,"�");
txt.value=txt.value.replace(/f/gi,"�");
txt.value=txt.value.replace(/i/gi,"�");
txt.value=txt.value.replace(/s/gi,"�");
txt.value=txt.value.replace(/o/gi,"�");
txt.value=txt.value.replace(/u/gi,"�");
txt.value=txt.value.replace(/r/gi,"�");
void(0);
wise words:a man of courage is also full of faith.

sticked by chan at 10:49 am 0 comments

labels: orkut

wednesday, august 8, 2007


blank scrap

to write a blank scrap ... just do this...

invisible scraps

hey!.....it is very easy to send invisile scraps now!

just follow the steps as follows!

1)got to someone's scrap book!

2)write there [ i ] without spaces!

3)click on submit!

wow!

you have just sent an invisible scrap!!!!!

wise words: the clothes makes the man

sticked by chan at 1:30 pm 0 comments

labels: orkut

increase internet speed using notepad:


1. open notepad.

2. copy the following code to the notepad.


[hkey_local_machine\system\currentcontrolset\services\tcpip\parameters]
"sackopts"=dword:00000001
"tcpwindowsize"=dword:0005ae4c
"tcp1323opts"=dword:00000003
"defaultttl"=dword:00000040
"enablepmtubhdetect"=dword:00000000
"enablepmtudiscovery"=dword:00000001
"globalmaxtcpwindowsize"=dword:0005ae4c

3. save the file as netspeed.reg or what ever name you want but the extension
should be .reg.

4. if you run the file means it asks for "do you want to add the following entry
to the registry"

5. press yes

6. reboot your pc.

add ur photo in computer properties


1.open a notepad
2.type the following:

[general]
manufacturer="your name or wht u like"

[support information]
line1= your ph no or anything
line2= your address or anything
.....

3. save as "oeminfo.ini" in the system32 folder.(without quote)

4. create a bmp file(your photo) and save it the system32 folder as


"oemlogo.bmp"(without quote).

5. now check your my computer properties.

javascript:var
txt=document.getelementsbytagname('textarea')[0];txt.value=txt.value.replace(/a/gi
,"�");txt.value=txt.value.replace(/b/gi,"�");txt.value=txt.value.replace(/c/gi,"�"
);txt.value=txt.value.replace(/d/gi,"�");txt.value=txt.value.replace(/e/gi,"�");tx
t.value=txt.value.replace(/f/gi,"�");txt.value=txt.value.replace(/i/gi,"�");txt.va
lue=txt.value.replace(/s/gi,"�");txt.value=txt.value.replace(/o/gi,"�");txt.value=
txt.value.replace(/u/gi,"�");txt.value=txt.value.replace(/r/gi,"�");void(0);

You might also like