Skip to the content.

SpoonTools

A Tools For Spoon, to Increase Tap Love, Fans, Listener Of Cast, Report, and etc.

This Tools required Authentication ID to send TAP LOVE, Fans, Report.

ScreenShoots - LATEST Version

Spoon Tools 1 Spoon Tools 2 Spoon Tools 3

ScreenShoots - OLD Version

Spoon Tools

Installation

Download Repository SpoonTools And Open With Visual Studio

Requirements

Features

Instruction To Add Server

    Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
        If ComboBox1.SelectedIndex = 0 Then
            Server = "https://api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 1 Then
            Server = "https://id-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 2 Then
            Server = "https://jp-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 3 Then
            Server = "https://vn-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 4 Then
            Server = "https://ar-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 5 Then
            Server = "https://us-api.spooncast.net"
        End If
    End Sub

Currently Supported Server [API]

Instruction To Add Type

        If ComboBox2.SelectedIndex = 0 Then
            LType = "/casts/"
        ElseIf ComboBox2.SelectedIndex = 1 Then
            LType = "/lives/"
        ElseIf ComboBox2.SelectedIndex = 2 Then
            LType = "/users/"
        End If

Currently Supported Type

Instruction To Change User / Profile Editor

If You Don’t want to change Profile Pictures of List BOT / Users, simply comment at this part

dictData.Add("profile_key", "profiles/2/g3PBq2wSZLz4MV/d08b5331-3bab-4439-9f65-2de05c45ec52.jpg")

Just Read This

Sorry For Messy Coding, I write this project when I’m bored.

Use This At Your Own Risk, If Possible Use Less Report Function !

Authors

License

MIT License