Jump to content
UBot Underground

ppcmaniac

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ppcmaniac

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

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

  1. I'v got this script I'm working on: set visibility("Invisible") set(#FBUser, "-taken-out-", "Global") set(#FBPass, "-taken-out-", "Global") set(#GroupURL, "https://www.facebook.com/groups/-group-", "Global") set(#ImgFolder, "D:\\Users\\Desktop\\img\\", "Global") set(#WordList, "awesome,cool,thank,love,best,big,great,amazing,better", "Global") set(#Progress, "", "Global") set(#DataLable, "", "Global") define Start { bot source command(25, #FBUser, #FBPass) set(#Progress, "Loging into Facebook", "Global") wait(2) navigate(#GroupURL, "Wait") set(#Progress, "Going to {#Group
  2. Hey I haven't messed with Ubot in awhile. What I'm trying to do is take pictures of Facebook comments with certain keywords in them like "awesome, thank you" stuff like that. But I have no Idea where to start. Normally I would do a foreach loop for each keyword. But Ubot doesn't have a foreach function. This is how I would lay it out: Navigate to Facebook Group Loop through all the comments on each post (no Idea what to use for this) If comment contanes the word "word1, word2, ect" (not sure what to use for this either, maybe find regex?) take a picture of the comment (I can use save eleme
×
×
  • Create New...