This is just a script no UI.
Features:
360 bot :snake will move around in 360 (SPACE TO ACTIVATE)
SkinChanger: change your skin for any u like and have fun
YOU CAN CHANGE ROTATION ANGLES AND SEND PACKET INTERVALS BY MODIFING THIS IN THE SCRIPT:
var sendPacketInterval = 100// minium 100 ms per packet, low value will dissconect you from the game
var angInc = 15; //angle inc
/*
########################################################################################################################
THIS SCRIPT IS MADE BY ELMARCIA FROM EPVP: "http://www.elitepvpers.com/forum/members/3449101-elmarcia.html"
YOU CAN MODIFY IT IF U WANT AND USE AT YOUR OWN RISK
USAGE -> YOU HAVE TO COPY THE CODE AND PASTE IN YOUR BROWSER'S JAVASCRIPT CONSOLE THE FIRST TIME YOU ENTER THE GAME
THEN PRESS SPACE WHEN PLAYING TO ACTIVATE THE BOT.
IF SPACE NOT WORKING WHEN PLAYING PASTE THIS CODE AGAIN IN THE CONSOLE THAT SHOULD FIX IT FOR NEXT RUNS
function ff(c){
if(c.charCode == 32) {BotInit()}
}
window.addEventListener("keypress",ff)
IN GAME YOU COULD ALSO CHANGE SKIN LIKE THIS
setSkin2([1,5,8,9,1,3],2,1)
DETAILS EXPLAINED BELOW
##########################################################################################################################
*/
var botThread = null;
var checkThread = null;
var msgInte = null;
var angulo = 0;
var sendPacketInterval = 100// minium 100 ms per packet, low value will dissconect you from the game
var angInc = 15; //angle inc
var botWorking = false;
function do360()
{
if (ws == null) return;
angulo += angInc
if(angulo >= 251) angulo = 0; //not 360 max angle value 251..
q = new Uint8Array(1);
q[0] = angulo & 255;
ws.send(q.buffer); //send packet to server
}
function stopBot(){
clearInterval(botThread);
clearInterval(checkThread);
console.log("Bot stoped");
/* If blocked input this should fix it for next run
window.onmousemove = function(c) {
(c = c || window.event) && "undefined" != typeof c.clientX && (xm = c.clientX - ww / 2, ym = c.clientY - hh / 2)
};
console.log("mouse input enabled");
*/
}
function check(){
if (ws == null) {
stopBot();
console.log("Bot closing");
}
}
function BotInit(){
botWorking = !botWorking;
if(botWorking){
msgInte = setInterval(showMsg("Started"),30); //Message working or not
setTimeout(stopMsg,1500)
startBot();
}else{
msgInte = setInterval(showMsg("Stoped"),30);
setTimeout(stopMsg,1500)
stopBot();
}
}
function showMsg(msg){
var mycanvas = mc.getContext("2d");
mycanvas.font="40px Verdana";
mycanvas.strokeStyle = "#90C098"
mycanvas.fillStyle = snake.csw
h = snake.xx + snake.fx
u = snake.yy + snake.fy
h = mww2 + (h - view_xx) * gsc
u = mhh2 + (u - view_yy) * gsc
mycanvas.fillText(msg, h, u + 32 + 11 * snake.sc * gsc)
}
function stopMsg(){
clearInterval(msgInte);
}
function ff(c){
if(c.charCode == 32) {BotInit()}
}
window.addEventListener("keypress",ff)
/*
[skinArray] should be something like this:
[color1,color2,color3,color4,...,colorN]
colors are from 0 to 16
so a valid one will be
[0,1,5,4,8,9]
also
will be valid something like this
[256,3] -> color is moded so no problem but won't get new color by this method
[hasAnt] if 0 -> No Anntena
if 1 -> Antenna nš 1
if 2 -> Antenna nš 2
[oneEye] if 0 -> two eyes
else -> one eye
[indexId] doesn't matter, but should be a value between max skins value if don't then an error will ocurr
Ex of ussage
setSkin2([5,10,13,15,4,9],2,1)
THIS SKIN IS ONLY VISIBLE BY YOU, OTHER PEOPLE WON'T SEE IT.
*/
function setSkin2(skinArray,hasAnt=0,oneEye=0,indexId = 0) {
/*
Modify to get custom antenna's bulbs
[RELEASE]AGAR.IO Bot Hack 2016. 08/18/2017 - Facebook - 2 Replies Hi guys this is hack for AGAR.IO.
FEATURES :
BOT HACK
AND MORE...
video : https://www.youtube.com/watch?v=R2qtuBDUtFk
DOWNLOAD :
[CS:GO] Skinchanger 05/31/2015 - Counter-Strike Hacks, Bots, Cheats & Exploits - 93 Replies http://puu.sh/hhAZT/dd22c191fd.png
How to?
1. Download
2. Unzip
3. Start CSGO and Skinchanger (It doen't matter what you start first)
4. Choose a weapon and a skin and press "Set Skin". Press "Default" for your default weapon skin
5. Enjoy :handsdown: