kepsuninin
Established
Automation for Zefame Tiktok views boost
Step 1. Goto You do not have permission to view the full content of this post. Log in or register now.
Step 2. Open Devtools of browser while in the page via F12 or Right click the page and click inspect.
Step 3. if necessary or preventing you from pasting in console type "allow pasting"
Step 4. Goto Console tab and paste one the code below and hit enter to run the script.
Step 5. Once the script successfully runs type this on the console startBot('YOUR_TIKTOK_VIDEO_URL') then hit enter
Step 6. Just let it run till you stop it via command stopBot()
-TIKTOK VIEWS
-TIKTOK LIKES
-TIKTOK SHARES
-TIKTOK SAVES
Step 1. Goto You do not have permission to view the full content of this post. Log in or register now.
Step 2. Open Devtools of browser while in the page via F12 or Right click the page and click inspect.
Step 3. if necessary or preventing you from pasting in console type "allow pasting"
Step 4. Goto Console tab and paste one the code below and hit enter to run the script.
Step 5. Once the script successfully runs type this on the console startBot('YOUR_TIKTOK_VIDEO_URL') then hit enter
Step 6. Just let it run till you stop it via command stopBot()
-TIKTOK VIEWS
JavaScript:
fetch('https://gist.githubusercontent.com/cracklings2001/97cd0091722a24723931e9980963c109/raw/8b9c4871350db348169f68495e9fe940be1e3e2b/TTViews.js')
.then(response => response.text())
.then(code => eval(code));
-TIKTOK LIKES
JavaScript:
fetch('https://gist.githubusercontent.com/cracklings2001/01982fd681a886eba2ff0ba5b5887d4e/raw/2c7afb7a2ff3d978adfd8d29ef29074062cd3151/TTLikes.js')
.then(response => response.text())
.then(code => eval(code));
-TIKTOK SHARES
JavaScript:
fetch('https://gist.githubusercontent.com/cracklings2001/6b86053d97282f1533a6c041a7771af1/raw/6c3da1acfb5aeb1fadc0032f2b390492363a82d6/TTShares.js')
.then(response => response.text())
.then(code => eval(code));
-TIKTOK SAVES
JavaScript:
fetch('https://gist.githubusercontent.com/cracklings2001/5e9edb5c2b386a2f7df941f9d1e77b20/raw/857a6d8dd2be301f3c2591f2fc00a9dbf65e56b4/TTSaves.js')
.then(response => response.text())
.then(code => eval(code));
