Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Kirka Hack v2
- // @version 2.1
- // @description toggle aimbot: X; toggle wallhack: C
- // @author infi
- // @match *://kirka.io/*
- // @icon https://www.google.com/s2/favicons?domain=kirka.io
- // @connect raw.githubusercontent.com
- // @connect githubusercontent.com
- // @grant GM_xmlhttpRequest
- // @run-at document-start
- // @noframes
- // ==/UserScript==
- document.addEventListener("DOMContentLoaded", () => {
- GM_xmlhttpRequest({
- url: 'https://raw.githubusercontent.com/42infi/kirka-hacks/main/kirka_hacksV2.js',
- method: "GET",
- nocache: true,
- cache: "no-cache",
- headers: {
- 'Cache-Control': 'no-cache'
- },
- onload: function(response){eval(response.responseText)},
- onerror: function(){}
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement