• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

HOW IT WORKS by GUGI ~ BASH SCRIPTS ~ Enjoy _/ *** ALL SAFE ***

GugiAllSafe

New Member
Joined
Jan 14, 2019
Messages
32
Reaction score
4
Hello everyone, today i decide to write this tutorial with name 'HOW IT WORKS'
You need to know :
*Every single script start with:
Code:
#! /bin/bash
*Permission for new script:
Code:
chmod 641 NAMEOFSCRIPT
Where is my Script:
Code:
which NAMEOFSCRIPT
My Directory:
Code:
#! /bin/bash

vdir /home/GUGI[
Text to see in terminal :
Code:
#! /bin/bash

zmienna="HERE IS YOUR TEXT :)"

echo $zmienna
$PATH folders checker:
Code:
#! /bin/bash

echo $PATH
Lock File (In Use) by Another Daemon:
Code:
while [-f $lockfile ] ; do

sleep 1

done

touch $lockfile
Mac Adress changer (you need macchanger & offline mode):

Code:
#!/bin/bashifconfig INTERFACE down

macchanger -r INTERFACE

sleep 5

ifconfig INTERFACE up

service network-manager restart

echo $'\n'echo MAC Is Changed, Enjoy! ALL SAFE _/

More soon..

Regards,
GugiAllSafe
 
Back
Top