Advertisement
OogaBoogaNoob

Survival zombie tycoon

Apr 3rd, 2022
1,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. --game link: https://www.roblox.com/games/28382335/Survival-Zombie-Tycoon#!/game-instances
  2. --respawn in the same place, delete it if dont want
  3. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  4. --fatesc admin(ç open)
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
  6. --infjump(patched)
  7. --ctrltp
  8. local Plr = game:GetService("Players").LocalPlayer
  9. local Mouse = Plr:GetMouse()
  10.  
  11. Mouse.Button1Down:connect(function()
  12. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  13. if not Mouse.Target then return end
  14. Plr.Character:MoveTo(Mouse.Hit.p)
  15. end)
  16. --ctrltp others(change NAMEHERE to the player name), semipatched
  17. --[[player = game.Players.NAMEHERE.Character
  18. mouse = game.Players.LocalPlayer:GetMouse()
  19.  
  20. function Click()
  21. player.HumanoidRootPart.CFrame = mouse.Hit
  22. end
  23.  
  24. mouse.Button1Down:connect(Click)]]
  25. --
  26. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))().Notify
  27.  
  28. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  29.  
  30. local Lib = Library.Load({
  31. Title = "hm",
  32. Style = 3,
  33. SizeX = 250,
  34. SizeY = 250,
  35. Theme = "Dark",
  36. ColorOverrides = {
  37. MainFrame = Color3.fromRGB(20, 20, 20)
  38. }
  39. })
  40.  
  41. local Main = Lib.New({
  42. Title = "Main"
  43. })
  44.  
  45. Main.Dropdown({
  46. Text = "Teleport",
  47. Callback = function(Selected)
  48. if Selected == "idk" then
  49. Selected = CFrame.new(-175.676, 5553, 260.25)
  50. elseif Selected == "Boss" then
  51. Selected = CFrame.new(-175.676, 5553, 260.25)
  52. elseif Selected == "Point" then
  53. Selected = CFrame.new(-276.752, -0.00444344, 261.215)
  54. Notification({
  55. Description = "Dominate",
  56. Duration = 5
  57. })
  58. elseif Selected == "Red tycoon" then
  59. Selected = CFrame.new(-518.226, 3.03664, -59.5527)
  60. elseif Selected == "Blue tycoon" then
  61. Selected = CFrame.new(-493.675, 3.13664, 602.275)
  62. elseif Selected == "Pink tycoon" then
  63. Selected = CFrame.new(-680.5, 3.13664, 270.25)
  64. elseif Selected == "Green tycoon" then
  65. Selected = CFrame.new(-59.3248, 3.13664, -79.2753)
  66. elseif Selected == "Orange tycoon" then
  67. Selected = CFrame.new(-44.774, 3.13664, 592.553)
  68. elseif Selected == "Yellow tycoon" then
  69. Selected = CFrame.new(127.5, 3.13664, 252.75)
  70. elseif Selected == "Boss tp" then
  71. Selected = CFrame.new(-213.676, 5549.25, 260.25)
  72. elseif Selected == "fly" then
  73. end
  74.  
  75. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Selected
  76. end,
  77. Options = {
  78. "patched",
  79. "patched",
  80. "Red tycoon",
  81. "Blue tycoon",
  82. "Pink tycoon",
  83. "Green tycoon",
  84. "Orange tycoon",
  85. "Yellow tycoon",
  86. "Boss tp(patched)",
  87. "ç",
  88. "patched"
  89. }
  90. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement