Toribash
Original Post
[Full 128 Joints]Calling All Programmers
What is the Job?

For the website csgo500.com I need you to make a script that i can paste into the console for Chrome. What do I want this script to do? I want it to autobet 50 coins on gray. When I lose, I want the bot to double the bet amount until I win. When I win, I want the bot to return to the base bet. This is called the martingale method of betting. Since I'm a shit explainer a video link to what I'm talking about can be found here https://www.youtube.com/watch?v=9itIIkmVUU4
the website in this video is csgodouble but the same applies with csgo500.com


THE PRIZE IS FULL 128 JOINTS
<[Tint]Zubin> If you suck more people are going to think you're a girl
thank you my br0

basically what i wont is 50 initial bet on gray and double on loss, and keep doubling until i win then bet the intial bet


ps; you should really watch this vid it explains much better

ps ps; it is called the martingale method
<[Tint]Zubin> If you suck more people are going to think you're a girl
yeah I think I understand the concept, give me 2-3 days, unless someone can get it done quicker than that, I'm kinda busy with exams so I'll be working on it only when I'm not studying

<!doctype html>
<html>
<head>
<title>Choose your bot</title>
<style>
body {
overflow: hidden;
margin: 5px;
padding: 5px;
background: white;
}

div:first-child {
margin-top: 5px;
}

div {
cursor: pointer;
text-align: center;
padding: 2px 6px;
font-family: sans-serif;
font-size: 3em;
width: 400px;
margin-top: 3px;
background: #2c2fbf;
}
div:hover {
background: #ffffff;
}
</style>
<script src="popup.js"></script>
</head>
<body>
<div id="2x">2x</div>
<div id="3x">3x</div>
<div id="5x">5x</div>
<div id="50x">50x</div>
</body>
</html>


Welcome
My Buying And Selling Thread Is Located Here
Thank you!!!

im going to test it first
-----
doesnt work :{
Last edited by Aerial; May 29, 2016 at 04:22 AM. Reason: <24 hour edit/bump
<[Tint]Zubin> If you suck more people are going to think you're a girl
Hmm I'll do it.(once I get home)
done, pmed.
Last edited by Lite; May 29, 2016 at 06:04 AM.
yeah I didnt even get around to starting this. You should probably go with Lite's one, especially considering he's a dev

im not going with either script, i found a nice chrome extension that works better than both sorry to disappoint you guys
<[Tint]Zubin> If you suck more people are going to think you're a girl