Friday, 24 March 2017

Here Is My C Program To Encrypt Any Text (Hax4Us)

2 comments
Hax4Us
Namaskar Dosto , Aap Sabhi Ka Fir Se Swagat Hai...

Aaj Dosto Me Aapko Ek Basic Program Bataunga Jo Mene Khud Banaya Hai , Aap Isme Or Bhi Modifications Kar Sakte Hai Like Mene Iski Limit Only 6 Characters Ki Rakhi Hai Aap Ise Increase Bhi Kar Sakte Hai And Koi Bhi Problem Ho To Aap Mujse Freely Puch Skte Hai.

Vese Me Ese Programs Banata Rehta Hu Or Share Bhi Karta Rahunga....

Jo Bhi C Programming Me Newbie Hai Vo Ise Easily Understand Kr Sakte Hai ....

Code :-
************************************
#include<stdio.h>
main()
{
    int i,j;
    char a[6];
    char b[26]={'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};
    printf("Hello User Enter Your Name To Encrypt\nAnd Keep In Mind :\n Enter At Least 6 characters\n");
        scanf("%s",&a);
    for(i=0;i<6;i++)
    {
        for(j=0;j<26;j++)
          {
            if(a[i]==b[j])
            {
                a[i]=j;
            }
        }
          }
    for(i=0;i<6;i++)
    {
        printf("%d",a[i]);
    }
}
************************************

Note :- Ye Program Linux Ya Android Me Easily Compile And Run Ho Jayega But Windows Ke Liye Isme Aapko Conio.h Header File Add Karni Padegi..

For Any Problem You Can Comment Or Ask
Read More

AFTER BURNER : BLACK FALCON ISO File Cmpressed Download (Hax4Us)

Leave a Comment



Hello Guys , Welcome Back To My Cool Site ......

AFTER BURNER : BLACK FALCON 

About This Game


T for Teen
This arcade-style flight game combines intensive air combat with a multitude of explosions that allow gamers to relive the experience of the classic After Burner arcade game. In addition to the in-depth customization of 19 officially licensed military planes, gamers can compete against friends via ad-hoc in a variety of multiplayer modes as well as fly solo in a story-rich single-player campaign.
A terrorist cell called Black Falcon has infiltrated a top-secret CIA facility, escaping with 13 fighter jets. As a member of a highly classified military group, players must to do whatever is necessary to retrieve these fighter planes before they are sold to other terrorist cells. Utilizing an assortment of hi-tech planes such as the F-14D Tomcat, F-15E Strike Eagle, and F-22 Raptor, players engage in high-speed aerial combat as they dogfight their way through dangerous terrain to seek and destroy all terrorist targets.
Release Date: March 20, 2007
Size : 298 MB (Compressed)

Download Link 



Read More

Wednesday, 22 March 2017

LineageOS (Custom ROM) For Yuphoria

Leave a Comment
Hax4Us
Custom ROM For Yuphoria (Requested By Our Group Member @Aman Rajput)

Requirements:
  • Latest twrp
  • Patience😎
NOTE: It can take little bit extra time to boot.
In beginning of ROM(First Boot)you will face lags but use it for for a while & after using for a while you can see a difference then ROM will not lag anymore.
Ignore red lines in twrp while flashing ROM (E:unknown command [log]
Use jio on 1st sim slot
To enable HD icon follow this -> Open simtoolkit app -> SIM Toolkit1 --> Home IMSI

Download Link :

Disclaimer :- Flash At Your Own Risk. Hax4Us Will Not Responsible for Your Bricked Phone.
Read More

How To Change Boot Animation In Android Simple Way (Hax4Us)

Leave a Comment
Hax4Us
Hello Guys,Welcome Back To My Cool Site

Today We Will Learn That How Can We Change Boot Animation In Android...

STEPS :-
1. Like the first step in Method, download the custom boot animation you want here.
2. Download the Boot animations root app here.
3. Open the app then click menu options and select Backup/Restore. Backup your original boot animation by tapping Backup. (You can restore your original boot animation from here too with the Restore Option.)
4. Locate your custom boot animation file (in this case, ‘bootanimation.zip’). Long-press the zip file then choose Install.
Note: File names such as ‘Flying-fox-animation.zip’ should be renamed to ‘bootanimation.zip’ before installing it.
Also if you download the boot animation file with this Boot animation apk app then your downloaded file will be located here :
storage/sdcard0/romtoolbox/boot_animations/android_particles.zip
5. After you have done installing, reboot your device to see your new custom boot animation.
That’s all!
You now know how to customize your boot animation.
Note :- If You Have Any Query Related To This Post So You Can Comment Or Ask .
Suggestion :- Create A NAND Backup Before Doing Anything.
Read More