Sunday, November 6, 2016

How to Make Google Custom Search Engine

The Fast way to make your site visible to Google Search is to make your own site CES by Google.

Get fast and relevant search results
Customise the look of the search results to match your site's design
Make money off the ads  show using

What is CSE?
Google Custom Search Engine enables you to create a search engine for your website, your blog, or a collection of websites. You can configure your engine to search both web pages and images. You can fine-tune the ranking, add your own promotions and customize the look and feel of the search results. You can monetize the search by connecting your engine to your Google AdSense account.

My TekPakbet is not yet on Google Search but I will send index soon still in progresss



Here is quick  Simple Guide how to create Google Custom Search Engine
1.  Visit CSE website with your own Google Account linke https://cse.google.com/cse/create/new
2.  Add your Website and you can add many if you have 2 or more.




3. Now Name your search engine and language if must, then click create if you finally done.


4. Get your code now.


5. You will see this scripts  and put it your blog site, the fast way to put this if your lazy on CSS hmtl coding is  just add a html widgets. and paste this there.. an Finally your done.

Hope this tutorials helps you and me..






Friday, November 4, 2016

How to Modify Any Android Game or Android App

How to Modify any game or App, if you have a little brain, an idea and some patience. Just read below.


  • APKTool to decompile and compile APK files
  • SignApk to sign the recompiled APK files
  • JAVA RUNTIME download it on oracle
You can download it from HERE
skip ads in 5 seconds
DOWANLOAD


Extract the rar file on your computer drive  C:/

























Step 1 : 

Extract the files and there will be four folders.
files , compiled, decompiled, and signed.




Step 2 :

Files  > Place your working APKs here  (any games or apps)




Step 3 : 

Open Command Prompt in the extracted folder





 STEP 3:

ENTER  DECOMPILED COMMAND
You can type the command on notepad then copy paste  on command prompt
Change the BLOGMYTUTS with the name of your apk file.
apktool d files/BLOGMYTUTS.apk decompiled/BLOGMYTUTS


The command is very simple save the decompiled files to decompiled/BLOGMYTUTS folder (d is the command for decompile)



Decompiled : The files after Decompiling your APK will go here. You can edit the files after      decompiling.



 STEP 4

Mod and redesign  It is very easy to mod. Here,I want to change the driver head of Hill Climb racing. So, in the assets folder., there is an driver-head.png file.



It is obvious that this is the driver head image file. Now, edit the image using Photoshop (or anything similar) and change the head. Here, I have a child photo replaced the head with this one and that's enough!. Be careful, when doing this, the photo should be in correct position  and if the photo is transparent background the replacement should be the same.





STEP 5

 Compiled : After editing and recompiling, the unsigned APK file goes here. You cant use it before signing.
Time to recompile  - For recompiling, open command prompt and type the following command.
again replace BLOGMYTUTS with your apk name.


 apktool b decompiled/BLOGMYTUTS compiled/BLOGMYTUTS.apk


 Command b is for Binding.




STEP 6

 Signed  :  Finished APK, after signing goes here. You can install the APK after signing.

Now the final step. To sign the APK file, you can use the SignApk (Provided in the Zip file). Type the following command  replace the BLOGMYTUTS with your apk name.


java -jar signapk.jar certificate.pem key.pk8 compiled/BLOGMYTUTS.apk signed/BLOGMYTUTS.apk





Now copy your mod APK on your  android  install from unknown source.. ENJOY!!
If you wanna download my BLOGMYTUTS.apk  Click HERE


Pwede nyo din edit yung sasakyan tulad neto...
(You can background pics, car, body and tire  etc..)








Other Command..




Updated  APK EDITOR  LITE :

Themer Editor Much Easy than APKTools on this tool you don't need to type any command you just choose and press 1,2,3,0 

Works on 32 and 64 bit  Windows (tested on Windows 7  and Windows 10 64 bit and 32 bit)

What you need?
JRE 6/7 -download it from java.com
Any good image editor like l Photoshop, GIMP or Paint.net





Download Themer APK editor
https://www.facebook.com/download/870950449655340/APK-Image-Editor.rar






11 Amazing Notepad Tricks That Will Work On Your PC

Notepad is the simplest text editor provided by Microsoft in every version of Windows including its current Windows 10 avatar. Notepad is the best option when you want to create a quick note. The files created by Notepad are saved in the .txt format which is supported by every text editor or document processor. So, the files created by Notepad can be opened, edited, and modified on almost every PC/laptop and even your smartphone.

People take Notepad for a general note saver but it is much beyond that. Notepad is light-weight text editor is wrong because it can open many unknown extensions files and the Notepad itself allow you to execute unbelievable commands, tricks and hacks to make it more productive for you. You can do many things from Notepad Program like creating programs, modify system files, hack hardware, create a virus etc.. You can also give your computer  the commands from notepad program.



These Notepad Tricks works in all Window versions like Windows XP, Windows 7, Window 8 and Window 10.

1. Create CD Virus from Notepad (continuously pop out CD Drive)

Open Notepad and Write down below codes:


CODE


