> For the complete documentation index, see [llms.txt](https://wiki.yosikaha.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.yosikaha.com/tips-n-tricks.md).

# Tips n Tricks

### <mark style="color:blue;">1. Easy Login for Yosikaha App</mark>

#### For PC

> Para hindi kana mag paste ng Discord ID everytime na iopen mo yung app. Gumawa ka ng <mark style="color:yellow;">`start.bat`</mark> file sa folder kung nasaan yung <mark style="color:yellow;">`yosikaha.exe`</mark>. Pero para magawa mo yan dapat yung folder options ng PC mo ay hindi naka hide ang mga extensions. Moving forward, pag eedit mo na yung <mark style="color:yellow;">`.bat`</mark> file, ipaste nyo to sa loob.

```
/yosikaha.exe --id DISCORD_ID
```

> sympre ireplace mo yung <mark style="color:yellow;">`DISCORD_ID`</mark> na makukuha mo sa [⁠#autodraw](https://discord.com/channels/1065628767961223269/1066093095734759494) channel. Isave lamang ang file and from now on yan nalang ang iclick niyo every time you start the app.

<figure><img src="/files/QuqcJvStCDFTbulqmmsG" alt=""><figcaption><p><mark style="color:yellow;">Yosikaha.exe with start.bat file for easy open</mark></p></figcaption></figure>

#### For Mobile

> Para di kana din nagtatype palagi. Kapag naopen mo na yosikaha app before. Ang gawin mo nalang, sa mismong termux may makikita kang arrow buttons, pindutin mo lang either **up or down** para lumabas yung previous command mo. Then just hit **enter** para mastart mo na yung app.

<figure><img src="/files/hM8Vhmv0eUtHjQzd1GaU" alt="" width="375"><figcaption><p><mark style="color:yellow;">Arrow up/down keys from termux app</mark></p></figcaption></figure>

### <mark style="color:blue;">2. Easy autodraw or input code command</mark>

> If you have too many accounts and ayaw mo nagtatype lagi, you can always prepare the command (via notepad or any text editor) tapos paste mo nalang pag draw kana. May format kasi yung command at ganito yun.

**For autodraw**

```
/draw fortune username:USERNAMEMO password:PASSWORDMO raffle_id:1 interval:1
```

**For autoinput**

```
/input mighty username:YOURUSERNAME password:YOURPASSWORD code1:CODE1 code2:CODE2 code3:CODE3 interval:1
```

> Be mindful sa spacing, isang off lang yan pwedeng hindi madetect ni discord pag pinaste mo na.

### <mark style="color:blue;">3. Use the draw attempt limit</mark>

> May isang optional setting si autodraw, which is `attempts`. Nagagamit to para ilimit yung draw nya. Kunware nilagay ko 5, ibig sabihin limang beses lang sya magautodraw tapos mag eend na. Pag hindi kasi to nakaset, magdraw siya hanggang mareach ang limit or pag nanalo or failed. Sa PC users, press tab niyo lang, sa Mobile users, I think pwede niyo sa pindutin. Pero pwede din yung parang sa #2 ganito yung format nya.

```
/draw mighty username:USERNAMEMO password:PASSWORDMO raffle_id:1 interval:1 attempts:5
```

### <mark style="color:blue;">4. How to recopy commands without retyping details</mark>

> Pag nagkamali kayo sa **user/pass** or **code inpu**t, etc. Chances are, uulitin mo ulit yung details na itype. Pag di mo ginagawa yung suggestion sa [#1.-easy-login](#1.-easy-login "mention") baka mairita ka. So with this, pwede mo irecopy yung previous command tapos edit mo nalang. Heres a sample in pc/mobile.

<figure><img src="/files/KoqfQhiOxSNd08jymcSz" alt=""><figcaption><p><mark style="color:yellow;">PC version</mark></p></figcaption></figure>

<figure><img src="/files/w7C3k7OIVNAWeXaeq89P" alt="" width="563"><figcaption><p><mark style="color:yellow;">Mobile version</mark></p></figcaption></figure>

### <mark style="color:blue;">5. Easy Login for Yosicredit PC</mark>

Parehas lang sila ng <mark style="color:yellow;">Yosikaha</mark> app sa PC. Ilagay mo lang si <mark style="color:yellow;">yosicredit.exe</mark> katabi ng .bat file and good to go.

```
yosicredit.exe --id DISCORDID --w1 winston --w2 mighty
```

{% hint style="info" %}
**w1** - First yosi worker, can be mighty, winston, camel\
**w2** - Second yosi worker, can be mighty, winston, camel
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.yosikaha.com/tips-n-tricks.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.
