Log in

View Full Version : [EVENTS] Master/slave



weeper
05-04-2007, 20:08
Remember old Ian's TPR? It had a function called "master/slave" that allowed somebody to have a basic control of somebody else's char without having their acc and password.
This is done by text commands that a specific "master" tells to the char he's controlling (slave)

I've made some events that allow some basic moves. I will add more commands as soon as I can. Make your requests about a command you want to be added and I'll see if it's possible to make.

Load this event in the slave's event window (not conditional events!!)
and use the following commands to control him.

!up - move up
!down - move down
!right - move right
!left - move left
!faceup - makes slave face upwards
!facedown - make slave face downwards
!faceright - make slave face right
!faceleft - make slave face left
!follow - Makes slave follow the master.
Note about follow: Slave won't see the green square surrounding the master that indicate following, but still it will go after the master. This type of following (packet based) do not get canceled whenever the slave moves to another direction. Slave must hit escape key or get a stop command from the master.
!stop - Makes slave stop attack or follow.




1
0000100000000000000:0
!up
exiva > 65
1
0000100000000000000:0
!right
exiva > 66
1
0000100000000000000:0
!down
exiva > 67
1
0000100000000000000:0
!left
exiva > 68
1
0000100000000000000:0
!follow
exiva > A2 $hex-idofname:{$lastsender$}$
1
0000100000000000000:0
!faceup
exiva turn0
1
0000100000000000000:0
!facedown
exiva turn2
1
0000100000000000000:0
!faceright
exiva turn1
1
0000100000000000000:0
!faceleft
exiva turn3
1
0000100000000000000:0
!stop
exiva > 69


Working on (don't know for sure if all of them are possible)
- Attack somebody else than master.
- Follow somebody else than master.
- Say something
- Join party
- Leave party
- Logout

Phantom
05-04-2007, 20:30
think ill go test that now, sounds fun, but still kinky lol

Goodfellow
05-04-2007, 20:46
Nice idea! This way I can make my slave to vis hydras near the stairs ;p

Rurewonu
05-04-2007, 21:12
good idea:)

Danivera
05-04-2007, 22:17
Can anybody explain better how it works? I don't understand :(

weeper
05-04-2007, 23:15
Nice idea! This way I can make my slave to vis hydras near the stairs ;p

for that, open the txt file in notepad and add this at the end:



1
0000100000000000000:0
!vis
exori vis


The mage will say exori vis whenever you msg him with "!vis"

weeper
05-04-2007, 23:20
Can anybody explain better how it works? I don't understand :(

Ok I'll give you an example of the script usage.
Open 2 mcs.
MC1 will be a char named John and MC2 will be a char named Peter.
Open your Events windows on John and load the master/slave.txt.
Now go to Peter's MC, open a private char with John and tell him "!up" (without the quotes).
You will see how John moves upwards at your command.

This is what the script is for, controlling chars using text commands.

To use it, save the code to a txt file. And put it in your events folder, which is inside blackd proxy folder. Now go to events window on your proxy and hit Reload. Then select the master/slave.txt from the drop down box or whatever you named the file. Then hit LOAD, and you're done :)

Danivera
05-04-2007, 23:30
Thank you very much, weeper, now I understand :)

So that's usefull to hunt with mc's, isn't it? If it is it would be very nice :P

Goodfellow
05-05-2007, 00:14
for that, open the txt file in notepad and add this at the end:



1
0000100000000000000:0
!vis
exori vis


The mage will say exori vis whenever you msg him with "!vis"

I knew that lol:) Just never though about it before

Erra
05-05-2007, 01:05
CMs are going to check these things in their logs, so my tip to all of you is to not do it too much..

weeper
05-05-2007, 03:43
My personal recommendation is to set YOUR OWN CUSTOM commands. These were just to give you an idea.
Maybe use change the "!" sign to something else. Or use commands in another language.
Example.
#arriba
#abajo

etc.

Fry
05-08-2007, 12:22
Please note that anybody will be able to control the slave. If they know command keys. So it's better to redesign them to something more impossible to "know".

Otherwise, anybody selling "!up" will make the char walking up, wich would be sooo lame

Farsa
05-08-2007, 17:01
http://www.blackdtools.net/showthread.php?t=4710
I guess this tutorial made by weeper himself could be useful, making it check if the sender was your char and then check the message.
Since i dont have blackd proxy yet i cant try anything lol

Haris
05-09-2007, 14:45
CMs are going to check these things in their logs, so my tip to all of you is to not do it too much..

Doesnt this go only to blackd proxy? I think it doesnt go to tibia server, like exiva exp and stuffs~

weeper
05-09-2007, 20:01
http://www.blackdtools.net/showthread.php?t=4710
I guess this tutorial made by weeper himself could be useful, making it check if the sender was your char and then check the message.
Since i dont have blackd proxy yet i cant try anything lol

Indeed, you could do that check for $lastsender$ and $lastmsg$, if both are true then respond to master's commands.


Doesnt this go only to blackd proxy? I think it doesnt go to tibia server, like exiva exp and stuffs~
It actually goes to tibia serv. It's like a normal private message. When the slave detects that msg he acts as he's programmed to.

Bajenalex
08-15-2007, 00:56
This is very smart man. Ultimate botting xD

Hairy Bob
08-15-2007, 01:33
Is there anyway to get it to do something like:

!say blahblahblah

Then the slave says "blahblahblah"

weeper
08-15-2007, 02:12
I was working in a way to do that but I doubt it's possible, however I may find a way in the future.

Titan
03-10-2008, 06:37
can add !sio?

BlizZ4rd
05-04-2008, 19:07
im just wondering why it didnt work the way it should for me, me and my friend tried it but my account was stopping at !stop but after casting a spell(in this case i healed him with sio integrated into warbot) it started to follow again and ran with him into the mad spawns... is it possible that it really stops like a slave and is not moving anymore(or maybe im doing something wrong, would be nice to have a suggestion than) even though im healing?
thanks in advance

lili123
09-12-2010, 22:48
!follow doesn't work for me :(