Jump to content
UBot Underground

Whiztech

Fellow UBotter
  • Content Count

    15
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Whiztech

  • Rank
    Member

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

2011 profile views
  1. could any help with that how I can pass Dropbox auth2 here is docs url: https://www.dropbox.com/developers/documentation/http/documentation
  2. could any help with that how I can pass Dropbox auth2 here is docs url: https://www.dropbox.com/developers/documentation/http/documentation
  3. I want to create the hide bot could you give me some example of code ? after complied tell how it can be run through windows power shell or cmd ? how it can be unhide? is the bot could run through windows shedullar after complied?
  4. I want to create the hide bot could you give me some example of code ? after complied tell how it can be run through windows power shell or cmd ? how it can be unhide? is the bot could run through windows shedullar after complied?
  5. Could any one tell me how I can make the incognito bot?
  6. Is there anyone can tell me that how this should be in ubot studio? https://unified-api.axs.com/veritix/session/v2/felzAAAAAACZ8fbWAgAAAAD4%2Fv%2F%2F%2FwD%2F%2F%2F%2F%2FCGFsdGl0dWRlAP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F POST DATA: { "locale": "en-US", "meta": { "version": "0.8.3", "url": "" }, "queueItUrl": "https://tix.axs.com/felzAAAAAACZ8fbWAgAAAAD4/v///wD/////CGFsdGl0dWRlAP//////////", "socketId": "PORwlSFEvKIref-JACWB" } RESPONSE: {"sessionID":"epD0ezYaKxYmSEeW","sessionConfiguration":{}}
  7. I need some help to make the Http request for OAUTh2 + Open ID Connect I run the API request via Postman Chrome and trying to decompile http request by fiddler; having some difficulty with it. if anyone can give me advise?
  8. Hello I have question about Http plugin; I need some advise; I'm testing the API I have to use http for open ID Connect; please take a look in that link; give me some advise if you would like: https://sparkplatform.com/docs/authentication/authentication This code is not giving me the response: set(#spark1,$plugin function("HTTP post.dll", "$http post", "https://sparkplatform.com/openid/authorize?","&redirect_uri=https://sparkplatform.com/oauth2/callback&client_id=eovhjumopsl97csh46x2rmg0u&scope=openid&response_type=code&state=abcdefgh", $plugin function("HTTP post.dll", "$h
  9. There is 1 problem; I am sracping zillow site that mentioned below element but debugger is not showing result like ubot studio. All the data is messed up in 1 line also there is also html script showing between the data. Please help me out if anyone can check it. plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "disable-infobars")) plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.zillow.com/homes/") plugin command("ExBrowser.dll", "ExBrowser Wait For Dom Ready", 30) plugin command("
  10. I need that features in Exbrowser Plugin; they are very use full to me.. 1 - Change attribute not working same as ubot's function 2 - Need parameter same as: Element offset 3 - A Picker its like a dropdown but we can pick more than 1 option from the list and some Pickers allows to pick 1 option only from the list. 4 - type Date into date picker box. I will appreciate your help if you add those features with Exbrowser plugin. Change attribute Element offset Picker Type Date into date picker box
×
×
  • Create New...