Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var mango = parseFloat(document.getElementById('pct_balance').value);
- var utter = parseFloat(document.getElementById('pct_balance').value);
- var ying = parseFloat(document.getElementById('pct_balance').value);
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- var troll = ((mango/24000).toFixed(8));
- var fag = troll;
- var flank = 6.5;
- var under = 2.5;
- var claim = (troll*10);
- var krux = (troll*6.5);
- var joe = 0;
- var nobby = ((utter-mango)/100);
- var crazy = ((Math.floor(mango/claim))*claim);
- parseFloat(document.getElementById('pct_bet').value = ((troll*1).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = ((troll*1).toFixed(8)));
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- function cool(){
- console.clear();
- var trashhies = document.getElementById('pct_balance').value;
- if (trashhies>ying) {
- utter = utter+(parseFloat(fag));
- ying = parseFloat(trashhies);
- }
- if (trashhies<ying) {
- utter = utter-(parseFloat(fag));
- ying = parseFloat(trashhies);
- }
- if ((utter>(crazy+(fag*flank)))||(utter<(crazy-(fag*under)))) {
- fag = fag*2;
- flank = 4.5;
- under = 4.5;
- crazy = parseFloat(utter);
- }
- nobby = (((utter-mango)/(mango/100)).toFixed(2));
- console.log('percentage made already');
- console.log(nobby);
- if ((nobby>=(joe+0.1))&&(utter<(((Math.floor(utter/claim))*claim)+krux))) {
- crazy = ((Math.floor(utter/claim))*claim);
- joe = ((Math.floor(nobby/0.1))*0.1);
- flank = 6.5;
- under = 2.5;
- fag = troll;
- }
- if ((nobby>=(joe+0.1))&&(utter>(((Math.floor(utter/claim))*claim)+krux))) {
- crazy = ((Math.floor(utter/claim))*claim);
- joe = ((Math.floor(nobby/0.1))*0.1);
- flank = 4.5;
- under = 4.5;
- fag = troll*2;
- }
- return (parseFloat(fag));
- if (nobby>=400){
- return;
- }
- }
- function beet(){
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- parseFloat(document.getElementById('pct_bet').value = ((cool()*1).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = ((cool()*1).toFixed(8)));
- document.getElementById('a_lo').click();
- }
- setInterval(() => beet(), 1);
Add Comment
Please, Sign In to add comment