Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. set(#Threadloop, 0, "Global") have to be outside the loop ! ad pls check your $list from text in your event list ui drop down("Threads", "1,2,3,4,5,6,7,8,9,10", #Threads) add list to list(%events, $list from text("1,2,3,4,5,6,7,8,9", ","), "Delete", "Global") set(#wait, 3, "Global") set(#MasterLoopAndROW, 0, "Global") clear table(&All Events Data) set(#Threadloop, 0, "Global") loop($list total(%events)) { increment(#Threadloop) thread { in new browser { set(#timestamp, $date, "Local") clear cookies wait for element(<id="ticketsAvail
  2. should work ui drop down("Threads", "1,2,3,4,5,6,7,8,9,10", #Threads) clear list(%events) add list to list(%events, $list from text("http://www.stubhub.c...7-2014-4450713/", ","), "Delete", "Global") set(#wait, 3, "Global") set(#MasterLoopAndROW, 0, "Global") clear table(&All Events Data) loop($list total(%events)) { set(#Threadloop, 0, "Global") thread { increment(#Threadloop) in new browser { set(#timestamp, $date, "Local") set(#url, $next list item(%events), "Local") clear cookies navigate(#url, "Wait")
  3. der browser is nur hiddn nicht weg was du da letztlich an functionen in den thread reinhaust bleibt dir überlassen nur das das eben keiner sieht
  4. works in Threads if u need it for the main browser use Don't show Browser in the compileroptions
  5. u dont need a plugin ubot has default a $date function inside use it with a regexmethode and u got what u want set(#myyear, $find regular expression($date, "[0-9]\{4,4\}"), "Global")
  6. test it here on my side and yes confirm that too
  7. kev123 im not sure but remove comments and additional stuff the program not needet is job of the compiler...or?
  8. first line of my bots i use a comment where i list all needet plugins
  9. schaumal hier Macht zwar keinen sinn aber hilft dir eventuell weiter define $loop until dead(#theParameter) { loop while(1 = 1) { if("#irgendwas = true") { then { set(#result, $true, "Global") } else { set(#result, $false, "Global") } } } return(#result) } define runtask(#runthisdefine) { if($comparison(#taskrunning, "=", 1)) { then { alert("Work in progress. Please wait.") } else { set(#taskrunning, 1, "Global") set(#tas
  10. depence on how u do.... u can send crypted mysql strings to mysqlserver what i do or u can use phpfiles on the backend at all the savest methode is use php files and send the stuff encrypted to php
  11. inside your shellcommant try the > "yourpath/output.txt" sends the output to a textfile named output.txt
  12. Hallo Jens Verified Email Accounts is not a big Deal i thing. There is some Software around here from trusted Members. Create Massaccount on Amazon and let them buy items there is also not a big Deal but bit more Complex and it needs high Qualifiing Fakeadresses also a good working Proxy Solution. I would like to give u an offer how to do that and would like to talk about the price too. I made Software at the past who got exactly the same requirement u need here.... if u are intressted, let me know and gimmi a ring here over PM or contact me at Skype:cb_head. by the way your name sou
  13. not realy create a new user switch to it with wondwsbutton+L start your bot switch back to normal user
  14. why u dont use another user to run your bots? i thing that your inetcafeppl only got user and no adminright?! if so ...there is no way for them to stop an other users program... and by the way...this methode is much more clean because you store your stuff in your userpath and nobody can work with even if you crypt your home
  15. "Bereit" is mal ne Aussage die mir gefällt :)
  16. table is a multidimensional array list a normal array so it is absolut doesnt matter if u store your content in a var or in a array. makes no difference but like i know from many other c,c++,php etc... array is mosttime faster then normal var
  17. yes i know this issue too sometimes. the only whats helps for me is to restart ubot and if this doesnt helps restart system
  18. SELECT TABLES should show u all the Tables of your Database. If this dont work check your MySQL User and your Connection
  19. what is a famous software? good looking interface? good working logic? it is realy doesnt matter what u use c# ubot windev autoit python or what ever at the end the only thing which counts is ... which quality has your code your logic and your ideas ! to do a good software needs time u will not earn one cent if u gotta idea but no skills with coding u will not earn one cent if u good in coding but no ideas with making money at the web at the end a cool looking interface with a cool working code behind doesnt helps u too if u dont got additionals knowhow like how to socket a site
  20. run javascript( window.scrollTo(0,document.body.scrollHeight))
×
×
  • Create New...