Now save the note as “cdvirus.vbs”. Now, if you open this file in your system, your cd drive will pop-out continuously. You can try this trick on your friends computer and give him the fright of his life. The cdvirus.vbs can be closed only by rebooting your Windows PC.

2.  Create Notepad Virus that Shutdown your Friend Computer with Message

Open Notepad and Type:


CODE

Now save it as “shutdownvirus.bat”. Every time you open shutdownvirus.bat on your PC, your PC will shut down with a message stating ‘WARNING THIS COMPUTER WILL SELF DESTRUCT!!.’ This trick is the best one to scare your friends.

3. Open 100s of Notepad Tabs And Crash Your Friends PC/Laptop


CODE

Save this note as “Unlimitednotepad.bat” and send it to your friends as an attachment. Enjoy them squirming every time their PC crashes.

4. Create Your Own Personal Diary With Time & Date With Notepad

This Notepad trick will allow you to create Notepad note in such a format that whenever you edit your note, it will get saved with date and timestamp automatically. To do this, follow these steps:


  1. Open Notepad
  2. Type .LOG in the first line.
  3. Save the file as Log.txt
  4. Now, write something to the file and it will automatically get saved with edited date and time.



Save the note as “personaldiary.txt”. When you open the file again you will see the current date and time being inserted automatically after the LOG line. This will happen automatically every time you reopen personaldiary.txt  and you can keep a diary of sorts with it.

5. Create a Pinger that change color when no reply

Open Notepad and Write down below codes:


CODE

Now  save as pinger.bat  this pings Google or any site you want Green color is has Reply  while Red is a Bad Ping No Reply.


6. Test Your Anti-Virus Software’s Effectiveness

You can also use Notepad to test whether your antivirus is as good as the av company claims it to be.

Copy the code give below in your Notepad file:


CODE

Save this note as “virus.exe” on your computer and reopen it. If the antivirus installed on your PC/laptop is good enough it will trigger and flag virus.exe. If it doesn’t flag the virus.exe automatically put your PC on a scan and check out whether your antivirus is able to flag it. If not, its time to buy another anti-virus product.


7. Create Matrix Movie Computer Screen Effects in Your Computer

Open Notepad and copy the below-mentioned text in your notepad file:


CODE

Now save the note as”matrix .bat ” in your PC/laptop. Reopen it and enjoy the Matrix-like effects that appear on your screen.

8. Convert Text Into Audio With This Notepad Trick

Open Notepad and type:


CODE

Now save this note as “textaudio.vbs” on your computer. Open textaudio.vbs and hear your PC/laptop speak.

9. Disco Dancing Keyboard Light Trick

Open Notepad and copy the following text as it is.


CODE

Now save the note as “disco.vbs”  on your PC/laptop. Now reopen disco.vbs and watch your keyboard turn into disco lights.

WARNING!!  Never run the below mentioned two tricks on your PC/laptop. Running these files will delete/format your C: Drive.

10. Format Your Whole Hard Disk With This Notepad Trick

This is really interesting things for you guys, you can format any PC by executing below file. Open notepad and type the below code in it.


CODE

Now save it as  “Format.exe” or give any name you desire but keep the extension as .exe. That’s It ! Now just double click on the file (to open it) and your C: drive will be formatted !.

11. Write A Simple Undetectable Virus

Like the above trick, this will also delete the contents of your C: Drive. Open Notepad and copy paste the below text.


CODE


And save that as bomb.bat or any other name that you with .bat extension. When you double-click and open this file, it will start deleting the contents of your C:

The above two tricks are best to be tried on your enemies.


All post for educational purposes only!!



How to changed Globe Huawei 315s LTE Modem WiFi Password and WiFi Name

How to changed Globe LTE Modem WiFi Password and WiFi SSID/Name

These are the steps how to change the wifi name/SSID and WiFi password:

1. Open a browser go to this url: 192.168.254.254.

2. Log in your account.



user: user
pass: @l03e1t3      (copypaste this or  type @,small letter L, zero,3,e,1,t,3---parang jejemon globelte)


3. On the left side bar, Go to General Settings > Click WLAN Basic settings.

4. On the interface profile below. On the SSID, type in your desired WIFI name.

5. Next is Security type, Select WPA2-PSK

6. Then on WPA-PSK (pwede din kahit WPA2), Type in your desired password. It must be not less than 8 characters and not greater than      63 characters. A-Z, 0 -9,  a-z combinations.
 

Ex. 
SSID WiFi name: BiliKaWiFiMo 
WiFi Password/Preshared Key:  2444666668888888 
( pag tinanong ka ano WiFi sagutin mo ng 12345678 joke)

7. On the WPA /WPA2 encryption type, select AES or pwede both

8. Then click on the submit button.

9. Restart the device then check if the Wifi name and password are changed.










Wednesday, November 2, 2016

WiFislax - Linux

Best program for WiFi - These days, it's one of the tools most frequently used to audit WiFi networks, both for the wide variety of tools included to do so as well as the numerous drivers for network cards that come installed in the distribution.  It is very easy to use the tool. It is made for into two major languages that have first in Spanish and other is English. So you can select your own language at the time of Running WiFi Slax on your PC.

