Tuesday, September 29, 2015

Modded Clash of Clans


Starting Gold : 800,000,000
Starting Elixr : 800,000,000

Starting Gems : 800,000

Starting Dark Elixr : 800,000



Remove Attribution Widget From Blogger

  • Open the blogger dashboard and open the layout tab.
  • Click on the small “Edit” button next to the widget you want to unlock.
  • If the widget doesn’t have any remove option then it is locked. Copy the widget’s ID from the top URL of the widget that is it looks something similar as "WidgetID='something’".


  • Navigate to the “Template” tab and click on the “Edit HTML” button.
  • Press “Ctrl + F” and search for the widget ID.
  • Now this is where you need to do a small editing to the widget. There are two ways to do that.
  • When you search for the widget ID you will see its attribute locked = “True”. 
  • Replace the word Ture as False  and save the template. Now your widget is unlocked.

  • Again open the layout => edit widget. You will find the option “Remove” and click on it to delete the widget.

Remove "Subscribe To: Post (Atom)" Link From Blogger


  • Go to your Dashboard > Template > Edit Html.




  • Click anywhere inside the code area, then press Ctrl + F keys to open blogger search box.



  • Find this line :

 <b:include data='feedLinks' name='feedLinksBody'/>


  • Remove it and click on Save Template. This will remove Subscribe to Post Atom Link from your blogger.

Saturday, September 26, 2015

Wabbitemu: The Best Calculator Ever

