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
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"));
endCancel
Post
we are dead
we are dead
Replied
nice while true do end script bro :|
man literally obfuscated a tp script 💀💀💀💀
Cancel
Post
Hello there
#StayHome
Replied
Lol how else am I supposed to troll without them realizing it's a funny right away?
Cancel
Post
we are dead
Replied
im using synapse, and i already managed to make my own lmao
here it is - https://pastebin.com/Wc21ZFn9
Cancel
Post
Added
i mean its kinda obv who would obfuscate a cframe change
but mans still fell for it
gave me a laugh
Cancel
Post
Hello there
#StayHome
Replied
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)Cancel
Post
Hello there
#StayHome
we are dead
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post