Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Mode = "Mage" -- You can change it to "Warrior" or "Mage" or whatever.. (idk if that even does anything different)
- _G.Key = "temptrialforsomeone"
- _G.Map = "Samurai Palace"
- _G.Mode = "Insane" -- You can change it to "Nighmare" or "Insane"..
- _G.Hardcore = true
- local noclip = false
- local ok = 0
- local ok1 = -18
- local ok2 = 0
- wait(2)
- --Function
- local function Cool()
- local A_1 = _G.Map
- local A_2 = _G.Mode
- local A_3 = 0
- local A_4 = _G.Hardcore
- local A_5 = false
- local A_6 = false
- local Event = game:GetService("ReplicatedStorage").remotes.createLobby
- game.ReplicatedStorage.remotes.loadPlayerCharacter:FireServer()
- wait(1.5)
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- game.ReplicatedStorage.remotes.startDungeon:FireServer()
- end
- --Function
- local function EnemyTele(instance)
- for i,v in pairs(instance:GetChildren()) do
- lowername = string.lower(v.Name)
- if string.find(lowername, "enemyfolder") then
- for i,x in pairs(v:GetChildren()) do
- if x:FindFirstChild("HumanoidRootPart") then
- if x.Name == "Ancient Golem Guardian" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(0, 21, 21)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, 0, 0)
- elseif x.Name ~= "Ancient Golem Guardian" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(ok, ok1, ok2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(1.6, 0, 0)
- if x.Name == "Miyamoto Musashi" then
- game.ReplicatedStorage.remotes.changeStartValue:FireServer()
- ok1 = -23
- end
- end
- end
- end
- end
- EnemyTele(v)
- end
- end
- --Other
- local SugDezNuts = {"nicekeyspal", "m8XEndTi5T", "uka5h1adMp", "8VycjYIGpt", "l9zk6ukc58", "reJXO0lhBX", "lQk3Uw3Y2t", "Thisisourtrial", "temptrialforsomeone"}
- for i, key in pairs(SugDezNuts) do
- if key == _G.Key then
- if game.PlaceId ~= 3277965370 then
- Cool()
- elseif game.PlaceId == 3277965370 then
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- game.Players.LocalPlayer.PlayerGui.playerStatus:Destroy()
- game.Players.LocalPlayer.Character.playerNameplate:Destroy()
- game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = "Aaaah, DONT LOOK, IM NAKED!"
- game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = "fixed by tom xd lmao"
- if _G.Type == "Warrior" then
- ok1 = -6
- elseif _G.Type == "Mage" then
- ok1 = -20
- end
- while wait(0.35) do
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
- local spells = game.Players.LocalPlayer.Backpack:GetDescendants()
- local swing = game.Players.LocalPlayer.Character:GetDescendants()
- EnemyTele(game.Workspace)
- for i, x in pairs(spells) do
- if x:IsA('RemoteEvent') then
- x:FireServer()
- end
- end
- for e, z in pairs(swing) do
- if z:IsA('RemoteEvent') then
- z:FireServer()
- end
- end
- end
- game:GetService("ReplicatedStorage").remotes.loadPlayerCharacter:FireServer()
- elseif key ~= _G.Key then
- print("lol")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement