
413 Views
4jayyz TP Tool
Universal Script ๐Uploaded by 3 months ago
Please login to perform these actions:
Description
Through this tool you can save your Waypoint/Current Location and get back through tp button and also added Coordinate copy button
Comments
4
Offline
islamickid 3 months ago
actually no way you had to obfuscate this script for a tp tool actualyl crazy gngOffline
islamickid 3 months ago
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local LocalPlayer = Players.LocalPlayer
local Waypoints = {} -- Ab ye sirf table mein rahega, file mein save nahi hoga
--// UI Creation
local ScreenGui = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local UIStroke = Instance.new("UIStroke")
local *le = Instance.new("TextLabel")
local NameBox = Instance.new("TextBox")
local SetBtn = Instance.new("TextButton")
local List = Instance.new("ScrollingFrame")
local DestroyBtn = Instance.new("TextButton")
ScreenGui.Name = "4Jayyz_TP_Hub"
ScreenGui.Parent = game:GetService("CoreGui")
ScreenGui.ResetOnS* = false
-- Main Frame
MainFrame.Name = "MainFrame"
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
MainFrame.Position = UDim2.new(0.5, -90, 0.5, -110)
MainFrame.Size = UDim2.new(0, 180, 0, 240)
MainFrame.Active = true
MainFrame.Draggable = true
UICorner.CornerRadius = UDim.new(0, 10)
UICorner.Parent = MainFrame
UIStroke.Thickness = 2
UIStroke.Parent = MainFrame
-- Rainbow Animation
task.spawn(function()
while RunService.RenderStepped:Wait() do
local hue = tick() % 5 / 5
UIStroke.Color = Color3.fromHSV(hue, 1, 1)
end
end)
-- *le
*le.Parent = MainFrame
*le.BackgroundTransparency = 1
*le.Size = UDim2.new(1, 0, 0, 30)
*le.Text = "4JAYYZ TP HUB"
*le.TextColor3 = Color3.new(1, 1, 1)
*le.Font = Enum.Font.GothamBold
*le.TextSize = 13
-- Input Box
NameBox.Parent = MainFrame
NameBox.PlaceholderText = "Name waypoint..."
NameBox.Text = ""
NameBox.Size = UDim2.new(0.9, 0, 0, 25)
NameBox.Position = UDim2.new(0.05, 0, 0.15, 0)
NameBox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
NameBox.TextColor3 = ColOffline
islamickid 3 months ago
https://raw.githubusercontent.com/4jayyz/AJ-Auto-Like/refs/heads/main/TP%20Tool this is the deobfusctaed full script he used ai for this * lollll
Offline
4jayyz 3 months ago
@nopeyourtoolateidied Deobfuscataed credit goes to ai fr
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
