HACKING NASA'S SERVER

Hii!! Friends, this is PAL VIVEK and my first Post in this website. Today i will give you some Code that run and give us output as, We are Hacking Nasa's Server. Don't worry this is for only Entertainment..

So Lets Start With our coding....

import socket 

import time

import random


time.sleep(2)

print("Welcome to Palji's hacking program")

print("====================================================")

time.sleep(3)

print("Do this secretly because NASA might be watching you....")

print("====================================================")

time.sleep(2)

print("Hahaha just kidding,\nIt's just a little program but doesnt actaully hack.")

print("=========================================================")

time.sleep(3)

print("Type 'yes' to start hacking NASA: ", end = "")

yes = str(input(""))

print("===============================================")

time.sleep(2)


if yes == "yes" :

    print("starting...")

    time.sleep(2)

    print("Getting The Host Name... please wait...")

    hostname = socket.gethostname()

    time.sleep(2)

    print(f"Hostname: {hostname}")

    time.sleep(2)

    print("Getting The IP Address...please wait...")

    ip_address = socket.gethostbyname(hostname)

    time.sleep(2)

    print(f"IP Address: {ip_address}")

    time.sleep(2)

    print("Starting to get the passcode from the satelite in 3...")

    time.sleep(1)

    print("2...")

    time.sleep(2)

    print("1...")

    time.sleep(2)

    

while True:

    num = random.randint(120, 200)

    passcode = 126

    time.sleep(1)

    if  num != passcode:

        print(f"PASSCODE: {num}")

    else:

        print("Got The PASSCODE")

        print(f"PASSCODE: {passcode}")

        break

        

    print("bypassing security patches...")   

    time.sleep(2)

    print("Successfully bypassed!")

    time.sleep(2)

    print("Checking for files...")

    time.sleep(2)

    print("Your trying to access classified information...")

    time.sleep(1)

    print("And right now your being monitored by NASA......")

    time.sleep(1)

    print("Deleting Documents...")

    time.sleep(3)

    print("All files and documents were DELETED successfully!")

    time.sleep(2)

    print("Formatting Device...please wait!...")

    time.sleep(5)

    print("Device formatted successfully!")

    time.sleep(2)

    print("Hacking all your account...")

    time.sleep(3)

    

    for i in range(101):

        time.sleep(0.52)

        print(f"{i}%")

        

    time.sleep(2)

    print("FACEBOOK HACKED") 

    time.sleep(1)

    print("GOOGLE ACCOUNT HACKED")

    time.sleep(1)

    print("WHATSAPP HACKED")

    time.sleep(1)

    print("PORNHUB ALSO HACKED \nBanange neyo nayo")

    time.sleep(2)

    print("Hacked All Accounts hehe busted")

    time.sleep(2)

    print("==========================================")

    print('I hope you enjoyed your hacking journey')

    print("Please Support Me & Show some love")

    

else:

    print("Invalid Character!")

    Note:- You Can Copy this Code and Have a Fun.& I am using Dcoder Application for running This Code  you can use any others app. also where you are Comfortable.. Byy Have a meet in next Post...



Post a Comment

10 Comments