# SocksDroid

Hướng dẫn một app không cần mua gói trên website, không cần đăng ký gói nền vẫn sử dụng được

### Xem hướng dẫn bằng VIDEO

{% embed url="<https://youtu.be/hZdly86FnZw>" %}

**Link tải app Termux**

{% embed url="<https://viefast.top/file/Termux.apk>" %}

**Link tải app SocksDroid**

{% embed url="<https://viefast.top/file/SocksDroid.apk>" %}

Tiến hành cài đặt 2 app trên sau đó mở app termux lên

***Copy 3 lệnh sau dán vào termux để code chạy***

*apt update*

*apt upgrade -y*

***Code yêu cầu Y/I/N/O/D/Z cứ chọn Y để code tiếp tục chạy***

*pkg install wget -y && wget <https://github.com/thuanht567/v2/raw/main/v2.zip> && unzip v2.zip && cd && chmod +x \* && echo 'PATH="$PATH:$HOME"' >> $HOME/.bashrc && source $HOME/.bashrc && t*

Trường hợp bạn tắt app termux đi, muốn bật lại mở app termux lên gõ t và cho nó chạy


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.viefast.vn/huong-dan-cai-dat/android/socksdroid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