Features: 


  • Send and receive files to and from the emulated calculator via drag and drop
  • Run up to 8 running calculators at once
  • Connect virtual calculators to each other
  • Click buttons on beautifully rendered skins for each calculator model
  • Use built-in screenshot recording to capture the display
  • Grayscale support for 2-12 levels of gray
  • Configurable options for all aspects of the emulator
  • Copy output from TIOS
  • Instantly save and restore compressed states of the calculator
  • View the variables currently on each calculator
  • Adjust the speed of the calculator from 1%-1600%
  • Listen to sound output from the linkport
  • A Graphical Debugger specifically for assembly programmers Place execution and data breakpoints
  • View and change any part of the core cpu (registers,
  • View up to five points in memory simultaneously
  • Stack viewer for easy monitoring of the hardware stack
  • Load label files from SPASM for easy debugging
  • Rewinding up to 5 seconds of instructions

How To Install: 


  • First of all, download the app from below: 
  • After downloading, extract the files. 
  • Open the Wabbitemu folder and install Wabbitemu.apk file on your android system.
  • After installing copy, com.wabbitemu folder to SDCard/Android/obb.
  • Now open Wabbitemu.
  • When you'll open it, you will see 2 options, select, Help me create a ROM using Open Source Software. A ROM image is required to run Wabbitemu.
  • It will ask for Type of Calculator, select TI-84 Plus C SE.
  • Next for Calculator OS selection, select I already have an OS. A Calculator OS file is required to emulate TI calculators.
  • A file will appear. Click on it.
  • The ROM will start loading.
  • As the ROM loads, your calculator is ready.

Thursday, September 24, 2015

Get Colored Title Bar In Windows 10

Download Windows 10 - Color Title Bar Theme

Microsoft chose to force white title bars in an odd way. In the uDWM.dll theme file in Windows, there’s code that looks at the current theme file name and compares it to “aero.msstyles” — the default theme file. If it matches, Windows ignores the color specified in the theme file and sets the color to white. So, all you have to do is modify the default Windows theme file to not contain the name “aero.msstyles”.
First, open a File Explorer window and navigate to C:\Windows\Resources\Themes. Select the “aero” folder, press Ctrl + C to copy it, and then immediately press Ctrl + V to paste it and make a copy of it. Click “Continue” to the UAC prompt. Select “Do this for all current items” and click “Skip” when you see the File Access Denied window.
You’ll get a folder named “aero – Copy”. Rename it to “color”. (It doesn’t have to be “color”, but we’ll be using color throughout here — you just need to use a consistent name.)
Go into your new folder. You’ll see a file named “aero.msstyles”. Rename it to “color.msstyles”. Click Continue when you see the UAC prompt.
Next, open the en-US folder and you’ll see an “aero.msstyles.mui” file. Rename it to “color.msstyles.mui”. When you see the UAC prompt, click Continue.
The en-US folder may have a different name if you’re using a different language edition of Windows.
Go back to the main Themes folder and you’ll see a file named aero.theme. Select it and copy it by pressing Ctrl + C. Switch over to your desktop and press Ctrl + V to paste a copy of the file there. Rename the new aero.theme file to color.theme.
Right-click the color.theme file, point to Open With, select Choose another app, and open it with Notepad.
Scroll down in the file and locate the line under [VisualStyles] reading Path=%ResourceDir%\Themes\Aero\Aero.msstyles. Replace it with Path=%ResourceDir%\Themes\color\color.msstyles. Save your changes and close Notepad afterwards.
Select the color.theme file and press Ctrl + X to cut it. Go back to the C:\Windows\Resources\Themes folder and press Ctrl + V to paste it here. Agree to the UAC prompt when you’re done. You now have a theme that can use colored window title bars.


Activate the Theme

Double-click the color.theme file to activate your new theme. Windows will switch to the color.theme file and your window titlebars will immediately become colored.


Pick a Custom Color

As on Windows 8, Windows automatically chooses an “accent color” from your desktop background by default. But you can set your own custom color.
Right-click the desktop and select Personalize, or open the Settings app and select Personalization to find these options. Pick the “Colors” category. Disable the “Automatically pick an accent color from my background” option and you’ll see a list of different colors you can use.
This list is still a bit limited compared to the Color and Appearance options in Windows 8.1, which allowed you to select any color you liked. This desktop control panel has been completely hidden in Windows 10. However, you can still access it — for now.
To access this hidden control panel, press Windows Key + R to open the Run dialog. Copy-and-paste the following line into the Run dialog and run the command:
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced
The “Show color mixer” option here will let you pick any color you want for your window title bars.
This process was tested on the final version of Windows 10 — build 10240. As Microsoft is committed to updating Windows 10 more regularly than previous versions of Windows, it’s possible they may change the way this works in the future. Or, if we’re lucky, they may add more theme options that don’t require this hidden trick.

How To Disable Right Click On Your Blog Or Website



How To Disable Right Click On Your Blog ? 
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.




  • Go to your blogger Dashboard and then Click on Layout.




  •  Now Click on Add Gadget and select Html/Javascript.


  • Now paste code given below in the pop up window.



<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>


  • Save it and done.
  • Now users will not be able to right click on your website.  

Setup Custom Domain In Blogger Using Freenom


  • Go to Freenom
  • Enter your desire domain and select .tk from the option, click on “Search” button, same below screenshot.



  • If your desired domain is available then you redirect on Domain Registration page set registration length as 12 months and  like this screenshot below. If not, then try any other domain name.


  • Click Order Now button. Here you have to verify your account by email, Verification link Sent to Your Email The Link, go to your Email Index and Click On The Link it redirect to checkout Page.


  • Don't worry about it Fill the form give Email ID and Password Login further to Setup Domain in Blogger. Congratulation you have get your Domain, get ready for Setup custom domain in Blogger.

SETUP CUSTOM FREE DOMAIN IN BLOGGER


  • Go to Blogger Settings and find Publishing option in your dashboard. Now click on Set up a third-party URL for your blog.

  • Then enter your Dot Tk domain with www in the like www.technohalf-demo.tk (as shown in the picture).

  • Hit Save button, you get a Error i.e. We have not been able to verify your authority to this domain. Error 12. Now That's what we require, two CNAME like below picture. Don't close this Page.

  • Open a New Tab in Browser and Go to Your Freenom ClientArea Link and click on Domain Panel and then click on “My Domain” same below screenshot.

  • It will take to your Domain Page and click on “Manage Domain”. Like this-



  • Now clicked on Manage Freenom DNS and it will take to DNS MANAGEMENT for yourdoamin.tk

  • First of all Select “CNAME Record” from type option then write “www” in Name and “ghs.google.com” in Target and Leave TTL to 14440 .

  • Again to add another CNAME click on “More Records” and then write Host Name and Target that you got in error . You can do it same below image. 

  • OK you have added your CNAME records successfully Let's add "A Record". Clicked on More Records, select “A Record” from type and Leave Name to Blank and set TTL to 300. Set First "Target" to 216.239.32.21. Again repeat this process and Add Second "Target" to 216.239.34.21, Third "Target" to 216.239.36.21, Fourth "Target" to 216.239.38.21 like this Screenshot Below.

  • You have done your job well click Save Change to get effect. Now! Just Wait around 5 to 10 minutes and then go to your Blogger account and got to Setting>>Basic>> Add a Custom Domain and enter your www.yourdomain.tk (Don't Forget to add www before domain name) domain.



  • Before saving check the Redirect Option otherwise no one can visit your domain unless and until 'www' is put before your domain. ('yourdomain.tk' can not be redirected to 'www.yourdomain.com').




Watch The Video Tutorial If You Still Don't Get It :

Monday, September 14, 2015

Get the IP address of your email sender

We all may get lots of fraud and spam emails on gmail and on other email sites and these days we are  getting these types of email too much.
So follow these simple steps given below and you can get the IP address of your email sender.


  • Go to  Gmail then open the mail of which you want to find IP address of.
  • Then click on more then select 'Show original'.
  • A source page of the mail will be open. Now search for "Received: from" then you will get the IP address of the sender on the same line where you will get your word that you searched for.
  • Now its time to get the information of the IP address,go to here then enter the IP address of the sender.
  • Now click on "whois".

THATS ALL, you will get the maximum detail of the email sender.

Sunday, September 13, 2015

Increase Your Youtube Buffering Speed by Bypassing ISP Throttling



Most of users have problem with Youtube that video playing is very slow i.e., buffering takes more time.

Steps to Increase Your Youtube Buffering Speed by Bypassing ISP Throttling:


  • Open Command Prompt.
  • Right click on the border of command prompt.
  • Then click on properties.
  • Tick on Quick edit mode and Insert mode.
  • Copy the following code

netsh advfirewall firewall add rule name="YoutubeBufferTrick" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
  • If you want to remove this feature just copy the following code

netsh advfirewall firewall delete rule name="YoutubeBufferTrick"

Get Awesome Start Menu

Now you can change your boring windows start menu with custom start menus.Yes it is possible by using third party program instead of doing it manually.
There are lots of start menu available on Internet that you can use for replacing your windows start menu.

This program works perfect with any windows version and easy to use. I will show how can you change and add more start menu including Windows 10 start menu to this program so just follow some easy steps as given below.




  • First of all download Windows Start Menu Changer from below.
  • Install this program. (Note: Uncheck the adware while installing it.)
  • After installation you will get some preloaded start menu so install any one that you like.
  • Then you can see changes to your start menu.
Now I will tell you how to add custom start menu to this program.
  • As i have provided windows 10 start menu with the program.
  • Open the folder and you will see four types of windows 10 start menus.
  • Move every folder to Vistart skin folder : C:\Users\user\AppData\Roaming\ViStart\_skins
  • Now restart Vistart  then go to option by right clicking on start orb then Options.
  • Now select your desired start menu and then OK.


Monday, September 7, 2015

Change Windows 10 Login Screen

Hey Friendzz!!! I'm back with new trick.

Today I will tell you how to change login screen of windows 10.

Many users face problems as they are unable to set the login screen of their choice.
But I will tell you how to change your windows 10 login screen.


Just follow the steps below:




  • First of all, download Windows 10 Login Screen Changer Applicaton from the link below.

Features of Windows 10 Login Screen Changer Applicaton:
  • Awesome UI
  • Easy to use
  • Simple just add your favourite image to windows 10 login screen

Thursday, September 3, 2015

Hide Drives from Your Computer in Windows 7 or Vista

If you’ve got drives in My Computer that you never access, such as a USB Flash drive that you are using solely for ReadyBoost, a floppy drive, or a network drive only used for a particular piece of software, then you might want to simply hide the drive from your computer.
This tip will only hide the drive from being displayed, applications and the command prompt will still have access to it, and you can still manually browse to the folder if you type in the path.
Now what’s that floppy drive doing there?
To hide drives just follow the simple instructions:
  • Click on Start.
  • In the search box type regedit.exe.
  • You can also open it by pressing Win+R to open the Run box and typing regedit.exe.
  • Navigate to: 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • The NoDrives key most likely does not exist by default, so you’ll need to create it with right-click \ new 32-bit DWORD and name it NoDrives.
    This value is a 32 bit number, and the bits are arranged in reverse order with a value of 1 hiding that drive. For example, if we wanted to hide drives A: and F: we would arrange it like this:
  • Converting 100001 to decimal we end up with a decimal value of 33 or a hex value of 0x21, so if you double-click on the key in the registry editor, choose Decimal and then enter 33 into the value field.

  • In order to see these changes, you’ll need to restart explorer.exe, which you can do easily from Task Manager or the longer way by just logging off and back on.


 Uninstall Tweak
To disable this tweak, simply remove the NoDrives registry key entirely.
Reference Info
Here’s a list of the values you’ll want to enter for a few different drive letters.
If you want to hide multiple drives, you’ll need to use the table of all the drive letters to figure out the correct binary code, and then convert that to decimal or hex. (hint: you can use the calculator in scientific mode)
Look, now that worthless floppy drive is gone!

Naturally it would be better to disable the floppy drive in your BIOS, but this tip is still valid for other types of drives.
Note that this also works on Windows XP.


Wednesday, September 2, 2015

Change the Registered PC Owner

If you’ve ever wondered how to change the name of the person that Windows is registered to, this is the quick tip for you. It’s not all that useful, but it might come in handy if you got a computer from somebody else.

Here are steps to change the registered PC Owner:


  • Click on Start.
  • In the search box type regedit.exe.
  • You can also open it by pressing Win+R to open the Run box and typing regedit.exe.
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion.
  • Now you can find the RegisteredOwner and RegisteredOrganization keys in the right-hand pane.


  • Double click on it and in the Value Data box type to change them to whatever values you want.
  • To show off the new changes, just type winver.exe into the start menu search box or Win+R run box to see the About Windows box: