This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let YOURUSERIDHERE = 33532; | |
| let i = 0; | |
| setInterval(function() { | |
| fetch('https://www.brick-hill.com/currency/', { | |
| "headers": { | |
| "accept": "text/html", | |
| }, | |
| "body": null, | |
| "method": "GET", | |
| "mode": "cors", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // XlXi | |
| // November 2023 | |
| // Friends all members of a given group. | |
| // Includes | |
| const axios = require('axios'); | |
| const { awaitSync } = require('@kaciras/deasync'); | |
| // Configuration | |
| const groupId = 1200769; // Official Group of Roblox |