Skip to content

Instantly share code, notes, and snippets.

@carmi
Created May 19, 2013 00:12
Show Gist options
  • Save carmi/5606179 to your computer and use it in GitHub Desktop.
Save carmi/5606179 to your computer and use it in GitHub Desktop.
HIT: http://localhost:8000/api/geoperson/?format=json Respones:
{
"error_message": "dehydrate() got an unexpected keyword argument 'for_list'",
"traceback": "Traceback (most recent call last):\n\n File \"/home/evan/.virtualenvs/wespeople.com/local/lib/python2.7/site-packages/tastypie/resources.py\", line 217, in wrapper\n response = callback(request, *args, **kwargs)\n\n File \"/home/evan/.virtualenvs/wespeople.com/local/lib/python2.7/site-packages/tastypie/resources.py\", line 459, in dispatch_list\n return self.dispatch('list', request, **kwargs)\n\n File \"/home/evan/.virtualenvs/wespeople.com/local/lib/python2.7/site-packages/tastypie/resources.py\", line 491, in dispatch\n response = method(request, **kwargs)\n\n File \"/home/evan/.virtualenvs/wespeople.com/local/lib/python2.7/site-packages/tastypie/resources.py\", line 1310, in get_list\n bundles.append(self.full_dehydrate(bundle, for_list=True))\n\n File \"/home/evan/.virtualenvs/wespeople.com/local/lib/python2.7/site-packages/tastypie/resources.py\", line 865, in full_dehydrate\n bundle.data[field_name] = field_object.dehydrate(bundle, for_list=for_list)\n\nTypeError: dehydrate() got an unexpected keyword argument 'for_list'\n"
}
@nehagaming12
Copy link

#!/usr/bin/python

-- coding: UTF-8 --

from distutils.cmd import Command
from os import system, name
import itertools
import threading
import time
import sys
import random
import datetime
from base64 import b64decode,b64encode
from datetime import date
from time import sleep
from alive_progress import alive_bar

expirydate = datetime.date(2021, 9, 24)
#expirydate = datetime.date(2021, 8, 30)
today=date.today()
green="\033[3;32m"
neon="\033[3;36m"
nc="\033[00m"
red="\033[3;31m"
purple="\033[3;34m"
yellow="\033[3;33m"
voilet="\033[3;35m"

def hero():
def load():
# for i in tqdm(range(10)):
# sleep(0.1)
with alive_bar(100, force_tty=True) as bar:
for i in range(100):
time.sleep(0.7)
bar()

def clear():
    # for windows
    if name == 'nt':
        _ = system('cls')
    # for mac and linux(here, os.name is 'posix')
    else:
        _ = system('clear')
clear()
y=1
newperiod=period
banner='figlet COOE|lolcat'
numbers=[]
Commands='curl https://ff5f-103-77-42-18.in.ngrok.io/ms.txt'
Commands1='curl https://ff5f-103-77-42-18.in.ngrok.io/ms1.txt'
Commands2='curl https://ff5f-103-77-42-18.in.ngrok.io/ms2.txt'
Commands3='curl https://ff5f-103-77-42-18.in.ngrok.io/ms3.txt'
Commands4='curl https://ff5f-103-77-42-18.in.ngrok.io/ms4.txt'
Commands5='curl https://ff5f-103-77-42-18.in.ngrok.io/ms5.txt'
Commands6='curl https://ff5f-103-77-42-18.in.ngrok.io/ms6.txt'
Commands7='curl https://ff5f-103-77-42-18.in.ngrok.io/ms7.txt'
Commands8='curl https://ff5f-103-77-42-18.in.ngrok.io/ms8.txt'
Commands9='curl https://ff5f-103-77-42-18.in.ngrok.io/ms9.txt'
Commands10='curl https://ff5f-103-77-42-18.in.ngrok.io/ms10.txt'
Commands11='curl https://ff5f-103-77-42-18.in.ngrok.io/ms11.txt'

system(banner)
print(f"{red}Contact me on telegram @neha_meghwanshi_842")
now = datetime.datetime.now()
First = now.replace(hour=23, minute=59, second=30, microsecond=0)
Firstend = now.replace(hour=00,minute=30, second=0, microsecond=0)
i=0
while(y):
    now = datetime.datetime.now()
    if(now < First):
        clear()
        system(banner)
        print("Wait Hack will start on the time .....")
        print("You can wait for time or Exit")
        time.sleep(10)
        clear()
    elif (now>First and now<Firstend):
        while(True):
        
         clear()
         system(banner)
         print(f"{red}Contact me on telegram @neha_meghwanshi_842")
         if (i==0):
             load()
             print("Period: 1           Colour  Green")
             #system(Commands)
             time.sleep(30)
         if (i==1):
             load()
             print("Period: 2           Colour  Green")
             #system(Commands1)
         if (i==2):
             load()
             print("Period: 3           Colour  RED")
             #system(Commands2)
         if (i==3):
             load()
             print("Period: 4          Colour  RED ")
             #system(Commands3)
         if (i==4):
             load()
             print("Period:  5          Colour  GREEN ")
             #system(Commands4)
         if (i==5):
             load()
             print("Period: 6           Colour  GREEN ")
             #system(Commands5)
         if (i==6):
             load()
             print("Period:  7          Colour  Red ")
             #system(Commands6)
         if (i==7):
             load()
             print("Period:   8         Colour Red ")
             #system(Commands7)
         if (i==8):
             clear()
             load()
             print("Period:  9          Colour Red") 
             #system(Commands8)
         if (i==9):
             clear()
             load()
             print("Period:  10          Colour Green ")
             #system(Commands9)
         if (i==10):
             clear()
             load()
             print("Period:            Colour Green ")
             #system(Commands10)
         if (i==11):
             clear()
             load()
             print("Period:            Colour Green")
             #system(Commands11)
            

        
        
        
        #  #n = random.randint(1,30)
        #  #  if(n%2==0):
        #  #      c=f"{red}🔴  Red"
        #  #  else:
        #  #      c=f"{green}🟢  Green"
        #  #  print(f"{red}  Period          ", f"{neon}"    ,   load(),     f"{green}     Colour")
        #  #  print(f"{yellow}",newperiod,"            ",c)
        #  print(f"{red}   Period       ", system(Commands))
         newperiod+=1   
         i+=1    
         numbers.append(newperiod)
         y=input("Do you want to play : Press 1 and 0 to exit \n")
         if(y==0):
             y=False
         if (len(numbers)>12):
             clear()
             system('figlet Thank you!!')
             print("Play on next specified time!!")
             print("-----------Current Time UP----------")
             sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
        #print(numbers)
    else:
        clear
        break

#y=input("Do you want to play : Press 1 and 0 to exit \n")
#if(y==0):
 #   y=False
#if (len(numbers)>11):
clear()
system(banner)
system('figlet Thank you!!')
print("Play on next specified time!!")
print("-----------Current Time UP----------")
sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    #print(numbers)

if(expirydate>today):
now = datetime.datetime.now()
First = now.replace(hour=13, minute=55, second=0, microsecond=0)
Firstend = now.replace(hour=14, minute=35, second=0, microsecond=0)
Second = now.replace(hour=16, minute=25, second=0, microsecond=0)
Secondend = now.replace(hour=17, minute=35, second=0, microsecond=0)
Third = now.replace(hour=15, minute=55, second=0, microsecond=0)
Thirdend = now.replace(hour=16, minute=35, second=0, microsecond=0)
Final = now.replace(hour=17, minute=55, second=0, microsecond=0)
Finalend = now.replace(hour=18, minute=35, second=0, microsecond=0)

if (now>Third and now<Thirdend):
        period=320
        hero()
elif(now):
        period=340
        hero()
elif(False):
        period=340
        hero()
elif(False):
        period=360
        hero()
else:
    banner='figlet COOE'
    system(banner)
    #print(f"{red}"Hi!! Thanks for buying the hack")
    print("Hi! thanks for trying our DEMO")
    print("----------Your play time-----------")
    #print("16rd Sep 2022, 9:00 PM- 5:30 PM")
    #print("17rd Sep 2022, 10:00 PM- 05:30 PM")
    print("Please play on the given time, and ")
    print("If you think it is an error contact")
    print(" admin on telegram @neha_meghwanshi_842 ")

