auto toll booth

Status
Not open for further replies.

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
Hello, the toll booths are causing problems when making money with auto bots on roleplay servers. Is there anyone who can make a car ticket or help me? NOTE: The box office is opened with the Y key.
 

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
Let's say this. By pressing the Y key, both the inventory and the box office are opened. Having a macro on the Y key all the time is useless.
 

Tuzas

Active member
Joined
Nov 1, 2019
Messages
121
Reaction score
68
Location
null
Let's say this. By pressing the Y key, both the inventory and the box office are opened. Having a macro on the Y key all the time is useless.
local maxPressCount = 5 -- Set the number, of how much times the key should be pressed
set this to 1 and it should work.
local maxPressCount = 1 -- Set the number, of how much times the key should be pressed
 

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
local maxPressCount = 5 -- Set the number, of how much times the key should be pressed
set this to 1 and it should work.
local maxPressCount = 1 -- Set the number, of how much times the key should be pressed
It can't be like that, there is also the opportunity to open the inventory with the Y key. I want it to detect and open the toll booths on its own when I see them, but it would be better if it was as Cleo.
 

Tuzas

Active member
Joined
Nov 1, 2019
Messages
121
Reaction score
68
Location
null
It can't be like that, there is also the opportunity to open the inventory with the Y key. I want it to detect and open the toll booths on its own when I see them, but it would be better if it was as Cleo.
Did you even bother reading what it does? This Lua script utilizes MoonLoader to automatically press a specified key a certain number of times
within a defined distance and time interval.
 
Status
Not open for further replies.
Top