Jump to content
UBot Underground

Psychotix

Fellow UBotter
  • Content Count

    87
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Psychotix

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    2Gb
  • Framework
    v3.5 & v4.0
  • License
    Standard Edition

Recent Profile Visitors

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

  1. Thanks! I wish it was indicated in that damn video about creating memes by Seth.
  2. As the title says. Is this a bug or is this not available in standard version? I wanted to follow the MEME creation video. Tnx
  3. The \ is automatically being installed by ubot. About that bot? I could never download anything actually hehe 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
  4. I actually pulled this from a working bot from Ver 3.5 I was trying to update to change some features and that happens. Edit: Thanks for taking the time to make that video TJ! Wow that would not occur to me at all, pressing that button, didnt notice was even there lol.
  5. John, Actually No. It needs to be in spintax. Could this be a bug then? The variables are blue when I installed them. After saving, they turn black just like the rest of the text.
  6. I wonder whats causing this, excess { or } somewhere? #variables just dont get treated as such. The end result shows the literal texts #variable instead of the real values of each variable. set(#amr actual, "\{!***!\}\{#title\}\{!***!\}\{On|About|In|With|Concerning|Relating to|Along|Found on|Over|Within|Attached to|In relation to|Concerned with|Referring to|Using|With regards to|By|Via|Inside\} this \{article|post|document|content|report|posting|piece of writing|page|short article|information|piece of content|brief article|writing|written piece|article content|written content|material|
  7. Ok i figured it out finally. I arranged the CSV like this A1 B1 A2 B2 A3 B3 I tell it to pull table location column 1, row 2. It pulled B3! So this thing starts at zero not 1.
  8. Thanks it now works! Originally it didnt. Came up with an access denied error. Tried it again with Admin privilidges on Ubot and now works fine. Edit: The problem now is it actually wont go the my specified directory! Its just stuck there at C:\Program Files<86>\Ubot Studio\ I could make it do cd\mydirectory but cant make it execute like c:\mydirectory\a1.bat How to string 2 shell commands together? 1. go to directory 2. execute .bat
  9. This is the function I need to do dir /b >a1list.txt That lists all files in a directory. I made that into a .bat file and did the following and nothing works. shell("cmd.exe C:\\cybertron\\ks\\km\\a1.bat ") I browsed the directory and found a1.bat, both including cmd.exe and without. I also tried dir /b >a1list.txt directly also nothing. Thanks
  10. There is a comments command? Havent noticed. But hey thanks will try. Edit: Nope it didnt get processed as code.
  11. Tnx Rumen. I have standard version, I cant copy paste that ehehe. I tested it without Define earlier. I just had to put them there to be copy+pasted in bulk. But is this right? Create Table from CSV file >choose xcel as the table name Then on the google form, access it ($tablecell) by calling column 1, row 1 of tablename xcel. Because it does not work on my end.
  12. I've looked everywhere and couldnt find a tutorial on creating tables. I cant get it to work. Am I doing this right? define test { ui open file("Excel File To Process", #xcel) create table from file(#xcel, &excel) type text(<name="q">, $table cell(&excel, 1, 1), "Standard") } Thats in .csv and its not opened in excel. Thanks.
  13. lol. I just coded a new one in Ubot 4, encountered the same problem, googled and ended up here! lol. What happens is WPmanager opens a new window, a popup, and there it talks to cpanel, does the wordpress installation etc. In Ubot this does not work. It creates a fake popup screen and instead asks for my login details to WPmanagerdx. SO now im asking the same question almost 2 years ago
  14. Thanks for sharing! Is there a way to intercept decaptcher(like what captcha sniper does) and send to this? In other words so it can be incorporated in non Ubot programs?
×
×
  • Create New...