Results 1 to 3 of 3

Thread: Python - Kayses Tutorials Part four - Creating a moneytree grabber

Threaded View

  1. #1

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m

    Python - Kayses Tutorials Part four - Creating a moneytree grabber

    In this guide we will make a money tree grabber with these features:
    Grab Items
    Grab Np
    delay for a random time between refreshes


    past guides
    1.(you need an account to see links)
    2. (you need an account to see links)
    3.(you need an account to see links)

    you will need the code attached too tutorial 2 for this I also use a list function that I use quite often , you can see that below:

    PHP Code:
    def loaffiletoarray(filename):
        
    ablist = []
        
    outputfolder =  filename
        f 
    open(outputfolder)
        
    lines f.readlines()
        
    f.close()
        
    lines2=[]
        for 
    x in lines:
            
    lines2.append(x.replace("\n",""))
        
    ablistlines2
        
    return ablist 





    Attached Files Attached Files

  2. The Following 7 Users Say Thank You to DarkByte For This Useful Post:

    BEDDOEDv (08-17-2014),Doll (08-06-2014),donovanrules1234 (04-07-2015),fairydust201 (08-07-2014),Ghosts (08-05-2014),j03 (08-05-2014),soujen (10-15-2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •