Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
How can I save all account details I created to a .txt file
-
Hi guys first post here! I have managed to make a simple bot which signs up for a website, and I have used resources for user + pass generation, and an email list. (so for so good!)
What I need to learn next is how I can output this data into a .txt or a .csv file so that I have all account details logged and can be used in the future
any help would be greatly appreciated!!
thanks in advance guys
-
@jamroy said in How can I save all account details I created to a .txt file:
Hi guys first post here! I have managed to make a simple bot which signs up for a website, and I have used resources for user + pass generation, and an email list. (so for so good!)
What I need to learn next is how I can output this data into a .txt or a .csv file so that I have all account details logged and can be used in the future
any help would be greatly appreciated!!
thanks in advance guys
Use the resource "FilesFromDirectory" with the option "Only write"
-
@fox Thanks for the help so far. I have created this, but what I am struggling with is making script know to write the usernames, email and password to this directory. I'm sure its something simple I am missing. would it help if I were to upload the bot project?
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox Thanks for the help so far. I have created this, but what I am struggling with is making script know to write the usernames, email and password to this directory. I'm sure its something simple I am missing. would it help if I were to upload the bot project?


test script
-
@fox still having trouble getting this to work :( sorry for being a pain. I have pretty much set mine up simular to yours, however when I test, no data is being written out. Is there any tutorials with video examples available for this which could be of use? I have tried looking everywhere cant seem to find any
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox still having trouble getting this to work :( sorry for being a pain. I have pretty much set mine up simular to yours, however when I test, no data is being written out. Is there any tutorials with video examples available for this which could be of use? I have tried looking everywhere cant seem to find any
Start with the official channel
https://www.youtube.com/channel/UC_fHAkJk4dNj8gnFbt55tHg/videos -
@fox Would you say this resource https://wiki.bablosoft.com/doku.php?id=tutorial3&s[]=account&s[]=creator would be the best for what I am trying to achieve? Looks like the closest thing I could find, but would this give me the results im trying to get? thanks
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox Would you say this resource https://wiki.bablosoft.com/doku.php?id=tutorial3&s[]=account&s[]=creator would be the best for what I am trying to achieve? Looks like the closest thing I could find, but would this give me the results im trying to get? thanks
This is a tutorial on working with a database, you said that you want to save data to a txt file.