[Script] The Haunted Doll - Control Other Players |
Babyshamon « Citoyen » 1413324600000
| 1 | ||
wut a u talking about by fun?? idk how to use it :( I CONFUSEDD!! Dernière modification le 1413332100000 |
Babyshamon 1413325620000
| | ||
[Modéré par Shamousey, raison : Double post.] Dernière modification le 1413332100000 |
Itchyboy « Citoyen » 1413328140000
| 1 | ||
I made an improved version of this: http://pastebin.com/8HbpvEG9 To make a doll say !doll [name] and then it's set. |
Pegasmice « Citoyen » 1413383160000
| 0 | ||
AMAZING!!!!! :OOOOO I love it! |
Scaryswagz « Citoyen » 1413392700000
| 0 | ||
/skittlezaj in te chat? |
Wolfythecat « Citoyen » 1413405420000
| 0 | ||
babyshamon a dit : I already explained how, if you're confused about anything you can ask me. wolfythecat a dit : |
Kittencutez « Citoyen » 1417230120000
| 1 | ||
[Cedrickmuks] im flying [Cedrickmuks] wtf [Cedrickmuks] im not moving [Cedrickmuks] dahell [Kittencutez] I think your being kidnapped by the magic dust [Cedrickmuks] o I am so evil. Also, when I press 'I' for up, inventory comes up since its now the hotkey for inventory D: |
Hydroper « Citoyen » 1417275840000
| 0 | ||
AWESOME! 0-o |
Skittleeeeee « Citoyen » 1417543320000
| 0 | ||
I cant do it. Im terrible at lua :( Can someone help? I tried making the doll Squishymike and the God Skittleeeeee, HELP PLZ OwO Dernière modification le 1417546080000 |
Skittleeeeee 1417543680000
| | ||
[Modéré par Shamousey, raison : Double post.] |
Adorablebaby « Citoyen » 1417886280000
| 0 | ||
Can you change the controls to uhjk since i opens the inventory? Dernière modification le 1417886340000 |
Capufox « Citoyen » 1417893180000
| 0 | ||
BEN Drowned: Deal with it! Me: Deal with it babe! this is just awesome :D |
Notxephos « Citoyen » 1419865140000
| 0 | ||
Can you put the script in without the instructions it is kinda confusing :C |
Omgitistaken « Citoyen » 1420759080000
| 0 | ||
can someone do this for Squeakarz as the doll and me as the god/ |
Woebegone « Citoyen » 1420858980000
| 0 | ||
omgitistaken a dit : -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "Squeakarz" -- Insert YOUR name here without removing the quotation marks. god = "Omgitistaken" -- That's it! Done! You can now run the script and troll people! ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -----Do NOT edit the following code unless you're a developer, otherwise it probably won't work.------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -- Binding the keyboard for god(you) -- 73 is I, the key for Up. -- 75 is K, the key for Down -- 74 is J, the key for Left. -- 76 is L, the key for Right. for name in pairs(tfm.get.room.playerList) do -- Instead of binding each key seperately, we put them all in a group. for keys, k in pairs({73, 74, 75, 76}) do --And now the keys are binded! tfm.exec.bindKeyboard(god, k, true, true) end end -- Listening for keyboard events. -- You'll notice that move values are different because it makes the doll easier to control. function eventKeyboard(god, key, down, x, y) if key == 73 then --Moves the player Up by 50 pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, -50, false) elseif key == 75 then -- Moves the player Down by 40pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, 40, false) elseif key == 74 then -- Moves the player Left by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, -40, 0, false) elseif key == 76 then -- Moves the player Right by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, 40, 0, false) end end -- Prints out you your doll only to you. print("<font color='#FFFF00'>"..doll.."<font color='#FFFF00'> is now your doll!") |
Slothingtonn « Citoyen » 1423906620000
| 0 | ||
but what r u supposed to backspace out |
Slothingtonn « Citoyen » 1423907280000
| 0 | ||
it doesnt work |
Woebegone « Citoyen » 1423937160000
| 0 | ||
Slothingtonn a dit : Let's say you wanted to control me. You would replace "Tigrounette" with your username, Slothingtonn, and you would replace "Sydoline" with my username, Juliantwofan. This is what the top part of the script would look like: -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "Juliantwofan" -- Insert YOUR name here without removing the quotation marks. god = "Slothingtonn" -- That's it! Done! You can now run the script and troll people! |
Imachipmunk « Citoyen » 1423951140000
| 0 | ||
I wanna try this but, as i said before in a different thread, suck at lua. Also is there a version of the code without instructions? It doesn't work for me... Dernière modification le 1423951200000 |
Cheetahkitty « Citoyen » 1423973760000
| 1 | ||
O.o my tribe banned Lua because of this |