Jump to content

Frmrclrripper

Member
  • Posts

    44
  • Joined

  • Last visited

6 Followers

User Info

  • Favorite Game I suck, so none of them

Recent Profile Visitors

1526 profile views

Frmrclrripper's Achievements

Rookie

Rookie (2/14)

  • Reacting Well Rare
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

17

Reputation

  1. Hey man I know ibdidnt win unless when you posted a trophy I did win but I never got anything regardless my friend. Congrats on this win. Remember haters are gonna always hate. Stay true to yourself first and foremost. I hope you could withdraw some, and were able to take care of your family!
  2. sorry im late seeing this. thank youfor sending the updated version! im going to run it now!
  3. ngl i tried to do that a few times and it kept giving me an error something like invalid coin amound. im not too sure exactly, but after about 5 minuts of just messing with it i figured out how to really mess it up before i figured it out lmfao. i altered the numbers in the code around here startingChance: { label: 'Starting Chance', value: 1, type: 'number' }, } var chance = config.startingChance.value; var currentPayout = ((1/chance)*99); var losecount = 0; var betcount = 0; var varix = 1.25; to look like this startingChance: { label: 'Starting Chance', value: 0.02, type: 'number' }, } var chance = config.startingChance.value; var currentPayout = ((1/chance)*200); var losecount = 0; var betcount = 0; var varix = 2; let me tell you what i had it all fucked up as ive stated before i really have trouble understanding how this whole script coding is actually done. i have one other question that maybe yuou might be able to help with. the way this script is written is starts out at 99x payout and drops from there. how would i get it to start at 990x and make its way down the same way as [revious? or 500x
  4. So I'm still kind of new to running scripts this one is pretty interesting. But I cannot for the life of me figure out how to change the starting Bet to something different. I.e. if I'm playing with trx and want to bet 0.002 as opposed to the minimum how would I input that??
×
×
  • Create New...