[Question] Autowalk

conti

Member
Joined
Aug 10, 2013
Messages
12
Reaction score
0
Hii' wonder if its possible to make my player walk from position to position [ to automate a job ] . Theres objects inbetween.
P.S I've worked with .lua scripts and moonloader in the past.
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
Hii' wonder if its possible to make my player walk from position to position [ to automate a job ] . Theres objects inbetween.
P.S I've worked with .lua scripts and moonloader in the past.
Can you explain more about your job?
 

conti

Member
Joined
Aug 10, 2013
Messages
12
Reaction score
0
Can you explain more about your job?

Atm I was trying to fix my player finder beacon, now it just shows the beacon everytime u do a /cmd.
But I want it to update every 2 seconds.
But I try to make a loop of it I get a weird error and cant fix it.

http://ugbase.eu/index.php?threads/lua-what-is-this-error.21139/

Now ontopic:
I want to make a script that does a job for me on a roleplay server, I am kind of lazy to work all day for some money in the server, it walks from position to position and executes commands /mine then it needs to deliver the ores to a beacon.
I think I need the position X,Y,Z of the Ore because there is no beacon and then let it walk back to the beacon to /deliver
Only thing is that sometimes I see that the server changes world when I am doing my job, maybe that is to counter the script?
But it doesnt matter much because we can wait a little untill it stops and then start it.

Do you think this will be easily detectable by admins? If it is what should I make to make it look legit?
I was thinkign about some random zig zagging, random move/run movement.
Only downfall is that when an admin pm's you.. and you are afk you can't PM back, unless you'll make a script that responds- but that looks fake.
 

conti

Member
Joined
Aug 10, 2013
Messages
12
Reaction score
0
Alright seems like I need to learn C++ or cleo then ^^ I remember going on russian sites to learn about LUA hacking
 
Top