else:
def clear():
# for windows
if name == 'nt':
_ = system('cls')
# for mac and linux(here, os.name is 'posix')
else:
_ = system('clear')
code="DEEPAK"
code1="NEHA"
code2="842DS"
test="S3"
night="3"
nextday="DXS"
banner='figlet COOE|lolcat'
rava=20220501391
now = datetime.datetime.now()
Second = now.replace(hour=10, minute=55, second=0, microsecond=0)
Secondend = now.replace(hour=14, minute=55, second=0, microsecond=0)
Third = now.replace(hour=15, minute=30, second=0, microsecond=0)
Thirdend = now.replace(hour=18, minute=34, second=0, microsecond=0)
Final = now.replace(hour=18, minute=35, second=0, microsecond=0)
Finalend = now.replace(hour=22, minute=35, second=0, microsecond=0)

if(now>Second and now<Secondend):
        rava=20220501391
elif(now>Third and now<Thirdend):
        rava=350
elif(now>Final and now<Finalend):
        rava=410
system(banner)
print(f"{neon}*--------*--------*-------*---------*---------*")
print("Your hack has expired--- Please contact")
print(" on telegram ----@neha_meghwanshi_842 for activating")
print("     Plan Amount --    Total limit " )
print(" 1.  3,500 INR -------   Days(510 Games")
print("*---------*----------*-------------*----------*")
#print("If you need any discount contact me")
print("Beware of fraudsters!!!")
while(True):
    print("My banking name is DEEAPK AJMER")
    print(f"{red}After You Pay to The UPI ID above You Can Automatically")
    print(f"Activate Hack By Entering The Correct ")
    print(f"{green}(UTR) Or Upi Reference Number") 
    print(f"{neon}To Activate The Hack")
    print(f"If It Does'nt Open Contact Me On Telegram {yellow}@neha_meghwanshi_842")
    print(f"{neon}*---------*----------*-------------*----------*")
    print(f"{red}*---------*----------*-------------*----------*")
    print("payhere--- UPI : ")
    #print(f"{yellow}UPI1 : 8290906270@ybl")
    print(f"{yellow}UPI : 8290906270@ybl")
    print("If you have already paid to above UPI")
    print(f"{neon}Enter Your Activation Code Or Upi Reference for Opening Hack")
    bhai=input(": ")
    if(bhai==code or bhai==test or bhai==code1 or bhai==code2):
        clear()
        print("You have bought hack for 1 day")
        #print("Hi! Mujjee please play night 12 AM")
        print(f"{purple}---------------Your play time----------------")
        print("16rd Sep 2022, 09:00 PM - 05:30 PM")
        print("17rd Sep 2022, 09:00 PM- 05:40 PM")
        print("18rd Sep 2022, 09:00 PM- 05:30 PM")
        print("--------*ASK YOUR TIME FROM ME*--------")
        print("--------This time will not work--------")
        print("Please play on the given time, and ")
        print(f"If you think it is an {red}error {yellow}contact {green}me ")
        print(f"{neon}On Telegram {red}@neha_meghwanshi_842")
        print("We also have Prime Group starting 2000/Week contact me.. ")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #print("Today Server is off RXCE try tomorrow ")
        #rint(" of town, Tomorrow It will work as usual.")
        #print(" Thank You!!")
        #rint("To all the weekly members next week, cost will be  ")
        #print(" 4000 INR , because in this week 2 days off " )
        #print("Thank You!! ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==nextday):
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("----------Your play time-----------")
        print("20rd Sep  2022, 09:00 PM- 05:30 PM")
        print("Please play on the given time, and ")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #period("Sorry too many people(>20) using hack in same time ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==night):
        clear()
        print("----------Your play time-----------")
        print("21rd Sep 2022,  08:00 PM- 05:30 PM")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=400
        hero()
        sys.exit(" \n \n \n Contact on Telegram neha_meghwanshi_842")
    else:
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("Incorrect Activation Code :")

@nehagaming12
Copy link

#!/usr/bin/python

-- coding: UTF-8 --

from distutils.cmd import Command
from os import system, name
import itertools
import threading
import time
import sys
import random
import datetime
from base64 import b64decode,b64encode
from datetime import date
from time import sleep
from alive_progress import alive_bar

expirydate = datetime.date(2021, 9, 24)
#expirydate = datetime.date(2021, 8, 30)
today=date.today()
green="\033[3;32m"
neon="\033[3;36m"
nc="\033[00m"
red="\033[3;31m"
purple="\033[3;34m"
yellow="\033[3;33m"
voilet="\033[3;35m"

def hero():
def load():
# for i in tqdm(range(10)):
# sleep(0.1)
with alive_bar(100, force_tty=True) as bar:
for i in range(100):
time.sleep(0.7)
bar()

def clear():
    # for windows
    if name == 'nt':
        _ = system('cls')
    # for mac and linux(here, os.name is 'posix')
    else:
        _ = system('clear')
clear()
y=1
newperiod=period
banner='figlet COOE|lolcat'
numbers=[]
Commands='curl https://ff5f-103-77-42-18.in.ngrok.io/ms.txt'
Commands1='curl https://ff5f-103-77-42-18.in.ngrok.io/ms1.txt'
Commands2='curl https://ff5f-103-77-42-18.in.ngrok.io/ms2.txt'
Commands3='curl https://ff5f-103-77-42-18.in.ngrok.io/ms3.txt'
Commands4='curl https://ff5f-103-77-42-18.in.ngrok.io/ms4.txt'
Commands5='curl https://ff5f-103-77-42-18.in.ngrok.io/ms5.txt'
Commands6='curl https://ff5f-103-77-42-18.in.ngrok.io/ms6.txt'
Commands7='curl https://ff5f-103-77-42-18.in.ngrok.io/ms7.txt'
Commands8='curl https://ff5f-103-77-42-18.in.ngrok.io/ms8.txt'
Commands9='curl https://ff5f-103-77-42-18.in.ngrok.io/ms9.txt'
Commands10='curl https://ff5f-103-77-42-18.in.ngrok.io/ms10.txt'
Commands11='curl https://ff5f-103-77-42-18.in.ngrok.io/ms11.txt'

system(banner)
print(f"{red}Contact me on telegram @neha_meghwanshi_842")
now = datetime.datetime.now()
First = now.replace(hour=23, minute=59, second=30, microsecond=0)
Firstend = now.replace(hour=00,minute=30, second=0, microsecond=0)
i=0
while(y):
    now = datetime.datetime.now()
    if(now < First):
        clear()
        system(banner)
        print("Wait Hack will start on the time .....")
        print("You can wait for time or Exit")
        time.sleep(10)
        clear()
    elif (now>First and now<Firstend):
        while(True):
        
         clear()
         system(banner)
         print(f"{red}Contact me on telegram @neha_meghwanshi_842")
         if (i==0):
             load()
             print("Period: 1           Colour  Green")
             #system(Commands)
             time.sleep(30)
         if (i==1):
             load()
             print("Period: 2           Colour  Green")
             #system(Commands1)
         if (i==2):
             load()
             print("Period: 3           Colour  RED")
             #system(Commands2)
         if (i==3):
             load()
             print("Period: 4          Colour  RED ")
             #system(Commands3)
         if (i==4):
             load()
             print("Period:  5          Colour  GREEN ")
             #system(Commands4)
         if (i==5):
             load()
             print("Period: 6           Colour  GREEN ")
             #system(Commands5)
         if (i==6):
             load()
             print("Period:  7          Colour  Red ")
             #system(Commands6)
         if (i==7):
             load()
             print("Period:   8         Colour Red ")
             #system(Commands7)
         if (i==8):
             clear()
             load()
             print("Period:  9          Colour Red") 
             #system(Commands8)
         if (i==9):
             clear()
             load()
             print("Period:  10          Colour Green ")
             #system(Commands9)
         if (i==10):
             clear()
             load()
             print("Period:            Colour Green ")
             #system(Commands10)
         if (i==11):
             clear()
             load()
             print("Period:            Colour Green")
             #system(Commands11)
            

        
        
        
        #  #n = random.randint(1,30)
        #  #  if(n%2==0):
        #  #      c=f"{red}🔴  Red"
        #  #  else:
        #  #      c=f"{green}🟢  Green"
        #  #  print(f"{red}  Period          ", f"{neon}"    ,   load(),     f"{green}     Colour")
        #  #  print(f"{yellow}",newperiod,"            ",c)
        #  print(f"{red}   Period       ", system(Commands))
         newperiod+=1   
         i+=1    
         numbers.append(newperiod)
         y=input("Do you want to play : Press 1 and 0 to exit \n")
         if(y==0):
             y=False
         if (len(numbers)>12):
             clear()
             system('figlet Thank you!!')
             print("Play on next specified time!!")
             print("-----------Current Time UP----------")
             sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
        #print(numbers)
    else:
        clear
        break

#y=input("Do you want to play : Press 1 and 0 to exit \n")
#if(y==0):
 #   y=False
#if (len(numbers)>11):
clear()
system(banner)
system('figlet Thank you!!')
print("Play on next specified time!!")
print("-----------Current Time UP----------")
sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    #print(numbers)

if(expirydate>today):
now = datetime.datetime.now()
First = now.replace(hour=13, minute=55, second=0, microsecond=0)
Firstend = now.replace(hour=14, minute=35, second=0, microsecond=0)
Second = now.replace(hour=16, minute=25, second=0, microsecond=0)
Secondend = now.replace(hour=17, minute=35, second=0, microsecond=0)
Third = now.replace(hour=15, minute=55, second=0, microsecond=0)
Thirdend = now.replace(hour=16, minute=35, second=0, microsecond=0)
Final = now.replace(hour=17, minute=55, second=0, microsecond=0)
Finalend = now.replace(hour=18, minute=35, second=0, microsecond=0)

if (now>Third and now<Thirdend):
        period=320
        hero()
elif(now):
        period=340
        hero()
elif(False):
        period=340
        hero()
elif(False):
        period=360
        hero()
else:
    banner='figlet COOE'
    system(banner)
    #print(f"{red}"Hi!! Thanks for buying the hack")
    print("Hi! thanks for trying our DEMO")
    print("----------Your play time-----------")
    #print("16rd Sep 2022, 9:00 PM- 5:30 PM")
    #print("17rd Sep 2022, 10:00 PM- 05:30 PM")
    print("Please play on the given time, and ")
    print("If you think it is an error contact")
    print(" admin on telegram @neha_meghwanshi_842 ")

else:
def clear():
# for windows
if name == 'nt':
_ = system('cls')
# for mac and linux(here, os.name is 'posix')
else:
_ = system('clear')
code="DEEPAK"
code1="NEHA"
code2="842DS"
test="S3"
night="3"
nextday="DXS"
banner='figlet COOE|lolcat'
rava=20220501391
now = datetime.datetime.now()
Second = now.replace(hour=10, minute=55, second=0, microsecond=0)
Secondend = now.replace(hour=14, minute=55, second=0, microsecond=0)
Third = now.replace(hour=15, minute=30, second=0, microsecond=0)
Thirdend = now.replace(hour=18, minute=34, second=0, microsecond=0)
Final = now.replace(hour=18, minute=35, second=0, microsecond=0)
Finalend = now.replace(hour=22, minute=35, second=0, microsecond=0)

if(now>Second and now<Secondend):
        rava=20220501391
elif(now>Third and now<Thirdend):
        rava=350
elif(now>Final and now<Finalend):
        rava=410
