Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by webpro

  1. Well i meant from bots created by UBOT. They all look like if it's something bad. You cannot download them nor try to run them. At least on my end and i use avast.

    Also the virustotal always give a bad report. Ain't good at all for the biz either.

     

    How do you guys prevent this ?

    Only by telling people that it's false positive ? Or with procedures on how to unblock them with Avast ?

     

    What shall i add to the bot to make it look OK  in other words ?

    Trusted in way ?

  2. Is there a way to prevent this ?

    Ad-Aware 	Gen:Variant.Barys.2099 	20141118
    BitDefender 	Gen:Variant.Barys.2099 	20141118
    DrWeb 	Trojan.DownLoader11.39526 	20141118
    Emsisoft 	Gen:Variant.Barys.2099 ( 	20141118
    F-Secure 	Gen:Variant.Barys.2099 	20141118
    GData 	Gen:Variant.Barys.2099 	20141118
    Ikarus 	Win32.SuspectCrc 	20141118
    Kaspersky 	HEUR:Trojan.Win32.Generic 	20141118
    MicroWorld-eScan 	Gen:Variant.Barys.2099 	20141118 
    

    Possibly Unwanted Application. While not necessarily malicious, the scanned file presents certain characteristics which depending on the user policies and environment may or may not represent a threat

    Symantec reputation Suspicious.Insight

     

    Just a did a VIRUSTOTAL scan of a project of mine. Geee it has nothing to do with blackhat stuff !

    Looks like everything done with UB triggers a couple of warnings.

    How can we stop this ?

     

    Thanks

     

    EDITED:

    Just tried to download it from my web site. AVAST blocked it :wacko:

    Win32 Evo-Gen crap !

    Just submitted a report to them to try to unblock the software.

     

    Anything else i could do ? Thanks

  3. Ok bought it

     

    Get your email one last time please (i promise it's the last time before you go to bed lol)

     

    Important ot know this before i proceed with installation.

    Do i need to install this on the right box right away ? Or i can install it on my main PC to play around with it and then, install it on the box it will go to work with ?

  4. Do you get lots of captchas ?

     

    I'm interested but i know that they patch things up really quickly on those kind of sites sadly

    (sent you an email by the way)

     

    Trust me, i know that you are good at what you are doing ! It's just that accounts might get blocked very fast (ips too) or get ghosted.

     

    How's it looking right now ?

    Thanks

  5. I need to tell the multithreaded bot to stop doing what it's doing on certain accounts, if it sees a certain text.

    ex: TOO MANY LIKES, slowdown (you know what i mean lol)

     

    So i created an IF statement and it works fine but the thing is, it stops the entire bot as the hole thing runs into a define command.

    Well the entire click/job procedure for each account is under ONE define.

     

    How would you handle this ?

    In way i need:

    1) If you encounter this, stop this thread only

    2) Don't stop the procedure on the other running threads unless IF statement

     

    Thanks

  6. Ok just before i get this, i want to make sure that it can do this.

     

    What i am looking for is:

     

    1) Users buys a monthly membership to my site using WorldProfitBuilder or Optimizepress or any membership plugins for Wordpress with free/paid option      capabilites.

    2) He gets (or create) his own username/password.

    3) When he fires up one of my bots, it prompts him for his username/password.

    4) Now depending on his membership package, he will be able to access (let's say) level 1/free bots, level 2/paid bots, level 3/deluxe paid bots etc..

    5) Will not be able to share his username/password. Or will only be allowed to run it on his PC and a VPS at the same time

     

    If it can do this or you are planning to add some of these features. I will be an HAPPY customer (again lol)

     

    Let em know

    Thanks

    • Like 1
  7. I got a few questions.

     

     

    1) So it's one IP per session ? Can we add more  if needed ?

    2) Working on Ubot 4 and/or 5 (5.5 while at it ?) ?

    3) Does it work with WPprofitbuilder ? I just got this one as it works great with rapidmailer (same owner). So i think i will stop using optimizepress so...

    4) I should be able to use JVZOO or Payspree or my Own Paypal account with it ?

     

    Let me know

    Merci Mec

  8. Right now each time i run my bot to create a free email, it saves to a .txt file alright but it erases the previous created email.

    How can i make sure that with each run, the emails are being saved, one after another.

     

    ex:

    guy1@email.com

    anotherone@email.com

     

    and so on.....

     

    (NOTE: This works perfectly, if i manually run each nodes one by one and repeat the steps)

     

     

    I suppose we can't do this ? Everything that's put in a %list, then "saved as", is erased each time we run the bot again ?

    How can we bypass. What trick are you using ?

     

    You see, right now i'm using hidemyass, so i change the proxy manually, once it's loaded and working fine, i run the bot.

    Get the picture ?

     

    Thanks

     

    EDITED:

    New issue:

    set(#firstname, $account data("First Name"), "Global")
    

    This is working fine if you run it's by itself but within a loop, it always outputs the last name it picked up from UB data list of names.

    So if JERRI is picked up when i first ran the bot. JERRI will be picked no matter what. Over and over again. The same with $account data("Last Name")

    Even with wait commands. Like skipping the node or something ? Ignoring it ? It refuses to give out a new name. Again if run this manually it works fine. Have this ever happened to you ?

  9. I'm creating an email creator for the first time and i was wondering, how do i save to file, the created email ?

     

    I'm using $account data to generate the first name and last name which then is used automatically by the site, to generate the email address.

    So if DANIEL and BROWN are chosen, then the email would be daniel.brown@site.com and this is filled into the email field by the site automatically.

     

    So how do i get to save the daniel.brown@site.com email to notepad/excel (whatever) for further use ?

    As once it clicks on create, BANG all the info is gone.

     

    I'm maybe over thinking it (like always hahahahaha)

     

    Thanks guys

     

    Note: The site requires to verify the entered password so the way i do it so far is to use an UI TEXT on which i enter a password that is used for batch creation.

    So if i want to create 100 emails, then they will all use the same password (i know it sucks) cause i'm using the same information to be entered twice (in both fields)

    Ex: the chosen password is BLACK (entered in UI TEXT) then BLACK will be pasted into the password field and then BLACK will be pasted into the verify password field.

    Is there another way to do this ? Can i use $account data if so, how do you make sure the password is entered into both fields ?

     

    EDITED:

    I just thought about using SET command first on everything ! You set FIRSTNAME LASTNAME PASSWORD then call the various variables using TYPE TEXT

     

    For saving. SET command again first

     set(#emailaddress, "{#firstname}.{#lastname}@lsite.com:{#desiredpassword}", "Global")
    

    then

    add item to list(%emails, #emailaddress, "Delete", "Global")
        save to file("{$special folder("Application")}\\email-list.txt", %emails)
    

    How's that sounds ?

  10. Don't know what i'm doing wrong but i just can't click on those !@#$#@%$ buttons !

    I have scrapped all of the button ideas and added them to a list

    %ids

    (0): 594146
    (1): 584114
    (2): 514124
    (3): 524642
    (4): 544741
    

    Click code:

    click($element from text("<outerhtml=w\"<td>
    									<form action=\\\"/account.cgi\\\" method=\\\"POST\\\">
    										<input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"profile_msg\\\">
    										<input type=\\\"hidden\\\" name=\\\"id\\\" value=\\\"{$next list item(%ids)}\\\">
    										<button type=\\\"submit\\\" style=\\\"color:#000000\\\"><img src=\\\"http://static.site.com/images/ico-message.gif\\\" align=\\\"absmiddle\\\">  Send message</button>
    									</form>
    								</td>\">"), "Left Click", "No")
    
    

    Here is the html

    <form action="/account.cgi" method="POST">
    										<input type="hidden" name="f" value="profile_msg">
    										<input type="hidden" name="id" value="574140">
    										<button type="submit" style="color:#000000"><img src="http://static.site.com/images/ico-message.gif" align="absmiddle">  Send message</button>
    									</form>
    

    Let me know

    THANKS !!!

  11. Guys, how would you code this ?

     

    I am using a proxy provider which uses IP recognition instead of username/password but the problem is, if the connection is loss, i'm wide open right ?

    My own IP will be shown and the bot will continue to work if i'm not mistaken ?

     

    How would you make sure that the bot stops if the private proxy stops working ?

     

    That's one thing i like about the username/password combination proxies. No problem with these...

     

    Let me know

    Thanks

  12. TJ

    Can you add in here a simple code regarding the os typewriter ?

     

    Ex:

    From an UI BLOCK, typing text into a field, spintaxed and using this function

    Cause right now it ain't working on my end.

    In other words, use the os typewriter function with something similar

    ui block text("Comments", #comments)
    type text(<name="Comment_input">, $spin(#comments), "Standard")
    
    

    Thanks

  13. I'm trying to figure out a way to tell the bot to scroll down

     run javascript("window.scrollTo(0, document.body.scrollHeight);")
    

    to the bottom of the page. So scroll until you have reached the bottom of the page if you prefer.

    The problem is, i don't know what to look for (or not ?) so it continues.

    To tell you the truth, it's facebook groups.

     

    So i want to grab all of the facebook groups (on a certain account)

    It's a page like PINTEREST except that it finally ends, when all of the groups you are signed up to, are shown.

     

    What would be your technique on this one ?

     

    Thanks a lot guys

×
×
  • Create New...