Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. best way to check this instead to write a "(" or ")" copy it from the devwindow and try it again i bet that will works
  2. $40? realy so mutch? fantastic ! what do u thing how long it needs to do a bot like that? i'm sure u will find some one here for $40
  3. dont understand me wrong tj your php plugin rocks im sure but at the end ppl want to understand how to implement js / jquery / and all the other js-frameworks even that a defined function in ubot has to be on top of a ubotscript can not find in the official doku... to say nothing of to deal with javascript too what the hell we need more and more things implement if that stuff we even got has no documentation?!
  4. fine TJ but this is not a solution this is a promo for your php plugin and it dont doesnt help ppl to understand how to deal with javascript inside ubot
  5. place the define of VaultBoss example on the top of the script then it will work it is very important if u define a function to place it in top of your script ... String.prototype.score = function(abbreviation, fuzziness) im not so near to prototype but this looks like a anonymous function as i know that means u cant get a global return... but im not 100% sure
  6. ubot4 dont support popup windows try to opem it in shared browser
  7. ui save file("save location", #save) command() define command { define $test { set(#var, $scrape attribute(<name="q">, "value"), "Local") return(#var) } navigate("http://www.google.com/", "Wait") change attribute(<name="q">, "value", $rand(2132132, 1321231231321321)) wait(1) scraping() navigate("http://google.com", "Wait") } define scraping { add item to list(%list, $test(), "Delete", "Local") save to file(#save, %list) } works here ! by the way paypal: flowerstone(at)gmx.de
  8. [....I have finally picked up courage to create a simple bot for sale...] Sanjeev ...sorry that i say that, but ppl who new in this biz shouldnd sell bots until there are perfect in programming with ubot. ...normaly i would help u but in this case no... lemmy short explain why bot-marked a hard many ppl who ask for bots also ask "is it done with ubot" thats because there was getting bots in the past that never does what the botcreator promised. so to sell bots it is maximum important that u know what u are doingt... at the end noone will buy your bots if there know of only one bot u did,
  9. Hi.. first of all i wanna say thx to TJs Typewriter-Plugin which brings me some ideas to do that without any Plugin. The Problem i saw was to get a x-yMousePosition to use this Plugin. Which made the Plugin not in every case usefull. So here my Code-Snipped to do this without x-yPos navigate("www.google.com", "Wait") wait for element(<name="q">, 10, "Appear") typewrite(0.0, 0.3, "<name=\"q\">", "isnt it a nice typewritereffect?") define typewrite(#TW min wait time, #TW max wait time, #TW Formfield, #TW text) { set(#TW min wait time, #TW min wait time, "Global") set(#TW ma
  10. i would prefer AMD FX 8350 but is realy doesnt matter but u need minimum 8gb better 16gb ram sure u also can work with 4gig but like with all around PC's "more is better" and the price for the MSI Notebook is heavy. thing about if u need a gamersGraCa inside with this high screen res.
  11. loop($list total(%urls)) { navigate("https://www.google.com/search?q=site:{$next list item(%urls)}", "Wait") wait for browser event("Everything Loaded", "10") comment("#### DO WHAT EVER U WANT ###") }
  12. if u realy only need the domains this should be work add list to list(%urls, $scrape attribute(<class="field_domain">, "innertext"), "Delete", "Global") result =============== MediaBand.comReedyCreek.comNimsNet.comSunKings.comImagePublications.comAllianceVideo.comTeenSizzle.comPacesetterMortgage.comMode.orgBodySystemSinc.comCrestDesigns.comLinoPress.comDiscountNeedlework.comBratBoy.comLukesGames.comEagleBrook.netAbstractVideo.comBioAerosol.comEquiDyne.comStinkyCheese.comTechSpectrum.comMargaretMoran.orgBlindPay.comOrbs.netTheSilkworks.comPussycatClub.netDifferentDrummerBooks.comRiverRo
  13. http(s)://yourname:yourpass@yourdomain.com
  14. play with the quotes use ' insetad of " sometime that helps
  15. instead to use "innertext" u can use "url" or what ever u need add list to list(%urls, $scrape attribute(<(class="bg2" OR class="bg1")>, "innertext"), "Delete", "Global")
  16. try this add list to list(%urls, $scrape attribute(<(class="bg2" OR class="bg1")>, "innertext"), "Delete", "Global")
  17. Frank watch out for TJs Plugin to free Mem in many situation that helps
  18. 10 bots collect adresses 10 bots use the same sqlite or textfile if one of that 10 bots write new stuff in this adressfile the other 9 have to wait
  19. look at the howto for that i was answer this questions some hours ago http://www.ubotstudio.com/forum/index.php?/topic/14205-howtorun-thread-safe-container/
  20. easy to understand use your threads like u did before inside this threads use the thread save container everytime u have to do things exclusive like save your threadlist to the masterlist and so on instead to use switches who tells the other threads stop u cant and have to wait until im open again. same with systemwide thread save container... as example u got many bots running working all with the same masterlist with systemwide tsc every bot will wait untill the one who fill in this masterlist is finnished... for all the geeks here works like a mysql Lock and unlock hope that
  21. UPDATED VERSION 0.96 • add Like Videos • add endless Loop • add Help • Update UI some bugfixes see the Bot in Action http://www.youtube.com/watch?v=2EHftFQs-TY
×
×
  • Create New...