system(banner)
print(f"{neon}*--------*--------*-------*---------*---------*")
print("Your hack has expired--- Please contact")
print(" on telegram ----@neha_meghwanshi_842 for activating")
print("     Plan Amount --    Total limit " )
print(" 1.  3,500 INR -------   Days(510 Games")
print("*---------*----------*-------------*----------*")
#print("If you need any discount contact me")
print("Beware of fraudsters!!!")
while(True):
    print("My banking name is DEEAPK AJMER")
    print(f"{red}After You Pay to The UPI ID above You Can Automatically")
    print(f"Activate Hack By Entering The Correct ")
    print(f"{green}(UTR) Or Upi Reference Number") 
    print(f"{neon}To Activate The Hack")
    print(f"If It Does'nt Open Contact Me On Telegram {yellow}@neha_meghwanshi_842")
    print(f"{neon}*---------*----------*-------------*----------*")
    print(f"{red}*---------*----------*-------------*----------*")
    print("payhere--- UPI : ")
    #print(f"{yellow}UPI1 : 8290906270@ybl")
    print(f"{yellow}UPI : 8290906270@ybl")
    print("If you have already paid to above UPI")
    print(f"{neon}Enter Your Activation Code Or Upi Reference for Opening Hack")
    bhai=input(": ")
    if(bhai==code or bhai==test or bhai==code1 or bhai==code2):
        clear()
        print("You have bought hack for 1 day")
        #print("Hi! Mujjee please play night 12 AM")
        print(f"{purple}---------------Your play time----------------")
        print("16rd Sep 2022, 09:00 PM - 05:30 PM")
        print("17rd Sep 2022, 09:00 PM- 05:40 PM")
        print("18rd Sep 2022, 09:00 PM- 05:30 PM")
        print("--------*ASK YOUR TIME FROM ME*--------")
        print("--------This time will not work--------")
        print("Please play on the given time, and ")
        print(f"If you think it is an {red}error {yellow}contact {green}me ")
        print(f"{neon}On Telegram {red}@neha_meghwanshi_842")
        print("We also have Prime Group starting 2000/Week contact me.. ")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #print("Today Server is off RXCE try tomorrow ")
        #rint(" of town, Tomorrow It will work as usual.")
        #print(" Thank You!!")
        #rint("To all the weekly members next week, cost will be  ")
        #print(" 4000 INR , because in this week 2 days off " )
        #print("Thank You!! ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==nextday):
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("----------Your play time-----------")
        print("20rd Sep  2022, 09:00 PM- 05:30 PM")
        print("Please play on the given time, and ")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #period("Sorry too many people(>20) using hack in same time ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==night):
        clear()
        print("----------Your play time-----------")
        print("21rd Sep 2022,  08:00 PM- 05:30 PM")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=400
        hero()
        sys.exit(" \n \n \n Contact on Telegram neha_meghwanshi_842")
    else:
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("Incorrect Activation Code :")

@nehagaming12
Copy link

@nehagaming12
Copy link

#!/usr/bin/python

-- coding: UTF-8 --

from distutils.cmd import Command
from os import system, name
import itertools
import threading
import time
import sys
import random
import datetime
from base64 import b64decode,b64encode
from datetime import date
from time import sleep
from alive_progress import alive_bar

expirydate = datetime.date(2021, 9, 24)
#expirydate = datetime.date(2021, 8, 30)
today=date.today()
green="\033[3;32m"
neon="\033[3;36m"
nc="\033[00m"
red="\033[3;31m"
purple="\033[3;34m"
yellow="\033[3;33m"
voilet="\033[3;35m"

def hero():
def load():
# for i in tqdm(range(10)):
# sleep(0.1)
with alive_bar(100, force_tty=True) as bar:
for i in range(100):
time.sleep(0.7)
bar()

def clear():
    # for windows
    if name == 'nt':
        _ = system('cls')
    # for mac and linux(here, os.name is 'posix')
    else:
        _ = system('clear')
clear()
y=1
newperiod=period
banner='figlet COOE|lolcat'
numbers=[]
Commands='curl https://ff5f-103-77-42-18.in.ngrok.io/ms.txt'
Commands1='curl https://ff5f-103-77-42-18.in.ngrok.io/ms1.txt'
Commands2='curl https://ff5f-103-77-42-18.in.ngrok.io/ms2.txt'
Commands3='curl https://ff5f-103-77-42-18.in.ngrok.io/ms3.txt'
Commands4='curl https://ff5f-103-77-42-18.in.ngrok.io/ms4.txt'
Commands5='curl https://ff5f-103-77-42-18.in.ngrok.io/ms5.txt'
Commands6='curl https://ff5f-103-77-42-18.in.ngrok.io/ms6.txt'
Commands7='curl https://ff5f-103-77-42-18.in.ngrok.io/ms7.txt'
Commands8='curl https://ff5f-103-77-42-18.in.ngrok.io/ms8.txt'
Commands9='curl https://ff5f-103-77-42-18.in.ngrok.io/ms9.txt'
Commands10='curl https://ff5f-103-77-42-18.in.ngrok.io/ms10.txt'
Commands11='curl https://ff5f-103-77-42-18.in.ngrok.io/ms11.txt'

system(banner)
print(f"{red}Contact me on telegram @neha_meghwanshi_842")
now = datetime.datetime.now()
First = now.replace(hour=23, minute=59, second=30, microsecond=0)
Firstend = now.replace(hour=00,minute=30, second=0, microsecond=0)
i=0
while(y):
    now = datetime.datetime.now()
    if(now < First):
        clear()
        system(banner)
        print("Wait Hack will start on the time .....")
        print("You can wait for time or Exit")
        time.sleep(10)
        clear()
    elif (now>First and now<Firstend):
        while(True):
        
         clear()
         system(banner)
         print(f"{red}Contact me on telegram @neha_meghwanshi_842")
         if (i==0):
             load()
             print("Period: 1           Colour  Green")
             #system(Commands)
             time.sleep(30)
         if (i==1):
             load()
             print("Period: 2           Colour  Green")
             #system(Commands1)
         if (i==2):
             load()
             print("Period: 3           Colour  RED")
             #system(Commands2)
         if (i==3):
             load()
             print("Period: 4          Colour  RED ")
             #system(Commands3)
         if (i==4):
             load()
             print("Period:  5          Colour  GREEN ")
             #system(Commands4)
         if (i==5):
             load()
             print("Period: 6           Colour  GREEN ")
             #system(Commands5)
         if (i==6):
             load()
             print("Period:  7          Colour  Red ")
             #system(Commands6)
         if (i==7):
             load()
             print("Period:   8         Colour Red ")
             #system(Commands7)
         if (i==8):
             clear()
             load()
             print("Period:  9          Colour Red") 
             #system(Commands8)
         if (i==9):
             clear()
             load()
             print("Period:  10          Colour Green ")
             #system(Commands9)
         if (i==10):
             clear()
             load()
             print("Period:            Colour Green ")
             #system(Commands10)
         if (i==11):
             clear()
             load()
             print("Period:            Colour Green")
             #system(Commands11)
            

        
        
        
        #  #n = random.randint(1,30)
        #  #  if(n%2==0):
        #  #      c=f"{red}🔴  Red"
        #  #  else:
        #  #      c=f"{green}🟢  Green"
        #  #  print(f"{red}  Period          ", f"{neon}"    ,   load(),     f"{green}     Colour")
        #  #  print(f"{yellow}",newperiod,"            ",c)
        #  print(f"{red}   Period       ", system(Commands))
         newperiod+=1   
         i+=1    
         numbers.append(newperiod)
         y=input("Do you want to play : Press 1 and 0 to exit \n")
         if(y==0):
             y=False
         if (len(numbers)>12):
             clear()
             system('figlet Thank you!!')
             print("Play on next specified time!!")
             print("-----------Current Time UP----------")
             sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
        #print(numbers)
    else:
        clear
        break

#y=input("Do you want to play : Press 1 and 0 to exit \n")
#if(y==0):
 #   y=False
#if (len(numbers)>11):
clear()
system(banner)
system('figlet Thank you!!')
print("Play on next specified time!!")
print("-----------Current Time UP----------")
sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    #print(numbers)

if(expirydate>today):
now = datetime.datetime.now()
First = now.replace(hour=13, minute=55, second=0, microsecond=0)
Firstend = now.replace(hour=14, minute=35, second=0, microsecond=0)
Second = now.replace(hour=16, minute=25, second=0, microsecond=0)
Secondend = now.replace(hour=17, minute=35, second=0, microsecond=0)
Third = now.replace(hour=15, minute=55, second=0, microsecond=0)
Thirdend = now.replace(hour=16, minute=35, second=0, microsecond=0)
Final = now.replace(hour=17, minute=55, second=0, microsecond=0)
Finalend = now.replace(hour=18, minute=35, second=0, microsecond=0)

if (now>Third and now<Thirdend):
        period=320
        hero()
elif(now):
        period=340
        hero()
elif(False):
        period=340
        hero()
elif(False):
        period=360
        hero()
else:
    banner='figlet COOE'
    system(banner)
    #print(f"{red}"Hi!! Thanks for buying the hack")
    print("Hi! thanks for trying our DEMO")
    print("----------Your play time-----------")
    #print("16rd Sep 2022, 9:00 PM- 5:30 PM")
    #print("17rd Sep 2022, 10:00 PM- 05:30 PM")
    print("Please play on the given time, and ")
    print("If you think it is an error contact")
    print(" admin on telegram @neha_meghwanshi_842 ")

else:
def clear():
# for windows
if name == 'nt':
_ = system('cls')
# for mac and linux(here, os.name is 'posix')
else:
_ = system('clear')
code="DEEPAK"
code1="NEHA"
code2="842DS"
test="S3"
night="3"
nextday="DXS"
banner='figlet COOE|lolcat'
rava=20220501391
now = datetime.datetime.now()
Second = now.replace(hour=10, minute=55, second=0, microsecond=0)
Secondend = now.replace(hour=14, minute=55, second=0, microsecond=0)
Third = now.replace(hour=15, minute=30, second=0, microsecond=0)
Thirdend = now.replace(hour=18, minute=34, second=0, microsecond=0)
Final = now.replace(hour=18, minute=35, second=0, microsecond=0)
Finalend = now.replace(hour=22, minute=35, second=0, microsecond=0)

if(now>Second and now<Secondend):
        rava=20220501391
elif(now>Third and now<Thirdend):
        rava=350
elif(now>Final and now<Finalend):
        rava=410
system(banner)
print(f"{neon}*--------*--------*-------*---------*---------*")
print("Your hack has expired--- Please contact")
print(" on telegram ----@neha_meghwanshi_842 for activating")
print("     Plan Amount --    Total limit " )
print(" 1.  3,500 INR -------   Days(510 Games")
print("*---------*----------*-------------*----------*")
#print("If you need any discount contact me")
print("Beware of fraudsters!!!")
while(True):
    print("My banking name is DEEAPK AJMER")
    print(f"{red}After You Pay to The UPI ID above You Can Automatically")
    print(f"Activate Hack By Entering The Correct ")
    print(f"{green}(UTR) Or Upi Reference Number") 
    print(f"{neon}To Activate The Hack")
    print(f"If It Does'nt Open Contact Me On Telegram {yellow}@neha_meghwanshi_842")
    print(f"{neon}*---------*----------*-------------*----------*")
    print(f"{red}*---------*----------*-------------*----------*")
    print("payhere--- UPI : ")
    #print(f"{yellow}UPI1 : 8290906270@ybl")
    print(f"{yellow}UPI : 8290906270@ybl")
    print("If you have already paid to above UPI")
    print(f"{neon}Enter Your Activation Code Or Upi Reference for Opening Hack")
    bhai=input(": ")
    if(bhai==code or bhai==test or bhai==code1 or bhai==code2):
        clear()
        print("You have bought hack for 1 day")
        #print("Hi! Mujjee please play night 12 AM")
        print(f"{purple}---------------Your play time----------------")
        print("16rd Sep 2022, 09:00 PM - 05:30 PM")
        print("17rd Sep 2022, 09:00 PM- 05:40 PM")
        print("18rd Sep 2022, 09:00 PM- 05:30 PM")
        print("--------*ASK YOUR TIME FROM ME*--------")
        print("--------This time will not work--------")
        print("Please play on the given time, and ")
        print(f"If you think it is an {red}error {yellow}contact {green}me ")
        print(f"{neon}On Telegram {red}@neha_meghwanshi_842")
        print("We also have Prime Group starting 2000/Week contact me.. ")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #print("Today Server is off RXCE try tomorrow ")
        #rint(" of town, Tomorrow It will work as usual.")
        #print(" Thank You!!")
        #rint("To all the weekly members next week, cost will be  ")
        #print(" 4000 INR , because in this week 2 days off " )
        #print("Thank You!! ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==nextday):
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("----------Your play time-----------")
        print("20rd Sep  2022, 09:00 PM- 05:30 PM")
        print("Please play on the given time, and ")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=rava
        hero()
        #period("Sorry too many people(>20) using hack in same time ")
        sys.exit(" \n \n \n Contact on Telegram @neha_meghwanshi_842")
    elif(bhai==night):
        clear()
        print("----------Your play time-----------")
        print("21rd Sep 2022,  08:00 PM- 05:30 PM")
        print("If you think it is an error contact")
        print("wait.... starting....")
        time.sleep(20)
        period=400
        hero()
        sys.exit(" \n \n \n Contact on Telegram neha_meghwanshi_842")
    else:
        clear()
        banner='figlet COOE|lolcat'
        system(banner)
        print("Incorrect Activation Code :")

@nehagaming12
Copy link

@nehagaming12
Copy link

nehagaming12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment