[Script] The Haunted Doll - Control Other Players |
Connor « Citoyen » 1433262720000
| 0 | ||
Apparently, I can't seem to make the script work. I've copied the code, done /lua and pasted it in. I've also modified the code so the god is my 2nd acc and the doll is my 1st. I'm using IJKL as it says and put cap letters at the start of the names. I've also removed the spaces only on the 6th and 10th line. Someone help? |
Puffpapa « Citoyen » 1433268720000
| 1 | ||
Happy 100th post to a script that helped me scare the hell out of my friends hahah |
Izupen « Citoyen » 1433584320000
| 1 | ||
Yess!! It worked! I can't wait to try it on my friends. They'll freak out SOOO badly!! Thank you so much for this script I'm so happy *-* Heeheehee I tried it on my other friend today, and I was able to record it. chrome-extension://mmeijimgabbpbgpdklnllpncmdofkcpn/app.html#/files/09cda2dc-9a43-4b83-y89e-0ad85333453f EDIT: I love this, i've been playing this prank on my friends for the entire day and they don't know its a script. They think someones hacking. I hope you'll make more prank scripts soon! ^_^ Dernière modification le 1433665860000 |
Rosuuri « Censeur » 1435114680000
| 0 | ||
not workin' this is fun to use though (when it actually worked) :') |
Frozenjord « Citoyen » 1435173000000
| 0 | ||
Rosuuri a dit : Works fine for me. Did you remember to change the 'doll' and 'god' names at the beginning of the script? I should also note that when you write your username you should start with a capital letter (eg. Rosuuri). |
Xxsundragonx « Citoyen » 1435468200000
| 0 | ||
Can we do this in utility? |
Gummypig « Censeur » 1435719060000
| 1 | ||
LMAO just tried it scremes musically i can control anyone now snickers |
Recklax « Citoyen » 1435754760000
| 0 | ||
Can you share the script in this thread?The pastebin is irregular in Turkey. |
Shamousey « Consul » 1435761180000
| 0 | ||
Xxsundragonx a dit : You can't. recklax a dit : Script -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll = "Sydoline" -- Insert YOUR name here without removing the quotation marks. god = "Tig" -- 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!") |
Jmmousee « Citoyen » 1437153720000
| 0 | ||
It does not work |
0 | ||
got my best guy friend fooled he was confused however |
Pyro 1437354420000
| | ||
[Modéré par Shamousey, raison : This script works fine if you follow the clear instructions given, you don't even have to edit line 43. If you'd like to look into why an error is occurring, check the errors thread.] |
Kos776 « Citoyen » 1439122920000
| 0 | ||
does it work on room 801? |
Shamousey « Consul » 1439134440000
| 0 | ||
Lolmankill a dit : No. |
0 | ||
haha lmao this is a really fun script to mess around with |
Caphira « Censeur » 1439317680000
| 1 | ||
Omfg. I have to try out this when I get back to my beloved computer. Just my imagination going wild elaborating: Control their emotions! Control their speech! Control an army! |
Skylamouse « Citoyen » 1439576340000
| 0 | ||
there was a jail map and I trapped them all in cells such fun |
Ithatguylol « Citoyen » 1440724620000
| 0 | ||
Is there any way for 2 or more people? Dernière modification le 1440724740000 |
Mountice « Citoyen » 1440845160000
| 0 | ||
It's not working :( |