Skip to content Skip to sidebar Skip to footer

Widget Atas Posting

How to Create Your Own Termux Script for Beginners


Okay, guys, back again on the web. On this occasion, we will share a tutorial How to Create a Termux Script. To make that, coding skills are actually needed. But in this post, we will share a few tips on making sc termux without coding.
First, determine what script you want to create. Then start writing code to determine how the script will run. For example, we want to create a Facebook hack script. Then we write down what code is needed for the FB hack script to run.

It isn't effortless to determine what code to write. But to make it easier, we already provide a termux script template. So you have to change or add data without having to write manually. It's easy. please follow this tutorial well

Things to prepare before creating a termux script

Creating a script is the same as writing a code. Well, here we can make use of text editors and the like. But in the user text editor, sometimes scriptwriting errors can not be detected. If possible, you can use special software, but we do not recommend it.
To avoid errors in writing, you can copy the codes used to create the script. And to change/add, the code must be misinterpreted well because if one of the letters writing alone can result in errors.
Here are the things you need to prepare for the need to create a termux script.

Create a GitHub account

As we know, By the time we're going to install the termux script, we often use the git clone command https://github. That means we're going to block a script stored in the Github repository.
This Github will then be used to upload our script. As for other media such as GitLab and Pastebin. The purpose of uploading the script to GitHub is so that others can use the script we create.
The Github account can also be used to edit termux scripts. So there is no need to use a text editor or special software. Please learn how to create a GitHub account to get the perks.

Download raw script termux

This is what we mean by making termux scripts unnecessarily require coding. We already provide raw scripts that can be edited as you wish. Download and edit the termux raw script.
Raw script termux is a ready-made termux script. So you don't have to bother creating it, change/add data.
Please download the raw termux script you need. Or it could be by recoding someone else's termux script. Recode here is to get a copy of the file from the script.


If you already have a GitHub account and a script ready to use, then the next step is to add the script to your GitHub account. Please follow the steps to add a termux script to Github.

How do I create a termux script for others to use?

What's the point of making a termux script but yourself using it. It's a good idea to create a termux script that many people can use. That way, we can help others in need and introduce ourselves through the script.

In editing the script, raw termux should include our identity so that many people know us. Also, add contacts that can be contacted to know the script is still working or not from the user report.

For the termux script that others created to be used by others, all that has to be done is to upload the script to GitHub and share its link.

You can see in the tutorial upload the termux script to Github. The first step is to create a new repository, then add the script to the repository.
When on the repository page, please copy the link in the browser address bar. This link will be used so that others can run our script by entering the git clone command in the termux.

Suppose you have a Github account with a termux username. Then create a repository with the name hack FB and supply the repository script. Then someone else can run your hack FB script by entering the git clone command https://github.com/termux/hackfb in termux.

git clone is a termux command for clone/install
https://github.com is the URL where to save the script
termux is the profile of a GitHub account
hack FB is the repository name

Likewise for other scripts. Suppose you have a lot of scripts on Github. To be used by others, share the repository link of each script.

Conclusion

If you want to run your own script, then move the edited script raw file to internal storage (outside the folder). Next input the command "script language followed by manuscript." Python2 hackfb.py example

python2 is the language that the script uses
hackfb.py is the script raw filename

Or it can also be done git-clone followed by the repository script link that has been described above.
Each termux script has a way of running, and the package needs to be installed respectively. We have listed both of these things on the download page raw script. So follow along.

And what you need to know! termux raw scripts are the result of recoding from other scripts. This means that others can also record your script. for prevention, you can secure the termux script by giving it encode/encrypt.

Okay, now we've learned how to create our own termux script without doing any coding. Hopefully, it can be useful, and thank you for reading!


Post a Comment for "How to Create Your Own Termux Script for Beginners"