1v1.lol hacks

1v1.LOL hack script - infinite ammmo, infinite armor, rapid fire

< 腳本1v1.lol hacks的回應

評論:正評 - 腳本一切正常

§
發表於:2022-03-11

Blink basically freezes your player for other people. You can do damage and build but others can not see. You will get kicked if you are in blink for longer than 10-15 seconds!

// ==UserScript==
// @name 1v1.LOL Blink Script (Release)
// @version 1.0
// @description Press the blink key to enter/exit blink mode. You will appear like you teleported when you come out of blink. You will get kicked after about 10-15 seconds!
// @author TDStuart
// @match https://1v1.lol/
// @grant none
// @require https://pastebin.com/raw/PPBXMS89
// ==/UserScript==

(function() {
'use strict';

// Change this key to change the keybind (This is a javascript key code!)
let toggleKey = "KeyT";
// If true you will have god mode while in blink (Note : God Mode is VERRY Buggy and you may still die)
let godInBlink = true;
// Debug Mode (Check Console)
let debugMode = false;
//
//
// Code Below!
initMod({toggleKey, godInBlink, debugMode});
})();

RAW Paste Data
Blink basically freezes your player for other people. You can do damage and build but others can not see. You will get kicked if you are in blink for longer than 10-15 seconds!

// ==UserScript==
// @name 1v1.LOL Blink Script (Release)
// @version 1.0
// @description Press the blink key to enter/exit blink mode. You will appear like you teleported when you come out of blink. You will get kicked after about 10-15 seconds!
// @author TDStuart
// @match https://1v1.lol/
// @grant none
// @require https://pastebin.com/raw/PPBXMS89
// ==/UserScript==

(function() {
'use strict';

// Change this key to change the keybind (This is a javascript key code!)
let toggleKey = "KeyT";
// If true you will have god mode while in blink (Note : God Mode is VERRY Buggy and you may still die)
let godInBlink = true;
// Debug Mode (Check Console)
let debugMode = false;
//
//
// Code Below!
initMod({toggleKey, godInBlink, debugMode});
})();

haek

發表回覆

登入以回復