Jump to content

Skele

Member
  • Posts

    300
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Skele

  1. My bet link that it keeps deleting from the forum https://bc.game/#/sd/11EQGWWXMSJ5EB https://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EB https://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EB https://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EB https://bc.game/#/sd/11EQGWWXMSJ5EB https://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EBhttps://bc.game/#/sd/11EQGWWXMSJ5EB
  2. @Piano The answer is not really as i don't know what you mean about stops after 19 stages, but for hash dice, the best you can do is min bet.
  3. hdg.changeToggleWin() hdg is the client side object that is the equivelant of game in the sandboxed scripting environment they let you use. however that object is a paired down version that doesn't have that method in it. So you have to use it from like that dev console.
  4. 1000x https://bc.game/#/sd/11ASQ9DYBAEGWJ 620x https://bc.game/#/sd/11ATQ3E11IXVYR 83x https://bc.game/#/sd/11ATPYIBMFBIMR 56x https://bc.game/#/sd/11ATQKTBRE6RDF
  5. https://bc.game/#/sd/1173E0F8I4O7WZ https://bc.game/#/sd/1173HDRJAARMZ7 https://bc.game/#/sd/1173HILZF16L8Z https://bc.game/#/sd/1173HMXQIPBF9V https://bc.game/#/sd/1173I7M389WUFN https://bc.game/#/sd/1173K8QUX6BMS3 https://bc.game/#/sd/1173KI6CNJHB83 https://bc.game/#/sd/1173KPUZ9X6Y37 https://bc.game/#/sd/1173OJBP1O06QB
  6. 15x | 25x | 33x | 44x | 55x | 75x | 99x | 150x | 220x | 300x | 396x | 550x | 825x | 900x | 1100x | 2475x | 3300x | 4950x 15x - https://bc.fun/#/sd/113MPTDKVTSJDF 25x - https://bc.fun/#/sd/113MQ3UM3L8YKZ 33x - https://bc.fun/#/sd/113MQ6UKKSE1AR 44x - https://bc.fun/#/sd/113MQA00GJNITV 55x - https://bc.fun/#/sd/113MQDG7L5Q977 75x - https://bc.fun/#/sd/113MQH9TC9FY1F 99x - https://bc.fun/#/sd/113MRDL96JL34J
  7. this one is easy if you are doing it clientside. Because of the sandboxed environment that the script runs in otherwise you will only have access to that properties and objects they expose for you which isn't much. ss.wallet.current = 'TRX' you are wrong here with the new update you can get 50 games from the sandboxed scripts. The only way to get the 2000 is from a client side script.
  8. uummm and you message me with an example and i can throw that into a script for you.
  9. well you can't redefine a const, so either change your const to a var or figure out why you are trying to reassign to a constant value, which would make it not constant. As for limbo scripts i have written a bunch for a number of games, for just messing around i would suggest the browser plugin code injector it will do the injection for you based on the URL of the page and it allows you to seperate out javascript from css from html. I went the whole wrote a browser plugin route though. its nice because you can do things like generate the bet link to the highest payouts as you encounter them. or write an autovaulting script to vault your coin above a certain amount.
  10. setInterval(function(){ if(!crash.script.isRunning) crash.script.start(); }, 5000);
  11. https://bc.game/sports/?bt-path=%2F%3FbtBookingCode%3DDDC791B https://bc.game/sports/?bt-path=%2F%3FbtBookingCode%3DDDC791B
  12. https://bc.game/sports?bt-path=%2F%3FbtBookingCode%3DE947B3D
  13. This reminds me that something i think is incredibly useful but not something typically sit down and make/think about is the equation to determine what your base bet shold be given your bank roll and the number of failed games you expect. I have it in a script somewhere as well but just for reference (Total Coint amount)/(payout^numberOfLossesToSurvive). this will give you the initial bet for how many reds in a row. Because for my it is always way smaller than i like to start with. Then if you are using the script that will bet a percentage, you can use the same equation and just make your total coin count 100 and that should give you the percentage to weather x number of losses.
  14. So does that mean we should stop using the feedback tool on the website if we want rewards for the bugs we file? because i filed like 5 bugs on day 1 using the normal bug reporting methods.
  15. The easiest way would be ti out a .toString() after value. That field is set up do that you can specify a range like 2-5 and it will split the string "2-5" using the hyphen character and then use the 2 and the 5 as the range to pull a random number from. My guess as to what is happening to you is you either have a single number in there and the value ends up casting it to an integer. But there is no number.spmit since splitis a method on tge string object mot the number objec5 . Thenothwrbipyion since you aren't using this part anywY would be to remove the call to split.
  16. Do you mean for my base bet? The I normally used .5% I haven't used this script in a while though. Have played much crash in a while either until more recently
  17. yes but i dont see that error split is a function on string so did thi config vakue become a number?
  18. So this would be more a live either in a big group but it would be more fun as like the final of some challenge or something but get 2 or 3 poeple playing and like on the game show price is right, have them guess a payout for limbo. After everyone has guessed the host with the screen shared will do one round of limbo to see where it crashes the one closes to their number wins. This could be done in like groups of 3 with a winners round or in a elimination brackets style. I just think it would be harder and more fun to make them have to pick an actual payout ahead of time instead of just going for highest. And they all get the same result because it is the host that runs the round of limbo so its impossible for them to cheat. Unless they want to use price is right strategy and if someone says 100x they could go 99x and get all the numbers 1-99 ahead of the opponenet. @VlkyrieThis might be a good idea for some flash event or something too, because of the picking of the number i don't think it would work for daily though .
  19. don't be a moron i just told you i don't know why your banned, i said did you check with support because that would be the logical first step anyone should take. Second i listed common reason i have heard of them shutting peoples accounts down for. third i don't work for bc so why would you think i would be able to tell you why your account was banned with literally not information from your aside from the fact you seem to have a hard time reading everything that is written. Support is the proper place to take up this grievance though, not with a random player who is answering another players question on the forum. Are you perhaps under 18 because i can see that being a reason just judging from your responses to this situation. Also if you had laid low you probably could have started another account, you have only according the number under your name wagered 11k, so you could be back up to the same level in a day with depositing 50$. Again what causual player is going to go on the forum and attack players because they got themselves banned without first talking to support?
×
×
  • Create New...