Tabletop Simulator

Tabletop Simulator

Disinfector Table
12 条留言
Rachel_Wulf 8 月 27 日 上午 12:32 
@rafeki97 it doesn't do anything anymore, other than cause a tremendous amount of lag.

originally, the code this was made to kill was a cheating tool for MTG, it sent the card information to a website that the cheater used to tell what was in his opponent's hands at all times.
rafeki97 8 月 9 日 下午 1:29 
What does it do? other than spreading around?
+ 7 月 27 日 上午 2:36 
Youre looking for a script that starts like this:

--[[Object base code]]Wait.time(function()for a,b in ipairs(getObjects())do if b.getLuaScript():find(\"tcejbo gninwapS\")==nil then
+ 7 月 27 日 上午 2:25 
Hey, it says I'm looking for a line of code that looks like "THIS" but the link is broken.
Oops I Baked a Pie  [作者] 2023 年 4 月 30 日 下午 2:08 
That could overwhelm the disinfector. If too many items are spawned at the same time - the cleaner script might not run fast enough to prevent the malicious script from running. Honestly, the manual "edit the json" instructions are the safest way to go.
Hungry Woof 2023 年 4 月 30 日 下午 2:01 
Thanks. Table works good. I recomend use "Spred" function if you cleaning your deck, otherwise cards from pile will be deleted on the main mtg table after seccessfull loading a pile itself
Adil3tr 2023 年 4 月 26 日 下午 5:56 
Okay cool, I think I'm clean? I checked a hundred of the objects within the mod json and they seem to be clean.
Oops I Baked a Pie  [作者] 2023 年 4 月 26 日 上午 9:17 
if ANY item in that room is infected - then ALL items are infected - that's how the virus works and why I had to prevent it from spawning at all on my main tables - its script auto-appends itself to all other objects (which then also auto-append the virus script to any new objects)

I recommend getting notepad++ and opening the .json save file of the room with all the items in it and editing the LuaScript lines using Replace All
Adil3tr 2023 年 4 月 26 日 上午 5:44 
I mean I have a room of hundreds of objects, is the only way to check them to copy them all and try and spawn them in the MTG room? Do you have a link to that room that deletes bad objects?
Oops I Baked a Pie  [作者] 2023 年 4 月 25 日 下午 9:11 
If you see a "cleaning..." message - that means your object was infected
Adil3tr 2023 年 4 月 25 日 下午 5:23 
Is there an object I can spawn in a room and see what objects it deletes?
Rachel_Wulf 2023 年 4 月 21 日 上午 10:51 
just a note, you didn't delete the default hand zones, and i've noticed I'm a little bit more likely to get 'The infection got out' when i don't delete the hand zones before i start cleaning stuff.

either way though, thank you for your efforts.