Tools Get unlimited keep2share premium

Red.

Bathwater Drinker
Mar 13, 2022
120
2,709
1,252
0fya082315al84db03fa9bf467e3.png
This guide will show you how to get "unlimited" premium days for your keep2share account in just a few seconds.

It's using the xfantazy method, where you get one day for each 10 views. Some people tried automating this with Selenium, which was way too overkill.
Just use the API.

There's an endpoint called /events/user/videoViewed, which is requested after you started watching the video for some seconds.
This will essentially count one view for your account. Do this with a list of proxies and you should be able to farm some views and get some premium days.

Let's write a bash script.
Bash:
Please, Log in or Register to view codes content!

Before running this, you have to create a file in the same directory called proxies.txt, where you'll put all your proxies in, using the default format.

Code:
Please, Log in or Register to view codes content!

You probably want to replace <url> with the previously named website, which I can't include in the script, since it's a blacklisted word/host.
And also replace YourUserId with your account id. You can find this at the end of your referral url you've copied by clicking on "Share & Get Free Premium!".

Feel free to change the contentId, for example when the script stops working suddenly. You can also get this from said referral url.

Run this script and you'll get approximately one view for each proxy. You can reuse the same proxies later.

If you're on Windows and wondering how to run this, simply download
Please, Log in or Register to see links and images
, which will install an terminal emulator that allows you to run bash scripts. Then you can right click on the folder where your script is located in and click "Git Bash here".
Assuming you've named your file k2s.sh, run chmod +x k2s.sh and then ./k2s.sh.

Have fun.
 
Last edited:

Red.

Bathwater Drinker
Mar 13, 2022
120
2,709
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
You can find tons of free proxies everywhere.
Please, Log in or Register to see links and images

Try saving the bash script and your proxies.txt with the unix line break instead of CRLF. You can edit this using Notepad++ by right clicking the line break style field and choosing Unix (LF).

https://i.imgur was here once, but it's now gone/0sxBCg5.png

If you want a more reliable solution for proxies, you have to spend some money for quality proxy providers or VPNs that also provide SOCKS5 tunnels. These are usually the best option. (forget NordVPN and all the other commercial bullshit)
 
Last edited:

Red.

Bathwater Drinker
Mar 13, 2022
120
2,709
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Assuming that you saw a "Hit!" on each proxy, or at least on most of them, it works as intended. Its a little hassle to get right proxies for the job, but since you can reuse them each day, you don't need many.

Or you've set a wrong user id, in which case, some random dude from the other side of the world thinks that christmas has arrived early.
 
  • Like
Reactions: dorado

Mr.Mayhem

Reaper Crew
Mar 14, 2022
1,791
177,000
2,548
0fya082315al84db03fa9bf467e3.png
Method works very well,but you need very good proxies
Your best bet is socks5 proxies but when you are using socks5 the format in txt file should be :
socks5h://ip:port
 
  • Like
Reactions: dorado

oregasuper

Bathwater Drinker
Feb 24, 2022
295
2,161
1,152
0fya082315al84db03fa9bf467e3.png
when i try to run the command nothing happens anybody know why?
i have my proxies.txt and my k2s.sh files
 

idnim

Superfan
Sep 3, 2022
16
722
927
0fya082315al84db03fa9bf467e3.png
Works like a charm
brave_DfN2bdAoL0.png

You just need good proxies
 

Red.

Bathwater Drinker
Mar 13, 2022
120
2,709
1,252
0fya082315al84db03fa9bf467e3.png
You can increase the --max-time parameter to get more proxies working. I usually have it a bit lower because proxies tend to be dead anyways when they need more than 3-5 seconds to respond, assuming it's not some fishy chinese proxy.
 

kdpass

Bathwater Drinker
Mar 12, 2022
96
1,229
1,242
0fya082315al84db03fa9bf467e3.png
socks5://192.140.42.81:47277 ./k2s.sh: line 9: url: No such file or directory

socks5://98.162.96.41:4145 ./k2s.sh: line 9: url: No such file or directory

socks5://173.212.229.53:3128 ./k2s.sh: line 9: url: No such file or directory


I got this error, anyone knows how to solve this
 

KANCHHHHHH

Lurker
Dec 6, 2022
3
0
49
0fya082315al84db03fa9bf467e3.png
$ ./k2s.sh protocol://<username:password>@host:port socks5://host.xyz:5080 socks5://user:pass@host.xyz:5080 http://host.xyz:8080

I put the socks5.txt of PROXY-List in the same directory as proxies.txt, k2s.sh. However, the script did not work.
 
Last edited: