Search found 11 matches

by Sky1337
26 Nov 2022, 11:05
Forum: Gaming Help (v1)
Topic: Help
Replies: 3
Views: 384

Re: Help

The script works well, but when I press 1, my character stops. Can this be fixed somehow?
by Sky1337
26 Nov 2022, 10:18
Forum: Скрипты для Игр
Topic: Помогите сделать скрипт
Replies: 0
Views: 820

Помогите сделать скрипт

Здравствуйте, не могли бы вы мне помочь в написании скрипта для игры ГТА 5. Суть скрипта в том что когда в координатах
х=580
у=471
появился цвет 0x784498, была нажата кнопка 1.
by Sky1337
26 Nov 2022, 10:12
Forum: Gaming Help (v1)
Topic: Help
Replies: 3
Views: 384

Help

Hello, could you help me in writing a script for the game GTA 5. The essence of the script is that when in coordinates
x=580
y=471
the color 0x784498 appeared, button 1 was pressed.
by Sky1337
26 Nov 2022, 05:42
Forum: Ask for Help (v1)
Topic: Problem Topic is solved
Replies: 8
Views: 567

Re: Problem Topic is solved

everything is working
by Sky1337
26 Nov 2022, 02:04
Forum: Ask for Help (v1)
Topic: Problem Topic is solved
Replies: 8
Views: 567

Re: Problem Topic is solved

Can you send me the full script? I'm just new and don't know much about scripting.
by Sky1337
25 Nov 2022, 16:23
Forum: Ask for Help (v1)
Topic: Problem Topic is solved
Replies: 8
Views: 567

Help Topic is solved

hello, could you help me make a script so that when the specified color is in the specified coordinates, the button 1 is pressed
by Sky1337
25 Nov 2022, 16:20
Forum: Ask for Help (v1)
Topic: Problem Topic is solved
Replies: 8
Views: 567

Re: Problem Topic is solved

Could you help me make a script?
by Sky1337
25 Nov 2022, 15:48
Forum: Скрипты и библиотеки
Topic: Помогите со скриптом
Replies: 0
Views: 1529

Помогите со скриптом

Я сделал скрипт, чтобы при появлении заданного цвета в заданных координатах нажималась 1, но ничего не работало и не могу понять в чем проблема

Code: Select all

Pixelgetcolor, Color, 580, 471
        if (Color==0x784498)
		{
			Send, {1}
		}
by Sky1337
25 Nov 2022, 15:39
Forum: Ask for Help (v1)
Topic: Problem Topic is solved
Replies: 8
Views: 567

Problem Topic is solved

I made a script so that when a given color appears in the given coordinates, then 1 is pressed, but nothing works and I can’t understand what the problem is

Code: Select all

Pixelgetcolor, Color, 580, 471
        if (Color==0x784498)
		{
			Send, {1}
		}
by Sky1337
25 Nov 2022, 08:24
Forum: Помощь
Topic: Проблемы со скрипом
Replies: 0
Views: 419

Проблемы со скрипом

Делал скрип чтобы когда в заданых координатах появлялся заданый цвет то нажималось 1 но ничего не работает и не могу понять в чем проблема

Code: Select all

Pixelgetcolor, Color, 580, 471
        if (Color==0x784498)
		{
			Send, {1}
		}
by Sky1337
24 Nov 2022, 12:51
Forum: Помощь
Topic: Помогите сделать скрипт
Replies: 0
Views: 391

Помогите сделать скрипт

Помогите сделать скрипт чтобы когда в заданных координатах появлялся тот цвет который я задал то нажималась кнопка 1

Go to advanced search