Pages:
Author

Topic: Selling Bitcoin Games (Read 1917 times)

full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 04, 2015, 09:29:43 AM
#25
why 2 btc Huh?

there are cheaper scripts.

And that we know have no backdoors


you check, you make it work, then escrow release the money.

you scan everything or i can give it to you file by file. nothing is a problem when you remove the negativity and put in positivity
legendary
Activity: 1792
Merit: 1009
March 04, 2015, 04:52:33 AM
#24
why 2 btc Huh?

there are cheaper scripts.

And that we know have no backdoors
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 04, 2015, 02:46:57 AM
#23
:facepalm
hero member
Activity: 854
Merit: 500
March 04, 2015, 02:43:51 AM
#22
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
Looks like he bought it and is now reselling more copies. What he forgot to include, at the top of every page in the script:

Code:
/*
 *  © CoinDice
 *  Demo: http://www.btcircle.com/dice
 *  Please do not copy or redistribute.
 *  More licences we sell, more products we develop in the future. 
*/

Not sure about the CoinWheel script. Didn't buy that [from Johny] (I've never bought from this guy).


exactly that was the blackjack game mate...

this one is NOT blackjack.. clearly stated that.

$content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $suda=0;
      while ($my_bet=mysql_fetch_array($my_bets)) {
        $content.=($suda==0)?'':'';
       
        $username=mysql_fetch_array(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$my_bet[player] LIMIT 1"));
       
        $chance['under']=floor((1/($my_bet['multiplier']/100)*((100-$settings['house_edge'])/100))*100)/100;
        $chance['over']=100-$chance['under'];

        $target=($my_bet['under_over']==0)?'<'.sprintf("%.2f",$chance['under']):'>'.sprintf("%.2f",$chance['over']);
        $profit=-$my_bet['bet_amount'];
        $profit_class='lose';
        $plusko=($my_bet['bet_amount']==0)?'-':'';
        if ($my_bet['win_lose']==1) {
          $profit+=$my_bet['bet_amount']*$my_bet['multiplier'];
          $profit_class='win';
          $plusko='+';
        }

        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $suda=($suda==0)?1:0;
      }
      $content.='
BET IDPLAYERTIMEBETMULTIPLIERTARGETROLLPROFIT
'.$my_bet['id'].''.$username['alias'].''.date('H:i:s',strtotime($my_bet['time'])).''.sprintf("%.8f",$my_bet['bet_amount']).''.sprintf("%.2f",$my_bet['multiplier']).''.$target.''.sprintf("%.2f",$my_bet['result']).''.$plusko.sprintf("%.8f",floor($profit*100000000)/100000000).'
';
    }
  break;
  case 'all_bets':
    $all_bets=mysql_query("SELECT * FROM `bets` WHERE `bet_amount`!=0 ORDER BY `time` DESC LIMIT 30");
    if (mysql_num_rows($all_bets)==0) $content.='


No one has bet yet.';
    else {

Code is from CoinDice. Exact same code.
Lol, thanks for the alert, i was going to ask him for a custom script for a virtual game
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:59:49 PM
#21
you rank are newbi how people will believe in you ??
2 BTC is not a small amount

i understand that. but that does not mean that everybody who is new is a scammer. scammers dont make so much efforts to prove themselves.

i am tired of having to justify everything i do man.  Embarrassed

everytime i post something, negatives going on. they dont even want to know if the guy is legit, or if they are mistaken, they just come here and blame me direct from my post.

there is this other guy who clearly came to set the fire here. he posted big red characters of a blame. then smaller ones of [ i think] and the fire started from there..

i left a forum because of scammers, come to this one and i am the scammer now..

anyways. if anyone wants to buy it, he use any escrow he wants as long as its from a reputed member of this forum. he release the escrow when he finish making the script work. not a problem for me.
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
March 03, 2015, 09:47:44 PM
#20
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
Looks like he bought it and is now reselling more copies. What he forgot to include, at the top of every page in the script:

Code:
/*
 *  © CoinDice
 *  Demo: http://www.btcircle.com/dice
 *  Please do not copy or redistribute.
 *  More licences we sell, more products we develop in the future. 
*/

Not sure about the CoinWheel script. Didn't buy that [from Johny] (I've never bought from this guy).


exactly that was the blackjack game mate...

this one is NOT blackjack.. clearly stated that.

$content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $suda=0;
      while ($my_bet=mysql_fetch_array($my_bets)) {
        $content.=($suda==0)?'':'';
       
        $username=mysql_fetch_array(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$my_bet[player] LIMIT 1"));
       
        $chance['under']=floor((1/($my_bet['multiplier']/100)*((100-$settings['house_edge'])/100))*100)/100;
        $chance['over']=100-$chance['under'];

        $target=($my_bet['under_over']==0)?'<'.sprintf("%.2f",$chance['under']):'>'.sprintf("%.2f",$chance['over']);
        $profit=-$my_bet['bet_amount'];
        $profit_class='lose';
        $plusko=($my_bet['bet_amount']==0)?'-':'';
        if ($my_bet['win_lose']==1) {
          $profit+=$my_bet['bet_amount']*$my_bet['multiplier'];
          $profit_class='win';
          $plusko='+';
        }

        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $suda=($suda==0)?1:0;
      }
      $content.='
BET IDPLAYERTIMEBETMULTIPLIERTARGETROLLPROFIT
'.$my_bet['id'].''.$username['alias'].''.date('H:i:s',strtotime($my_bet['time'])).''.sprintf("%.8f",$my_bet['bet_amount']).''.sprintf("%.2f",$my_bet['multiplier']).''.$target.''.sprintf("%.2f",$my_bet['result']).''.$plusko.sprintf("%.8f",floor($profit*100000000)/100000000).'
';
    }
  break;
  case 'all_bets':
    $all_bets=mysql_query("SELECT * FROM `bets` WHERE `bet_amount`!=0 ORDER BY `time` DESC LIMIT 30");
    if (mysql_num_rows($all_bets)==0) $content.='


No one has bet yet.';
    else {

Code is from CoinDice. Exact same code.
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:45:40 PM
#19
Well, I don't think you're going to sell anything either way.  All your "posted code" shows is that you know something about javascript and html.  Those are valuable skills, don't get me wrong.  If anyone actually wants you to code something for them, perhaps this will help you find this job. 

My point is that no one is going to buy your javascript/html unless they see it working somewhere.  Furthermore, if you wrote more of it in shellscript or C or php or something server-side then you could set up your demo without giving away your code.

Yah, good luck man.


have you read the post well?
or just came to comment?

saw a link up or something? just saying yeah..
What is wrong with commenting this bro? You can earn some money but not like that. You want some easy way to earn 2btc with modified scripts and no warranty at all that this is something worth such money.



you want to buy?
let do it, use any escrow you want. and release the btc only after checking that the scripts will work Smiley happy bro?
legendary
Activity: 1596
Merit: 1005
★Nitrogensports.eu★
March 03, 2015, 09:44:01 PM
#18
Well, I don't think you're going to sell anything either way.  All your "posted code" shows is that you know something about javascript and html.  Those are valuable skills, don't get me wrong.  If anyone actually wants you to code something for them, perhaps this will help you find this job. 

My point is that no one is going to buy your javascript/html unless they see it working somewhere.  Furthermore, if you wrote more of it in shellscript or C or php or something server-side then you could set up your demo without giving away your code.

Yah, good luck man.


have you read the post well?
or just came to comment?

saw a link up or something? just saying yeah..
What is wrong with commenting this bro? You can earn some money but not like that. You want some easy way to earn 2btc with modified scripts and no warranty at all that this is something worth such money.
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:42:28 PM
#17
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
Looks like he bought it and is now reselling more copies. What he forgot to include, at the top of every page in the script:

Code:
/*
 *  © CoinDice
 *  Demo: http://www.btcircle.com/dice
 *  Please do not copy or redistribute.
 *  More licences we sell, more products we develop in the future. 
*/

Not sure about the CoinWheel script. Didn't buy that [from Johny] (I've never bought from this guy).


exactly that was the blackjack game mate...

this one is NOT blackjack.. clearly stated that.
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
March 03, 2015, 09:39:38 PM
#16
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
Looks like he bought it and is now reselling more copies. What he forgot to include, at the top of every page in the script:

Code:
/*
 *  © CoinDice
 *  Demo: http://www.btcircle.com/dice
 *  Please do not copy or redistribute.
 *  More licences we sell, more products we develop in the future. 
*/

Not sure about the CoinWheel script. Didn't buy that [from Johny] (I've never bought from this guy).
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:31:54 PM
#15
Well, I don't think you're going to sell anything either way.  All your "posted code" shows is that you know something about javascript and html.  Those are valuable skills, don't get me wrong.  If anyone actually wants you to code something for them, perhaps this will help you find this job. 

