Categories > Exploiting > Scripts >

[Release] Fish Sim🐟 Teleports

Roshanth

Chaotic_Void

Posts: 17

Threads: 8

Joined: Jan, 2020

Reputation: 3

Posted

Seen a lot of people asking for a script for this game so i made quick teleport script

local a = game:GetService("Workspace").Players["YOURUSERNAME"].Root -- Put yourusername in there since this game removed humanoid
a.CFrame = CFrame.new(CORDS) --put the cords in here
wait()
local ohString1 = "Coral Reef" -- any world
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)

 

quick gui(change it to your username where it says yourusername)

 

local a = game:GetService("Workspace").Players["YOURUSERNAME"].Root -- put in your username

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Fish Sim", "DarkTheme")
local Tab = Window:NewTab("Teleports")
local Section = Tab:NewSection("Worlds")

Section:NewButton("Hub", "teleports", function()
    a.CFrame = CFrame.new(-39.9785538, 182.065506, 0.0606312677, 0, 0, -1, 0, 1, 0, 1, 0, 0)
end)

Section:NewButton("Coral Reef", "teleports", function()
    a.CFrame = CFrame.new(-718.200439, 94.599823, 2805.82593, -0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, -0.499959469)
    wait()
local ohString1 = "Coral Reef"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Atlantis", "teleports", function()
    a.CFrame = CFrame.new(-2230.17163, 94.5998306, 1847.73328, 0.10454309, 0, 0.994520426, 0, 1, 0, -0.994520426, 0, 0.10454309)
    wait()
local ohString1 = "Atlantis"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Krakens Lair", "teleports", function()
    a.CFrame = CFrame.new(-2890.42358, 94.5998154, 184.206497, 0.669109941, 0, 0.743163466, 0, 1, 0, -0.743163466, 0, 0.669109941)
    wait()
local ohString1 = "Krakens Lair"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Crystal Cove", "teleports", function()
    a.CFrame = CFrame.new(1068.26819, 94.5998383, 2692.41797, -0.913549781, 0, 0.406727046, 0, 1, 0, -0.406727046, 0, -0.913549781)
    wait()
local ohString1 = "Crystal Cove"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Mariana Trench", "teleports", function()
    a.CFrame = CFrame.new(2446.7832, 94.5998383, 1550.41016, -0.978144407, 0, -0.207926437, 0, 1, 0, 0.207926437, 0, -0.978144407)
    wait()
local ohString1 = "Mariana Trench"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Ethereal Depths", "teleports", function()
    a.CFrame = CFrame.new(2890.43506, 94.5998306, -183.998825, -0.66911006, 0, -0.743163466, 0, 1, 0, 0.743163466, 0, -0.66911006)
    wait()
local ohString1 = "Ethereal Depths"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

Section:NewButton("Bermuda Triangle", "teleports", function()
    a.CFrame = CFrame.new(2230.25952, 94.5998306, -1847.81311, -0.104543328, 0, -0.994520426, 0, 1, 0, 0.994520426, 0, -0.104543328)
    wait()
local ohString1 = "Bermuda Triangle"
game:GetService("ReplicatedStorage").Events.Player.Portal:FireServer(ohString1)
end)

local Tab = Window:NewTab("Misc.")
local Section = Tab:NewSection("Misc")

Section:NewKeybind("Toggle Ui", "Toggle Ui", Enum.KeyCode.RightAlt, function()
	Library:ToggleUI()
end)

Section:NewLabel("Credit: Chaotic_Void")

 

  • 0

Exploits I Own: Synapse X, Dx9ware, v-severe, Calamari(Rip)

xamel

Scripter

Posts: 128

Threads: 19

Joined: Sep, 2020

Reputation: 3

Replied

local a = game:GetService("Workspace").Players[game.Players.LocalPlayer.Name].Root

bruh moment, just use game.Players.LocalPlayer.Name

  • 0

local info = {

[1] = "frel0#4458", [2] = "Scripter"

}

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )