Register for your free account! | Forgot your password?

Go Back   elitepvpers > The Black Market > Freebies
You last visited: Today at 14:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SCRIPT]Automated betting bot

Discussion on [SCRIPT]Automated betting bot within the Freebies forum part of the The Black Market category.

Reply
 
Old   #1
 
ravvy98's Avatar
 
elite*gold: 475
Join Date: Mar 2014
Posts: 118
Received Thanks: 6
Thumbs up [SCRIPT]Automated betting bot

Recently I've seen a guy who was selling this script for automated betting bot for csgodouble .
This script is using the Martingale algorithm.
For example:
a)Bet 10 on red.
b)Lose red.
c)Double bet(20) on red.
d)Win on red.
Profit? Bet 30 -> Win 40.
Let me teach you guys :
1)Use Google Chrome.
2)Press the combination : CTRL+SHIFT+J -> this will bring up the console.
3)Paste the code:
Code:
var initialBetAmount = 1; // the amount you want to start betting with
var mode = 'martingale'; // can be 'martingale' or 'anti-martingale' (WAT? https://en.wikipedia.org/wiki/Martingale_(betting_system) )
var betColor = 'red'; // can be 'red' or 'black'
function tick(){var a=getStatus();if(a!==lastStatus&&"unknown"!==a){switch(a){case"waiting":bet();break;case"rolled":rolled()}lastStatus=a,printInfo()}}function checkBalance(){return getBalance()<currentBetAmount?(console.warn("BANKRUPT! Not enough balance for next bet, aborting."),clearInterval(refreshIntervalId),!1):!0}function printInfo(){var a=" \nStatus: "+lastStatus+"\nRolls played: "+currentRollNumber+"\nInitial bet amount: "+initialBetAmount+"\nCurrent bet amount: "+currentBetAmount+"\nLast roll result: "+(null===wonLastRoll()?"-":wonLastRoll()?"won":"lost");console.log(a)}function rolled(){return"anti-martingale"===mode?void antiMartingale():(martingale(),void currentRollNumber++)}function antiMartingale(){currentBetAmount=wonLastRoll()?2*currentBetAmount:initialBetAmount}function martingale(){currentBetAmount=wonLastRoll()?initialBetAmount:2*currentBetAmount}function bet(){checkBalance()&&(setBetAmount(currentBetAmount),setTimeout(placeBet,50))}function setBetAmount(a){$betAmountInput.val(a)}function placeBet(){return"red"===betColor?($redButton.click(),void(lastBetColor="red")):($blackButton.click(),void(lastBetColor="black"))}function getStatus(){var a=$statusBar.text();if(hasSubString(a,"Rolling in"))return"waiting";if(hasSubString(a,"***ROLLING***"))return"rolling";if(hasSubString(a,"rolled")){var b=parseInt(a.split("rolled")[1]);return lastRollColor=getColor(b),"rolled"}return"unknown"}function getBalance(){return parseInt($balance.text())}function hasSubString(a,b){return a.indexOf(b)>-1}function getColor(a){return 0==a?"green":a>=1&&7>=a?"red":"black"}function wonLastRoll(){return lastBetColor?lastRollColor===lastBetColor:null}var currentBetAmount=initialBetAmount,currentRollNumber=1,lastStatus,lastBetColor,lastRollColor,$balance=$("#balance"),$betAmountInput=$("#betAmount"),$statusBar=$(".progress #banner"),$redButton=$("#panel1-7 .betButton"),$blackButton=$("#panel8-14 .betButton"),refreshIntervalId=setInterval(tick,500);
4)Just change the ammount you bet, the system(martingale/anti-martingale) and the colour(red/black).

Have fun guys !
ravvy98 is offline  
Reply

Tags
automated, bet, colour, csgodouble, script


Similar Threads Similar Threads
[Selling] CS:GO Betting script + BOT
05/09/2016 - Counter-Strike Trading - 391 Replies
Hello all. I'm selling CS:GO betting script which includes website files and bot. Website files are copies of the "free" one, but I have made it custom coded (with different design and so on). Proofs of files: https://i.gyazo.com/4b640bbc329987233a8f35a461884 9ce.pnghttps://i.gyazo.com/c31f1b3274d1f75e349500a 391738f3a.png I'm selling script + bot for 50€ to 60€ (Depends which source).
[Selling] CS:GO Betting script + Steam Bot[LAST UPDATE]
01/02/2016 - Counter-Strike Trading - 33 Replies
Hello everybody. I want to sell my CS:GO betting script which includes the website files + the bot that is updated. If you want to buy, you can PM on this forum or add me on Steam. The price for these scripts is ~40 $(Accepting e*gold too - 40$ = 800 e*gold->including the support). We can do paysafecard, Steam Wallet, paypal, skins(50 $). I have live demo(my website). I am not going first. Some info about the website: -full english translated
[Buying] CSGO betting script + bot
10/15/2015 - Counter-Strike Trading - 2 Replies
Looking for a NON public csgo betting script + bot. Still looking! :)
[Search] CS:GO Betting Jackpot Script
09/01/2015 - Counter-Strike Trading - 0 Replies
^ topic im new so i need help etc
[S] Csgo betting script+bot [H] Skins ,psc
08/17/2015 - Counter-Strike Trading - 2 Replies
Hallo suche ein csgo bettingscript + bot sollte mir erklären können wie ich was mache biete dafür diverse Skins oder direkt paysafecards



All times are GMT +1. The time now is 14:19.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.