Advertisement
UnknownExploiter

Notoriety Scripts

Feb 9th, 2019
4,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  1. -- // THESE ARE FOR GOLDEN MASK CASINO \\ --
  2.  
  3. -- // Below are paths to objects,etc \\ --
  4.  
  5. -- game:GetService("ReplicatedStorage").Assets.Remotes.MaskOn:FireServer()
  6. -- Put On Mask
  7.  
  8. -- game:GetService("ReplicatedStorage").Remotes.VoteReset:FireServer()
  9. -- Vote To Restart Heist
  10.  
  11. -- game:GetService("Workspace").BigLoot.DepositMoneyStack
  12. -- Money
  13.  
  14. -- game:GetService("Workspace").Map.InvisibleGateWall
  15. -- Vault Lazers
  16.  
  17. -- game:GetService("Workspace").Lootables.Money
  18. -- game:GetService("Workspace").Lootables.PokerChips
  19. -- Loose Cash/Chips
  20.  
  21. -- game:GetService("Workspace").Map.MetalDetector
  22. -- MetalDetectors
  23.  
  24. -- game:GetService("Workspace").Map.Notes.ImportantNote
  25. -- Notes
  26.  
  27. -- // Paths End \\ --
  28.  
  29. --
  30.  
  31. -- // Locations \\ --
  32.  
  33. -- -3.56124663, 7.79069901, 275.93222
  34. -- In Vault
  35.  
  36. -- -24.7413406, 22.0459938, 429.327209
  37. -- In Archives
  38.  
  39. -- -103.680801, 24.2476196, 450.937683
  40. -- At Van
  41.  
  42. -- 101.634941, 38.1906548, 77.3746872
  43. -- Gas Room
  44.  
  45. -- 2.08724952, 51.0406761, 215.39143
  46. -- Roof
  47.  
  48. -- -122.635635, 20.3906326, 385.82901
  49. -- Lockers
  50.  
  51. -- 77.9332657, 26.3910007, 395.536835
  52. -- Fax Room
  53.  
  54. -- 47.3173409, 26.391007, 429.018585
  55. -- Managers Office
  56.  
  57. -- // Locations End \\ --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement