Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Payday 2 Hacks & Cheats › A very good TELEPORT script?

A very good TELEPORT script?

Posts 1–2 of 2 · Page 1 of 1
UR
Urazfenix88
A very good TELEPORT script?
Hello i have this teleport script

local PENETRATE = true -- set to 'nil' instead of 'true' if you don't want it to penetrate through walls, etc
local player_unit = managers.playerlayer_unit()
local camera = player_unit:camera()
local mvec_to = Vector3()
local from_pos = cameraosition()
mvector3.set( mvec_to, camera:forward() )
mvector3.multiply( mvec_to, 2000 )
mvector3.add( mvec_to, from_pos )
local col_ray = World:raycast( "ray", from_pos, mvec_to, "slot_mask", managers.slot:get_mask( "bullet_impact_targets" ) )
if col_ray then
if PENETRATE then
local offset = Vector3()
mvector3.set(offset, camera:forward())
mvector3.multiply(offset, 100)
mvector3.add(col_ray.hit_position, offset)
end
managers.player:warp_to(col_ray.hit_position, player_unit:rotation())
end

if managers.hud then
managers.hud:show_hint( { text = "TELEPORT" } )
end

IS not really good because it work sometime...sometime yes..sometime no..i want know if there is other script of teleport very good also where you can change the meteers to teleport you.help
#1 · 12y ago
Zoee
Zoee
Quote Originally Posted by Urazfenix88 View Post
Hello i have this teleport script

local PENETRATE = true -- set to 'nil' instead of 'true' if you don't want it to penetrate through walls, etc
local player_unit = managers.playerlayer_unit()
local camera = player_unit:camera()
local mvec_to = Vector3()
local from_pos = cameraosition()
mvector3.set( mvec_to, camera:forward() )
mvector3.multiply( mvec_to, 2000 )
mvector3.add( mvec_to, from_pos )
local col_ray = World:raycast( "ray", from_pos, mvec_to, "slot_mask", managers.slot:get_mask( "bullet_impact_targets" ) )
if col_ray then
if PENETRATE then
local offset = Vector3()
mvector3.set(offset, camera:forward())
mvector3.multiply(offset, 100)
mvector3.add(col_ray.hit_position, offset)
end
managers.player:warp_to(col_ray.hit_position, player_unit:rotation())
end

if managers.hud then
managers.hud:show_hint( { text = "TELEPORT" } )
end

IS not really good because it work sometime...sometime yes..sometime no..i want know if there is other script of teleport very good also where you can change the meteers to teleport you.help
That's the same script I use and it works just fine for me. Minus the Hud Text Display on Screen Part, don't really see the need for it to tell you it teleported when you can obliviously tell when you tele
#2 · 12y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • Sell steam account, very good oneBy Dritar in Trade Accounts/Keys/Items
    3Last post 13y ago
  • Trade very good runescape botsBy takahuja in Trade Accounts/Keys/Items
    2Last post 19y ago
  • trading very good acc for retail codeBy badbull in Trade Accounts/Keys/Items
    20Last post 19y ago
  • Warrock very good account :)By leonwarren1 in WarRock - International Hacks
    6Last post 17y ago
  • sell lvl 2 with gold prem and VERY good gunsBy Warning14 in Trade Accounts/Keys/Items
    5Last post 18y ago

Tags for this Thread

None