Newtothescene

Members
  • Content Count

    159
  • Last visited

Everything posted by Newtothescene

  1. Great contribution! Hopefully I can get some hits with it!
  2. Rap God! Will try this out! Sounds like some really good stuff
  3. Naise, now I'm able to get an account for myself for tmr's episode of GOT
  4. I guess I shall begin my career with this then, hopefully it works!
  5. Will give this a try with the new VPS I bought, hopefully it can generate some hits!
  6. This might be a known method to most but for those of you who don't know, this might really be precious as some websites might be a pain in the ass [hide] 1. Say your Gmail is: Newtothescene@gmail.com, adding a +1 to it makes it a new email and it directs back to the same mailbox: Newtothescene+1@gmail.com 2. Say you are just lazy and you don't want to add a +1 behind: You can also do -> Newtothescene@g.ooglemail.com [remove the dot in between G and oo] 3. This should allow you to create tons of email and profit, like and comment if you have any questions! I'm new to this forum, I'll try my best to contribute as much as I could! [/hide]
  7. Left a like for you bro, great contribution to the community!
  8. In dire need of good proxies, hopefully this would work!
  9. Hopefully this still works, in need of a proxy!
  10. Will try this with the combo list that was posted! Hopefully it generates some hits!
  11. Wow, that's a lot of combos, will check! Hopefully I can get some hits!
  12. Amazing, the community owes it to you! We're grateful for your contribution Moses! Gonna try it!
  13. There are a lot of coke machines where I am from, really this would be really intersting!
  14. ❗ Note: I have only tried this method on Spotify Family Plan owners, you won't get anything from normal premium useres This should work for UK/FR/AU users [hide] 1) Head to this link: https://www.spotify.com/au/googlehome/redeem/ 2) When you get redirected, copy this link and open it in incognito, this would save you time on the ReCaptcha 3) To check if the code works, you have to add one of the Google Home Minis to the cart and click on checkout 4) Once you've reached the checkout page and you see that the amount does not change, try copying the promo code from the URL itself 5) The URL should look something like: https://store.google.com/au/config/uylj89x6oh?utm_source=external&utm_medium=email_crm&utm_campaign=GS102131&promoCode=B-ND7UHU3Z2M2HTS4EF3VZPSR 6) In this case the promo code is: B-ND7UHU3Z2M2HTS4EF3VZPSR 6) After applying the code, if the code works, you should see the amount that you have to pay go to 0 ❗❗ Warning, use different names and different cards if you want to send a few Google Home Minis to the same address [/hide]
  15. It would be useful only if you own a Spotify Invite Discord Bot
  16. Hopefully this works, I tried 1.0.0 and the configurations are weird, I wasn't ablee to input any combo lists and it's nice to include an auto updater!
  17. Instructions to use the script: This script will split the raw accounts you have to their various country codes, like AU.txt, US.txt, ES.txt, etc If your accounts come in the format: abcde@gmail.com:123456 | AU You will have to replace the texts using the replace all function, replacing all " | " with " | Country: " If your account comes in this format, then the US accounts might not be tagged: EG. abcde@gmail.com123456 What the script will do is to add | Country: US beside the original text Do also make sure that your Accounts.txt does not have any empty linees in between EG. It can't be Line 1 Line 2 It has to be: Line 1 Line 2 If your accounts by default comes with | Country: US You do not have to do anything If you execute your script correctly, it will look something like: [hide] with open("Accounts.txt",'r') as f, open("amendedaccounts.txt", 'w') as fw: text = f.read() text2 = text.split("\n") text2str = len(text2) i = 0 while i < text2str: if " | " not in text2: fw.write(text2 + ' | Country: US\n') i += 1 else: fw.write(text2 + '\n') i += 1 f.close() fw.close() with open("amendedaccounts.txt",'r') as f: text = f.read() result_string = '' text2 = text.replace("\n\n",'') text3 = text2.split("|") i = 1 finaltext = [] number_of_accounts = str(len(text3)) print('Number of accounts: ' + number_of_accounts) available_countries = ['AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JP', 'LT', 'LU', 'LV', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'UY'] c = 0 countries_str = len(available_countries) while c < countries_str: with open("amendedaccounts.txt",'r') as f, open(available_countries[c] + '.txt','w') as fw: text = f.read() result_string = '' country = 'Country: ' + available_countries[c] text2 = text.replace("\n\n",'') text3 = text2.split("|") i = 1 finaltext = [] textstr = len(text3) if country in text3[1]: accountchecker = text3[0].split(':') print(text3[0] + ' | ' + available_countries[c] + ' |') fw.write(text3[0] + '\n') elif country in (text3[textstr-1]): print(text3[textstr-2][13:] + ' | ' + available_countries[c] + ' |') fw.write(text3[textstr-2][13:] + '\n') while i < textstr: if country in text3: text4 = text3[i-1][12:].replace(country,'').replace(' ','').strip() accountchecker = text4.split(':') fw.write(text4 + '\n') print(text4 + ' | ' + available_countries[c] + ' |') i += 1 elif country not in text3: i += 1 continue c += 1[/hide]
  18. Was referred here after I downloaded the config for the GHM checker, hopefully it works well!
  19. You're the hero the community doesn't deserve, scammers are scumbags.. Will test this out with the accounts I have and if there's any extras I will post them for free
  20. Got a couple of accounts, will test this and report back to see if it still works! Thanks for your contribution
  21. Got a couple of accounts, will be trying it, thanks