Jump to content
UBot Underground

AtmoPress

Fellow UBotter
  • Content Count

    38
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by AtmoPress

  1. Excellent, thank you for the share!

    Hey Jerry,

     

    You're very welcome!

     

    What exactly can this be used for? im a noob and twitter keeps figuring out Im using a bot. I was told to use random user agents. is this what they are talking about and can someone explain if this can help me?

     

     

    A user agent tells the website which web browser is browsing the site (Think like Chrome, Firefox, etc but also with version info). So if you change the user agent then that is one piece of information that is different. It's part of a larger strategy of trying to appear as if you are multiple people and not just the same with a bunch of accounts.

    Thanks for responding HelloInsomnia :-)

     

    I also wanted to add to what Hello said, which is absolutely correct. I wouldn't use random user agents on the same user account. This might seem obvious to veterans, but you say you're a noob, so I wanted to highlight this.

     

    Most regular internet users use the exact same web browser, with the same browser addons, etc. So, when you log into an account, it should use the same user agent that you used with it last time. If someone told you to use random user agents on the same account, then they were sorely mistaken.

     

    Twitter is a very mature platform, so I wouldn't be surprised if they're using browser fingerprinting and a bunch of other bot detection methods. For instance, the default screen size of a bot is kind of odd, that alone might be a fairly reliable fingerprint for them to figure out. So, I would use different browser window sizes, or at the very least use a maximized browser window size on your bots.

     

    Also, learn from my script. Browser agents go out of date kind of quickly, so I would suggest searching up a fresh list (just google "current browser agents" and find an up-to-date list). I would then add new ones and maybe remove others to keep your list more current.

     

    Like I said though, one of the most important things you can do is to keep some consistency on your user accounts. If you're using a Chrome 72 User-Agent, then make sure that's the one you always use for the account. Every few months, it might be worth updating to the latest Chrome user-agent (Chrome releases a new version every couple months). Remember, you need your account to look like it's a real person. Real people use the same browser, and they update it pretty reliably (most people anyways). I'm not making blind claims either, check out this chart, the market share for any single chrome browser version doesn't last long at all: http://gs.statcounter.com/browser-version-market-share which means people update quickly.

     

    Hopefully some of these tips help.

  2. FIXED (INSTRUCTIONS WITHIN)

     

    After opening a debugger on the software a bit for myself, and seeing what libraries loaded and where dynamic calls were failing (because the DLLs were missing/incorrect versioned/etc), which I imagine the programmers/developers should've done , and found I was completely wrong on it being on the remote side.

    ...

    Thanks for taking the time to share your findings. I posted a link to this to the Skype group as many people on there were having the same problems.

  3. Seems to work for me. If it isn't working on the website, then it's likely an external script that might be messing things up.

     

    Sample code that worked for me:

    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
    plugin command("ExBrowser.dll", "ExBrowser Load Html in ExBrowser", "<p><div style=\"font-size: 21px; line-height: 24px; width: 100%; height: 48px; display: inline-block; 
    position: relative; background-color: transparent; font-family: Roboto, sans-serif; transition: 
    height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; cursor: auto;\"><div style=\"position: absolute; 
    opacity: 1; color: rgba(0, 0, 0, 0.3); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; bottom: 12px;\">Contraseña</div>
    <input type=\"password\" id=\"undefined-Contrasea-undefined-36593\" 
    style=\"padding: 0px; position: relative; width: 100%; border: none; outline: none; 
    background-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.87); cursor: inherit; font: inherit; 
    opacity: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 100%;\"><div>
    <hr aria-hidden=\"true\" style=\"border-top: none rgb(224, 224, 224); border-left: none rgb(224, 224, 224); 
    border-right: none rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); bottom: 8px; 
    box-sizing: content-box; margin: 0px; position: absolute; width: 100%;\"><hr aria-hidden=\"true\" 
    style=\"border-top: none rgb(44, 62, 80); border-left: none rgb(44, 62, 80); border-right: none 
    rgb(44, 62, 80); border-bottom: 2px solid rgb(44, 62, 80); bottom: 8px; box-sizing: content-box; margin: 0px; 
    position: absolute; width: 100%; transform: scaleX(0); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;\">
    </div></div></p>")
    plugin command("ExBrowser.dll", "ExBrowser Type Text (Human Delay)", "//*[@id=\"undefined-Contrasea-undefined-36593\"]", "This is my text.", 30, 150)
  4. Hey there,

     

    Not sure if this is a permissions issue, but I don't think it is. When I am viewing a thread, none of the member names are clickable. I also notice that I can't search the members, or view other member profiles. Ironically, if I access the forum without being logged in, I can do all of this without issue.

     

    That makes it seem like a permissions issue, but I notice that if I switch to the mobile theme, then I can click on names within threads and view profiles.

     

    Also, a chatbox in the sidebar of the forum would be pretty cool too. Not sure if it would get a ton of use or not, but it would be fun to quickly interact with people who are already online.

  5. Hey there,
     
    I posted this on the Skype group last month, but figured this would be a better place to give it away. Nothing ground breaking, but below are two defines that I made for returning random user agents and referrers for an HTTP bot project I was working on.
     
    I figured I could give this back to the group in hopes that it might save someone some work. These are popular user agent strings at the moment and the common referrers list you see below I pulled from actual analytics data. Anyways, free for you to use. Hope it helps someone out :-)
     
    define $randomUserAgent {
        add list to list(%commonUserAgents,$list from text("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
    Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15
    Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
    Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
    Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134
    Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
    Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36",$new line),"Delete","Local")
        return($random list item(%commonUserAgents))
    }
    
    
    define $randomReferrer {
        add list to list(%commonReferrers,$list from text("https://www.google.com/
    https://www.yahoo.com/
    https://www.bing.com/
    https://www.twitter.com/
    https://www.facebook.com/
    https://www.google.ca/
    https://www.google.co.uk/
    https://www.yahoo.ca/
    https://www.facebook.ca/
    https://www.reddit.com/
    https://m.facebook.com/
    https://accounts.google.com/
    https://mail.google.com/
    https://outlook.live.com/
    https://lm.facebook.com/
    https://l.facebook.com/
    https://www.instagram.com/
    https://l.instagram.com/
    https://t.co/
    https://bit.ly/
    https://www.pinterest.com/",$new line),"Delete","Local")
        return($random list item(%commonReferrers))
    }

     

    • Like 4
  6. As you may have heard Ubot Studio X is coming out this month. And his is without a doubt the most exciting Ubot news we have had in a long time. We are finally going to be able to use Chrome, Firefox, and PhantomJS right inside of Ubot - along with an updated Ubot core. X is hopefully going to open up a lot of opportunities for us and so now is the perfect time to get ahead of the game and be ready for X which is coming out this month!

     

    ...

     

    Sorry, I also forgot to make a suggestion: do you have any plans to offer training bundles? Just wanted to make that suggestion if you hadn't considered it :-)

  7. Hey HelloInsomnia,

     

    I see you have this deal for IMAutoBots. The other day I was checking out your site from your signature "Elite Botters." What are the differences with the sites and courses? Are you planning to move from IMAutoBots to Elite Botters? Look forward to your answers. I've been looking at some of your courses.

     

    Thanks!

×
×
  • Create New...