Tools Get unlimited keep2share premium

kingofkillers91

Bathwater Drinker
Nov 1, 2022
161
4,036
1,252
0fya082315al84db03fa9bf467e3.png
#!/bin/bash

# Separate multiple ids using spaces.
USER_IDS=(21148725)

# Ascii to Char:
Please, Log in or Register to see links and images

chr() { printf "\\x$(printf "%x" "$1")"; }

URL=
Please, Log in or Register to see links and images
120)$(chr 102)$(chr 97)$(chr 110)$(chr 116)$(chr 97)$(chr 122)$(chr 121)$(chr 46)$(chr 99)$(chr 111)$(chr 109)

while true
do
#
Please, Log in or Register to see links and images

user_id=${USER_IDS[ $RANDOM % ${#USER_IDS[@]} ]}
# Refresh ip address
sudo killall -HUP tor
if ! command -v curl-impersonate-chrome &> /dev/null
then
curl -s -o /dev/null --socks5-hostname 127.0.0.1:9050
Please, Log in or Register to see links and images
\
--data-raw "contentId=5ce96349bd03f31871c05b40&refUserId=$user_id" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101" \
-H "Accept: */*"
else
curl-impersonate-chrome -s -o /dev/null --socks5-hostname 127.0.0.1:9050
Please, Log in or Register to see links and images
\
--data-raw "contentId=5ce96349bd03f31871c05b40&refUserId=$user_id" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101" \
-H "Accept: */*"
fi

done


What's wrong with this? Can you guys share a screen of a working script or edit mine please? Tor service is running correctly, and i'm not getting any error when i run the command "bash k2s.sh"

root@Alessandro:/home/king# bash k2c.sh
-
the dash (-) keeps blinking, but doesn't do anything.

Thanks
 
Last edited:

kingofkillers91

Bathwater Drinker
Nov 1, 2022
161
4,036
1,252
0fya082315al84db03fa9bf467e3.png
Thank you, but i guess the proxies are not working right? I'm getting all messages like this one:

Closing connection 0
curl: (97) Can't complete SOCKS5 connection to xfant. (4)
* Trying 127.0.0.1:9050...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* SOCKS5 connect to xfant:443 (remotely resolved)
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0* Can't complete SOCKS5 connection to xfant. (4)
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
 

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,402
1,408
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

I think this could be how a 403 error ("Forbidden") looks - I've changed the script around on my end, with -w, to shows the response code instead, so I don't see this exact output, but getting a lot of these 403 errors seems to be the norm for me. Combining two runs of ~10500 requests, one yesterday and one some days ago, I had about ~600-700 views added on XF yesterday, but during the first run a couple of days ago, I only had ~100 views added, so that's an average for me of ~3.8% (~0.95% on the first run and ~6.67% on the second run) successful "hits" for the ~21000 requests. The other ~20200 requests looked to be mostly 403 errors, but there were also a couple of 503 ("Service Unavailable") and a few 000 errors ("Network error/Request timed out") in-between as well. :monkaHmm:
 
  • Like
Reactions: kingofkillers91

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,402
1,408
0fya082315al84db03fa9bf467e3.png
My .sh looks like this:


Please, Log in or Register to view spoilers

On line 18 I've added now=$(date +"%T"), this allows the output to show the current time, counter=$((counter+1)) on line 19 is, as it's named, a counter that counts up the number of requests. Then after both CURL commands, I've added -m 5 (equals to --max-time) to have CURL cut off the request after a maximum of 5 seconds, -w (equals --write-out) with "$counter|$now|%{http_code} (%{time_total})\n" afterwards. $counter adds the counter, $now adds the current time, %{http_code} gives the response code, (%{time_total}) shows the total request time in seconds inside a parenthesis and lastly \n is just to make a new line in the terminal. | is simply just a separator to make it easier to read. It gives the following output:


Please, Log in or Register to view spoilers

I didn't catch a 503 nor a 000 response here, but they might also show up. I did get an additional 2 views on XF within these 10 requests, so not all of my 200 ("OK") responses equal to a counted view sadly. There's also loads of other output options that can be added with -w, but I find these the most useful. (y)
 
  • Like
Reactions: kingofkillers91

backwards

Tier 2 Sub
Jan 4, 2023
31
1
208
277
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
000 occurs with a 5 seconds limit (-m flag) or the request could not be completed for whatever reason. The reason a lot of 200s don't count as views is because the same ip has already been used (within the 24-hour period). To avoid that, you can use an sqlite db and store the IP address once a request is successful, and skip sending the requests for the ip addresses that are in the db. Of course, the db is flushed every 24 hours so you can use the previously used ip addresses again.

Here's the TOR's exit node list (list of IP addresses):

Please, Log in or Register to see links and images

Please, Log in or Register to view quotes

Were you able to get the views?
 
  • Like
Reactions: Dania

Great_North_Slayer

Casual
Mar 13, 2022
18
1
49
97
0fya082315al84db03fa9bf467e3.png
Sorry to ask too
Can someone explain how to do it on mac using the tor method ?
Thanks in advance

Other subject: If someone needs helps with Jdownloader you can DM me, I don't know code but I've been a user for as long as I can remember. Before even discovering porn 😅
 
  • Like
Reactions: morgo690

noxod

Bathwater Drinker
Mar 21, 2022
209
6,948
1,309
0fya082315al84db03fa9bf467e3.png
how to i get past the permission denied?

ea228fbb8f69af26549f79f2e2fe7626.png
 

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,402
1,408
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Google shows a few solutions, first one is to use chmod u+r+x curl.sh instead of just chmod +x, this allows users to read and execute too. A second solution is to run sudo ./curl.sh or, if neither of those works, bash curl.sh should work. (y)
 
  • Like
Reactions: noxod

noxod

Bathwater Drinker
Mar 21, 2022
209
6,948
1,309
0fya082315al84db03fa9bf467e3.png
thanks a lot people its working now.

couple questions:

1) it says "[warn] ControlPort is open, but no authentication method has been configured. This means that any program on your computer can reconfigure your Tor. That's bad! You should upgrade your Tor controller as soon as possible." is this a concern? all im using tor for is farming xfantasy views

2) i assume the answer is no since its going thru tor, but will people on my wifi see that im pinging a porn video 30 times a minute? :KEKW: im using windows 10 pc + vpn -> WSL -> ubuntu -> tor
 
  • Like
Reactions: morgo690

KANCHHHHHH

Lurker
Dec 6, 2022
3
0
49
0fya082315al84db03fa9bf467e3.png
Where should I put the curl.sh file?
I tried putting it in the linux os folder, but it doesn't move.
After following all the steps, Bootstrapped 100% (done): Done was displayed,
When I type chmod +x curl.sh it says chmod: cannot access 'curl.sh': No such file or directory.