Results 1 to 7 of 7

Thread: python mining script

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default python mining script

    just started learning python today, let's see how long it takes!


    unf all i got so far

    Code:
    import pyautogui
    
    class Cordinates():
        loginButton = (100, 100);
        
    class screen():
        class image():
            def findColor(image):
                pyautogui.click(0, 0)
            mouse = 0
        
        scrImage = 0;
        
        
    def loginPlayer():
        pyautogui.click(Cordinates.loginButton)
                        
    print ("pyautogui.position()")
    
    pyautogui.moveTo(100, 100, duration=0.25)

  2. #2
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    I like this...
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  3. #3
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Will you be utilizing python for Runescape?

  4. #4
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Are you using python here simply because you wanted a reason to learn some python, or is there some advantage to it functionality wise over simba+srl?

  5. #5
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by acow View Post
    Are you using python here simply because you wanted a reason to learn some python, or is there some advantage to it functionality wise over simba+srl?

    just because i want to learn python. I have been working the past week, so I haven't made any progress yet..

  6. #6
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by rj View Post
    just because i want to learn python. I have been working the past week, so I haven't made any progress yet..
    Gotcha. I started off with the beginning portions of automatetheboringstuff, as my intro to python. was pretty good, would recommend. Jumping straight into a rs bot works too though ^.^ can just google whatever you need to know

  7. #7
    Join Date
    Aug 2018
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Python is a solid language to learn tbh. It isn't as efficient for things like OSRS because the syntax can drag on, but it's useful for a lot of other things web related.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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