Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 = "A UNIVERSAL TIME",
- 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 == "Commom chest" then
- Selected = CFrame.new(-132.698624, -762, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- elseif Selected == "Rare chest" then
- Selected = CFrame.new(-132.698624, -717, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- elseif Selected == "Very Rare chest" then
- Selected = CFrame.new(-132.698624, -717, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- elseif Selected == "Legendary chest" then
- Selected = CFrame.new(-1572, -132.698624, -762, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- elseif Selected == "2x endu" then
- Selected = CFrame.new(-1867.6991, -103.496735, -188.592682, 0.829036474, -0, -0.559194624, 0, 1, -0, 0.559194624, 0, 0.829036474)
- elseif Selected == "2x str" then
- Selected = CFrame.new(2019.9397, -95.7268066, -189.612976, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268)
- elseif Selected == "5000x psy" then
- Selected = CFrame.new(1364.94, 2359.39, -628.728)
- elseif Selected == "5000x str" then
- Selected = CFrame.new( -1578.65, 2282.66, 704.06)
- elseif Selected == "5000x endu" then
- Selected = CFrame.new(-2550.34, 2279.83, -39.6003)
- elseif Selected == "5x str" then
- Selected = CFrame.new(-952.254, -135.604, 92.4227)
- elseif Selected == "5x endu" then
- Selected = CFrame.new(85.7874, 130.673, 97.4919)
- elseif Selected == "still doing" then
- Selected =
- end
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Selected
- end,
- Options = {
- "Commom chest",
- "Rare chest",
- "Very Rare chest",
- "Legendary chest",
- "2x endu",
- "2x str",
- "5000x psy",
- "5000x str",
- "5000x endu",
- "5x str",
- "5x endu",
- "still doing"
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment