Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/14 in all areas

  1. I had tons of help from this community and learned so much from you guys, so i thought maybe i can give something back once a while Special thanks to a2mateit For this tutorial you need Aymen's HTTP plugin that can be found here : http://www.ubotstudio.com/forum/index.php?/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/ And you need a basic base64 converter : http://webcodertools.com/imagetobase64converter First convert your image with webcodertools and copy the image tag : http://i.imgur.com/LfMVMf8.png Then copy it into $html decode from Aymen's HTTP plugin : http://i
    1 point
  2. Hey entroqy, I'm not Dan, but I'm just learning to use Aymen's HTTP POST Plugin by watching Dan's HTTP Plugin training videos and how he recommends to use it. The short version... the HTTP POST Plugin by Aymen allows you to add the plugin to your Ubot Studio v4 Pro/Dev and it allows you to directly access web servers and the web page data without having to display in the Ubot browser. You can do a direct HTTP request for a specific web page and your script gets all the html data stream directly and your script then can grab whatever you are scraping, but nothing is shown on your screen (no b
    1 point
  3. Here's a few functions alert($Find by domain extension("url.net url.com url.me url.usa url.ca url.org", ".ca .me .net")) alert($Remove URLs from list("http://yahoo.com http://twitter.com http://facebook.com http://doggies.com http://ubotstudio.com", "yahoo twitter")) alert($Remove by domain extension("url.net url.com url.me url.usa url.ca url.org", ".org .ca .usa")) define $Find by domain extension(#list from text, #expresion list) { return($find regular expression(#list from text, ".*({$text from list($list from text(#expresion list, $new line), "|")})")) } define $Remove URLs from list
    1 point
  4. Http Post Plugin Update Version 2.5.3 Log : Fixed issues with Http Upload function Fixed Index out of range issue with Http post/get functions Couple other bug fixes and improvements
    1 point
  5. This snippet might be useless for some, but it helped me out allot Normally I would use the restart app plugin but i'm still having some problems with that one. Now i'm using a simple batch solution to schedule my apps, running 5 days now and no problems so far! loop.bat @echo off (Hide CMD logs) :loop taskkill /f /im ubot_bot.exe timeout /t 5 >null start "C:\Users\Administrator\Desktop" ubot_bot.exe timeout /t 3600 >null goto loop With Onload snippet from Kreatus it works like a charm ui html panel("<script type=\"text/javascript\"> window.setTimeout(function
    1 point
  6. OK first of all let me say that this is in no way complete, it can use a lot of tweaking to improve it but this is my first bot so there are going to be a lot of things that arn't done the most efficient way possible etc but hey, im giving it to you for free stop moaning First of all let me just say that if everyone uses this then obviously its going to get blocked fairly quickly, its really just to share some ideas more than a money making thing. Anyway what this bot does is posts job adverts on gumtree for surveys in the 5 most popular cities (this can obviously be expanded if you want
    1 point
×
×
  • Create New...