Wifislax is prepared to work in a Live CD version or to be installed on a hard drive. That installation can also be done once you've initiated the Live CD version.

As always, it's important to keep in mind that this type of distribution should be used to improve your network security, not for any illegal actions like stealing WiFi passwords or intercepting data, which are considered to be serious crimes by the authorities.


The KDE desktop is represented by the "kde-workspace" and "plasma-desktop" packages and the Xfce desktop by the "xfdesktop" package.

The distribution's main claim to fame is the integration of various unofficial network drivers into the Linux kernel ( GPU is powerful) , thus providing out-of-the-box support for a large number of wired and wireless network cards.

(yung linset kasali nadin dito at completo nadin upadate)



Feature of Slax Wifi full version:

1:- Used for Wifi Hacking password Pentatest
2:- Used for Web Hacking Pentatest
3:- It helps us to inject SQL database
4:- Fast and Mouse click to hacking anything
5:- Hardware testing and detection
6:- very easy and too much secure for Windows


How to Use WiFi Slax
1:- Just download this version from given below method
2:- Need a USB Pin Drive that has just 2Gb space or more if yiu want + persistence
3:- Need Rufus USB Burner
4:- After Downloading of Wifislax and Rufus USB Burner Tool.
5:- Run Rufus as an Administrator and add WifiSlax.iso file then click on start
6:- After burning please restart your system and boot on USB Drive
7:- Select your Language then click on 1st option then next tap select on a 1st option and now you see a wifi Slax desktop.
8:- Now you can use it .



Making WiFi Slax with Persistence is easy just open a terminal
type:
Changes [space] "Amount or space available for writing"
sample: Changes 1024 ( equal to 1GB)

You can download ISO @  http://www.wifislax.com/



How to have AdSense Account for Blogspot

Do you have blog?
You want to make money on it? well check your blog if its.

How old is blog?
It must be 6 months and have at list some unique post.

How to check your blog if it ready for monetizing.
Go to Earnings, you should see this sign up for AdSense , if not your blog is not ready for that and you have to wait.

AdSense (Google AdSense) is an advertising placement service by Google. The program is designed for website publishers who want to display targeted text, video or image advertisements on website pages and earn money when site visitors view or click the ads.

While we can't say whether your site would be eligible without fully reviewing your application, there are a few things you can check before applying to see if your site would be a good fit with AdSense.
  • Do you have a website?
    You'll need one in order to participate. Read our tips for creating great content so you'll attract users and advertisers to your site.
  • Are you at least 18 years old?
    As noted in our Terms and Conditions, we can only accept applications from applicants who are over 18.
  • Does your site comply with our program policies?
    Check that your site complies with our policies before submitting your application. Keep in mind that we may change our policies at any time, and per our Terms and Conditions, it's your responsibility to keep up-to-date with them.
  • Has your site been active for at least six months?
    In some locations, including China and India, we require your site to have been active for at least six months before it will be considered. We've taken this step to ensure the quality of our advertising network and protect the interests of our advertisers and existing publishers.
When you're ready, please submit an application. We'll review your application and get back to you by email within about a week.

Apply Here: https://www.google.com/adsense/signup








 Sign up for AdSense
1.Click Signup and answer the following
2.Enter your address and name.
3. Then congrats you have to wait for approval they will review your blog.




Here's a more detailed description of the approval process:
  1. After you've submitted your application, you're then signed in to your AdSense account for the first time. Initially, you'll see a red bar across the top of your account, to let you know your application is under review. To complete the review process, copy the code from the AdSense homepage and paste it into the HTML of your site right after the <head> tag. It's important that you complete this step, otherwise we won't be able to continue the review process.
  2. Once our system detects that you've placed the code on a live page on your sign-up site or URL, we'll automatically review your entire site (not just the page that you submitted in your application). It typically takes 1-2 days for our specialists to complete the review. As soon as we’ve reviewed your application, we’ll send you an email with details on your application status.
  3. Once your application is fully approved, the red alert in your account disappears, and you're ready to start showing ads. Learn how to set up ads on your site.



NOTE: I have mistakes from my previews blog I accidentally click my own ads and they disabled it -_- This is a WARNING to ALL of us don not click our own ads AdSense is serious about that. This is my second blog Praying  to have AdSense the ultimate dream of beginners like me.

Facts:  Mostly failure AdSense applicant ask if they can join AdSense again with same Name.

Truth is..yes you can try to join again and again but different address and new Information like Number.

-ExpressTuts




How to Change Default Web Browser in Windows 10 in less than a minute

Microsoft Edge is the default web browser in Windows 10 when you upgrade, even if you had it set to Chrome or Firefox. While the Edge browser is much faster and intuitive than Internet Explorer, there are features that are missing. Namely the ability to use popular addons or extensions that are available in other browsers like Chrome or Firefox.


When you upgrade to Windows 10, you may inadvertently reset your default browser to Microsoft Edge. Follow these steps to change a default browser back to Firefox.


Step 1. Go to Action Center by clicking the notification icon, then All Settings.



Step 2. Go to System -> Default Apps



Step 3. Select your desired browser  sample Firefox then click save Done  less a minute!.