| [Skrypt] Straszna Lalka - Kontrola nad innymi Graczami |
| 0 | ||
| Chciałbym żebym nie tylko mógł wybraną osobą ruszać lecz wszystkimi. Dotego zmienić sterowanie na J - Skakanie N - Chodzenie w lewo M - Chodzenie w prawo B - W dół ! Można takie coś zrobić ? Jeśli tak to bym prosił ;) |
| « Consul » 1477912380000
| 0 | ||
| Nareszcie zrobimy z tfm gre undertale 2 |
| « Citoyen » 1477925640000
| 0 | ||
| laleczka czaki :o o.o O,O dziwne to :/ niepodoba mi sie zbytnio .... nie popieram ;-; >.< |
| « Citoyen » 1477936020000
| 0 | ||
| to na chacie dać, czy co? |
| « Consul » 1477937220000
| 0 | ||
| jest 19:07 a ten wątek nadal nie umarł |
| « Censeur » 1477999740000
| 0 | ||
juliarob a dit : Wchodzisz do chatki plemiennej Wpisujesz na chacie /lua Wklepujesz kod i klikasz wyślij Możesz z tego korzystać jeżeli w plemieniu masz możliwość "Możesz wczytywać mapy (/np @kod)" |
| « Citoyen » 1478004180000
| 0 | ||
Bartekgajes a dit : -- tłumaczenie Pl: Theqxd -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "nick lalki" -- Insert YOUR name here without removing the quotation marks. god = "nick kierującego" -- That's it! Done! You can now run the script and troll people! ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ----NIE edytować poniższego kodu,chyba że jesteś programistą,w przeciwnym razie prawdopodobnie nie będzie on działać.------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -- 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!") tam gdzie masz -- 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. i te literki wpisz sobie inne i chyba powinno dzialac |
| « Citoyen » 1478710560000
| 0 | ||
| gdzie wpisać kod????? jak i gdzie? |
| « Censeur » 1478712240000
| 0 | ||
pakiplx a dit : smerfmisiu a dit : |
| 0 | ||
| U każdego zadziała ten kod #Edit -- tÅumaczenie Pl: Theqxd -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "NICK GRACZA DO TROLLOWANIA" -- Insert YOUR name here without removing the quotation marks. god = "TWÓJ NICK" -- 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!") Dernière modification le 1479910920000 |
| « Consul » 1479848520000
| 0 | ||
| Moglby ktos zmienic liderki? :< U = gora J = Dol H = Lewo K = Prawo Z gory dziekuje ;; |
| « Citoyen » 1479849300000
| 0 | ||
flymyszxd a dit : -- tłumaczenie Pl: Theqxd -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "nick lalki" -- Insert YOUR name here without removing the quotation marks. god = "nick kierującego" -- That's it! Done! You can now run the script and troll people! ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ----NIE edytować poniższego kodu,chyba że jesteś programistą,w przeciwnym razie prawdopodobnie nie będzie on działać.------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -- 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({85, 74, 72, 75}) 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 == 85 then --Moves the player Up by 50 pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, -50, false) elseif key == 74 then -- Moves the player Down by 40pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, 40, false) elseif key == 72 then -- Moves the player Left by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, -40, 0, false) elseif key == 75 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!") P.S nie zmieniłem Binding the keyboard for god(you), ale to nie wpływa na działanie kodu. Dernière modification le 1479849420000 |
| « Citoyen » 1482839880000
| 0 | ||
| jak to zrobic mam wpisac nick lalki na w doll a w god mam swoje ????? |
| 0 | ||
fff1234567 a dit : Tak. |
| « Citoyen » 1483207740000
| 0 | ||
rkubi a dit : dzieki |
| 0 | ||
| nie działa N N O |