• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. T

    EN Hash functions in js

    The Solution is very simple but i have to search long in google. Here is the solution: If you want to use a variable in http request data you have to do the following: In my Example of the script: https://pastebin.com/EcRnB8z1 on line 33 engine.log("Script Test: " + data[`${keyPair}`].field.wtf)
  2. T

    EN Hash functions in js

    Okay its fine now i have solved my problem self.
  3. T

    EN Hash functions in js

    Or my problem how i can i use the variableto in the path where i can get the information from the http request?
  4. T

    EN Hash functions in js

    The key in the json response begins with 61 and i cant get the informations from the key object that begins with 61, there are a lot of information and i need these.
  5. T

    EN Hash functions in js

    Sure. Here ist the example json response that i get from the http request: https://pastebin.com/Brw4kw3g And this is http request: https://pastebin.com/EcRnB8z1
  6. T

    EN Hash functions in js

    thank you but i have another solution always but i always have a other problem. I can't parse json keys that begins with numbers. How i can do it that i can get data in the key, that begins with numbers?
  7. T

    EN Hash functions in js

    Greetings dear sinusbot community. i have a question about encrypt strings and something else. Have the integrated javascript support from sinusbot the ability to use the crypto function? such like this? const crypto = require('crypto') function encrypt(data) { return...
Top