| View previous topic :: View next topic |
| Author |
Message |
Daniel. I post too much
Reputation: 72
Joined: 08 Nov 2007 Posts: 2938
|
Posted: Sat Oct 12, 2013 9:57 am Post subject: |
|
|
| gogodr wrote: | well, 13 loses in a row just happened and now I'm looking into the source code.
Looks like I can make bets faster and I'll make an algorithm so that if you lose 5 in a row, you wait for a bit and then start again from base |
yep thats exactly how i lose the .0002, kind of hurt
stuck at 0.00001531 ;-; _________________
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Sat Oct 12, 2013 10:05 am Post subject: |
|
|
| Daniel. wrote: | | gogodr wrote: | well, 13 loses in a row just happened and now I'm looking into the source code.
Looks like I can make bets faster and I'll make an algorithm so that if you lose 5 in a row, you wait for a bit and then start again from base |
yep thats exactly how i lose the .0002, kind of hurt
stuck at 0.00001531 ;-; |
0.0002 doesnt hurt at all xP its like 2 cents.
I'm doing this more for the amusement |
|
| Back to top |
|
 |
Daniel. I post too much
Reputation: 72
Joined: 08 Nov 2007 Posts: 2938
|
Posted: Sat Oct 12, 2013 10:14 am Post subject: |
|
|
| gogodr wrote: | | Daniel. wrote: | | gogodr wrote: | well, 13 loses in a row just happened and now I'm looking into the source code.
Looks like I can make bets faster and I'll make an algorithm so that if you lose 5 in a row, you wait for a bit and then start again from base |
yep thats exactly how i lose the .0002, kind of hurt
stuck at 0.00001531 ;-; |
0.0002 doesnt hurt at all xP its like 2 cents.
I'm doing this more for the amusement |
imma poorfag gogo _________________
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Sat Oct 12, 2013 10:26 am Post subject: |
|
|
anyways, I'm looking into the javascript and it looks quite easy to hack. I think I'll only need to inject some javascript on my own and call some POSTs with ajax in order to make a better betting system.
for the curious
bet function
| Code: | function bet(bet,odds,type,callback){
$.csrf_ajax({
url:'/api/bet.php',
type:'post',
data:{
'bet':bet,
'game':odds,
'type':type==0?1:0,
'client_seed':$('#client-seed').val()
},
dataType:'json',
success:function(data){
if(data.error){
alert(data.message);
autobet_halt=true;return;
}
var $seed=$('#client-seed'),
seed=$seed.val(),
$parent=$seed.parent(),
i=seed.indexOf('-'),
val;
if(i==-1){
seed+='-0000';
i=seed.indexOf('-');
}
val=(parseInt(seed.substr(i+ 1))+ 1).toString();
while(val.length<4){
val='0'+ val;
}
seed=seed.substr(0,i)+'-'+ val;
$seed.val(seed);
$parent.find('.pretty-text').text(seed);
$('#server-seed').text(data.next_server_seed);
prev_balance=data.balance;
$('#balance').val(data.balance);
$('#balance-value').text(data.balance).stop(true,true).css({color:data.result=="1"?'#0f0':'#f66'}).animate({color:'#fff'},500);
addRows($('#table-1'),[data],autobet_index!==false?autobet_index+ 1:false);
addRows($('#table-2'),[data]);
},
error:function(jqXHR){
alert('Error:\n'+ jqXHR.responseText);autobet_halt=true;
},
complete:function(jqXHR){
var data;
try{
data=$.parseJSON(jqXHR.responseText);
}catch(e){
data=false;
}
if(typeof callback==='function'){
callback(data);
}
}
});
} |
--------------------------------------------------------
also. Improvement on the automatic:
| Code: | 5 bet at 66% == win 3
Loss Acumulated
5 5
15 20
45 65
135 200
405 605
1,215 1,820
3,645 5,465
10,935 16,400
32,805 49,205
98,415 147,620 |
that one is better |
|
| Back to top |
|
 |
Euphorical Cheater
Reputation: 9
Joined: 17 Feb 2008 Posts: 35
|
Posted: Sat Oct 12, 2013 10:35 pm Post subject: |
|
|
good first start lol
| Quote: | 141869477 ThatSamDude 23:28 0.00043624 2.00000 <49.50 15 +0.00043624
141868078 ThatSamDude 23:27 0.00006000 2.00000 <49.50 35.77 +0.00006000
141867858 ThatSamDude 23:27 0.00006000 2.00000 <49.50 17.75 +0.00006000
141867499 ThatSamDude 23:27 0.00006000 2.00000 <49.50 34.56 +0.00006000
141867338 ThatSamDude 23:27 0.00006000 2.00000 <49.50 29.27 +0.00006000
141867273 ThatSamDude 23:27 0.00006000 2.00000 <49.50 13.68 +0.00006000 |
|
|
| Back to top |
|
 |
Hai Cheater
Reputation: 23
Joined: 25 Jul 2007 Posts: 37
|
Posted: Thu Oct 17, 2013 9:48 am Post subject: |
|
|
| Daniel. wrote: |
What...you're alive | (: |
|
| Back to top |
|
 |
HitIer How do I cheat?
Reputation: 22
Joined: 09 Feb 2013 Posts: 0 Location: Location Location Location
|
Posted: Fri Oct 18, 2013 12:17 am Post subject: |
|
|
bookies more profitable imo _________________
With self driving cars, CE can work in real life
| t328163 wrote: | | Your username derives from the fact that this site cannot format special characters lol. |
| t328163 wrote: |
lmfao, on reddit i'd get banned |
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Fri Oct 18, 2013 1:00 am Post subject: |
|
|
yay found like $19 worth of bitcoins in a site I made an account like a year ago.
I spent like $6 on the humble bundle, and used the rest for gambling.
Sent .08 btc, and currently at .110.
 |
|
| Back to top |
|
 |
Daniel. I post too much
Reputation: 72
Joined: 08 Nov 2007 Posts: 2938
|
Posted: Fri Oct 18, 2013 1:44 am Post subject: |
|
|
still going bankrupt lawl im betting .00000001 _________________
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Oct 18, 2013 1:36 pm Post subject: |
|
|
| Turns out that buying bitcoin outside of USA is pretty complicated... so I gave up. |
|
| Back to top |
|
 |
clash of clans hacks Master Cheater
Reputation: 63
Joined: 18 Jul 2007 Posts: 368 Location: Remember when we all used to put funny lines here?
|
Posted: Fri Oct 18, 2013 6:05 pm Post subject: |
|
|
Shit, went from 0,002 to 0.
Anyone else having issues with the website? Sometimes the autobetter stops and I have to open a new window for it to work again. |
|
| Back to top |
|
 |
potaters Grandmaster Cheater
Reputation: 72
Joined: 13 Apr 2009 Posts: 969
|
Posted: Fri Oct 18, 2013 6:16 pm Post subject: |
|
|
| gogodr wrote: | | Turns out that buying bitcoin outside of USA is pretty complicated... so I gave up. |
If you have Paypal and can trust me a little I can get you bitcoins at the market price with a small fee for me, idk if you know what coinbase is but I'm level 2 verified there
 |
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Oct 18, 2013 6:27 pm Post subject: |
|
|
| potaters wrote: | | gogodr wrote: | | Turns out that buying bitcoin outside of USA is pretty complicated... so I gave up. |
If you have Paypal and can trust me a little I can get you bitcoins at the market price with a small fee for me, idk if you know what coinbase is but I'm level 2 verified there
 |
Sure, I trust you enough.
how much are you willing to charge me?
I want 0.1 BTC |
|
| Back to top |
|
 |
potaters Grandmaster Cheater
Reputation: 72
Joined: 13 Apr 2009 Posts: 969
|
Posted: Fri Oct 18, 2013 6:32 pm Post subject: |
|
|
| gogodr wrote: | | potaters wrote: | | gogodr wrote: | | Turns out that buying bitcoin outside of USA is pretty complicated... so I gave up. |
If you have Paypal and can trust me a little I can get you bitcoins at the market price with a small fee for me, idk if you know what coinbase is but I'm level 2 verified there
 |
Sure, I trust you enough.
how much are you willing to charge me?
I want 0.1 BTC |
$20 PP and (I have to wait 3 to 4 days for paypal to transfer to my bank (excluding weekends) you can pay $23 and then I can withdraw from the ATM right now (paypal debit card) and get you the Bitcoins tomorrow once their in my bank account. |
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Oct 18, 2013 6:41 pm Post subject: |
|
|
meh, ty but its not worth it.
current price in BTC-E is High 147$
Instead of playing with 20$ worth of bitcoin, I'll just spend that money on hearthstone I think. |
|
| Back to top |
|
 |
|