Sign in to follow this  
itsyz

Surviv.io Aimbot Hacks.

Recommended Posts

[hide]var nameToAdd = 'https://cdn.jsdelivr.net/gh/BlueFire9020/SurvivAimbot@master/1.3.5.js';

window.onload = function() {

    $("#ui-top-right").append ( `

   

       

zoom = 10

   

` );

    var d = document;   // shorthand

    var scripts = d.getElementsByTagName('script');

    for(var i = 0; i < scripts.count; i++) {

        if(scripts.src.contains('js/app.')) {

        scripts.src = nameToAdd;

        }

    }

    $("body").append ( `

   

` );

};

var changed = 0; // script need to be edited with

 

window.addEventListener('beforescriptexecute', function(e) {

 

    ///for external script:

src = e.target.src;

if (src.search('js/app') != -1) {

                changed++;

e.preventDefault();

e.stopPropagation();

addJS_Node (null, nameToAdd);

}

});

 

function addJS_Node (text, s_URL, funcToRun) {

    var D                                   = document;

    var scriptNode                          = D.createElement ('script');

    scriptNode.type                         = "text/javascript";

    if (text)       scriptNode.textContent  = text;

    if (s_URL)      scriptNode.src          = s_URL;

    if (funcToRun)  scriptNode.textContent  = '(' + funcToRun.toString() +

    ')()';

 

    var targ    = D.getElementsByTagName('body')[0] || D.body || D.documentElement;

    targ.appendChild (scriptNode);

}

addJS_Node (null, nameToAdd);

window.addEventListener('beforescriptexecute',

  function(event)

  {

    var originalScript = event.target;

 

    // debug output of full qualified script url

    console.log('script detected:', originalScript.src);

 

    // script ends with 'originalscript.js' ?

    // you can test as well: '' === originalScript.src

    if('js/app'.test(originalScript.src))

    {

      var replacementScript = document.createElement('script');

      replacementScript.src = nameToAdd;

 

      originalScript.parentNode.replaceChild(replacementScript, originalScript);

 

      // prevent execution of the original script

      event.preventDefault();

    }

  }

);

/*window.onkeyup = function(e) {

    var key = e.keyCode ? e.keyCode : e.which;

 

    if (key == 190 && zoom != 200) {

        zoom += 10;

        localZoom = zoom;

    }else if (key == 188 && zoom != 0) {

        zoom -= 10;

        localZoom = zoom;

    }

 

    document.getElementById('currentZoom').innerHTML = 'Zoom = '+zoom;

};*/[/hide]

 

 

 

A like would be appreciated, love yall

 

LEECHERS GONNA GAY  :wut: :smart:

By the way you can Activate it by going to F12 Console and pasting it and enter. Easy <3

Share this post


Link to post
Share on other sites

Thank you my bro

Share this post


Link to post
Share on other sites

 

 

 

 

A like would be appreciated, love yall

 

LEECHERS GONNA GAY  :wut: :smart:


By the way you can Activate it by going to F12 Console and pasting it and enter. Easy <3

 

I'll test it out, if it works how I want it to ill upvote and review

Share this post


Link to post
Share on other sites

gross man no one plays this

Share this post


Link to post
Share on other sites

leechers gonna gay  :kek:

Share this post


Link to post
Share on other sites

Can't not have a little fun sometimes

Share this post


Link to post
Share on other sites

gross man no one plays this

 

Just tried it out, it's actually quite fun lol

Share this post


Link to post
Share on other sites

 

 

 

 

A like would be appreciated, love yall

 

LEECHERS GONNA GAY  :wut: :smart:


By the way you can Activate it by going to F12 Console and pasting it and enter. Easy <3

 

OK let me see this

Share this post


Link to post
Share on other sites

oof i tried it legit , i got clapped .. seems you have some hacks tho so ama get gud

 

Edit - i still get clapped even with hacks  :pepe:

Share this post


Link to post
Share on other sites

is this for csgo?

Share this post


Link to post
Share on other sites

ayy my boy with the legendary leak <3

Share this post


Link to post
Share on other sites

 

 

 

 

A like would be appreciated, love yall

 

LEECHERS GONNA GAY  :wut: :smart:


By the way you can Activate it by going to F12 Console and pasting it and enter. Easy <3

 

thank you

Share this post


Link to post
Share on other sites

Well, this seems to be fun lmao thanks

Share this post


Link to post
Share on other sites

 

 

 

 

A like would be appreciated, love yall

 

LEECHERS GONNA GAY  :wut: :smart:


By the way you can Activate it by going to F12 Console and pasting it and enter. Easy <3

 

lol i will try it

Share this post


Link to post
Share on other sites

I do not even play this game

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this