Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --game link: https://www.roblox.com/games/28382335/Survival-Zombie-Tycoon#!/game-instances
- --respawn in the same place, delete it if dont want
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
- --fatesc admin(ç open)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
- --infjump(patched)
- --ctrltp
- local Plr = game:GetService("Players").LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:connect(function()
- if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
- if not Mouse.Target then return end
- Plr.Character:MoveTo(Mouse.Hit.p)
- end)
- --ctrltp others(change NAMEHERE to the player name), semipatched
- --[[player = game.Players.NAMEHERE.Character
- mouse = game.Players.LocalPlayer:GetMouse()
- function Click()
- player.HumanoidRootPart.CFrame = mouse.Hit
- end
- mouse.Button1Down:connect(Click)]]
- --
- local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))().Notify
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
- local Lib = Library.Load({
- Title = "hm",
- Style = 3,
- SizeX = 250,
- SizeY = 250,
- Theme = "Dark",
- ColorOverrides = {
- MainFrame = Color3.fromRGB(20, 20, 20)
- }
- })
- local Main = Lib.New({
- Title = "Main"
- })
- Main.Dropdown({
- Text = "Teleport",
- Callback = function(Selected)
- if Selected == "idk" then
- Selected = CFrame.new(-175.676, 5553, 260.25)
- elseif Selected == "Boss" then
- Selected = CFrame.new(-175.676, 5553, 260.25)
- elseif Selected == "Point" then
- Selected = CFrame.new(-276.752, -0.00444344, 261.215)
- Notification({
- Description = "Dominate",
- Duration = 5
- })
- elseif Selected == "Red tycoon" then
- Selected = CFrame.new(-518.226, 3.03664, -59.5527)
- elseif Selected == "Blue tycoon" then
- Selected = CFrame.new(-493.675, 3.13664, 602.275)
- elseif Selected == "Pink tycoon" then
- Selected = CFrame.new(-680.5, 3.13664, 270.25)
- elseif Selected == "Green tycoon" then
- Selected = CFrame.new(-59.3248, 3.13664, -79.2753)
- elseif Selected == "Orange tycoon" then
- Selected = CFrame.new(-44.774, 3.13664, 592.553)
- elseif Selected == "Yellow tycoon" then
- Selected = CFrame.new(127.5, 3.13664, 252.75)
- elseif Selected == "Boss tp" then
- Selected = CFrame.new(-213.676, 5549.25, 260.25)
- elseif Selected == "fly" then
- end
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Selected
- end,
- Options = {
- "patched",
- "patched",
- "Red tycoon",
- "Blue tycoon",
- "Pink tycoon",
- "Green tycoon",
- "Orange tycoon",
- "Yellow tycoon",
- "Boss tp(patched)",
- "ç",
- "patched"
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement