[Script] The Haunted Doll - Control Other Players |
Cuteagle « Citoyen » 1477266240000
| 0 | ||
is there a way to get rid of the inventory and cafe thing? cuz tfm made the keyboard shortcut thing where i is inventory and k is cafe so its hard for me to see while controlling my friends.. xD great script tho |
Legitanim « Citoyen » 1478567220000
| 1 | ||
Up = "-" Down = "[" Left = "P" Right = "]" doll= "Legitanim_is_a_dork" god = "Legitanim_is_a_dork" for name in pairs(tfm.get.room.playerList) do for keys, k in pairs({189, 80, 219, 221}) do tfm.exec.bindKeyboard(god, k, true, true) end end function eventKeyboard(god, key, down, x, y) if key == 189 then tfm.exec.movePlayer(doll, 0, 0, true, 0, -50, false) elseif key == 219 then tfm.exec.movePlayer(doll, 0, 0, true, 0, 40, false) elseif key == 80 then tfm.exec.movePlayer(doll, 0, 0, true, -40, 0, false) elseif key == 221 then tfm.exec.movePlayer(doll, 0, 0, true, 40, 0, false) end end EDIT: P is now cafe so this is useless now Dernière modification le 1479864420000 |
Torodo « Citoyen » 1479000960000
| 0 | ||
Love this |
Cchiiko « Citoyen » 1479177000000
| 0 | ||
Still one of my favorite scripts |
Nairison « Citoyen » 1479861060000
| 0 | ||
Ithatguylol a dit : ^^ I I |
Elliotea « Citoyen » 1482432480000
| 1 | ||
[Mimidonut] wait brb [Burgers102b] (HOW DID I SIT) [Burgers102b] . [Burgers102b] AHHH [Burgers102b] WHAT IS GOING ON [Mimidonut] back [Mimidonut] what happened? [Burgers102b] I WAS MOVING [Mimidonut] were you moving? [Burgers102b] I WASN'T TOUCHING THE KEYBOARD [Mimidonut] omgg [Mimidonut] thats scary [Burgers102b] I think my arrow keys are jammed [Mimidonut] o maybe [Burgers102b] But I was sitting [Burgers102b] . [Mimidonut] O [Burgers102b] lkdsfmngarwjglaw [Burgers102b] WHAT [Mimidonut] hacker!11 [Burgers102b] o.o [Mimidonut] o_o [Burgers102b] o_o [Burgers102b] Uh [Mimidonut] hmm [Burgers102b] I'm logging off [Mimidonut] ok (she logged off lmao i was dying of laughter) [Mimidonut] wb [Mimidonut] O [Burgers102b] . [Burgers102b] AHH [Burgers102b] AGAIN NOO [Burgers102b] Nobody else is here though [Mimidonut] wait [Burgers102b] ? [Mimidonut] lemme tell you something [Mimidonut] its lua [Mimidonut] xD [Burgers102b] OOO [Mimidonut] http://pastebin.com/A61NNzgX [Burgers102b] OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO [Mimidonut] the script [Mimidonut] lmao xDDD |
Mousey1o1 « Citoyen » 1482624360000
| 0 | ||
huehue |
Camila_cabello « Citoyen » 1483373580000
| 0 | ||
Is it possible to combine movements like up, down left, right with actions like kiss, dance, confetti, sit? |
Mistigrounet « Consul » 1483378800000
| 0 | ||
Melanie_Martinez a dit : I think yes |
Coolilagamer « Citoyen » 1483409940000
| 0 | ||
actualyl nvm Dernière modification le 1483410000000 |
Harleydancer « Citoyen » 1483934100000
| 0 | ||
It won't work for me can someone help? i want to controll Elytsukai |
Coolilagamer « Citoyen » 1483934520000
| 1 | ||
harleydancer a dit : go to your tribehouse, then type /lua a box should appear that has numbers down the side follow the link copy paste whats in the raw paste data paste it in that box scroll up using the arrow keys go to the top and where it says Doll = "name" put Elytsukai 's name there make sure shes in the tribe house with you btw then go to where it says God = "youname" put your username |
Harleydancer « Citoyen » 1484077740000
| 0 | ||
coolilagamer a dit : I DID! it doesn't work. |
Benceraptor « Citoyen » 1484214960000
| 0 | ||
-- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll = "HERE YOUR VICTIN'S NAME" -- Insert YOUR name here without removing the quotation marks. god = "YOUR NAME" -- That's it! You can now run the script and troll people! -- Editing the following code is not advised. -- 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 40 pixels 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 your doll's name only to you. print("<font color='#FFFF00'>"..doll.."<font color='#FFFF00'> is now your doll!") |
Benceraptor « Citoyen » 1484215020000
| 0 | ||
Do not delete the " Just write: "your friends name" and your name "Benceraptor" |
0 | ||
love this script man |
Williyn « Citoyen » 1484560020000
| 0 | ||
Does this still work? X3 |
Ajnoobz « Citoyen » 1486038660000
| 0 | ||
Can you make it so we can control what the doll says? btw awesome script my friend is freaking out now. |
Ajnoobz « Citoyen » 1486111260000
| 0 | ||
THIS IS MY FAV LUA SCIRPT EVER!!!! MY FRIENDS FREAKED OUT SOOO MUCH!. |
Nairison « Citoyen » 1487451300000
| 0 | ||
I cant seem to make this work? does it have to be in a tribe house? |