OP 03 July, 2018 - 04:09 PM
(This post was last modified: 03 July, 2018 - 04:12 PM by CLeOnCtKuErDi.)
Website: https://mega.nz/
Email/User: Email
Proxies: No
Capture: No
Recommended Bots: 10-50
Last checked: 07/3/2018
Introducing JSGetVar, JSExecute, JSSetParameter and CustomSaveFormat (if you want a hits without those "=========", you should set it to "True" in [General])
Here's an example code for Javascript features:
or
see FUNCTIONS documentation for more information.
in this case we're going to use the Javascript feature to hash our login information.
Email/User: Email
Proxies: No
Capture: No
Recommended Bots: 10-50
Last checked: 07/3/2018
Introducing JSGetVar, JSExecute, JSSetParameter and CustomSaveFormat (if you want a hits without those "=========", you should set it to "True" in [General])
Here's an example code for Javascript features:
Code:
$JsExecResult1 = JsExecute("x += 1;", JsSetParamer("x", "1", "number"))
$XResult = JsGetVar($JsExecResult1#, "x")
Code:
$JsExecResult1 = JsExecute("var x = 1; x += 1;")
$XResult = JsGetVar($JsExecResult1#, "x")
in this case we're going to use the Javascript feature to hash our login information.
Credit to MR.ViPER & modified by Centuri