Greasy Fork 还支持 简体中文。

(UGC SNIPER)pain sniper

fixed for bundles

Você precisará instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Você precisará instalar uma extensão como o Tampermonkey para instalar este script.

Você precisará instalar um gerenciador de scripts de usuário para instalar este script.

(Eu já tenho um gerenciador de scripts de usuário, me deixe instalá-lo!)

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

(Eu já possuo um gerenciador de estilos de usuário, me deixar fazer a instalação!)

Autor
nota-star
Instalações hoje
0
Total de instalações
711
Avaliações
0 0 0
Versão
7.8.3
Criado
26/04/2023
Atualizado
31/07/2024
Tamanho
10,1 KB
Licença
GNU General Public License v3.0
Aplicável a

.-,--. .---.
'|__/ ,-. . ,-. \___ ,-. . ,-. ,-. ,-.
.| ,-| | | | \ | | | | | |-' |
`' `-^ ' ' ' `---' ' ' ' |-' `-' '
|
'

it automatically checks if item is free
credits to fishcat2431
you need roseal (roblox extension) for it to fast refresh
https://chrome.google.com/webstore/detail/roseal-augmented-roblox-e/hfjngafpndganmdggnapblamgbfjhnof

im prob not gonna update as frequently anymore

Description by OpenAI:

The script starts by declaring variables for various GUI elements, such as the container, title label, settings box, settings label, settings content, checkboxes, input fields, buttons, and an attribution label.

It also initializes an object called settings which holds the default values for the sniper settings, including check_price (a boolean value to indicate whether to check the price), max_price (the maximum price threshold), and reload_interval (the interval in milliseconds to reload and perform sniper actions).

The updateSettings function is defined to update the settings object based on the user's input. It is called whenever there is a change in the checkboxes or input fields.

The startSniper function is defined to start the sniper operation. It disables the "Start Sniper" button, enables the "Stop Sniper" button, and sets an interval to call the Sniper function based on the defined reload interval.

The stopSniper function is defined to stop the sniper operation. It disables the "Stop Sniper" button, enables the "Start Sniper" button, and clears the interval that was set in the startSniper function.

The toggleSettings function is defined to toggle the display of the settings content. When called, it checks the current display state of the settings content and toggles it between "block" and "none".

The createGUI function is the main function responsible for creating the GUI elements. It creates the main container, title label, settings box, settings label, settings content, checkboxes, input fields, buttons, and the attribution label. It also adds event listeners for the draggable behavior of the container and the click behavior of the settings box.

The createCheckbox, createInput, and createButton functions are utility functions used by the createGUI function to create checkboxes, input fields, and buttons, respectively. These functions create the corresponding HTML elements, set their properties, and attach event listeners as necessary.

The initSniper function is called to initialize the sniper script. It simply calls the createGUI function.

Finally, the initSniper function is invoked to start the sniper script.