Tabletop Simulator

Tabletop Simulator

Disinfector Table
12 Comments
Rachel_Wulf Aug 27 @ 12:32am 
@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 Aug 9 @ 1:29pm 
What does it do? other than spreading around?
+ Jul 27 @ 2:36am 
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
+ Jul 27 @ 2:25am 
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  [author] Apr 30, 2023 @ 2:08pm 
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 Apr 30, 2023 @ 2:01pm 
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 Apr 26, 2023 @ 5:56pm 
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  [author] Apr 26, 2023 @ 9:17am 
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 Apr 26, 2023 @ 5:44am 
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  [author] Apr 25, 2023 @ 9:11pm 
If you see a "cleaning..." message - that means your object was infected
Adil3tr Apr 25, 2023 @ 5:23pm 
Is there an object I can spawn in a room and see what objects it deletes?
Rachel_Wulf Apr 21, 2023 @ 10:51am 
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.