Owner Of Slycko Exploit
Activity Feed
Replied to thread : Teleport to a player [Trash]
Thanks, I'm planning on learning more about making Roblox exploit scripts because it's kinda fun for me lol
Created a new thread : Teleport to a player [Trash]
I know that this script is trash but it's my first exploit script lol
local player = game.Players.LocalPlayer.Character.HumanoidRootPart
local targetcf = game.Players.TARGETNAMEHERE.Character.HumanoidRootPart
print("Your CFrame is:", player.CFrame)
print("Your Target CFrame is:", targetcf.CFrame)
player.CFrame = targetcf.CFrame
print("Your New CFrame is:", player.CFrame)
replace TARGETNAMEHERE with your targets name
Replied to thread : Rate my UI plzzzzzzzzzzzzz
I mean the UI is very simple but it still looks better than most of the exploits posted on this website