You are on page 1of 1

+============================================================+

[ AUTO LOGIN wifi id reguler violet dll TARBARU 2023 ]


[ FUNGSI TAMBAHAN ADA AUTO CHANGE MAC ADDRESS ]
[ INFO KONTAK WA 0857-1350-4459 ]
+============================================================+

# Simpan Pada Menu Script Dengan Nama wifiid


:local jalur "wlan1";
:local username ""
:local password ""
:local gwid ""
:local wlanid "";
:local machp ""

:local datahuruf ([/certificate scep-server otp generate minutes-valid=0 as-value]-


>"password");
:log warning $datahuruf
:local kodemac [:pick $datahuruf 0 2]
:local macbaru "$machp$kodemac"
:log warning ("new mac address untuk wifi id: $macbaru");
/interface wireless set $jalur mac-address=$macbaru;

:delay 30s;
:local ip [:pick [:ip address get [:ip addres find interface=$jalur] address] 0
([:len [:ip address get [:ip addres find interface=$jalur] address]]-3) ];
:local mac [/interface wireless get [ find default-name=$jalur] mac-address];
:tool fetch mode=https http-header-field="Content-Type: application/x-www-form-
urlencoded; charset=UTF-8,User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36,Referer: https://welcome2.wifi.id" http-method=post http-
data="username=$username&password=$password"
url="https://welcome2.wifi.id/authnew/login/check_login.php\?
ipc=$ip&gw_id=$gwid&mac=$mac&redirect=&wlan=$wlanid";

# Simpan Pada Menu Scheduler Dengan Durasi Minimal 1 Menit


:if ([:ping 8.8.8.8 count=5 interface=wlan1]=0) do={
:system script run wifiid;
}

You might also like