Hello! Finally, ST unbaned me. This is only a simple project using scratchattach with python. ⚠️ Important - Sorry, I don't have a Backend, so you can't run the code © Credits - @TimMcCool for Scratchattach ❗ Do this - Heres is the code (replace username with your username and the sane with password): import scratchattach as sa session = sa.login("username", "password") # Login with Scratch login information (replace with your username and password) cloud = session.connect_cloud("1185856699") # Replace project_id with your project ID value = "30181929551524132514151455321128191112221555331129552915305533193018552913281130131811303011131800" cloud.set_var("encoded with sa", value) project = session.connect_project("1185856699") # Replace project_id with your project ID project.love() comment = project.post_comment("This was sended with scratchattach") client.run()