My point is that no one is going to buy your javascript/html unless they see it working somewhere.  Furthermore, if you wrote more of it in shellscript or C or php or something server-side then you could set up your demo without giving away your code.

Yah, good luck man.


have you read the post well?
or just came to comment?

saw a link up or something? just saying yeah..
sed
hero member
Activity: 532
Merit: 500
March 03, 2015, 09:27:29 PM
#14
Well, I don't think you're going to sell anything either way.  All your "posted code" shows is that you know something about javascript and html.  Those are valuable skills, don't get me wrong.  If anyone actually wants you to code something for them, perhaps this will help you find this job. 

My point is that no one is going to buy your javascript/html unless they see it working somewhere.  Furthermore, if you wrote more of it in shellscript or C or php or something server-side then you could set up your demo without giving away your code.

Yah, good luck man.
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:19:20 PM
#13
plus..

you say those in such big sized fonts like that and THEN at the end put a small (i think)Huh?




looks like you bought your account.. saw many sr members sold here


Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
i would love to hear what he has to say now LMFAO



here is to who dont believe it will work :



            


            
              
              
              
            
Your spins:
     Total spins:

          

        

      

      

      

        
      

      


      

      

---------------------------------


if (empty($_GET['_unique']) || mysql_num_rows(mysql_query("SELECT `id` FROM `players` WHERE `hash`='".prot($_GET['_unique'])."' LIMIT 1"))==0) exit();
$player=mysql_fetch_array(mysql_query("SELECT * FROM `players` WHERE `hash`='".prot($_GET['_unique'])."' LIMIT 1"));
$player['server_seed_']=$player['server_seed'];
$player['server_seed']=(double)substr($player['server_seed'],27);

$settings=mysql_fetch_array(mysql_query("SELECT * FROM `system` LIMIT 1"));

if (!isset($_GET['w']) || (double)$_GET['w']<0 || (double)$_GET['w']>$player['balance']) {     // bet amount
  echo json_encode(array('error'=>'yes','data'=>'invalid_bet'));
  exit();
}
if (!isset($_GET['m']) || !is_numeric((double)$_GET['m']) || (double)$_GET['m']<1.01202 || (double)$_GET['m']>9900) {      // multiplier
  echo json_encode(array('error'=>'yes','data'=>'invalid_m'));
  exit();

--------------------------------


who wants more, just let me know which part you want to know??

i would love to see someone buy it, then comes ram up your face saying it works.

mate, would you like escrow?
find your escrow, pay the fees. you got a deal.. @ M28MmickT


@sed, i CLEARLY said, these are portions of codes, i am not so stupid to put the full codes here, then how do i sell it then? by begging maybe
sed
hero member
Activity: 532
Merit: 500
March 03, 2015, 09:17:10 PM
#12
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley

What's there is hilllariously trivial.  It's incredibly naive to think there's any value in these lines.  I mean, it's crazy to think that this is "for sale".  If you ask me.
sr. member
Activity: 433
Merit: 250
BTG CEO
March 03, 2015, 09:10:31 PM
#11
Lovely big red writing lol so if he has no right to sell it can you tell me how he has it please i am confused and a little new to the buying of software  Huh Thanks in advance for your clearing this up for me  Smiley
sed
hero member
Activity: 532
Merit: 500
March 03, 2015, 09:10:00 PM
#10
Surprising that someone would try to sell a few lines of  javascript as if it's some kinda working program.  Clearly anyone with the skills to evaluate what's for sale here has the skills just to do it for themself.  This thread is funny.
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 09:07:46 PM
#9
Fun demo! I like it  Smiley

thanks. appreciate it Smiley


sorry bought but modified them i already said that in my other posts.

was sold on crypto something website. can post the link if needed
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
March 03, 2015, 09:05:22 PM
#8
legendary
Activity: 1043
Merit: 1032
★Bitcoin Gambling Reviews★
March 03, 2015, 08:48:57 PM
#7
Fun demo! I like it  Smiley
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 05:21:05 AM
#6
Why would anyone buy this from you? Another shitty strategy that doesnt work? And 2 btc???

thats why there is a demo

can you give proof that you are the owner the the demo site?
Looks cool but need to come out with owing proof and price is too high to be sold quickly. You should think well before demand the selling price.

hmm how much should i be pricing it?

dude which part of the code you want me to post?
just let me know Smiley
Pages:
Jump to: