Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
PlayerName = tostring(game.Players.LocalPlayer.Name) local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TpBox = Instance.new("TextBox") local TpConfirm = Instance.new("TextButton") local WsBox = Instance.new("TextBox") local WsConfirm = Instance.new("TextButton") local Floor9 = Instance.new("TextButton") local Floor8 = Instance.new("TextButton") local Floor5 = Instance.new("TextButton") local Floor7 = Instance.new("TextButton") local Boss2 = Instance.new("TextButton") local Boss3 = Instance.new("TextButton") local Boss1 = Instance.new("TextButton") local Floor6 = Instance.new("TextButton") local Boss4 = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local Close = Instance.new("TextButton") local STAMINA = Instance.new("TextButton") local Open = Instance.new("TextButton") ScreenGui.Parent = game.CoreGui Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961) Frame.BorderColor3 = Color3.new(0, 0, 0) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0, 1365, 0, 530) Frame.Size = UDim2.new(0, 540, 0, 270) Frame.Active = true Frame.Draggable = true TpBox.Name = "TpBox" TpBox.Parent = Frame TpBox.BackgroundColor3 = Color3.new(1, 1, 1) TpBox.BorderSizePixel = 2 TpBox.Position = UDim2.new(0, 10, 0, 220) TpBox.Size = UDim2.new(0, 200, 0, 40) TpBox.Font = Enum.Font.SourceSans TpBox.FontSize = Enum.FontSize.Size48 TpBox.Text = "PLAYER NAME HERE" TpBox.TextScaled = true TpBox.TextSize = 40 TpBox.TextWrapped = true TpConfirm.Name = "TpConfirm" TpConfirm.Parent = Frame TpConfirm.BackgroundColor3 = Color3.new(1, 1, 1) TpConfirm.BorderColor3 = Color3.new(0, 0, 0) TpConfirm.BorderSizePixel = 2 TpConfirm.Position = UDim2.new(0, 10, 0, 160) TpConfirm.Size = UDim2.new(0, 200, 0, 50) TpConfirm.Font = Enum.Font.SourceSans TpConfirm.FontSize = Enum.FontSize.Size14 TpConfirm.Text = "TELEPORT" TpConfirm.TextColor3 = Color3.new(0, 0, 0) TpConfirm.TextScaled = true TpConfirm.TextSize = 14 TpConfirm.TextWrapped = true WsBox.Name = "WsBox" WsBox.Parent = Frame WsBox.BackgroundColor3 = Color3.new(1, 1, 1) WsBox.BorderSizePixel = 2 WsBox.Position = UDim2.new(0, 330, 0, 220) WsBox.Size = UDim2.new(0, 200, 0, 40) WsBox.Font = Enum.Font.SourceSans WsBox.FontSize = Enum.FontSize.Size48 WsBox.Text = "WALKSPEED HERE" WsBox.TextScaled = true WsBox.TextSize = 40 WsBox.TextWrapped = true WsConfirm.Name = "WsConfirm" WsConfirm.Parent = Frame WsConfirm.BackgroundColor3 = Color3.new(1, 1, 1) WsConfirm.BorderColor3 = Color3.new(0, 0, 0) WsConfirm.BorderSizePixel = 2 WsConfirm.Position = UDim2.new(0, 330, 0, 160) WsConfirm.Size = UDim2.new(0, 200, 0, 50) WsConfirm.Font = Enum.Font.SourceSans WsConfirm.FontSize = Enum.FontSize.Size14 WsConfirm.Text = "SET SPEED" WsConfirm.TextColor3 = Color3.new(0, 0, 0) WsConfirm.TextScaled = true WsConfirm.TextSize = 14 WsConfirm.TextWrapped = true Floor9.Name = "Floor9" Floor9.Parent = Frame Floor9.BackgroundColor3 = Color3.new(1, 1, 1) Floor9.BorderSizePixel = 2 Floor9.Position = UDim2.new(0, 450, 0, 10) Floor9.Size = UDim2.new(0, 80, 0, 90) Floor9.Font = Enum.Font.SourceSans Floor9.FontSize = Enum.FontSize.Size96 Floor9.Text = "9" Floor9.TextSize = 96 Floor9.TextWrapped = true Floor8.Name = "Floor8" Floor8.Parent = Frame Floor8.BackgroundColor3 = Color3.new(1, 1, 1) Floor8.BorderSizePixel = 2 Floor8.Position = UDim2.new(0, 340, 0, 60) Floor8.Size = UDim2.new(0, 100, 0, 40) Floor8.Font = Enum.Font.SourceSans Floor8.FontSize = Enum.FontSize.Size48 Floor8.Text = "Floor 8" Floor8.TextScaled = true Floor8.TextSize = 48 Floor8.TextWrapped = true Floor5.Name = "Floor5" Floor5.Parent = Frame Floor5.BackgroundColor3 = Color3.new(1, 1, 1) Floor5.BorderSizePixel = 2 Floor5.Position = UDim2.new(0, 10, 0, 60) Floor5.Size = UDim2.new(0, 100, 0, 40) Floor5.Font = Enum.Font.SourceSans Floor5.FontSize = Enum.FontSize.Size48 Floor5.Text = "Floor 5" Floor5.TextScaled = true Floor5.TextSize = 48 Floor5.TextWrapped = true Floor7.Name = "Floor7" Floor7.Parent = Frame Floor7.BackgroundColor3 = Color3.new(1, 1, 1) Floor7.BorderSizePixel = 2 Floor7.Position = UDim2.new(0, 230, 0, 60) Floor7.Size = UDim2.new(0, 100, 0, 40) Floor7.Font = Enum.Font.SourceSans Floor7.FontSize = Enum.FontSize.Size48 Floor7.Text = "Floor 7" Floor7.TextScaled = true Floor7.TextSize = 48 Floor7.TextWrapped = true Boss2.Name = "Boss2" Boss2.Parent = Frame Boss2.BackgroundColor3 = Color3.new(1, 1, 1) Boss2.BorderSizePixel = 2 Boss2.Position = UDim2.new(0, 120, 0, 10) Boss2.Size = UDim2.new(0, 100, 0, 40) Boss2.Font = Enum.Font.SourceSans Boss2.FontSize = Enum.FontSize.Size48 Boss2.Text = "Floor 2" Boss2.TextScaled = true Boss2.TextSize = 48 Boss2.TextWrapped = true Boss3.Name = "Boss3" Boss3.Parent = Frame Boss3.BackgroundColor3 = Color3.new(1, 1, 1) Boss3.BorderSizePixel = 2 Boss3.Position = UDim2.new(0, 230, 0, 10) Boss3.Size = UDim2.new(0, 100, 0, 40) Boss3.Font = Enum.Font.SourceSans Boss3.FontSize = Enum.FontSize.Size48 Boss3.Text = "Floor 3" Boss3.TextScaled = true Boss3.TextSize = 48 Boss3.TextWrapped = true Boss1.Name = "Boss1" Boss1.Parent = Frame Boss1.BackgroundColor3 = Color3.new(1, 1, 1) Boss1.BorderSizePixel = 2 Boss1.Position = UDim2.new(0, 10, 0, 10) Boss1.Size = UDim2.new(0, 100, 0, 40) Boss1.Font = Enum.Font.SourceSans Boss1.FontSize = Enum.FontSize.Size48 Boss1.Text = "Floor 1" Boss1.TextScaled = true Boss1.TextSize = 48 Boss1.TextWrapped = true Floor6.Name = "Floor6" Floor6.Parent = Frame Floor6.BackgroundColor3 = Color3.new(1, 1, 1) Floor6.BorderSizePixel = 2 Floor6.Position = UDim2.new(0, 120, 0, 60) Floor6.Size = UDim2.new(0, 100, 0, 40) Floor6.Font = Enum.Font.SourceSans Floor6.FontSize = Enum.FontSize.Size48 Floor6.Text = "[TRADING] [FLOOR]" Floor6.TextScaled = true Floor6.TextSize = 48 Floor6.TextWrapped = true Boss4.Name = "Boss4" Boss4.Parent = Frame Boss4.BackgroundColor3 = Color3.new(1, 1, 1) Boss4.BorderSizePixel = 2 Boss4.Position = UDim2.new(0, 340, 0, 10) Boss4.Size = UDim2.new(0, 100, 0, 40) Boss4.Font = Enum.Font.SourceSans Boss4.FontSize = Enum.FontSize.Size48 Boss4.Text = "Floor 4" Boss4.TextScaled = true Boss4.TextSize = 48 Boss4.TextWrapped = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BorderSizePixel = 3 TextLabel.Position = UDim2.new(0, 10, 0, 115) TextLabel.Size = UDim2.new(0, 520, 0, 30) TextLabel.Font = Enum.Font.SourceSans TextLabel.FontSize = Enum.FontSize.Size14 TextLabel.Text = "MADE BY AQUA#1213 PLEASE VOUCH" TextLabel.TextColor3 = Color3.new(0.603922, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14 TextLabel.TextWrapped = true Close.Name = "Close" Close.Parent = Frame Close.BackgroundColor3 = Color3.new(1, 1, 1) Close.BorderColor3 = Color3.new(0.831373, 0, 0) Close.BorderSizePixel = 3 Close.Position = UDim2.new(0, -10, 0, -10) Close.Size = UDim2.new(0, 20, 0, 20) Close.Font = Enum.Font.Fantasy Close.FontSize = Enum.FontSize.Size32 Close.Text = "-" Close.TextColor3 = Color3.new(1, 0, 0) Close.TextScaled = true Close.TextSize = 30 Close.TextWrapped = true STAMINA.Name = "STAMINA" STAMINA.Parent = Frame STAMINA.BackgroundColor3 = Color3.new(1, 1, 1) STAMINA.BorderColor3 = Color3.new(0, 0, 0) STAMINA.BorderSizePixel = 2 STAMINA.Position = UDim2.new(0, 230, 0, 160) STAMINA.Size = UDim2.new(0, 80, 0, 100) STAMINA.Font = Enum.Font.SourceSansSemibold STAMINA.FontSize = Enum.FontSize.Size24 STAMINA.Text = "NO COOLDOWN" STAMINA.TextSize = 24 STAMINA.TextWrapped = true Open.Name = "Open" Open.Parent = ScreenGui Open.BackgroundColor3 = Color3.new(1, 1, 1) Open.BorderColor3 = Color3.new(0.831373, 0, 0) Open.BorderSizePixel = 3 Open.Position = UDim2.new(0, 1895, 0, 520) Open.Size = UDim2.new(0, 20, 0, 20) Open.Visible = false Open.Font = Enum.Font.Fantasy Open.FontSize = Enum.FontSize.Size32 Open.Text = "+" Open.TextColor3 = Color3.new(1, 0, 0) Open.TextScaled = true Open.TextSize = 30 Open.TextWrapped = true Open.Active = true Open.Draggable = true Floor9.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6)) end end) WsConfirm.MouseButton1Down:connect(function() workspace[PlayerName].Humanoid.WalkSpeed = tonumber(WsBox.Text) end) TpConfirm.MouseButton1Down:connect(function() local plr = TpBox.Text game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame else print("Successfully teleported, no retry required.") end end) Boss1.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32)) end end) Boss2.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375)) end end) Boss3.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694)) end end) Boss4.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97)) end end) Floor5.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3)) end end) Floor7.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601)) end end) Floor8.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721)) end end) Floor9.MouseButton1Down:connect(function() game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6)) wait(1) if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then wait(3) game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6)) end end) STAMINA.MouseButton1Down:connect(function() local old = getrenv().time local set = (debug.setupvalue or secret500) if not set then error("reverse no u") end getrenv().time = function(...) set(2, "swingDb", 0) return old(...) end end) local frame = ScreenGui.Frame local close = ScreenGui.Frame.Close local open = ScreenGui.Open open.MouseButton1Click:connect(function() Frame.Position = Open.Position open.Visible = false frame.Visible = true end) close.MouseButton1Click:connect(function() Open.Position = Frame.Position open.Visible = true frame.Visible = false end)
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
17 hours ago | 0.16 KB
settings
17 hours ago | 0.10 KB
IT & AI
1 day ago | 1.62 KB
Stationeers - Sign Tags from Power Distributi...
HTML | 1 day ago | 2.00 KB
PM: Shopify Client Edits
1 day ago | 0.19 KB
PM: Shopify Assigning Design Task 2
1 day ago | 0.14 KB
PM: Shopify Assigning Design Task 1
1 day ago | 0.32 KB
Commodore Callback 8020
2 days ago | 0.18 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!