Forum > Scripts >

[REQEUST] need a script that can repeatedly teleport you to certain coordinates

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Posted

i have a game that has things you need to collect in specific spots, meaning if you have the coordinates of those spot (i have them) then you could just teleport to them over and over. I just need a script that can teleport you to multiple different coordinates that i can put in myself

tl;dr need a script that teleports me to coordinates that i can put in myself

  • 0

Added

@atari
lmao you have to be joking

  • 0

Alternate

stop take my rice

vip

Posts: 596

Threads: 105

Joined: Mar, 2022

Reputation: 36

Replied

Here, made it myself just use IY to find coordinates. If you execute it without putting coordinates in it will just auto TP to wherever you click. And, it's FREE! But, I obfuscated it using a free website to prevent skids from stealing my code >:) Also, the obfuscation might be bad but it's the only free website and works good so yeah. Enjoy!

-- Script Obfuscated Because I Don't Want You Stealing My Script >:(
-- Made by AlternateD on WRD

local x = "X Coordinates Here"
local y = "Y Coordinates Here"
local z = "Z Coordinates Here"
while true do
  local v0=string.char;local v1=string.byte;local v2=string.sub;local v3=bit32 or bit;local v4=v3.bxor or v3.bxor;local v5=table.concat;local v6=table.insert;local function v7(v12,v13)local v14=0;local v15;while true do if (v14==1) then return v5(v15);end if ((0 + 0)==v14) then v15={};for i=1, #v12 do v6(v15,v0(v4(v1(v2(v12,i,i + 1)),v1(v2(v13,(1355 -(738 + 616)) + ((i-(1580 -(860 + 719)))% #v13),1 + ((i-1)% #v13) + 1 + 0)))%(1146 -(140 + 750))));end v14=1 + 0;end end end local v8=v7("\193\132\57\220\201\142\47\247\194","\166\225\77\146");print(v7("\69\113\255\195\218\188\64\113\239","\34\20\139\141\181\211"));print(v7("\222\83\183\26\217\238\201\83\173\63\211\254\169","\135\60\194\93\182\154"));print(v7("\125\221\110\229","\53\156\38\164\127"));print(v7("\124\12\1\245\25\39\99\77\5\231\87\114\98\14\24\249\73\38","\17\109\106\144\57\82"));print(v7("\188\67\143","\208\44\227\131\105"));local v9=v7("\172","\212\125\157\112\165\120\184");local v10=v7("\64","\57\237\95\156\61\107");local v11=v7("\157","\231\110\22\145\89\209\174\181");print(v7("\228\215\138\48","\140\182\226\81\225"));
end
  • 0

we are dead

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@Alternate

all that does is crash roblox

  • 0

Alternate

stop take my rice

vip

Posts: 596

Threads: 105

Joined: Mar, 2022

Reputation: 36

Replied

@tonful_joy

That might be the point... Lol sorry I just had to do it

  • 0

we are dead

Posts: 1372

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

@Alternate

nice while true do end script bro :|

man literally obfuscated a tp script 💀💀💀💀

  • 0

Hello there

#StayHome

 

Alternate

stop take my rice

vip

Posts: 596

Threads: 105

Joined: Mar, 2022

Reputation: 36

Replied

@LONG

Lol how else am I supposed to troll without them realizing it's a funny right away?

  • 0

we are dead

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@_realnickk

im using synapse, and i already managed to make my own lmao

 

here it is - https://pastebin.com/Wc21ZFn9

  • 0

Posts: 1372

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

@tonful_joy

bro what is that

  • 0

Added

@Alternate

i mean its kinda obv who would obfuscate a cframe change

but mans still fell for it

gave me a laugh

  • 0

Hello there

#StayHome

 

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@LONG

it teleports to each coordinate 1 by 1 (aka what i needed)

  • 0

Posts: 1372

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

@tonful_joy

no dude im talking about that monstrosity

you couldve just made something like

local function tp(table,r)
    if type(table) == "table" then
    for i, v in pairs(table) do
    game:GetService("Players").LocalPlayer.Character.PrimaryPart.CFrame = v
    task.wait(r)
    end
    end
end
tp({
    CFrame.new(2,1,3);
    CFrame.new(555,555,555);
    CFrame.new(9e9,9e9,9e9);
}, 1)
  • 0

Hello there

#StayHome

 

Nolix

use vantra hub

Posts: 375

Threads: 56

Joined: Mar, 2022

Reputation: 11

Replied

@atari a request this simple doesnt need to be paid lol

  • 0

Added

@atari ye sry dude I really didnt get it

  • 0

Alternate

stop take my rice

vip

Posts: 596

Threads: 105

Joined: Mar, 2022

Reputation: 36

Replied

@Nolix

Lol at least you admitted it

  • 0

we are dead

Next >>>

Users viewing this thread:

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