Page 5 of 8
Re: The Handy
Posted: Thu Oct 22, 2020 2:22 pm
by 3xTripleXXX
doremi wrote: Thu Oct 22, 2020 2:20 pm
After using that setup a few times, one may get an erection for just doing some random woodwork and wonder what is happening.
Well, I mean, it's already in the name.
Woodwork. :D
Re: The Handy
Posted: Thu Oct 22, 2020 6:53 pm
by smack
Seems not so many scripts at eroscripts site :(
Re: The Handy
Posted: Fri Oct 23, 2020 10:47 am
by mument
smack wrote: Thu Oct 22, 2020 6:53 pm
Seems not so many scripts at eroscripts site :(
There are hundreds - keep scrolling down for more to load
https://discuss.eroscripts.com/c/script ... scripts/14
Re: The Handy
Posted: Fri Oct 23, 2020 11:04 am
by smack
Thats because i've searched by tag "cockhero"...
P.S.: there are many cock hero scripts I found here:
https://github.com/FredTungsten/Scripts ... ock%20Hero
Re: The Handy
Posted: Fri Oct 23, 2020 1:31 pm
by Assloverdude
There are definitely scripts that I miss... For example Canto 2 and the prime series
Re: The Handy
Posted: Thu Nov 05, 2020 11:24 pm
by jgrants
3xTripleXXX wrote: Wed Oct 21, 2020 11:40 am
If you look at recent cock hero videos on PH, there's a guy going through different CH vids with the handy. Seems to work well. :)
For some reason it looks like he has removed them. I usually don't like "walkthrough" videos but these were pretty good.
Re: The Handy
Posted: Fri Nov 06, 2020 6:36 am
by Assloverdude
jgrants wrote: Thu Nov 05, 2020 11:24 pm
For some reason it looks like he has removed them. I usually don't like "walkthrough" videos but these were pretty good.
Hi, if you are thinking of my videos they are still there
https://www.pornhub.com/users/thecockherodude
Except for part 3 of the five part battle, it was taken down because of copyright issues. (strange since the played Eros video is still there)
But something has happened to my account. It seems like my videos has disappered from searches, and the views are suddenly much lower. Also there are problems with friend requests and messages. I had the same problems when I created the account a month ago. Then I reported the problem and they fixed it. So yesterday I sent another bug report... Hope they can fix it again
Re: The Handy
Posted: Fri Nov 06, 2020 10:51 am
by jgrants
Assloverdude wrote: Fri Nov 06, 2020 6:36 am
jgrants wrote: Thu Nov 05, 2020 11:24 pm
For some reason it looks like he has removed them. I usually don't like "walkthrough" videos but these were pretty good.
Hi, if you are thinking of my videos they are still there
https://www.pornhub.com/users/thecockherodude
Except for part 3 of the five part battle, it was taken down because of copyright issues. (strange since the played Eros video is still there)
But something has happened to my account. It seems like my videos has disappered from searches, and the views are suddenly much lower. Also there are problems with friend requests and messages. I had the same problems when I created the account a month ago. Then I reported the problem and they fixed it. So yesterday I sent another bug report... Hope they can fix it again
Great! As I've said I like you videos. Are you planning a second challenge?
Re: The Handy
Posted: Fri Nov 06, 2020 1:24 pm
by Assloverdude
jgrants wrote: Fri Nov 06, 2020 10:51 am
Great! As I've said I like you videos. Are you planning a second challenge?
Thanks! I appreciate that
I have no specific plans. I lost some motivation after PH deleted the third battle video and the views went down on the fifth. But as long PH can fix my account (again

) I will for sure make more content. But a new five part video challenge... I don't know... Then I need five more quality Cock Hero videos which already are on PH and have free scripts. Any wishes? Cock Heroes or other type of content?
Re: The Handy
Posted: Fri Nov 06, 2020 1:59 pm
by doremi
Assloverdude, PH is a mess. It's a constant flux of bugs. And disapearance of results and stats may be a sign of being shadow banned, especially if some videos were previously taken down. Perhaps it's time for you to create an Assloverdude2 account there. Don't let that stop you because there are other avenues. You do you!

Re: The Handy
Posted: Fri Nov 06, 2020 3:01 pm
by Assloverdude
doremi wrote: Fri Nov 06, 2020 1:59 pm
Assloverdude, PH is a mess. It's a constant flux of bugs. And disapearance of results and stats may be a sign of being shadow banned, especially if some videos were previously taken down. Perhaps it's time for you to create an Assloverdude2 account there. Don't let that stop you because there are other avenues. You do you!
You would think a site like PH could afford a good staff of developers/testers to maintain proper quality, but I guess not. More than a little irritating to be banned for uploading a video that was already there (and still are)

Re: The Handy
Posted: Sat Nov 07, 2020 9:30 am
by Assloverdude
doremi wrote: Fri Nov 06, 2020 1:59 pm
Assloverdude, PH is a mess. It's a constant flux of bugs. And disapearance of results and stats may be a sign of being shadow banned, especially if some videos were previously taken down. Perhaps it's time for you to create an Assloverdude2 account there. Don't let that stop you because there are other avenues. You do you!
I actually was shadow banned! Sent a bug report and got this back:
Unfortunately, one or more of the videos you uploaded was flagged by a member of the Pornhub community. Users are not allowed to post any content which contains unsolicited or unauthorized advertising, like watermarks, for example. If you would like more information on our Terms of Service, please visit:
http://www.pornhub.com/information#terms.
We do not allow affiliate videos unless you are part of our Content Partner Program. For more information on Pornhub’s Content Partner Program, please visit
https://www.pornhub.com/information/partner.
We thank you for your understanding.
Well I don't understand
So I will make a new account, and reupload everything there. I will also need to make a new video for battle 3, since I can't reupload that one

Re: The Handy
Posted: Thu Nov 19, 2020 12:59 pm
by Larceny
I've made a small edit to Pudknocker's script -- Instead of using the global minimum and maximum for each and every stroke, the edited script uses the bounds of the given up/down stroke as the bounds for the replacement two-strokes, so teasy little strokes remain teasy little strokes rather than full-sized strokes. Rest periods still use the global maximum position.
In other words, it does this:

- ScriptEditResult.png (306.66 KiB) Viewed 2653 times
Works the same as the original script otherwise.
Code: Select all
import json
import sys
with open(sys.argv[1]) as f:
json_string = ','.join(f.readlines())
if len(sys.argv) > 2:
break_secs = int(sys.argv[2])
else:
break_secs = 4
funscript = json.loads(json_string)
actions = funscript['actions']
#assert len(set([x['pos'] for x in actions])) == 2
bottom_val = max([x['pos'] for x in actions])
top_val = min([x['pos'] for x in actions])
super_bot = bottom_val
super_top = top_val
new_actions = []
for idx in range(len(actions) - 1):
if actions[idx]['pos'] == actions[idx + 1]['pos']:
# Definitely a break
actions[idx]['pos'] = super_bot
new_actions.append(actions[idx])
continue
if actions[idx+1]['at'] - actions[idx]['at'] > break_secs * 1000:
# Long pause between beats, probably a break
actions[idx]['pos'] = super_bot
new_actions.append(actions[idx])
continue
top_val = min(actions[idx]['pos'], actions[idx+1]['pos'])
bottom_val = max(actions[idx]['pos'], actions[idx+1]['pos'])
midframe = int((actions[idx]['at'] + actions[idx+1]['at']) / 2)
midframe_action = {
'pos': top_val,
'at': midframe
}
actions[idx]['pos'] = bottom_val
new_actions.append(actions[idx])
new_actions.append(midframe_action)
new_actions.append(actions[-1])
new_funscript = {
'version': funscript['version'],
'inverted': funscript['inverted'],
'range': funscript['range'],
'actions': new_actions
}
new_filename = sys.argv[1].split('.')
new_filename = '.'.join(new_filename[:-1]) + '.new.' + str(new_filename[-1])
with open(new_filename, 'w') as f:
f.write(json.dumps(new_funscript))
Re: The Handy
Posted: Thu Nov 19, 2020 3:46 pm
by LondonGent
Just in case any of you haven't spotted this bundle of 300+ VR Funscripts:
viewtopic.php?p=290038
Re: The Handy
Posted: Thu Nov 19, 2020 4:33 pm
by doremi
Neat indeed, Larceny! I don't have those devices, but it makes so much sense. If the motor can't keep up with fast strokes, and the device have total control throughout the moves, it's awesome for the motor to only move halfway so it can keep up with the stroke beats.
And isn't what is done with fast stroke beats in real life anyway?
