ZHFK

Impostor

Oct 7th, 2020 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. -- [[ Toggle ]] --
  2. _G.Enabled = true -- Toggles script on and off
  3.  
  4. -- [[ Imposter ]] --
  5. _G.AutoKill = true -- Automatically kill as imposter
  6. _G.KillType = 1 -- 1) Kill people 2 at a time 2) Kill everyone (Buggy)
  7. _G.AutoSabotage = true -- Automatically Sabotage devices
  8. _G.ChosenSabotage = 1 -- If auto sabotage is enabled this will pick a certain sabotage to trigger 1) Oxygen 2) Reactor 3) Communications 4) Lighting
  9. _G.AutoLockDoors = true -- Automatically lock doors
  10.  
  11. -- [[ Innocent ]] --
  12. _G.AutoFixSabotage = true -- Automatically fix sabotaged devices
  13. _G.AutoTask = true -- Automatically completes tasks for you
  14.  
  15. -- [[ General ]] --
  16. _G.HidePlayer = true -- Hides you at lobby
  17. _G.AutoVote = true -- Automatically votes during voting phase
  18.  
  19. -- [[ Code - Obfuscated with PSU https://www.psu.dev/ & discord.gg/psu ]] --
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/0ctax/ROBLOX-Scripts/master/Impostor!/Obfuscated_Auto_Play.lua"))()
Add Comment
Please, Sign In to add comment