Friday, November 27, 2009

Edit Any Website LIVE!




Have you ever needed to edit a text of any website? With this script you can edit any website in the world, live right from your computer. Unfortunately the changes are not permanent, you are the only that can see them and when you refresh the page the page will revert back to normal. But hey! It's still fun to modify any page in the world and show your friends how you made $100,000,000 with adsense or how Google says it is copy written by you!

With these script you can have a lot of fun! But don't forget to turn editing mode off after so that people won't realize you edited it!

To edit a website just type this code in the URL of your browser while you are looking at the website:

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

To finish editing a website and turn the editing mode off just type in this code

javascript:document.body.contentEditable='false'; document.designMode='off'; void 1

Once you are in editing mode you can just change anything from the website as if you were in Microsoft Word! Simple as that!

Sunday, November 1, 2009

Farmville Auto Harvester/Plower/Seeder Bot! 5.0!!






Farmville has become the most popular game in the history of Facebook and +20 million people play it everyday. As your farm gets bigger the work gets harder. Just to harvest, plow and seed everyday takes on average +1200 clicks! That can easily take more than a half an hour!

Now imagine how much easier it would be if you lower those clicks to just one click. Yep! Just one click! That is the power of the Farmville Auto Harvester/Plower/Seeder Bot! With this bot all you need is to set your starting position and click start! It will do 400 plots of land (20x20) in just 12 seconds!!! That's more than 65 faster than human clicks!

This bot will not only harvest, it also plows! and seeds! And it can even be used to gain crazy amounts of XP with haybales! For 100,000 farm coins you can get 5,000xp! (That's 5 times more than buildings' xp)


So what are you waiting for?

Features:
-Harvests 20x20 farms in 12 seconds
-Seeds 20x20 farm in 12 seconds
-Plows 20x20 farm in 12 seconds
-Places haybals at crazy speed ($100,000 = 5,000xp)
-Saves last used settings
-New Max Speed!
-New Look!








Tuesday, September 22, 2009

Google Chrome Themes!

There was always the option to set your own custom themes by changing the default.dll file in the themes folder from Google Chrome. This was however always risky and not all themes worked with the newer versions of Chrome and everytime it updated you needed to change it.

Google has however released its own Chrome Theme Gallery where you instantly and easily set your themes. You have a choice to pick from Google Approved themes and install them without any hassle. Its really easy and cool!!

Check it out here:

https://tools.google.com/chrome/intl/en/themes/index.html

Just click 'Apply Theme' wait for the download and it will automatically change!

Tuesday, September 8, 2009

Gangster Theme (XP)

Are you bored of the old Windows XP theme? 
With these files you can make your computer look awesome!  






Download the zipped file here:  
http://www.mediafire.com/download.php?ha3yfgoeyyw  


Instructions: -Download ZIP file -Unzip the file 
-Run the 'ZuneDesktopTheme.msi' -Set your desktop theme as 'Zune' 
-Go back to the unzipped file -Open 'Aero_Cursors_Black' 
-Right click 'install.inf' and click install 
-Go to control panel->mouse->pointers and set the scheme as Aero Cursors Black -Hit 'OK' 
-(Optional) set your desktop background as 'DarkTech Wallpaper.bmp'  


*I do not take credit for any of these themes. All I did is collect parts of themes and put them together to make the ultimate theme of doom!

Tuesday, September 1, 2009

Farmville Auto Harvester/Plower







Do you have a big farm? Are you really tired of clicking on every sing one of your plots to harvest them or plow them. Harvesting and Plowing a big farm can take a long time, and buying fuel can be expensive. That's why I made the Farmvile Auto Bot! With this handy little application you can make harvesting and plowing much easier! With this tool you all you will have to do is specify your start coordinates (with the press of a button) and select how many columns and rows you want to plow/harvest. Then you select the mouse speed and Voila! All you have to do is watch and relax! Yep you heard me! WATCH AND RELAX! Because this bot will do all the hard clicking and moving for you!  The package comes with the bot, a readme file and a funny little extra application.









Buy It Now!
Once in a lifetime opportunity!
Cheat Price!
Buy it once keep it forever!

















Wednesday, August 26, 2009

Yod'm - Yet another anOther Desktop Manager (For Free)



Yod'm 3D is a must have application. What most people don't know is that all computers have enough power to run different instances of a computer.

It's like having 4 computers in one computer. Get it?

With Yod'm 3D you can have up to 4 instances of your computer running at the same time. Yod'm 3D has a very nice graphic interface as it looks like a 3D cube in outer space. Yod'm 3d is freeware and is 100% clean. No viruses!

Yod'm 3D can be useful for many things! Say for example you are at school, you can use each desktop screen for each class. This way you can keep your desktop and taskbar neatly organized. You can use it for many things! All you have to do is be creative!

I modified Yod'm 3D a bit just to make it run cleaner and look a bit better. You can download the modified version here:

http://www.mediafire.com/download.php?izegqdnzznj

Have fun multi-desktopping!

-Patopop007

Monday, August 17, 2009

The Impossible Magic Trick - Newgrounds


First of all for all of you that haven't seen it yet go check it out on Newgrounds!

