DM me and I shall see if I can help with your issue.

Fairy
@Fairy
Config Maker
Posts made by Fairy
-
RE: how to make config for sites with popups login
-
RE: how to make config for sites with popups login
@deejaypein said in how to make config for sites with popups login:
hey bud ! can i get more info of how you could make this Work ? thanks in advance !
Authorization: Basic dGVzdDp0ZXN0MQ==
the code afterBasic
, usually contains the User:Pass in Base64 Encode format. you just need to simulate this to make the request work. -
RE: Javascript login sites
you need to provide more information about the issue itself, so the community may help you.
-
RE: capturing alt of imgs
make a request that would show the response you have shown. then Switch To Loli Script, and add the code i have shared underneath.
-
RE: capturing alt of imgs
Try this
PARSE "<SOURCE>" REGEX "<img src=\"([^\"]*)\" alt=\"([^\"]*)\"" "Alt: [2]" -> VAR "ALT"
Sorry for the late reply -
RE: capturing alt of imgs
i meant, share the code and Delete the
src
content. this way we can just use Regex easily to help you capture what you need. -
RE: How to find Url
the validation of the License Key is checked Locally, and thus, you can not find any HTTP traffic.
-
RE: How to capture data from different pages from one source?
You simply can use regex afterwards to capture the desired elements.
-
RE: capturing alt of imgs
1- Send a portion of the response that contains what you want to capture
2- hide any website link
It would help us give you the rightCode/Regex