WhiteHatBox
Share Page
Following(0)
Partner(s)
Karmagedon

What is it in an Compose String action?

ReplyThanks 2017/08/10 05:00:39 0 0

Using the options below, I can only set the value for Separator1.

I tried to install them by double clicking on the table cell, but after the test run they were cleared.

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
kabone76
2017/08/10 18:15:35
It takes a table and add makes a string. I use this alot for cookies. Instead of saving a csv with 2 columns and 5 rows, I compose a string and in separator 2 and 3 I add _ColumnEnd_ and _RowEnd_ then I am able to recompose the string to a table later. Very useful for storing info :P It's alot easier for me to save a long string in a database then to save 10 values.
Fuck BotChief! WhiteHatBox willl steal from you, disable your keys when they don't get their way
Karmagedon
2017/08/10 20:37:03
2 # kabone76 2017/8/10 18:15:35
It takes a table and add makes a string. I use this alot for cookies. Instead of saving a csv with 2 columns and 5 rows, I compose a string and in separator 2 and 3 I add _ColumnEnd_ and _RowEnd_ then I am able to recompose the string to a table later. Very useful for storing info :P It's alot easier for me to save a long string in a database then to save 10 values.
I'm sorry, but I almost did not understand. My knowledge of the language is too small, and the translator went insane.
Can you make a small example of how to use it?
Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
kabone76
2017/08/11 02:09:35

This example will show you how to login to facebook, grab the cookies and export them to a string using the compose string action. From there you can load simply just the cookie string without the username and password and it will then split the string back into the form cookies need to be so it can inject the cookies and not have to log in.


Grab Facebook Cookies




Also keep in mind that you would be able to do a database action and store username pass and cookiestring. Then check update the database only when the cookies are new because the session expired.

Fuck BotChief! WhiteHatBox willl steal from you, disable your keys when they don't get their way
Karmagedon
2017/08/11 02:11:15
4 # kabone76 2017/8/11 2:09:35

This example will show you how to login to facebook, grab the cookies and export them to a string using the compose string action. From there you can load simply just the cookie string without the username and password and it will then split the string back into the form cookies need to be so it can inject the cookies and not have to log in.


Grab Facebook Cookies

Thank you, I'm studying it
Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
<< < 1> >>
VerifyCode
Advanced Option