Advertisement
lolggeznoob

Untitled

Mar 23rd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. --แบบแรกแมพ https://www.roblox.com/games/458467043/FACTIONS-Tokyo-Ghoul-Project-Killzone
  2. _G.YEET = true
  3.  
  4. while wait() do
  5.  
  6. if _G.YEET then
  7.  
  8. if game.Workspace["Bandits"]:FindFirstChild("Thug") ~= nil then
  9. if game.Workspace["Bandits"]["Thug"]:FindFirstChild("Torso") ~= nil then
  10. if game.Workspace["Bandits"]["Thug"]:FindFirstChild("HumanoidRootPart") ~= nil then
  11. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  12. enemie = game.Workspace["Bandits"]:FindFirstChild("Thug")
  13. hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  14. end
  15. end
  16. end
  17. end
  18. end
  19. --แบบสองแมพ https://www.roblox.com/games/2616498302/SALE-Slaying-Simulator
  20.  
  21. _G.YEET = true
  22.  
  23. while wait() do
  24.  
  25. if _G.YEET then
  26.  
  27. if game.Workspace["Enemies"]["Crackop"]:FindFirstChild(" ") ~= nil then
  28. if game.Workspace["Enemies"]["Crackop"][" "]:FindFirstChild("LowerTorso") ~= nil then
  29. if game.Workspace["Enemies"]["Crackop"][" "]:FindFirstChild("HumanoidRootPart") ~= nil then
  30. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  31. enemie = game.Workspace["Enemies"]["Crackop"]:FindFirstChild(" ")
  32. hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  33. end
  34. end
  35. end
  36. end
  37. end
  38.  
  39. --แบบพิเศษถ้าเจอ
  40. ถ้าทำแบบ2แล้วแต่เจอ folder ที่ไม่ใช่ชื่อมอน ก็เขียน ["Name"] ไปเรื่อยๆจนกว่าจะเจอชื่อมอน ชื่อมอนมาใส่ตรง ช่อง ("Name") ของบรรทัดแรก และ [""] อันสุดท้ายของ บรรทัด2 และ 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement