Monday, 15 June, 2026г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

Brofist.io 새로운 코드(Brofist.io Hacking Code) (Now not working..)

Brofist.io 새로운 코드(Brofist.io Hacking Code) (Now not working..)У вашего броузера проблема в совместимости с HTML5
Caution : Only work in Chrome (주의 : 크롬에서만 작동) Used music : Valence - Infinite (No copyright sound release) https://www.youtube.com/watch?v=QHoqD47gQG8 Tampermonkey : https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ko Here is the code, copy all of them(코드는 여깄고, 모두 복사하세요) // ==UserScript== // @name brofist // @namespace brofist // @include http://brofist.io/modes/twoPlayer/c/index.html // @version 1 // @grant none // ==/UserScript== var isCheat = false; document.getElementsByTagName('body')[0].onkeypress = function(e){ var which = e.which; if(which == 51){ isCheat = !isCheat; if (isCheat){ console.log('cheat on'); } else{ console.log('cheat off'); } } }; document.getElementsByTagName('body')[0].onkeydown = function(e) { var keyCode = e.keyCode; if(!isCheat){ return true; } if(keyCode == 81){ plyer.shapes[0].body.position[0] -= 1; console.log('position horizontal: -1'); } if(keyCode == 87){ plyer.shapes[0].body.position[0] += 1; console.log('position horizontal: +1'); } if(keyCode == 69){ plyer.shapes[0].body.position[1] -= 1; console.log('position vertical: -1'); } if(keyCode == 82){ plyer.shapes[0].body.position[1] += 1; console.log('position vertical: +1'); } if(keyCode == 65){ plyer.velocityValue += 50; console.log('speed: +50'); } if(keyCode == 83){ plyer.velocityValue -= 50; console.log('speed: -50'); } if(keyCode == 90){ plyer.world.gravity[1] = 9.779999732971191; console.log('has up gravity'); } if(keyCode == 67){ plyer.world.gravity[1] = 0; console.log('has not gravity'); } if(keyCode == 88){ plyer.world.gravity[1] = -9.779999732971191; console.log('has down gravity'); } if(keyCode == 49){ plyer.jumpValue = 1600; console.log('high jump'); } if(keyCode == 50){ plyer.jumpValue =800; console.log('short jump'); } if(keyCode == 68){ plyer.shapes[0].collisionResponse = false; console.log('has not collision'); } if(keyCode == 70){ plyer.shapes[0].collisionResponse = true; console.log('has collision'); } console.log(keyCode); };
Мой аккаунт