Jump to content
UBot Underground

vmunich

Fellow UBotter
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About vmunich

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

2437 profile views
  1. After the update, my bots run soooo slow. Think about it taking 2 ~ 3 seconds only to fill a text field.... It's also skiping steps, I think I will uninstall it and install again to see what happens.
  2. Hello, I need an Ubot expert urgently to take a look on my bot and fix it. The problem has to do with this thread: http://www.ubotstudio.com/forum/index.php?/topic/15971-how-are-variables-handled-in-memory-running-10-of-the-same-bot-at-the-same-time/&do=findComment&comment=92032 I'm looking to hire someone that can actually solve my problem. Please contact me, it's urgent. Thank you.
  3. I can't post the code publicly i'm looking for someone I could hire to solve my problem. I contacted both BotGuru and UBotDev.com but both seem to be busy.. Is there anyone reliable and professional that I can hire? PS: I Can't PM yet..
  4. Using Ubot Professional 5.0.7. Ok my bot has around 800 lines, this is the problematic part: http://pastebin.com/Bkqu4hqX 5 of this same thread (of course with different variabels) are executed at the same time. Please note this part: {#currentaccount}&n=1 Each thread is coded to follow the following pattern: Thread1 = {#currentaccount}&n=1 Thread2 = {#currentaccount}&n=2 Thread3 = {#currentaccount}&n=3 Thread4 = {#currentaccount}&n=4 Thread5 = {#currentaccount}&n=5 However, sometimes thread1 posts n=4, sometimes thread2 posts n=1, so one thread overlaps the
  5. Hello, I have a bot which has variable #a, #b and #c. I compiled it and ran 10 compiled bots at the same time. I noticed that some bots were overwriting the content of the variable of other bots!! So, do I have to set different variable names for each new compiled bot I run? Please someone answer me.
  6. Nevermind, I did something like this: loop while($comparison(#readytocontinue, "<", 5)) { wait(2) } and it seems to be working
  7. Hello, I'm trying to mess with the while loop function but I'm having problems with it. In short, i have 5 threads working. Once a thread is done, it increments the variable #readytocontinue once. I want to make the main script wait until the variable #readytocontinue is equals to 5 (which means all threads are done), so it can continue. It should't continue until the variable is equals to 5. How can I do this? Thanks.
  8. I tried to do it but I failed. Could you please record a video? Thank you very much!
  9. I will pay someone if they can help me with this problem: http://www.ubotstudio.com/forum/index.php?/topic/15920-paying-for-someone-that-can-solve-my-alert-box-problem/
  10. Please see this thread: http://www.ubotstudio.com/forum/index.php?/topic/15919-urgent-how-can-i-scrape-an-alert-box-javascript/ Basically I need a way to scrape text from javascript alert boxes. That's it!!! Tell me how much you would charge me to show me a way to do it. I will have the text in a variable.
  11. I really need to be able to scrape javascript alert boxes on ubot. In a normal browser, they do pop up, however they don't on ubot. I'm talking about these kind of popups: http://i.imgur.com/mW0yKYS.jpg http://i.imgur.com/70bgNqm.jpg How can I scrape the text on them???????
×
×
  • Create New...