Friday, May 2, 2025

Junior Police Officer - Result

// Style

Saturday, February 8, 2025

Abdul Salams Backgrkund Remover

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Background Remover</title>

    <link rel="stylesheet" href="styles.css">

</head>

<body>

    <div class="container">

        <h1>Remove Image Background</h1>

        <form id="uploadForm">

            <input type="file" id="imageInput" accept="image/*" required>

            <button type="submit">Remove Background</button>

        </form>

        <div id="resultContainer">

            <img id="resultImage" src="" alt="Result Image" style="display:none;">

        </div>

    </div>

    <script src="script.js"></script>


/* styles.css */

body {

    font-family: Arial, sans-serif;

    background-color: #f4f4f4;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100vh;

    margin: 0;

}


.container {

    background: white;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    text-align: center;

}


h1 {

    margin-bottom: 20px;

}


form {

    margin-bottom: 20px;

}


input[type="file"] {

    margin-bottom: 10px;

}


button {

    padding: 10px 20px;

    background-color: #007bff;

    color: white;

    border: none;

    border-radius: 5px;

    cursor: pointer;

}


button:hover {

    background-color: #0056b3;

}


#resultContainer {

    margin-top: 20px;

}


#resultImage {

    max-width: 100%;

    border-radius: 8px;

}

</body>

</html>


Saturday, December 14, 2013

Saturday, October 19, 2013

Automate your android phone by sending sms [Hacking App]

With this app install on any android phone, can be controlled through SMS from any other phone.

How to use:

Step1: Install the app on android phone
Step2: Send an sms from any other phone to this android phone contacting the command of your choice.
Command to send sms "sms.0333xxxxxx.your message"
Command for call "call.0333xxxxxxx"

Monday, June 10, 2013

SMS Volume

If you get a sms message with trigger word, the app will change the volume level of your phone/media/notification/system.

Instructions <Trigger Word: Saad>
Get SMS: VOL SAAD <Volume Level>
Example VOL SAAD 10

this will set volumes to level 10

Download Here

Auto Brightness Change on Desire Time

In this app you will set 4 different times, with corresponding brightness levels and it will start its work.

Download Here

Android Alarm

This app will set alarm to any time you want and will alert you at the desired time.
Download Here