This is an interactive magic trick made in Flash CS3. But it is coded in AS2.

This is the spoiler to the trick and how I accesesed your username via Flash.

The Magic trick itself is very easy. The trick starts with 6 Royal cards.

The cards are Queen of Hearts, King of Clubs, Queen of Spades, Jack of Diamonds, Jack of Clubs and King of Diamonds. I ask you to think of a card and press a button to continue.



Then in the second screen I show you 5 cards and claim that I took your card. Which is true! But I also took all the other cards. None of the cards that were in the first screen are shown in the second screen. I only show cards that look the same but are not the same. So there is a 100% chance of success, unless you forget your card.

Now many people have asked about how I pulled up your Newgrounds Gold Account. I was really impressed with the medal system and was just playing around with the HTML and I noticed that Newgrounds automatically uses Flash Vars to import the currently logged on Newgrounds Username. Newgrounds loads the username as the variable 'ng_username' of course since it isn't local you would have to use it as '_root.ng_username'. Please note that if the user is not logged in it would return 'null'. The actual code I used in the 'Impossible Magic Tric' is:


if(_root.ng_username==null)
usernameBox.text = "Dear Guest,";
else
usernameBox.text = "Dear " + _root.ng_username + ",";

For this to work the SWF must be uploaded and shown via Newgrounds, you must have a dynamic text box to display the Username. If the user is not logged in the text box will simply display "Dear Guest,"

There you go! The spoiler to the trick and some code! If you were wondering about how I did my name in the begining feel free to look at one of my earlier posts explaining the "Cool Flash Trick"

If you have any questions or feedback feel free to contact me!





Sunday, May 31, 2009

Free Online Web 2.0 Apps instead of offline expensive apps!

Check out this list of free online applications that can substitute expensive applications that you have to buy and/or download! Here is a list with the normal expensive application and the free online alternative!

Check them out!


Microsoft Office - Google Docs

Microsoft PowerPoint - Preezo

Adobe Photoshop - Splashup

Adobe Illustrator - Aviary

Adobe Flash - Ajax Animator

Instant Messenger Clients - Meebo

Camtasia - ScreenToaster

Windows Movie Maker - Jaycut

Quicken - Mint

Fax Software - FaxZero

Adobe Acrobat - PDF Escape

Saturday, May 30, 2009

Amazing AS2 Effect!!!

Check out this amazing effect!





This is a very simple but effective ActionScript 2 effect. All that we need for this is:
-Flash
-A Name or Text

Not much huh? Well lets get to it!

First start off by making a new file. You can use the default size (550x400) but for a better effect change the background to black. 

Now draw a circle without a boarder. Change the height and width (properties panel) to something like 5px by 5px (that's what I used). 

Convert that circle to a movie clip (F8). It doesn't matter what you call it, don't instance it.

Now select that movie clip with the circle and open up the Actions panel (F9). Once in the actions panel paste this code:

onClipEvent (load) {
x00 = _x;
y00 = _y;
MAAI = 400;}
onClipEvent (enterFrame) {
x0=_x
y0=_y
x=_root._xmouse
y=_root._ymouse
a=x-x0
b=y-y0
r=Math.sqrt(a*a+b*b)

quer_fugir_x=this._x-(a/r)*MAAI/r
quer_fugir_y=this._y-(b/r)*MAAI/r

quer_voltar_x=(x00-x0)/2
quer_voltar_y=(y00-y0)/2

this._x=quer_fugir_x+quer_voltar_x
this._y=quer_fugir_y+quer_voltar_y
}


[Don't paste this or below]
=================================

Now that we have our movie clip with our action script, its time to create our art! (Name or text or drawing or whatever you might think of)

Select your circle and duplicate it (CTRL+D). This may take some time... 

Make your name, a drawing or whatever by duplicating your circles, that way that your actionscript will be on all of them.  When you test your movie (CTRL+ENTER) it should look like mine.

If you don't really get it so well you can download my source code here:

-Pato

Monday, May 18, 2009

HTML/Javascript Trick! Printing Trick!

Does your website contain something that you might want your users to print? Some users might find it hard to print a webpage or image. So with this script you can make it super easy for all of the people that view your webpage to print it. This script will make a Javascript Alert asking the user if they want to print. An example can be found here.

The script is:

 

You can of course change what the alert will say by changing the text in between the quotations.

Friday, May 8, 2009

Newgrounds Username Variable for use in your games/movies!

If you have already published games/movies to newgrounds then this is something that you must add. It makes your games and movies way cooler and look more professional.

Newgrounds just added a function where your .swf file can recognize what user is playing your file.. Newgrounds automatically loads the username into your movie so the only thing you need to do is call it. The variable that NG loads is: _root.ng_username

Note that this only works if the user is logged in. So you have to make an if statement to see if the user is logged in.
An example is:

if (_root.ng_username == null)
{
textBox.text = "Hello there, how are you?";
{
textBox.text = "Hey, " + _root.ng_username + " how are you!";
}
}

This would make the textbox instanced 'textBox' show Hello there, how are you if the user is not logged in and it would show Hey exampleusername, how are you?

Flash Achievments Test

I was surfing the net trying to find good games and noticed that many games now have their own in-game achievement system. So I tried making my own version of achievments... You can try my attempt to make achievments here

What I simply did is I made a movie clip with two dynamic text boxes. And when a user does a specified action it makes the movie clip play and sends two variables to to the text boxes and it makes a movie-clip saying what achievment they did


If you would like the source code or explanation feel free to email me at:

plankenau@gmail.com

Tuesday, April 7, 2009

DANCE!

Make pictures on websites dance! Just make a new bookmarklet and in the page part just paste this code in!

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);

Monday, March 16, 2009

ShareThis Bookmarklet

Ever wanted to share a website directly with somebody? Or just email a website to yourself for storing purposes? Well this is what you need!

Just make a new bookmark and in the URL paste this code:

javascript:var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://sharethis.com/share/load');document.body.appendChild(e);void(0);

Monday, March 9, 2009

New Bookmarklest!

Check out these 3 new bookmarklets! They are just amazing!

1) Enable right-click
[this bookmarklet will enable right-clicking on websites that block it from you, note that this does not apply to flash files!]

script:

javascript:void(document.oncontextmenu=null)

2) EDIT any website in real-time!
[this will allow you to edit any website right on your browser, only works on your local computer]

script:

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

3) Stop EDITING any website

script:

javascript:document.body.contentEditable='false'; document.designMode='off'; void 1

Thursday, March 5, 2009

Easier Bookmarklets Installation

Now it's even easier to install all the bookmarklets and more. All you have to do is download the zipped file and run the run.bat file. It will automatically backup your old bookmarks in case anything goes wrong and will copy a new bookmarks file with all the bookmarklets already pre-installed. This is only for Google Chrome though! Once you run the file just restart Google chrome and there you go!

DOWNLOAD ZIP HERE

Sunday, March 1, 2009

My DOT TK

The other day I made a website with google sites and I was really impressed by how easy and fast it was to make a website with google. The only problem was the URL. It was a long and boring URL that nobody would ever even think about typing. But I found this really awesome website where you can make your own short personal domain for free! Why don't you try out it? It's easy and free. It will refer any website into your own personal domain.

JUST CLICK THE SQUARE UNDER TO TRY IT!

Wednesday, January 28, 2009

Chrome Bookmarklet Hacks

Check out this really useful bookmarklets that will let you do many amazing things! These are just simple Javascript codes which are made to enhance your browsing experience.

Download YouTube Videos as MP4
A very useful tool to download YouTube videos by just clicking on the button while you are on the the video in YouTube. Downloads the video pretty fast and in the best quality.

Download Video

Adblock+
Block Ads
This is a very handy bookmarklet which will block any ads in almost any website by just clicking it. Very useful, very simple, very effective

Adblock+



Adblock+

An extremely useful little applet which will remove all ads and third party frames. Very simple, very fast, very effective.

Adblock+


Translate - Click this bookmarklet to translate any web page to English. You don’t even need to know the source language.

Post to vi.sualize.us - This bookmarklet posts your favorite pictures to the photo-sharing web site vi.sualize.us.

Delicious - Save a page to social bookmarking site delicious with this bookmarklet.

Share on FriendFeed - Share a link to social media lifestreaming site FriendFeed.

Snipshot - Crop and rotate photos on the web, with Snipshot.

Digg - Digg a web page using this bookmarklet.

Clip to Evernote - This bookmarklet saves pages to note-taking application Evernote.

Take Screenshot - Take a screenshot on a web page using WebShotsPro.

Google Bookmark - Bookmark a page using Google’s own Google Bookmarks service using this bookmarklet

Tumblelog - If you own a Tumblr blog then this bookmarklet will allow you to quickly post to your tumblelog.

Dictionary - This bookmarklet lets you look up words in the dictionary. If you are in need of a Thesaurus, though, just drag and drop this Thesaurus bookmarklet to your toolbar. Another, similar bookmarklet called Reference is available, too.

Gmail This - Email any page using Gmail. For Google Apps Mail, try this instead. (You will need to replace “yourdomain.com” with your own domain name).

Linkify - Convert plain text URL’s into hyperlinks

Socialize - Submit a blog post from Google chrome to more than 50 social bookmarking website with a few clicks.

Google Pagerank - Since Google toolbar was not available for Chrome, you can’t use the toolbar’s smart Pagerank system. Instead, drag this bookmarklet and click on it whenever you want to check the Pagerank of any website or blog.

Twitter now - Drag this bookmarlet to Chrome and click on it whenever you feel like updating your Twitter account. You’ll get a pop up which will let you update your twitter status and check messages.

Share in Google Reader - Share the web page you’re on using Google’s RSS Reader.

Note This in Google Reader bookmarklet which lets you share the item while adding a note along with it.

Stumble it - Add this link and click on it whenever you want to Stumble a page you liked. Another way of stumbling a webpage can be found here.


Google Chrome Hacks

Welcome to Chrome Hacks. Your ultimate source of Google Chrome Hacks. All of the hacks hosted on this Blog are 100% free and 100% safe.