Advertisement
ghostteen14

Untitled

May 13th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.03 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. if Index == "PlrObj" then
  88. return RealPlayer
  89. end
  90. return RealPlayer[Index]
  91. end
  92. end;
  93. __tostring = function(self)
  94. return RealPlayer.Name
  95. end
  96. })
  97. end
  98. end
  99. if RealGame[Index] then
  100. local Type = type(RealGame[Index])
  101. if Type == "function" then
  102. if Index:lower() == "getservice" or Index:lower() == "service" then
  103. return function (self,Service)
  104. if Service:lower() == "players" then
  105. return setmetatable({},{
  106. __index = function (self2,Index2)
  107. local RealService = RealGame:GetService(Service)
  108. local Type2 = type(Index2)
  109. if Type2 == "function" then
  110. return function (self,...)
  111. return RealService[Index2](RealService,...)
  112. end
  113. else
  114. if Index2:lower() == "localplayer" then
  115. return Sandbox(owner)
  116. end
  117. return RealService[Index2]
  118. end
  119. end;
  120. __tostring = function(self)
  121. return RealGame:GetService(Service).Name
  122. end
  123. })
  124. elseif Service:lower() == "contextactionservice" then
  125. return InternalData["ContextActionService"]
  126. elseif Service:lower() == "contextactionservice" then
  127. return InternalData["UserInputService"]
  128. elseif Service:lower() == "runservice" then
  129. return setmetatable({},{
  130. __index = function(self2,Index2)
  131. local RealService = RealGame:GetService(Service)
  132. local Type2 = type(Index2)
  133. if Type2 == "function" then
  134. return function (self,...)
  135. return RealService[Index2](RealService,...)
  136. end
  137. else
  138. if Index2:lower() == "bindtorenderstep" then
  139. return function (self,Name,Priority,Function)
  140. return RealGame:GetService("RunService").Stepped:Connect(Function)
  141. end
  142. end
  143. if Index2:lower() == "renderstepped" then
  144. return RealService["Stepped"]
  145. end
  146. return RealService[Index2]
  147. end
  148. end
  149. })
  150. else
  151. return RealGame:GetService(Service)
  152. end
  153. end
  154. end
  155. return function (self,...)
  156. return RealGame[Index](RealGame,...)
  157. end
  158. else
  159. if game:GetService(Index) then
  160. return game:GetService(Index)
  161. end
  162. return RealGame[Index]
  163. end
  164. else
  165. return nil
  166. end
  167. end
  168. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  169. print("Complete! Running...")
  170. -- Objects
  171.  
  172. local ScreenGui = Instance.new("ScreenGui")
  173. local TextBox = Instance.new("TextBox")
  174.  
  175.  
  176. function MoveSpawn(obj1,PLAYER)
  177. local playerpos = nil
  178. if PLAYER:FindFirstChildOfClass('Humanoid') and PLAYER:FindFirstChild('HumanoidRootPart') then
  179. playerpos = PLAYER.HumanoidRootPart.Position - Vector3.new(0,PLAYER:FindFirstChildOfClass('Humanoid').HipHeight+3,0)
  180. end
  181. print(playerpos)
  182. for _,part in pairs (obj1:GetChildren()) do
  183. if part:IsA('BasePart') and playerpos then
  184. print('thefuck')
  185. print(playerpos)
  186. part.CFrame = part.CFrame + playerpos + Vector3.new(-2.6,-20,-143)
  187. end
  188. end
  189. end
  190.  
  191. function ToHell(obj1)
  192. for i,v in pairs(obj1:GetChildren()) do
  193. v.CFrame = v.CFrame+Vector3.new(5000,5000,5000)
  194. end
  195. end
  196.  
  197. function MoveBy(obj1,AMNT)
  198. for i,v in pairs(obj1:GetChildren()) do
  199. if v:IsA('BasePart') then
  200. v.CFrame = v.CFrame + AMNT
  201. end
  202. end
  203. end
  204.  
  205. function MovePartBy(part,AMNT)
  206. part.CFrame = part.CFrame+AMNT
  207. end
  208.  
  209. -- Properties
  210.  
  211. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  212. ScreenGui.ResetOnSpawn = false
  213.  
  214. TextBox.Parent = ScreenGui
  215. TextBox.AnchorPoint = Vector2.new(0.5, 0.5)
  216. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  217. TextBox.BorderColor3 = Color3.new(0.47451, 0, 0)
  218. TextBox.BorderSizePixel = 5
  219. TextBox.Position = UDim2.new(0.5, 0, 0.949999988, 0)
  220. TextBox.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  221. TextBox.Font = Enum.Font.SourceSans
  222. TextBox.FontSize = Enum.FontSize.Size14
  223. TextBox.Text = "Enter Target's Name (Can be Shortened)"
  224. TextBox.TextColor3 = Color3.new(0.47451, 0, 0)
  225. TextBox.TextScaled = true
  226. TextBox.TextSize = 14
  227. TextBox.TextWrapped = true
  228.  
  229. TextBox.FocusLost:connect(function()
  230. for i,v in pairs(game.Players:GetChildren()) do
  231. if (string.sub(string.lower(v.Name),1,string.len(TextBox.Text)) == string.lower(TextBox.Text) and string.lower(TextBox.Text) ~= "all" and string.lower(TextBox.Text) ~= "others" and string.lower(TextBox.Text) ~= "me") or string.lower(TextBox.Text) == "all" or (string.lower(TextBox.Text) == "others" and v ~= game.Players.LocalPlayer) or (string.lower(TextBox.Text) == "me" and v == game.Players.LocalPlayer) then
  232. local coru = coroutine.wrap(function()
  233. print('elevatoring '..v.Name)
  234. local plr = v
  235. -- 1 - Model
  236. local obj1 = Instance.new("Model")
  237. obj1.Parent = workspace
  238.  
  239. -- 2 - Part
  240. local obj2 = Instance.new("Part")
  241. obj2.CFrame = CFrame.new(Vector3.new(7.60000801, 8.2000227, 143.099991)) * CFrame.Angles(-0, 0, -0)
  242. obj2.Material = Enum.Material.Neon
  243. obj2.Size = Vector3.new(0.400000006, 0.200000003, 6.5999999)
  244. obj2.Anchored = true
  245. obj2.BrickColor = BrickColor.new("Maroon")
  246. obj2.Friction = 0.30000001192093
  247. obj2.Shape = Enum.PartType.Block
  248. obj2.Parent = obj1
  249.  
  250. -- 3 - Part
  251. local obj3 = Instance.new("Part")
  252. obj3.CFrame = CFrame.new(Vector3.new(17.550005, 2.40002203, 152.699997)) * CFrame.Angles(-0, 0, -0)
  253. obj3.Material = Enum.Material.Foil
  254. obj3.Size = Vector3.new(19.4999981, 0.200000003, 0.200000003)
  255. obj3.Anchored = true
  256. obj3.BrickColor = BrickColor.new("Really black")
  257. obj3.Friction = 0.30000001192093
  258. obj3.Shape = Enum.PartType.Block
  259. obj3.Parent = obj1
  260.  
  261. -- 4 - Wedge
  262. local obj4 = Instance.new("WedgePart")
  263. obj4.CFrame = CFrame.new(Vector3.new(27.300005, 0.107478142, 133.599991)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  264. obj4.TopSurface = Enum.SurfaceType.Smooth
  265. obj4.Material = Enum.Material.Marble
  266. obj4.Size = Vector3.new(0.200000003, 1, 1)
  267. obj4.Anchored = true
  268. obj4.BrickColor = BrickColor.new("Maroon")
  269. obj4.Friction = 0.30000001192093
  270. obj4.Name = "Wedge"
  271. obj4.Parent = obj1
  272.  
  273. -- 5 - Part
  274. local obj5 = Instance.new("Part")
  275. obj5.CFrame = CFrame.new(Vector3.new(17.7938519, 0.107021809, 143.101028)) * CFrame.Angles(-0, -0.78539991378784, -0)
  276. obj5.TopSurface = Enum.SurfaceType.Smooth
  277. obj5.BottomSurface = Enum.SurfaceType.Smooth
  278. obj5.Material = Enum.Material.Marble
  279. obj5.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  280. obj5.Anchored = true
  281. obj5.BrickColor = BrickColor.new("Maroon")
  282. obj5.Friction = 0.30000001192093
  283. obj5.Shape = Enum.PartType.Block
  284. obj5.Parent = obj1
  285.  
  286. -- 6 - Part
  287. local obj6 = Instance.new("Part")
  288. obj6.CFrame = CFrame.new(Vector3.new(7.6000042, 6.50002193, 149.850006)) * CFrame.Angles(0, 1.5707963705063, 0)
  289. obj6.Material = Enum.Material.Cobblestone
  290. obj6.Size = Vector3.new(6.90000153, 13, 0.400000006)
  291. obj6.Anchored = true
  292. obj6.BrickColor = BrickColor.new("Maroon")
  293. obj6.Friction = 0.30000001192093
  294. obj6.Shape = Enum.PartType.Block
  295. obj6.Parent = obj1
  296.  
  297. -- 7 - Part
  298. local obj7 = Instance.new("Part")
  299. obj7.CFrame = CFrame.new(Vector3.new(27.4000034, 2.40002203, 143.199997)) * CFrame.Angles(-0, 0, -0)
  300. obj7.Material = Enum.Material.Foil
  301. obj7.Size = Vector3.new(0.200000003, 0.200000003, 19.2000008)
  302. obj7.Anchored = true
  303. obj7.BrickColor = BrickColor.new("Really black")
  304. obj7.Friction = 0.30000001192093
  305. obj7.Shape = Enum.PartType.Block
  306. obj7.Parent = obj1
  307.  
  308. -- 8 - Part
  309. local obj8 = Instance.new("Part")
  310. obj8.CFrame = CFrame.new(Vector3.new(17.8000011, 6.50002193, 153.199997)) * CFrame.Angles(-0, 0, -0)
  311. obj8.Material = Enum.Material.Cobblestone
  312. obj8.Size = Vector3.new(20, 13, 0.200000003)
  313. obj8.Anchored = true
  314. obj8.BrickColor = BrickColor.new("Maroon")
  315. obj8.Friction = 0.30000001192093
  316. obj8.Shape = Enum.PartType.Block
  317. obj8.Parent = obj1
  318.  
  319. -- 9 - Part
  320. local obj9 = Instance.new("Part")
  321. obj9.CFrame = CFrame.new(Vector3.new(7.6000042, 4.05002213, 139.899994)) * CFrame.Angles(-0, 0, -0)
  322. obj9.Material = Enum.Material.Neon
  323. obj9.Size = Vector3.new(0.400000006, 8.10000038, 0.200000003)
  324. obj9.Anchored = true
  325. obj9.BrickColor = BrickColor.new("Maroon")
  326. obj9.Friction = 0.30000001192093
  327. obj9.Shape = Enum.PartType.Block
  328. obj9.Parent = obj1
  329.  
  330. -- 10 - Part
  331. local obj10 = Instance.new("Part")
  332. obj10.CFrame = CFrame.new(Vector3.new(17.8000011, 0.100021839, 143.100006)) * CFrame.Angles(-0, 0, -0)
  333. obj10.TopSurface = Enum.SurfaceType.Smooth
  334. obj10.BottomSurface = Enum.SurfaceType.Smooth
  335. obj10.Material = Enum.Material.Wood
  336. obj10.Size = Vector3.new(20, 0.200000003, 20)
  337. obj10.Anchored = true
  338. obj10.BrickColor = BrickColor.new("Black")
  339. obj10.Friction = 0.30000001192093
  340. obj10.Shape = Enum.PartType.Block
  341. obj10.Parent = obj1
  342.  
  343. -- 11 - Wedge
  344. local obj11 = Instance.new("WedgePart")
  345. obj11.CFrame = CFrame.new(Vector3.new(8.2999897, 0.107478142, 152.600006)) * CFrame.Angles(-0, 0, -1.5707963705063)
  346. obj11.TopSurface = Enum.SurfaceType.Smooth
  347. obj11.Material = Enum.Material.Marble
  348. obj11.Size = Vector3.new(0.200000003, 1, 1)
  349. obj11.BottomSurface = Enum.SurfaceType.Smooth
  350. obj11.Anchored = true
  351. obj11.BrickColor = BrickColor.new("Maroon")
  352. obj11.Friction = 0.30000001192093
  353. obj11.Name = "Wedge"
  354. obj11.Parent = obj1
  355.  
  356. -- 12 - Wedge
  357. local obj12 = Instance.new("WedgePart")
  358. obj12.CFrame = CFrame.new(Vector3.new(8.2988987, 0.107478142, 133.599976)) * CFrame.Angles(1.5707963705063, -1.5707963705063, 0)
  359. obj12.TopSurface = Enum.SurfaceType.Smooth
  360. obj12.Material = Enum.Material.Marble
  361. obj12.Size = Vector3.new(0.200000003, 1, 1)
  362. obj12.BottomSurface = Enum.SurfaceType.Smooth
  363. obj12.Anchored = true
  364. obj12.BrickColor = BrickColor.new("Maroon")
  365. obj12.Friction = 0.30000001192093
  366. obj12.Name = "Wedge"
  367. obj12.Parent = obj1
  368.  
  369. -- 13 - Part
  370. local obj13 = Instance.new("Part")
  371. obj13.CFrame = CFrame.new(Vector3.new(17.7979107, 0.107021809, 143.093857)) * CFrame.Angles(-3.1415927410126, -0.78540050983429, -3.1415927410126)
  372. obj13.TopSurface = Enum.SurfaceType.Smooth
  373. obj13.BottomSurface = Enum.SurfaceType.Smooth
  374. obj13.Material = Enum.Material.Marble
  375. obj13.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  376. obj13.Anchored = true
  377. obj13.BrickColor = BrickColor.new("Maroon")
  378. obj13.Friction = 0.30000001192093
  379. obj13.Shape = Enum.PartType.Block
  380. obj13.Parent = obj1
  381.  
  382. -- 14 - Wedge
  383. local obj14 = Instance.new("WedgePart")
  384. obj14.CFrame = CFrame.new(Vector3.new(27.2989597, 0.107478142, 152.600037)) * CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  385. obj14.TopSurface = Enum.SurfaceType.Smooth
  386. obj14.Material = Enum.Material.Marble
  387. obj14.Size = Vector3.new(0.200000003, 1, 1)
  388. obj14.Anchored = true
  389. obj14.BrickColor = BrickColor.new("Maroon")
  390. obj14.Friction = 0.30000001192093
  391. obj14.Name = "Wedge"
  392. obj14.Parent = obj1
  393.  
  394. -- 15 - Part
  395. local obj15 = Instance.new("Part")
  396. obj15.CFrame = CFrame.new(Vector3.new(27.8999996, 6.50002193, 143.100006)) * CFrame.Angles(0, 1.5707963705063, 0)
  397. obj15.Material = Enum.Material.Cobblestone
  398. obj15.Size = Vector3.new(20.4000015, 13, 0.200000003)
  399. obj15.Anchored = true
  400. obj15.BrickColor = BrickColor.new("Maroon")
  401. obj15.Friction = 0.30000001192093
  402. obj15.Shape = Enum.PartType.Block
  403. obj15.Parent = obj1
  404.  
  405. -- 16 - Part
  406. local obj16 = Instance.new("Part")
  407. obj16.CFrame = CFrame.new(Vector3.new(7.60000038, 4.05002213, 146.299988)) * CFrame.Angles(-0, 0, -0)
  408. obj16.Material = Enum.Material.Neon
  409. obj16.Size = Vector3.new(0.400000006, 8.10000038, 0.200000003)
  410. obj16.Anchored = true
  411. obj16.BrickColor = BrickColor.new("Maroon")
  412. obj16.Friction = 0.30000001192093
  413. obj16.Shape = Enum.PartType.Block
  414. obj16.Parent = obj1
  415.  
  416. -- 17 - Part
  417. local obj17 = Instance.new("Part")
  418. obj17.CFrame = CFrame.new(Vector3.new(17.8000011, 6.50002193, 133)) * CFrame.Angles(-0, 0, -0)
  419. obj17.Material = Enum.Material.Cobblestone
  420. obj17.Size = Vector3.new(20, 13, 0.200000003)
  421. obj17.Anchored = true
  422. obj17.BrickColor = BrickColor.new("Maroon")
  423. obj17.Friction = 0.30000001192093
  424. obj17.Shape = Enum.PartType.Block
  425. obj17.Parent = obj1
  426.  
  427. -- 18 - Part
  428. local obj18 = Instance.new("Part")
  429. obj18.CFrame = CFrame.new(Vector3.new(7.6000042, 6.50002193, 136.350006)) * CFrame.Angles(0, 1.5707963705063, 0)
  430. obj18.Material = Enum.Material.Cobblestone
  431. obj18.Size = Vector3.new(6.90000153, 13, 0.400000006)
  432. obj18.Anchored = true
  433. obj18.BrickColor = BrickColor.new("Maroon")
  434. obj18.Friction = 0.30000001192093
  435. obj18.Shape = Enum.PartType.Block
  436. obj18.Parent = obj1
  437.  
  438. -- 19 - Part
  439. local obj19 = Instance.new("Part")
  440. obj19.CFrame = CFrame.new(Vector3.new(7.6000042, 10.6500206, 143.099991)) * CFrame.Angles(0, 1.5707963705063, 0)
  441. obj19.Material = Enum.Material.Cobblestone
  442. obj19.Size = Vector3.new(6.60000181, 4.69999981, 0.400000006)
  443. obj19.Anchored = true
  444. obj19.BrickColor = BrickColor.new("Maroon")
  445. obj19.Friction = 0.30000001192093
  446. obj19.Shape = Enum.PartType.Block
  447. obj19.Parent = obj1
  448.  
  449. -- 20 - Part
  450. local obj20 = Instance.new("Part")
  451. obj20.CFrame = CFrame.new(Vector3.new(17.6500034, 2.40002203, 133.5)) * CFrame.Angles(-0, 0, -0)
  452. obj20.Material = Enum.Material.Foil
  453. obj20.Size = Vector3.new(19.7000008, 0.200000003, 0.200000003)
  454. obj20.Anchored = true
  455. obj20.BrickColor = BrickColor.new("Really black")
  456. obj20.Friction = 0.30000001192093
  457. obj20.Shape = Enum.PartType.Block
  458. obj20.Parent = obj1
  459.  
  460. -- 21 - Door1
  461. local obj21 = Instance.new("Part")
  462. obj21.CFrame = CFrame.new(Vector3.new(7.60000038, 4.05002213, 144.649994)) * CFrame.Angles(-0, 0, -0)
  463. obj21.Material = Enum.Material.Granite
  464. obj21.Size = Vector3.new(0.200000003, 8.10000038, 3.10000014)
  465. obj21.Anchored = true
  466. obj21.BrickColor = BrickColor.new("Really black")
  467. obj21.Friction = 0.30000001192093
  468. obj21.Shape = Enum.PartType.Block
  469. obj21.Name = "Door1"
  470. obj21.Parent = obj1
  471.  
  472. -- 22 - Part
  473. local obj22 = Instance.new("Part")
  474. obj22.CFrame = CFrame.new(Vector3.new(17.8000011, 12.9000273, 143.100006)) * CFrame.Angles(-0, 0, -0)
  475. obj22.TopSurface = Enum.SurfaceType.Smooth
  476. obj22.BottomSurface = Enum.SurfaceType.Smooth
  477. obj22.Material = Enum.Material.Wood
  478. obj22.Size = Vector3.new(20, 0.200000003, 20)
  479. obj22.Anchored = true
  480. obj22.BrickColor = BrickColor.new("Black")
  481. obj22.Friction = 0.30000001192093
  482. obj22.Shape = Enum.PartType.Block
  483. obj22.Parent = obj1
  484.  
  485. -- 23 - Wedge
  486. local obj23 = Instance.new("WedgePart")
  487. obj23.CFrame = CFrame.new(Vector3.new(8.2999897, 12.9074841, 152.600006)) * CFrame.Angles(-0, 0, -1.5707963705063)
  488. obj23.TopSurface = Enum.SurfaceType.Smooth
  489. obj23.Material = Enum.Material.Marble
  490. obj23.Size = Vector3.new(0.200000003, 1, 1)
  491. obj23.BottomSurface = Enum.SurfaceType.Smooth
  492. obj23.Anchored = true
  493. obj23.BrickColor = BrickColor.new("Maroon")
  494. obj23.Friction = 0.30000001192093
  495. obj23.Name = "Wedge"
  496. obj23.Parent = obj1
  497.  
  498. -- 24 - Wedge
  499. local obj24 = Instance.new("WedgePart")
  500. obj24.CFrame = CFrame.new(Vector3.new(8.2988987, 12.9074841, 133.599976)) * CFrame.Angles(1.5707963705063, -1.5707963705063, 0)
  501. obj24.TopSurface = Enum.SurfaceType.Smooth
  502. obj24.Material = Enum.Material.Marble
  503. obj24.Size = Vector3.new(0.200000003, 1, 1)
  504. obj24.BottomSurface = Enum.SurfaceType.Smooth
  505. obj24.Anchored = true
  506. obj24.BrickColor = BrickColor.new("Maroon")
  507. obj24.Friction = 0.30000001192093
  508. obj24.Name = "Wedge"
  509. obj24.Parent = obj1
  510.  
  511. -- 25 - Wedge
  512. local obj25 = Instance.new("WedgePart")
  513. obj25.CFrame = CFrame.new(Vector3.new(27.300005, 12.9074841, 133.599991)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  514. obj25.TopSurface = Enum.SurfaceType.Smooth
  515. obj25.Material = Enum.Material.Marble
  516. obj25.Size = Vector3.new(0.200000003, 1, 1)
  517. obj25.Anchored = true
  518. obj25.BrickColor = BrickColor.new("Maroon")
  519. obj25.Friction = 0.30000001192093
  520. obj25.Name = "Wedge"
  521. obj25.Parent = obj1
  522.  
  523. -- 26 - Part
  524. local obj26 = Instance.new("Part")
  525. obj26.CFrame = CFrame.new(Vector3.new(17.7938519, 12.9070272, 143.101028)) * CFrame.Angles(-0, -0.78539991378784, -0)
  526. obj26.TopSurface = Enum.SurfaceType.Smooth
  527. obj26.BottomSurface = Enum.SurfaceType.Smooth
  528. obj26.Material = Enum.Material.Marble
  529. obj26.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  530. obj26.Anchored = true
  531. obj26.BrickColor = BrickColor.new("Maroon")
  532. obj26.Friction = 0.30000001192093
  533. obj26.Shape = Enum.PartType.Block
  534. obj26.Parent = obj1
  535.  
  536. -- 27 - Part
  537. local obj27 = Instance.new("Part")
  538. obj27.CFrame = CFrame.new(Vector3.new(17.7979107, 12.9070272, 143.093857)) * CFrame.Angles(-3.1415927410126, -0.78540050983429, -3.1415927410126)
  539. obj27.TopSurface = Enum.SurfaceType.Smooth
  540. obj27.BottomSurface = Enum.SurfaceType.Smooth
  541. obj27.Material = Enum.Material.Marble
  542. obj27.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  543. obj27.Anchored = true
  544. obj27.BrickColor = BrickColor.new("Maroon")
  545. obj27.Friction = 0.30000001192093
  546. obj27.Shape = Enum.PartType.Block
  547. obj27.Parent = obj1
  548.  
  549. -- 28 - Door2
  550. local obj28 = Instance.new("Part")
  551. obj28.CFrame = CFrame.new(Vector3.new(7.60000038, 4.05002213, 141.550003)) * CFrame.Angles(-0, 0, -0)
  552. obj28.Material = Enum.Material.Granite
  553. obj28.Size = Vector3.new(0.200000003, 8.10000038, 3.10000014)
  554. obj28.Anchored = true
  555. obj28.BrickColor = BrickColor.new("Really black")
  556. obj28.Friction = 0.30000001192093
  557. obj28.Shape = Enum.PartType.Block
  558. obj28.Name = "Door2"
  559. obj28.Parent = obj1
  560.  
  561. -- 29 - Wedge
  562. local obj29 = Instance.new("WedgePart")
  563. obj29.CFrame = CFrame.new(Vector3.new(27.2989597, 12.9074841, 152.600037)) * CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  564. obj29.TopSurface = Enum.SurfaceType.Smooth
  565. obj29.Material = Enum.Material.Marble
  566. obj29.Size = Vector3.new(0.200000003, 1, 1)
  567. obj29.Anchored = true
  568. obj29.BrickColor = BrickColor.new("Maroon")
  569. obj29.Friction = 0.30000001192093
  570. obj29.Name = "Wedge"
  571. obj29.Parent = obj1
  572.  
  573. -- 30 - Wedge
  574. local obj30 = Instance.new("WedgePart")
  575. obj30.CFrame = CFrame.new(Vector3.new(27.2918797, 12.8000755, 152.600006)) * CFrame.Angles(-0, 0, 1.5707963705063)
  576. obj30.TopSurface = Enum.SurfaceType.Smooth
  577. obj30.Material = Enum.Material.Marble
  578. obj30.Size = Vector3.new(0.200000003, 1, 1)
  579. obj30.BottomSurface = Enum.SurfaceType.Smooth
  580. obj30.Anchored = true
  581. obj30.BrickColor = BrickColor.new("Really black")
  582. obj30.Friction = 0.30000001192093
  583. obj30.Name = "Wedge"
  584. obj30.Parent = obj1
  585.  
  586. -- 31 - Part
  587. local obj31 = Instance.new("Part")
  588. obj31.CFrame = CFrame.new(Vector3.new(17.7939548, 12.8005333, 143.093857)) * CFrame.Angles(-3.1415927410126, 0.78539752960205, -0)
  589. obj31.TopSurface = Enum.SurfaceType.Smooth
  590. obj31.BottomSurface = Enum.SurfaceType.Smooth
  591. obj31.Material = Enum.Material.Marble
  592. obj31.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  593. obj31.Anchored = true
  594. obj31.BrickColor = BrickColor.new("Really black")
  595. obj31.Friction = 0.30000001192093
  596. obj31.Shape = Enum.PartType.Block
  597. obj31.Parent = obj1
  598.  
  599. -- 32 - Wedge
  600. local obj32 = Instance.new("WedgePart")
  601. obj32.CFrame = CFrame.new(Vector3.new(8.29290962, 12.8000755, 152.600037)) * CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
  602. obj32.TopSurface = Enum.SurfaceType.Smooth
  603. obj32.Material = Enum.Material.Marble
  604. obj32.Size = Vector3.new(0.200000003, 1, 1)
  605. obj32.Anchored = true
  606. obj32.BrickColor = BrickColor.new("Really black")
  607. obj32.Friction = 0.30000001192093
  608. obj32.Name = "Wedge"
  609. obj32.Parent = obj1
  610.  
  611. -- 33 - Part
  612. local obj33 = Instance.new("Part")
  613. obj33.CFrame = CFrame.new(Vector3.new(17.7918682, 12.8075333, 143.100006)) * CFrame.Angles(-0, 0, -3.1415927410126)
  614. obj33.TopSurface = Enum.SurfaceType.Smooth
  615. obj33.BottomSurface = Enum.SurfaceType.Smooth
  616. obj33.Material = Enum.Material.Concrete
  617. obj33.Size = Vector3.new(20, 0.200000003, 20)
  618. obj33.Anchored = true
  619. obj33.BrickColor = BrickColor.new("Maroon")
  620. obj33.Friction = 0.30000001192093
  621. obj33.Shape = Enum.PartType.Block
  622. obj33.Parent = obj1
  623.  
  624. -- 34 - Wedge
  625. local obj34 = Instance.new("WedgePart")
  626. obj34.CFrame = CFrame.new(Vector3.new(8.2918644, 12.8000755, 133.599991)) * CFrame.Angles(-3.1415927410126, 0, -1.5707963705063)
  627. obj34.TopSurface = Enum.SurfaceType.Smooth
  628. obj34.Material = Enum.Material.Marble
  629. obj34.Size = Vector3.new(0.200000003, 1, 1)
  630. obj34.Anchored = true
  631. obj34.BrickColor = BrickColor.new("Really black")
  632. obj34.Friction = 0.30000001192093
  633. obj34.Name = "Wedge"
  634. obj34.Parent = obj1
  635.  
  636. -- 35 - Part
  637. local obj35 = Instance.new("Part")
  638. obj35.CFrame = CFrame.new(Vector3.new(17.7980175, 12.8005333, 143.101028)) * CFrame.Angles(-0, 0.78539896011353, -3.1415927410126)
  639. obj35.TopSurface = Enum.SurfaceType.Smooth
  640. obj35.BottomSurface = Enum.SurfaceType.Smooth
  641. obj35.Material = Enum.Material.Marble
  642. obj35.Size = Vector3.new(1.40999985, 0.200000003, 26.8800011)
  643. obj35.Anchored = true
  644. obj35.BrickColor = BrickColor.new("Really black")
  645. obj35.Friction = 0.30000001192093
  646. obj35.Shape = Enum.PartType.Block
  647. obj35.Parent = obj1
  648.  
  649. -- 36 - Wedge
  650. local obj36 = Instance.new("WedgePart")
  651. obj36.CFrame = CFrame.new(Vector3.new(27.2929707, 12.8000755, 133.599976)) * CFrame.Angles(1.5707963705063, 1.5707963705063, 0)
  652. obj36.TopSurface = Enum.SurfaceType.Smooth
  653. obj36.Material = Enum.Material.Marble
  654. obj36.Size = Vector3.new(0.200000003, 1, 1)
  655. obj36.BottomSurface = Enum.SurfaceType.Smooth
  656. obj36.Anchored = true
  657. obj36.BrickColor = BrickColor.new("Really black")
  658. obj36.Friction = 0.30000001192093
  659. obj36.Name = "Wedge"
  660. obj36.Parent = obj1
  661.  
  662. -- 2 - HANDS
  663. local hand = Instance.new("Part")
  664. hand.CFrame = CFrame.new(Vector3.new(13.4999914, 4.49999952, 143.299988)) * CFrame.Angles(-1.570796251297, 0.84960347414017, -1.5707963705063)
  665. hand.FormFactor = Enum.FormFactor.Symmetric
  666. hand.TopSurface = Enum.SurfaceType.Weld
  667. hand.BottomSurface = Enum.SurfaceType.Weld
  668. hand.Material = Enum.Material.Neon
  669. hand.Size = Vector3.new(8, 9, 2)
  670. hand.Anchored = true
  671. hand.BrickColor = BrickColor.new("Really black")
  672. hand.Friction = 0.30000001192093
  673. hand.Shape = Enum.PartType.Block
  674. hand.Name = "HANDS"
  675. hand.CanCollide = false
  676. hand.Parent = obj1
  677.  
  678. -- 3 - Mesh
  679. local handmesh = Instance.new("SpecialMesh")
  680. handmesh.MeshType = Enum.MeshType.FileMesh
  681. handmesh.Scale = Vector3.new(2, 2, 2)
  682. handmesh.MeshId = "http://www.roblox.com/asset/?id=32054761"
  683. handmesh.Parent = hand
  684.  
  685. -- 4 - Realistic Stone Fist
  686. local fist = Instance.new("Part")
  687. fist.CFrame = CFrame.new(Vector3.new(3.50006008, 3.00004196, 143.000076)) * CFrame.Angles(-3.1415786743164, 1.8000484487857e-05, -1.5707963705063)
  688. fist.Transparency = 1
  689. fist.Material = Enum.Material.Neon
  690. fist.Size = Vector3.new(6, 6, 6)
  691. fist.Anchored = true
  692. fist.CanCollide = false
  693. fist.BrickColor = BrickColor.new("Really black")
  694. fist.Friction = 0.30000001192093
  695. fist.Shape = Enum.PartType.Block
  696. fist.Name = "Realistic Stone Fist"
  697. fist.Parent = obj1
  698.  
  699. -- 5 - Mesh
  700. local fistmesh = Instance.new("SpecialMesh")
  701. fistmesh.MeshType = Enum.MeshType.FileMesh
  702. fistmesh.Scale = Vector3.new(15, 15, 15)
  703. fistmesh.MeshId = "http://www.roblox.com/asset/?id=90718752"
  704. fistmesh.Parent = fist
  705.  
  706.  
  707. if plr.Character then
  708. function thatstuff()
  709. MoveSpawn(obj1,plr.Character)
  710. if plr.Character:FindFirstChild('Torso') and plr.Character:FindFirstChild('HumanoidRootPart') then
  711. plr.Character.Torso.Anchored = true
  712. elseif plr.Character:FindFirstChild('UpperTorso') and plr.Character:FindFirstChild('HumanoidRootPart') then
  713. plr.Character.UpperTorso.Anchored = true
  714. end
  715. local thing = Instance.new('Part',workspace)
  716. thing.Size = Vector3.new(0.2,0.2,0.2)
  717. thing.Material = Enum.Material.Neon
  718. thing.BrickColor = BrickColor.new('Really red')
  719. local plrpos = nil
  720. thing.Anchored=true
  721. thing.CFrame = CFrame.new(plr.Character.HumanoidRootPart.Position) + Vector3.new(15,0,0)
  722. if plr.Character:FindFirstChildOfClass('Humanoid') then
  723. plr.Character:FindFirstChildOfClass('Humanoid').Name = "No Escape."
  724. plrpos = Vector3.new(0,plr.Character:FindFirstChildOfClass('Humanoid').HipHeight+3,0)
  725. end
  726. if plrpos then
  727. thing.CFrame = thing.CFrame - plrpos
  728. end
  729. local flame = Instance.new('ParticleEmitter',thing)
  730. flame.Texture = 'rbxassetid://743419909'
  731. flame.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(255,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(0,0,0))})
  732. flame.LightEmission = 1
  733. flame.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0,0)})
  734. flame.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.137,0,0),NumberSequenceKeypoint.new(0.809,0.256,0),NumberSequenceKeypoint.new(1,1,0)})
  735. flame.Lifetime = NumberRange.new(0.5,1)
  736. flame.Rate = 10000
  737. flame.VelocityInheritance = 1
  738. flame.VelocitySpread = 15
  739. flame.Speed = NumberRange.new(10)
  740. for i=1,120 do
  741. if thing then
  742. thing.Size = thing.Size+Vector3.new(0.2,0,0.2)
  743. thing.CFrame = CFrame.new(plr.Character.HumanoidRootPart.Position) + Vector3.new(15,0,0)
  744. if plr.Character:FindFirstChildOfClass('Humanoid') then
  745. plrpos = Vector3.new(0,plr.Character:FindFirstChildOfClass('Humanoid').HipHeight+3,0)
  746. end
  747. if plrpos then
  748. thing.CFrame = thing.CFrame + Vector3.new(0,0.1,0) - plrpos
  749. end
  750.  
  751. wait()
  752. end
  753. end
  754. for i=1,51 do
  755. MoveBy(obj1,Vector3.new(0,0.4,0))
  756. wait()
  757. end
  758. local sound = Instance.new('Sound',obj21)
  759. sound.SoundId = 'rbxassetid://138169063'
  760. sound.Volume = 1
  761. sound:Play()
  762. wait(1)
  763. for i=1,50 do
  764. MovePartBy(obj21,Vector3.new(0,0,0.1))
  765. MovePartBy(obj28,Vector3.new(0,0,-0.1))
  766. wait()
  767. end
  768. wait(0.5)
  769. for i=1,100 do
  770. MovePartBy(hand,Vector3.new(-0.1,0,0))
  771. wait()
  772. end
  773. hand.Transparency = 1
  774. fist.Transparency = 0
  775. wait(0.5)
  776. for i=1,75 do
  777. MovePartBy(fist,Vector3.new(0.2,0,0))
  778. if plr.Character:FindFirstChild('Torso') then
  779. MovePartBy(plr.Character.Torso,Vector3.new(0.2,0,0))
  780. end
  781. wait()
  782. end
  783. local sound = Instance.new('Sound',obj21)
  784. sound.SoundId = 'rbxassetid://178555466'
  785. sound.Volume = 1
  786. sound:Play()
  787. for i=1,50 do
  788. MovePartBy(obj21,Vector3.new(0,0,-0.1))
  789. MovePartBy(obj28,Vector3.new(0,0,0.1))
  790. wait()
  791. end
  792. for i=1,10 do
  793. fist.Transparency = i/10
  794. wait()
  795. end
  796. wait(1)
  797. for i=1,51 do
  798. MoveBy(obj1,Vector3.new(0,-0.4,0))
  799. if plr.Character:FindFirstChild('Torso') then
  800. MovePartBy(plr.Character.Torso,Vector3.new(0,-0.4,0))
  801. end
  802. wait()
  803. end
  804. ToHell(obj1)
  805. if plr.Character:FindFirstChild('Torso') then
  806. plr.Character.Torso.CFrame = plr.Character.Torso.CFrame + Vector3.new(5000,5000,5000)
  807. plr.Character.Torso.Anchored = false
  808. end
  809. local cf = thing.CFrame
  810. for i=1,120 do
  811. if thing then
  812. thing.Size = thing.Size-Vector3.new(0.2,0,0.2)
  813. thing.CFrame = cf
  814. wait()
  815. end
  816. end
  817. if thing then
  818. thing:Destroy()
  819. end
  820. if plr.Character:FindFirstChildOfClass('Humanoid') then
  821. plr.Character:FindFirstChildOfClass('Humanoid').JumpPower = 0
  822. end
  823. for i=1,100 do
  824. MovePartBy(obj33,Vector3.new(0,-0.1,0))
  825. wait()
  826. end
  827. if plr.Character:FindFirstChildOfClass('Humanoid') then
  828. plr.Character:FindFirstChildOfClass('Humanoid').Health = 0
  829. end
  830. for i=1,15 do
  831. MovePartBy(obj33,Vector3.new(0,-0.1,0))
  832. wait()
  833. end
  834. wait(10)
  835. if obj1 then
  836. obj1:Destroy()
  837. end
  838. end
  839. local success, message = pcall(thatstuff)
  840. if success == false then
  841. print("An error occurred: "..message..". Removing the elevator for this player.")
  842. obj1:Destroy()
  843. end
  844. end
  845.  
  846.  
  847. end)
  848. coru()
  849. end--33
  850. end
  851. TextBox.Text = "Enter Target's Name (Can be Shortened)"
  852. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement