Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Posts posted by Aymen

  1. Sorry bro, out of my league.

     

    BUT, why can't ubot handle real sockets and HTTP request, I thought those functions were corner stones in the botting world. Am I wrong? Maybe, the wicked hugh update to be released any day now will be able to accomplish this corner stone task?

     

    this will be a game changer , if ubot have this feature in the near future , probebly along with a database feature , to allow ubot to do more than just simple bots !

  2. Hey Guys ,

    so this morning i had this crazy idea , i wanted to see if i can run sockets inside ubot (the real sockets using http requests)

    so after some reading and digging and testing , i come up with this final code , which didn't work yet (don't get your hopes up yet :) )

     

    navigate("http://animebeast.org/Ùيلم-الانمى-happy-feet-two-2011-مترجم-على-mediafire/", "Wait")
    run javascript("var mypostrequest=new ActiveXObject()
    var parameters=author=aymen99&email=aymen1%40cbscam.org&url=http%3A%2F%2Faymenbnr.tedsplans.hop.clickbank.net%3Ftid%3DBW&comment=this+is+a+great+website+%2C+keep+it+up+BLABLA&submit=%D8%A5%D8%B6%D8%A7%D9%81%D8%A9+%D8%AA%D8%B9%D9%84%D9%8A%D9%82&comment_post_ID=291&comment_parent=0
    mypostrequest.open(\"POST\", \"wp-comments-post.php\", true)
    mypostrequest.setRequestHeader(\"Content-type\", \"application/x-www-form-urlencoded\")
    mypostrequest.send(parameters)")
    
    
    

     

    that is a wordpress commenter on an blog with arab content (change the url and the http parameters and test if you like)

     

    the code didn't work on ubot !

    So anyone can jump on and try to make this work with me ? :)

     

    This is killer , if it works !

  3. If you emailed me I have responded!

     

    There is no great mystery around Protect Gold, we had a few blackhat folk grabbing licenses to try to crack what it was doing... ironically that didn't help them but it causes me grief when their fraudulent payment goes bad and I get stung for a chargeback fee. So I made it harder (but not impossible) to purchase.

     

    The basic info is now in an auto responder message, and you can contact me if you are interested after that. If you have been active here and had ubot for a time then you can buy.

     

    Yes its not the easiest process but it keeps the cheats and scammers out and helps keep Protect Gold all the more secure for those who use it http://www.ubotstudio.com/forum/public/style_emoticons/default/smile.gif

     

    Andy

    Hey Andy

    how much does Protect Gold costs ?

  4. i do not know exactly what are you trying to find , but here is the regex code for the file names format :

    [0-9]+\-\-[a-z]+\-\-[0-9]\.jpg
    

     

    if you want to look for a certain id

    you can change it like this

     

    #idvar\-\-[a-z]+\-\-[0-9]\.jpg
    

     

    for example #idvar=112079

    then it will return

     

    112079--monitor--1.jpg

    112079--monitor--2.jpg

    112079--monitor--3.jpg

    112079--monitor--4.jpg

    112079--monitor--5.jpg

     

    i hope this was helpful !

    • Like 1
  5. hello , i'm sure this will come handy to many of us !

    also there is this code

    define $SolveCaptchas(#Image) {
    save element image(<id="{#Image}">, "{$special folder("Application")}\\captcha.gif")
    shell("C:\\captchasniper\\captchasniper.exe {$special folder("Application")}\\captcha.gif 28")
    set(#Answer, $read file("C:\\captchasniper\\Answer.txt"), "Global")
    return(#Answer)
    }
    

     

    it is included in the pdf that comes with captcha sniper , i'm not sure how to use it !

×
×
  • Create New...