Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   597

AUTOMATION OF YOUR SIDE-INCOME

by XmasterX - 20 December, 2019 - 01:37 AM
This post is by a banned member (XmasterX) - Unhide
XmasterX  
Registered
8
Posts
2
Threads
5 Years of service
#1
This method uses a website where you type what 3 digits you see and earn 10 cents by every ad.
However, to make it even simpler, I developed a python program that will do all the effort for you  Hype
 
Let me show you some easy steps: Fiesta
 
1. Register an account at https://lcusmoney.xyz/4619225585280/  (email confirmation not required)
2. Run the program.
3. Withdraw using PayPal, credit card or many other options
4. Start a referral link and send it to friends or family
5. That's about it, read their FAQ if you have more questions, but to be honest, it's quite simple to understand, once you get started.

INSTALL PYTHON AND SELENIUM with CHROMEDRIVER for you chrome version
(I use VS Code, others compilers such as PyCharm should work as well)
Right now, I will even upload PYTHON program to do all that stuff for you = NO CLICKING Smart
LET IT RUN AUTOMATICALLY AND EARN  
Code:
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time

chromeDriver = 'location of the chromedriver.exe'
browser = webdriver.Chrome(chromeDriver)
browser.get('https://lcusmoney.xyz/login.php')
print("Current Page Title is : %s" %browser.title)
username_box = browser.find_element_by_name('username')
# Send username
username_box.send_keys('your username')

pass_box = browser.find_element_by_name('password')
# Send password
pass_box.send_keys('your password')
browser.execute_script('dologin1()')
time.sleep(2)
browser.execute_script('doarea(2)')
time.sleep(2)
def earn10():
    for i in range(1500):
        images = browser.find_elements_by_xpath("//img[contains(@src,'images/capchs')]")
        text_area = browser.find_element_by_xpath("//input[contains(@name,'capcha')]")
        for image in images:
            src = image.get_attribute('src')
            num = src[-5]
            text_area.send_keys(num)
        browser.execute_script('dosub()')
        time.sleep(0.5)
#Here we make some money, let it SNOOOW
earn10()
This leak has been rated as working 0 times this month. (1 times in total)
This post is by a banned member (shadowre) - Unhide
This post is by a banned member (underground9) - Unhide
26
Posts
0
Threads
5 Years of service
#3
I try this . It is a good share.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)