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

답글 게시

답글을 게시하려면 로그인하세요.