Jump to content
UBot Underground

Adgmedia

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Adgmedia

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Here's basically what I have so far: I'm running the bot to load jQuery then I'm running a javascript with the contents of the #jscode variable (which is set on the UI) Here's the code I want to run: jQuery('body').append('{#name}'); Right now, it appends {#name} to the body but I want it to append the contents of the #name variable. Is there a command to do this? Thanks, Bob
  2. Hey guys, So I'm trying to basically run a bot where I can whip up a quick jquery code to make my code super adaptable by offering the capability of having the jquery code be loaded up at runtime - with a ui block text... But one thing I can't figure out right now is how to: 1- put ubot variables into that text and 2- have ubot evaluate that code before actually running the javascript So that when the javascript code runs it can actually pick up values from ubot variables. Thanks to whoever can help out, I've been trying to crack this nut for a bit and maybe some of you have already
  3. Hey guys, I'm building something that uses two buttons to navigate through a list of sites. The buttons are previous site and next site and they move they navigate the browser to the position on the list. It's working fine, but I was wondering if there's a way to use for example the arrow keys (left and right) to trigger those UI buttons? Thanks in advance!
  4. pftg4... that's what I was looking for THANKS!
  5. Is it possible to use the selector naming system (i.e. <name='from'>) in a textbox so that an application could be configured to suit a particular page at runtime? I'm trying to do this by just storing it in a variable but I get an invalid parameter error. is there any way to do something like this? Thanks
  6. Hey man, I went to purchase this with the price of $275.00 which is the one listed, but when I get to paypal it's charging $550.00 Please advise. Best, Juan
  7. Ok guys I've been looking for this for a while now and I'm trying to figure it out. I'm running a multithreaded script that loops on each thread. I do wish to be able to recognize when a process doesn't occur properly fewer than x amount of times, so I would have a #badattempts variable I could monitor. This is the general idea, maybe someone can enlighten me on how to use a local counter variable. loop inside each thread if count < 5 then increment badattempts end if if condition == fail then return elseif condition == success then increment count run command end if
  8. does this way of coding avoid a lot of the performance issues with ubot? the pure virtual function call and all that? I think I can purchase this if stability is not an issue and processes can truly be automated.
×
×
  • Create New...