Jump to content

About RS Dicing sites..


Vag

Recommended Posts

Hey,

I was bored, so I decided to prove, how easy it is to rig a dicing system on a gambling site. This can be used to control the "random" seed also, but it's way too complex maths for a drunken me.. Anyways, here comes the basics.

<?php
$number1 = rand(1, 50);
$number2 = rand(1, 50);
$number3 = rand(1, 26);
$number4 = rand(1, 26);

$final = $number1 + $number2;
$bet = rand(300, 500);

if ($bet >340) {
	$final2 = $number3 + $number4;
} 

?>
<html>
<head>
<title>Rigged dice</title>
<head>
<body>
<p>The actual number rolled: <?php echo $final; ?></p><br/>
<p>Rigged number, because bet is too high: <?php echo $final2; ?></p><br/>
<p>Bet (if over 340, then rigged number can not be higher than 52): <?php echo $bet; ?></p><br/>
<p></p><br/>
<p></p><br/>
</body>
</html>

To see what I mean, visit this site and refresh the page until the actual number (final1 and 2) are bigger than the rigged number. The rigged number kicks in when bet (generated randomly) is higher than 340. Thank-you.

  • Like 1
Link to comment
Share on other sites

Just wanted to demonstrate how it works.

Also you could make 

 

$final as global, so you can change it's value if the conditions are met. One other thing I discovered is the following:

$percentageWeScam = rand(1, 10);

if($percentageWeScam <2) {
//This would make the $number3 and $number4 left used 1/10 times when the conditions for rigging is met. This just to make the dicing look more legit.
}
Link to comment
Share on other sites

You are easily manipulated then

I don't dice I play poker and profit quite well from it however I believe you're speaking from an uneducated point of view. If you are aware of how the system works and can give insight on how they cheat you I'll gladly admit I'm wrong. To my understanding though they give you an encrypted hash before rolling the die and you enter in your own value then they use the two to generate the roll, at which point you can verify that the result matches up with what was displayed prior to the bet.

Edited by brandonmw420
  • Like 1
Link to comment
Share on other sites

I don't dice I play poker and profit quite well from it however I believe you're speaking from an uneducated point of view. If you are aware of how the system works and can give insight on how they cheat you I'll gladly admit I'm wrong. To my understanding though they give you an encrypted hash before rolling the die and you enter in your own value then they use the two to generate the roll, at which point you can verify that the result matches up with what was displayed prior to the bet.

 

Poker isn't run through the same system as dice are btw. You are not being cheated on poker games when you play human v human as it would be very obvious if the game were rigged towards one player.

Edited by Stixx
Link to comment
Share on other sites

I don't dice I play poker and profit quite well from it however I believe you're speaking from an uneducated point of view. If you are aware of how the system works and can give insight on how they cheat you I'll gladly admit I'm wrong. To my understanding though they give you an encrypted hash before rolling the die and you enter in your own value then they use the two to generate the roll, at which point you can verify that the result matches up with what was displayed prior to the bet.

Poker is nothing like dicing? Poker is like 70% luck 30% skill, I myself took about 6bil off BBB noobs at its peak. Its not hard to take stacks of gp off 15 year olds who go all in with anything higher than a Jack. Poker doesnt have the same mechanics as dicing. Unless you played 1v1 against a host. Why would you even mention card poker on a thread talking about rigged dicing anyway? If you are that gullable to big words thrown at you by hosts then you are too easily manipulated as i said before. You clearly have some

Sort of past experiance which haunts you deeply. How much did you lose to a dicer who convinced you to go big? :(

Link to comment
Share on other sites

Poker isn't run through the same system as dice are btw. You are not being cheated on poker games when you play human v human as it would be very obvious if the game were rigged towards one player.

Agreed never said it was. 

 

Poker is nothing like dicing? Poker is like 70% luck 30% skill, I myself took about 6bil off BBB noobs at its peak. Its not hard to take stacks of gp off 15 year olds who go all in with anything higher than a Jack. Poker doesnt have the same mechanics as dicing. Unless you played 1v1 against a host. Why would you even mention card poker on a thread talking about rigged dicing anyway? If you are that gullable to big words thrown at you by hosts then you are too easily manipulated as i said before. You clearly have some

Sort of past experiance which haunts you deeply. How much did you lose to a dicer who convinced you to go big? sad.png

Lol you've proven just clearly either howyou are  young, uneducated, or both. Never said poker was like dicing. Again I don't dice but if you wanna just say I'm wrong with no way to back up your claim I understand. It's generally what the uneducated do smile.png

 

P.S. provable isn't a very big word

Edited by brandonmw420
Link to comment
Share on other sites

Honestly, i would rather go to a casino and win real cash. That way if you win you can choose to as much gp as you wish.

 

Yeah this way is nice cause free tournaments = no risk. I then usually budget my free daily winning as my daily allotment to gamble in ring games. Then bots are running in background, so at end of day I'm either up a little or up a lot, no way to lose lol. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...