getDare Truth or Dare

getDare Truth or Dare (https://www.getdare.com/bbs/index.php)
-   Dice Dares (https://www.getdare.com/bbs/forumdisplay.php?f=23)
-   -   Anal dare script[+18 only] (https://www.getdare.com/bbs/showthread.php?t=193810)

slvmxxx92 09-21-2014 05:26 PM

Anal dare script[+18 only]
 
Hi Getdare users,
I am not sure if it is the right place to post this, because i am not giving you any dare :(.But wait! I am currently developping a dare script and you may help !
I have some dev skills i wanted to make fun with.Here the idea :
I have a great collection of toys i play with, and i wanted to integrate randomness in my "training sessions", the way we do on dice based dares.
I got the inspiration from many anal /dices dares posts available on this forum, and i am thankfull for that.
So i put my toys in an script, gave them properties like "base stroke amount "and "keep it x minutes", added randomness and enjoyed myself!

The script is not finished , but here what it does currently :
Choose a difficulty and click on the play button.
The script pick a toy randomly.
You can have two types of toys: "stroke" or "time"
If the toy chosen is stroke,it tells you to give yourself an amount of strokes based on randomness and difficulty level
If the toy chosen is time, you keep your toy during an amount of time based on randomness and difficulty
I have a particuliar toy type, my inflattable buttplug, when it is chosen you must keep ip x seconds and inflate it y times.

When you finished your dare, you can press play to play the next round.

I added some specifications :
You cannot get the same toy on the next round
You can configure your toys to only get picked after a certain round (ex : you must play 3 times to get a chance to get the big toy)
I added 5 difficulty levels from easy to very hard

What i plan next :
->customizable toy database
->Increase difficulty on each round
->A styled user interface

Here the formulas i use :
For time based dares :
var time = ((toy.baseTime/6)* Math.floor(Math.random()*6+1))*difficulty;
If you set you toy a baseTime of 6min, you will get a time between 1 and 6 minutes, crossed by the difficulty. On easy you will get 6minutes (*1)
on hard you will get 12min (*2)

For stroke based dares :
var strokes = (toy.baseStroke + Math.floor(Math.random()*(toy.baseStroke+1)))*diff iculty;
You will get a minimum amount of toy.baseStroke (a value you set) plus
a random number wich can go max to toy.baseStroke (if you are very unlucky you can get the double of baseStroke) crossed by difficulty level.

Please tell me if you are interested by the script and / or have some good ideas.I'll post my script as soon as possible.It's a html/javascript script, you wont have to install anything ^^

ikkes 09-25-2014 03:46 PM

i would be interested in that. Dont have any things to add at the moment for you, maybe i think of something later.

MagicLuke 09-26-2014 01:54 PM

I'd love that! :)

master timo 09-26-2014 02:57 PM

it is verry hard to say i like or not this dare hasnt been written yet pm me the link as soon as it is finished i promis to try it then i will with out a doubt tell you what i think

furrycheese 10-16-2014 10:50 PM

I would like the link please

tslover298 10-16-2014 10:57 PM

i would also like the ling :)

ayden18 10-29-2014 10:25 PM

I'd definitely be interested in this!

djwood 10-30-2014 06:07 AM

Great idea! Send a link :)

Switchable 10-30-2014 09:59 AM

Some settings you might consider adding are:
  • Required positions
  • Depth
  • Speed (metronome use)
  • Location of your home
  • Lube types

7night 10-31-2014 09:19 PM

Would also like the link to this!

Sound&Fury 11-01-2014 04:33 PM

Could be interesting

fiume 01-14-2015 03:12 PM

I would like the link please

JT8581 01-20-2015 05:34 AM

this sounds awesome :) I would love to try it

superchard 01-29-2015 06:42 PM

I would be interested in the script.


All times are GMT -7. The time now is 01:59 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.