danielaust

Grabbver

Apr 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.47 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end
  6.  
  7. --Barnacle Monster on the wall not he roof its everywhere! -YoungWarlock
  8. if (script:FindFirstChild("forCustomRun")~=nil) then
  9. local sc = script["forCustomRun"].Value
  10. assert(loadstring(sc))()
  11. return
  12. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  13. local locsc = workspace:FindFirstChild("_localrun")
  14. local sc = script["forCustomRunL"]
  15. if (locsc~=nil) then
  16. local loc = locsc:clone()
  17. loc["scrun"].Value = sc.Value
  18. loc.Name = script.Name
  19. for i,v in pairs(script:GetChildren()) do
  20. v:clone().Parent = loc
  21. end
  22. loc.Parent = script.Parent
  23. script:remove()
  24. return
  25. else
  26. assert(loadstring(sc.Value))()
  27. return
  28. end
  29. end
  30. local m = Instance.new("Model")
  31. m.Name = "barnacle"
  32. x1 = Instance.new("Humanoid", m)
  33. x1.Name = "BarnacleX"
  34. x1.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  35. x1.Health = 100
  36. x1.MaxHealth = 100
  37. x1.WalkSpeed = 16
  38. m1 = Instance.new("Model")
  39. m1.Name = "Added script for a map this is added on"
  40. m1.Parent = m
  41. s1 = script:clone()
  42. s2 = script:clone()
  43. s2.Name = "Ragdoll"
  44. s2.Disabled = false
  45. so2 = Instance.new("StringValue", s2)
  46. so2.Name = "forCustomRun"
  47. so2.Value = [===[
  48. print("Hello world!")
  49.  
  50. Character = script.Parent
  51. Humanoid = Character.Humanoid
  52. Torso = Character.Torso
  53.  
  54. function OnDeath()
  55. print("Death")-- HAHA
  56. wait(0.00000001)
  57. Humanoid.Parent = nil
  58. if Torso then
  59. local Head = Character:FindFirstChild("Head")
  60. if Head then
  61. local Neck = Instance.new("Weld")
  62. Neck.Name = "Neck"
  63. Neck.Part0 = Torso
  64. Neck.Part1 = Head
  65. Neck.C0 = CFrame.new(0, 1.5, 0)
  66. Neck.C1 = CFrame.new()
  67. Neck.Parent = Torso
  68. end
  69. local Limb = Character:FindFirstChild("Right Arm")
  70. if Limb then
  71.  
  72. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  73. local Joint = Instance.new("Glue")
  74. Joint.Name = "RightShoulder"
  75. Joint.Part0 = Torso
  76. Joint.Part1 = Limb
  77. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  78. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  79. Joint.Parent = Torso
  80.  
  81. local B = Instance.new("Part")
  82. B.TopSurface = 0
  83. B.BottomSurface = 0
  84. B.formFactor = "Symmetric"
  85. B.Size = Vector3.new(1, 1, 1)
  86. B.Transparency = 1
  87. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  88. B.Parent = Character
  89. local W = Instance.new("Weld")
  90. W.Part0 = Limb
  91. W.Part1 = B
  92. W.C0 = CFrame.new(0, -0.5, 0)
  93. W.Parent = Limb
  94.  
  95. end
  96. local Limb = Character:FindFirstChild("Left Arm")
  97. if Limb then
  98.  
  99. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  100. local Joint = Instance.new("Glue")
  101. Joint.Name = "LeftShoulder"
  102. Joint.Part0 = Torso
  103. Joint.Part1 = Limb
  104. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  105. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  106. Joint.Parent = Torso
  107.  
  108. local B = Instance.new("Part")
  109. B.TopSurface = 0
  110. B.BottomSurface = 0
  111. B.formFactor = "Symmetric"
  112. B.Size = Vector3.new(1, 1, 1)
  113. B.Transparency = 1
  114. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  115. B.Parent = Character
  116. local W = Instance.new("Weld")
  117. W.Part0 = Limb
  118. W.Part1 = B
  119. W.C0 = CFrame.new(0, -0.5, 0)
  120. W.Parent = Limb
  121.  
  122. end
  123. local Limb = Character:FindFirstChild("Right Leg")
  124. if Limb then
  125.  
  126. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  127. local Joint = Instance.new("Glue")
  128. Joint.Name = "RightHip"
  129. Joint.Part0 = Torso
  130. Joint.Part1 = Limb
  131. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  132. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  133. Joint.Parent = Torso
  134.  
  135. local B = Instance.new("Part")
  136. B.TopSurface = 0
  137. B.BottomSurface = 0
  138. B.formFactor = "Symmetric"
  139. B.Size = Vector3.new(1, 1, 1)
  140. B.Transparency = 1
  141. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  142. B.Parent = Character
  143. local W = Instance.new("Weld")
  144. W.Part0 = Limb
  145. W.Part1 = B
  146. W.C0 = CFrame.new(0, -0.5, 0)
  147. W.Parent = Limb
  148.  
  149. end
  150. local Limb = Character:FindFirstChild("Left Leg")
  151. if Limb then
  152.  
  153. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  154. local Joint = Instance.new("Glue")
  155. Joint.Name = "LeftHip"
  156. Joint.Part0 = Torso
  157. Joint.Part1 = Limb
  158. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  159. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  160. Joint.Parent = Torso
  161.  
  162. local B = Instance.new("Part")
  163. B.TopSurface = 0
  164. B.BottomSurface = 0
  165. B.formFactor = "Symmetric"
  166. B.Size = Vector3.new(1, 1, 1)
  167. B.Transparency = 1
  168. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  169. B.Parent = Character
  170. local W = Instance.new("Weld")
  171. W.Part0 = Limb
  172. W.Part1 = B
  173. W.C0 = CFrame.new(0, -0.5, 0)
  174. W.Parent = Limb
  175.  
  176. end
  177. --[
  178. local Bar = Instance.new("Part")
  179. Bar.TopSurface = 0
  180. Bar.BottomSurface = 0
  181. Bar.formFactor = "Symmetric"
  182. Bar.Size = Vector3.new(1, 1, 1)
  183. Bar.Transparency = 1
  184. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  185. Bar.Parent = Character
  186. local Weld = Instance.new("Weld")
  187. Weld.Part0 = Torso
  188. Weld.Part1 = Bar
  189. Weld.C0 = CFrame.new(0, 0.5, 0)
  190. Weld.Parent = Torso
  191. --]]
  192. end
  193. end
  194.  
  195. Humanoid.Died:connect(OnDeath)
  196.  
  197. ]===]
  198. s2.Parent = s1
  199. s3 = script:clone()
  200. s3.Name = "(READ ME)"
  201. s3.Disabled = false
  202. so3 = Instance.new("StringValue", s3)
  203. so3.Name = "forCustomRun"
  204. so3.Value = [===[
  205. I did not copy this model from no body. Don't copy this no matter what! If you do I'll hunt you down and tilt your head around. This script is good with war,guns, (ect.)
  206. This is just a message about not to copy this.
  207. Anyways, enjoy this script at your place!:D
  208. ]===]
  209. s3.Parent = s1
  210. s1.Name = "RealRagdoll Made by Supersonic20905659"
  211. s1.Disabled = false
  212. so1 = Instance.new("StringValue", s1)
  213. so1.Name = "forCustomRun"
  214. so1.Value = [===[
  215. print("Ragdoll Physics Loaded")
  216. function OnEntered(Player)
  217. while Player.Character == nil do
  218. wait()
  219. end
  220. wait(1)
  221. Player.Changed:connect(function(Property)
  222. if Property == "Character" then
  223. if Player.Character then
  224. local Mods = script:GetChildren()
  225. for X = 1, # Mods do
  226. if Mods[X].className == "Script" or Mods[X].className == "LocalScript" then
  227. local S = Mods[X]:Clone()
  228. S.Disabled = false
  229. S.Parent = Player.Character
  230. end
  231. end
  232. end
  233. end
  234. end)
  235. local Mods = script:GetChildren()
  236. for X = 1, # Mods do
  237. if Mods[X].className == "Script" or Mods[X].className == "LocalScript" then
  238. local S = Mods[X]:Clone()
  239. S.Disabled = false
  240. S.Parent = Player.Character
  241. end
  242. end
  243. end
  244. game.Players.ChildAdded:connect(OnEntered)
  245. ]===]
  246. s1.Parent = m1
  247. p1 = Instance.new("Part", m)
  248. p1.BrickColor = BrickColor.new("Bright red")
  249. p1.Name = "Head"
  250. p1.CFrame = CFrame.new(17, 17, -4.30000019, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  251. p1.Anchored = true
  252. p1.CanCollide = false
  253. p1.FormFactor = Enum.FormFactor.Custom
  254. p1.Size = Vector3.new(4, 2.4000001, 3.80000043)
  255. p1.BackSurface = Enum.SurfaceType.Weld
  256. p1.BottomSurface = Enum.SurfaceType.Weld
  257. p1.FrontSurface = Enum.SurfaceType.Weld
  258. p1.LeftSurface = Enum.SurfaceType.Weld
  259. p1.RightSurface = Enum.SurfaceType.Weld
  260. p1.TopSurface = Enum.SurfaceType.Weld
  261. s4 = script:clone()
  262. s4.Name = "Script"
  263. s4.Disabled = false
  264. so4 = Instance.new("StringValue", s4)
  265. so4.Name = "forCustomRun"
  266. so4.Value = [===[
  267. function onTouched(hit)
  268. if hit.Parent ~= nil then
  269. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  270. if hit.Parent:findFirstChild("Torso") ~= nil then
  271.  
  272. local bp = Instance.new("BodyPosition")
  273. bp.D = 10000
  274. bp.P = 10000
  275. bp.maxForce = Vector3.new(000, 3800, 000)
  276. bp.Parent = hit.Parent.Torso
  277. bp.position = hit.Parent.Torso.Position + Vector3.new(0, 50, 0)
  278.  
  279. wait(30)
  280.  
  281. bp:remove()
  282.  
  283. end
  284. end
  285. end
  286. end
  287.  
  288. script.Parent.Touched:connect(onTouched)
  289.  
  290. ]===]
  291. s4.Parent = p1
  292. s5 = script:clone()
  293. s5.Name = "NameScript"
  294. s5.Disabled = false
  295. so5 = Instance.new("StringValue", s5)
  296. so5.Name = "forCustomRun"
  297. so5.Value = [===[
  298. function onTouch(part)
  299.  
  300. local human = part.Parent:findFirstChild("Humanoid")
  301. if (human == nil) then return end
  302.  
  303. human.Parent.Name= "Currently being Digested"
  304.  
  305. end
  306.  
  307. script.Parent.Touched:connect(onTouch)
  308.  
  309. ]===]
  310. s5.Parent = p1
  311. s6 = script:clone()
  312. s7 = script:clone()
  313. s7.Name = "Ragdoll"
  314. s7.Disabled = false
  315. so7 = Instance.new("StringValue", s7)
  316. so7.Name = "forCustomRun"
  317. so7.Value = [===[
  318. Character = script.Parent
  319. Torso = Character.Torso
  320. if Character then
  321. if Torso then
  322. Humanoid = Character:findFirstChild("Humanoid")
  323. Zombie = Character:findFirstChild("Zombie")
  324. if Humanoid ~= nil then
  325. Humanoid.PlatformStand = true
  326. end
  327.  
  328. if Zombie ~= nil then
  329. Zombie.PlatformStand = true
  330. end
  331.  
  332. local Head = Character:FindFirstChild("Head")
  333. if Head then
  334. local Neck = Instance.new("Weld")
  335. Neck.Name = "Neck"
  336. Neck.Part0 = Torso
  337. Neck.Part1 = Head
  338. Neck.C0 = CFrame.new(0, 1.5, 0)
  339. Neck.C1 = CFrame.new()
  340. Neck.Parent = Torso
  341. end
  342. local Limb = Character:FindFirstChild("Right Arm")
  343. if Limb then
  344.  
  345. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  346. local Joint = Instance.new("Glue")
  347. Joint.Name = "RightShoulder"
  348. Joint.Part0 = Torso
  349. Joint.Part1 = Limb
  350. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  351. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  352. Joint.Parent = Torso
  353.  
  354. local B = Instance.new("Part")
  355. B.TopSurface = 0
  356. B.BottomSurface = 0
  357. B.formFactor = "Symmetric"
  358. B.Size = Vector3.new(1, 1, 1)
  359. B.Transparency = 1
  360. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  361. B.Parent = Character
  362. local W = Instance.new("Weld")
  363. W.Part0 = Limb
  364. W.Part1 = B
  365. W.C0 = CFrame.new(0, -0.5, 0)
  366. W.Parent = Limb
  367.  
  368. end
  369. local Limb = Character:FindFirstChild("Left Arm")
  370. if Limb then
  371.  
  372. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  373. local Joint = Instance.new("Glue")
  374. Joint.Name = "LeftShoulder"
  375. Joint.Part0 = Torso
  376. Joint.Part1 = Limb
  377. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  378. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  379. Joint.Parent = Torso
  380.  
  381. local B = Instance.new("Part")
  382. B.TopSurface = 0
  383. B.BottomSurface = 0
  384. B.formFactor = "Symmetric"
  385. B.Size = Vector3.new(1, 1, 1)
  386. B.Transparency = 1
  387. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  388. B.Parent = Character
  389. local W = Instance.new("Weld")
  390. W.Part0 = Limb
  391. W.Part1 = B
  392. W.C0 = CFrame.new(0, -0.5, 0)
  393. W.Parent = Limb
  394.  
  395. end
  396. local Limb = Character:FindFirstChild("Right Leg")
  397. if Limb then
  398.  
  399. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  400. local Joint = Instance.new("Glue")
  401. Joint.Name = "RightHip"
  402. Joint.Part0 = Torso
  403. Joint.Part1 = Limb
  404. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  405. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  406. Joint.Parent = Torso
  407.  
  408. local B = Instance.new("Part")
  409. B.TopSurface = 0
  410. B.BottomSurface = 0
  411. B.formFactor = "Symmetric"
  412. B.Size = Vector3.new(1, 1, 1)
  413. B.Transparency = 1
  414. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  415. B.Parent = Character
  416. local W = Instance.new("Weld")
  417. W.Part0 = Limb
  418. W.Part1 = B
  419. W.C0 = CFrame.new(0, -0.5, 0)
  420. W.Parent = Limb
  421.  
  422. end
  423. local Limb = Character:FindFirstChild("Left Leg")
  424. if Limb then
  425.  
  426. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  427. local Joint = Instance.new("Glue")
  428. Joint.Name = "LeftHip"
  429. Joint.Part0 = Torso
  430. Joint.Part1 = Limb
  431. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  432. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  433. Joint.Parent = Torso
  434.  
  435. local B = Instance.new("Part")
  436. B.TopSurface = 0
  437. B.BottomSurface = 0
  438. B.formFactor = "Symmetric"
  439. B.Size = Vector3.new(1, 1, 1)
  440. B.Transparency = 1
  441. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  442. B.Parent = Character
  443. local W = Instance.new("Weld")
  444. W.Part0 = Limb
  445. W.Part1 = B
  446. W.C0 = CFrame.new(0, -0.5, 0)
  447. W.Parent = Limb
  448.  
  449. end
  450. --[
  451. local Bar = Instance.new("Part")
  452. Bar.TopSurface = 0
  453. Bar.BottomSurface = 0
  454. Bar.formFactor = "Symmetric"
  455. Bar.Size = Vector3.new(1, 1, 1)
  456. Bar.Transparency = 1
  457. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  458. Bar.Parent = Character
  459. local Weld = Instance.new("Weld")
  460. Weld.Part0 = Torso
  461. Weld.Part1 = Bar
  462. Weld.C0 = CFrame.new(0, 0.5, 0)
  463. Weld.Parent = Torso
  464. --]]
  465. end
  466. end
  467.  
  468. ]===]
  469. s7.Parent = s6
  470. s6.Name = "Ragdoll"
  471. s6.Disabled = false
  472. so6 = Instance.new("StringValue", s6)
  473. so6.Name = "forCustomRun"
  474. so6.Value = [===[
  475. function onTouch(part)
  476. local humanoid = part.Parent:findFirstChild("Humanoid")
  477.  
  478. if humanoid ~= nil and part.Parent:findFirstChild("Ragdoll") == nil then
  479. script.Ragdoll:Clone().Parent = humanoid.Parent
  480. end
  481. end
  482.  
  483. script.Parent.Touched:connect(onTouch)
  484.  
  485. ]===]
  486. s6.Parent = p1
  487. s8 = script:clone()
  488. s8.Name = "Hat Remover"
  489. s8.Disabled = false
  490. so8 = Instance.new("StringValue", s8)
  491. so8.Name = "forCustomRun"
  492. so8.Value = [===[
  493. function onTouched(hit)
  494. local d = hit.Parent:GetChildren()
  495. for i=1, #d do
  496. if (d[i].className == "Hat") then
  497. d[i]:remove()
  498. end
  499. end
  500. end
  501.  
  502. script.Parent.Touched:connect(onTouched)
  503. ]===]
  504. s8.Parent = p1
  505. s9 = script:clone()
  506. s9.Name = "limb"
  507. s9.Disabled = false
  508. so9 = Instance.new("StringValue", s9)
  509. so9.Name = "forCustomRun"
  510. so9.Value = [===[
  511. function onTouched(part)
  512. local h = part.Parent:findFirstChild("Humanoid")
  513. if h~=nil then
  514. local ll = part.Parent:findFirstChild("")
  515. local rl = part.Parent:findFirstChild("")
  516. local la = part.Parent:findFirstChild("Left Arm")
  517. local ra = part.Parent:findFirstChild("Right Arm")
  518. ll:remove()
  519. rl:remove()
  520. la:remove()
  521. ra:remove()
  522. end
  523. end
  524. script.Parent.Touched:connect(onTouched)
  525. ]===]
  526. s9.Parent = p1
  527. x2 = Instance.new("Sound", p1)
  528. x2.Name = "Thunder"
  529. x2.Pitch = 3
  530. x2.SoundId = "http://www.roblox.com/asset/?id=87127566"
  531. x2.Volume = 1
  532. x2.Looped = false
  533. x2.PlayOnRemove = false
  534. s10 = script:clone()
  535. s10.Name = "Script"
  536. s10.Disabled = false
  537. so10 = Instance.new("StringValue", s10)
  538. so10.Name = "forCustomRun"
  539. so10.Value = [===[
  540. function x(hit)
  541. script.Parent.GlassSound:Play()
  542. scriptPlay()
  543. end
  544.  
  545. script.Parent.Touched:connect(x)
  546. ]===]
  547. s10.Parent = p1
  548. s11 = script:clone()
  549. s11.Name = "Script"
  550. s11.Disabled = false
  551. so11 = Instance.new("StringValue", s11)
  552. so11.Name = "forCustomRun"
  553. so11.Value = [===[
  554. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  555. if (burner ~= nil) then
  556. wait(40.0)
  557. burner.Parent.BrickColor = BrickColor.new(26)
  558. wait(3.0)
  559. burner.Parent = nil
  560. end
  561.  
  562. ]===]
  563. s11.Parent = p1
  564. s12 = script:clone()
  565. s12.Name = "Script"
  566. s12.Disabled = false
  567. so12 = Instance.new("StringValue", s12)
  568. so12.Name = "forCustomRun"
  569. so12.Value = [===[
  570. function onTouched(hit)
  571. script.Parent.Thunder:play()
  572. end
  573. script.Parent.Touched:connect(onTouched)
  574. ]===]
  575. s12.Parent = p1
  576. s13 = script:clone()
  577. s13.Name = "Script"
  578. s13.Disabled = false
  579. so13 = Instance.new("StringValue", s13)
  580. so13.Name = "forCustomRun"
  581. so13.Value = [===[
  582. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  583. if (burner ~= nil) then
  584. wait(40.0)
  585. burner.Parent.BrickColor = BrickColor.new(26)
  586. wait(3.0)
  587. burner.Parent = nil
  588. end
  589.  
  590. ]===]
  591. s13.Parent = p1
  592. s14 = script:clone()
  593. s14.Name = "Script"
  594. s14.Disabled = false
  595. so14 = Instance.new("StringValue", s14)
  596. so14.Name = "forCustomRun"
  597. so14.Value = [===[
  598. function onTouched(hit)
  599. script.Parent.Thunder:play()
  600. end
  601. script.Parent.Touched:connect(onTouched)
  602. ]===]
  603. s14.Parent = p1
  604. s15 = script:clone()
  605. s15.Name = "Script"
  606. s15.Disabled = false
  607. so15 = Instance.new("StringValue", s15)
  608. so15.Name = "forCustomRun"
  609. so15.Value = [===[
  610. --[[ A script that makes you trip on touch. ]]--
  611.  
  612. function onTouch(hit)
  613. if hit.Parent:findFirstChild("Humanoid") then
  614. hit.Parent.Humanoid.Sit = true
  615. end
  616. end
  617. script.Parent.Touched:connect(onTouch)
  618. ]===]
  619. s15.Parent = p1
  620. b1 = Instance.new("SpecialMesh", p1)
  621. b1.MeshId = "http://www.roblox.com/asset/?id=35231406"
  622. b1.TextureId = "http://www.roblox.com/asset/?id=15418623"
  623. b1.MeshType = Enum.MeshType.FileMesh
  624. b1.Name = "Mesh"
  625. b1.Scale = Vector3.new(4, 2.4000001, 3.79999995)
  626. x3 = Instance.new("Sound", p1)
  627. x3.Name = "Thunder"
  628. x3.Pitch = 1
  629. x3.SoundId = "http://www.roblox.com/asset/?id=131237241"
  630. x3.Volume = 1
  631. x3.Looped = false
  632. x3.PlayOnRemove = true
  633. s16 = script:clone()
  634. s16.Name = "Electric Brick"
  635. s16.Disabled = false
  636. so16 = Instance.new("StringValue", s16)
  637. so16.Name = "forCustomRun"
  638. so16.Value = [===[
  639. function stick(x, y)
  640.  
  641. weld = Instance.new("Weld")
  642.  
  643.  
  644.  
  645. weld.Part0 = x
  646.  
  647. weld.Part1 = y
  648.  
  649.  
  650.  
  651. local HitPos = x.Position
  652.  
  653.  
  654.  
  655. local CJ = CFrame.new(HitPos)
  656.  
  657. local C0 = x.CFrame:inverse() *CJ
  658.  
  659. local C1 = y.CFrame:inverse() * CJ
  660.  
  661.  
  662.  
  663. weld.C0 = C0
  664.  
  665. weld.C1 = C1
  666.  
  667.  
  668.  
  669. weld.Parent = x
  670.  
  671. end
  672.  
  673.  
  674.  
  675. function onTouched(part)
  676.  
  677. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  678.  
  679. if h~=nil then
  680.  
  681. wait(0.001)
  682. h.Health = 30
  683. children = h.Parent:children()
  684. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  685. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new(26)
  686. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  687. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  688. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  689. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  690. part.Parent:findFirstChild("Head").Anchored = true
  691. part.Parent:findFirstChild("Torso").Anchored = true
  692. part.Parent:findFirstChild("Left Arm").Anchored = true
  693. part.Parent:findFirstChild("Right Arm").Anchored = true
  694. part.Parent:findFirstChild("Left Leg").Anchored = true
  695. part.Parent:findFirstChild("Right Leg").Anchored = true
  696.  
  697. part.Parent:findFirstChild("Head").Reflectance = 1
  698. part.Parent:findFirstChild("Torso").Reflectance = 1
  699. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  700. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  701. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  702. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  703.  
  704. wait(0.1)
  705.  
  706. part.Parent:findFirstChild("Head").Reflectance = 0
  707. part.Parent:findFirstChild("Torso").Reflectance = 0
  708. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  709. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  710. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  711. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  712.  
  713. wait(0.1)
  714.  
  715. part.Parent:findFirstChild("Head").Reflectance = 1
  716. part.Parent:findFirstChild("Torso").Reflectance = 1
  717. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  718. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  719. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  720. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  721.  
  722. wait(0.1)
  723.  
  724. part.Parent:findFirstChild("Head").Reflectance = 0
  725. part.Parent:findFirstChild("Torso").Reflectance = 0
  726. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  727. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  728. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  729. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  730.  
  731. wait(0.1)
  732.  
  733. part.Parent:findFirstChild("Head").Reflectance = 1
  734. part.Parent:findFirstChild("Torso").Reflectance = 1
  735. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  736. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  737. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  738. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  739.  
  740. wait(0.1)
  741.  
  742. part.Parent:findFirstChild("Head").Reflectance = 0
  743. part.Parent:findFirstChild("Torso").Reflectance = 0
  744. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  745. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  746. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  747. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  748.  
  749. wait(0.1)
  750.  
  751. part.Parent:findFirstChild("Head").Reflectance = 1
  752. part.Parent:findFirstChild("Torso").Reflectance = 1
  753. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  754. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  755. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  756. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  757.  
  758. wait(0.1)
  759.  
  760. part.Parent:findFirstChild("Head").Reflectance = 0
  761. part.Parent:findFirstChild("Torso").Reflectance = 0
  762. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  763. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  764. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  765. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  766.  
  767. wait(0.1)
  768.  
  769. part.Parent:findFirstChild("Head").Reflectance = 1
  770. part.Parent:findFirstChild("Torso").Reflectance = 1
  771. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  772. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  773. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  774. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  775.  
  776. wait(0.1)
  777.  
  778. part.Parent:findFirstChild("Head").Reflectance = 0
  779. part.Parent:findFirstChild("Torso").Reflectance = 0
  780. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  781. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  782. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  783. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  784.  
  785. wait(0.1)
  786.  
  787. part.Parent:findFirstChild("Head").Anchored = false
  788. part.Parent:findFirstChild("Torso").Anchored = false
  789. part.Parent:findFirstChild("Left Arm").Anchored = false
  790. part.Parent:findFirstChild("Right Arm").Anchored = false
  791. part.Parent:findFirstChild("Left Leg").Anchored = false
  792. part.Parent:findFirstChild("Right Leg").Anchored = false
  793.  
  794. for i=1,#children do
  795.  
  796. if(children[i].className == "Part" and children[i].Name ~= "Torso") then stick(children[i], h.Parent.Torso) end
  797.  
  798. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.Torso) end
  799.  
  800. end
  801.  
  802. end
  803.  
  804.  
  805. end
  806.  
  807.  
  808.  
  809. script.Parent.Touched:connect(onTouched)
  810.  
  811. ]===]
  812. s16.Parent = p1
  813. p2 = Instance.new("Part", m)
  814. p2.BrickColor = BrickColor.new("Institutional white")
  815. p2.Name = "Head"
  816. p2.CFrame = CFrame.new(17.7000008, 19.3999996, -4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  817. p2.Anchored = true
  818. p2.FormFactor = Enum.FormFactor.Custom
  819. p2.Size = Vector3.new(10.1999998, 2.4000001, 12.9999971)
  820. p2.BackSurface = Enum.SurfaceType.Weld
  821. p2.BottomSurface = Enum.SurfaceType.Weld
  822. p2.FrontSurface = Enum.SurfaceType.Weld
  823. p2.LeftSurface = Enum.SurfaceType.Weld
  824. p2.RightSurface = Enum.SurfaceType.Weld
  825. p2.TopSurface = Enum.SurfaceType.Weld
  826. s17 = script:clone()
  827. s17.Name = "Script"
  828. s17.Disabled = false
  829. so17 = Instance.new("StringValue", s17)
  830. so17.Name = "forCustomRun"
  831. so17.Value = [===[
  832. print("Hello world!")
  833. function onT(part)
  834. part.BrickColor = BrickColor.new()
  835. wait(0.1)
  836. part.Transparency = 15431
  837. wait(0.1)
  838. part.Transparency = 5411
  839. wait(0.1)
  840. part.Transparency = 542542
  841. wait(0.1)
  842. part.Transparency = 542542
  843. wait(0.1)
  844. part.Transparency = 542542
  845. wait(0.1)
  846. part.Transparency = 524542
  847. wait(0.1)
  848. part.Transparency = 5423542
  849. wait(0.1)
  850. part.Transparency = 52452433
  851. wait(0.1)
  852. part.Transparency = 52435667
  853. wait(0.1)
  854. part.Transparency = 54256789
  855. wait(0.1)
  856. part.Transparency = 65278900
  857. wait(0.1)
  858. part.Transparency = 54239542
  859. wait(0.1)
  860. part.Transparency = 5425432
  861. wait(0.1)
  862. part.Transparency = 5425425
  863. wait(0.1)
  864. part.Transparency = 5425465
  865. wait(0.1)
  866. part.Transparency = 5423542
  867. wait(0.1)
  868. part.Transparency = 5243542
  869. wait(0.1)
  870. part.Transparency = 5423542
  871. wait(0.1)
  872. part.Transparency = 5425424
  873. wait(0.1)
  874. part.Parent = nil
  875. end
  876. script.Parent.Touched:connect(onT)
  877.  
  878. ]===]
  879. s17.Parent = p2
  880. s18 = script:clone()
  881. s18.Name = "Script"
  882. s18.Disabled = false
  883. so18 = Instance.new("StringValue", s18)
  884. so18.Name = "forCustomRun"
  885. so18.Value = [===[
  886. --[[ A script that makes you trip on touch. ]]--
  887.  
  888. function onTouch(hit)
  889. if hit.Parent:findFirstChild("Humanoid") then
  890. hit.Parent.Humanoid.Sit = true
  891. end
  892. end
  893. script.Parent.Touched:connect(onTouch)
  894. ]===]
  895. s18.Parent = p2
  896. s19 = script:clone()
  897. s19.Name = "Script"
  898. s19.Disabled = false
  899. so19 = Instance.new("StringValue", s19)
  900. so19.Name = "forCustomRun"
  901. so19.Value = [===[
  902. function onTouched(hit)
  903. if hit.Parent ~= nil then
  904. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  905. if hit.Parent:findFirstChild("Torso") ~= nil then
  906.  
  907. local bp = Instance.new("BodyPosition")
  908. bp.D = 10000
  909. bp.P = 10000
  910. bp.maxForce = Vector3.new(000, 3800, 000)
  911. bp.Parent = hit.Parent.Torso
  912. bp.position = hit.Parent.Torso.Position + Vector3.new(0, 50, 0)
  913.  
  914. wait(30)
  915.  
  916. bp:remove()
  917.  
  918. end
  919. end
  920. end
  921. end
  922.  
  923. script.Parent.Touched:connect(onTouched)
  924.  
  925. ]===]
  926. s19.Parent = p2
  927. s20 = script:clone()
  928. s20.Name = "Script"
  929. s20.Disabled = false
  930. so20 = Instance.new("StringValue", s20)
  931. so20.Name = "forCustomRun"
  932. so20.Value = [===[
  933. print("Hello world!")
  934. function onT(part)
  935. part.BrickColor = BrickColor.new()
  936. wait(0.1)
  937. part.Transparency = 15431
  938. wait(0.1)
  939. part.Transparency = 5411
  940. wait(0.1)
  941. part.Transparency = 542542
  942. wait(0.1)
  943. part.Transparency = 542542
  944. wait(0.1)
  945. part.Transparency = 542542
  946. wait(0.1)
  947. part.Transparency = 524542
  948. wait(0.1)
  949. part.Transparency = 5423542
  950. wait(0.1)
  951. part.Transparency = 52452433
  952. wait(0.1)
  953. part.Transparency = 52435667
  954. wait(0.1)
  955. part.Transparency = 54256789
  956. wait(0.1)
  957. part.Transparency = 65278900
  958. wait(0.1)
  959. part.Transparency = 54239542
  960. wait(0.1)
  961. part.Transparency = 5425432
  962. wait(0.1)
  963. part.Transparency = 5425425
  964. wait(0.1)
  965. part.Transparency = 5425465
  966. wait(0.1)
  967. part.Transparency = 5423542
  968. wait(0.1)
  969. part.Transparency = 5243542
  970. wait(0.1)
  971. part.Transparency = 5423542
  972. wait(0.1)
  973. part.Transparency = 5425424
  974. wait(0.1)
  975. part.Parent = nil
  976. end
  977. script.Parent.Touched:connect(onT)
  978.  
  979. ]===]
  980. s20.Parent = p2
  981. s21 = script:clone()
  982. s22 = script:clone()
  983. s22.Name = "Erase"
  984. s22.Disabled = false
  985. so22 = Instance.new("StringValue", s22)
  986. so22.Name = "forCustomRun"
  987. so22.Value = [===[
  988. --nothing....lol
  989.  
  990. ]===]
  991. s22.Parent = s21
  992. s21.Name = "Script"
  993. s21.Disabled = false
  994. so21 = Instance.new("StringValue", s21)
  995. so21.Name = "forCustomRun"
  996. so21.Value = [===[
  997. function Sink(hit)
  998. v = Instance.new("BodyVelocity")
  999. scr = script:findFirstChild("Erase"):clone()
  1000. scr.Parent = hit
  1001. v.maxForce = v.maxForce*9999999
  1002. v.velocity = Vector3.new(0, 1, 0)
  1003. v.Parent = hit
  1004. end
  1005.  
  1006. script.Parent.Touched:connect(Sink)
  1007.  
  1008. ]===]
  1009. s21.Parent = p2
  1010. s23 = script:clone()
  1011. s23.Name = "Script"
  1012. s23.Disabled = false
  1013. so23 = Instance.new("StringValue", s23)
  1014. so23.Name = "forCustomRun"
  1015. so23.Value = [===[
  1016. function onTouched(hit)
  1017.  
  1018. if (hit.Parent:findFirstChild("Humanoid") ~= nil) then
  1019. local f = Instance.new("BodyForce")
  1020. f.Parent = hit.Parent.Torso
  1021. f.force = Vector3.new(0,2000,0)
  1022. end
  1023. end
  1024. script.Parent.Touched:connect(onTouched)
  1025. ]===]
  1026. s23.Parent = p2
  1027. s24 = script:clone()
  1028. s24.Name = "Script"
  1029. s24.Disabled = false
  1030. so24 = Instance.new("StringValue", s24)
  1031. so24.Name = "forCustomRun"
  1032. so24.Value = [===[
  1033. function onTouched(part)
  1034. local h = part.Parent:findFirstChild("Head")
  1035. if h~=nil then
  1036. h.face.Texture = script.Parent.Decal.Texture
  1037.  
  1038. end
  1039. end
  1040.  
  1041. script.Parent.Touched:connect(onTouched)
  1042.  
  1043. ]===]
  1044. s24.Parent = p2
  1045. d1 = Instance.new("Decal", p2)
  1046. d1.Texture = "http://www.roblox.com/asset/?id=45394439"
  1047. d1.Face = Enum.NormalId.Bottom
  1048. s25 = script:clone()
  1049. s25.Name = "NameScript"
  1050. s25.Disabled = false
  1051. so25 = Instance.new("StringValue", s25)
  1052. so25.Name = "forCustomRun"
  1053. so25.Value = [===[
  1054. function onTouch(part)
  1055.  
  1056. local human = part.Parent:findFirstChild("Humanoid")
  1057. if (human == nil) then return end
  1058.  
  1059. human.Parent.Name= "Currently being Digested"
  1060.  
  1061. end
  1062.  
  1063. script.Parent.Touched:connect(onTouch)
  1064.  
  1065. ]===]
  1066. s25.Parent = p2
  1067. s26 = script:clone()
  1068. s26.Name = "Script"
  1069. s26.Disabled = false
  1070. so26 = Instance.new("StringValue", s26)
  1071. so26.Name = "forCustomRun"
  1072. so26.Value = [===[
  1073. --[[ A script that makes you trip on touch. ]]--
  1074.  
  1075. function onTouch(hit)
  1076. if hit.Parent:findFirstChild("Humanoid") then
  1077. hit.Parent.Humanoid.Sit = true
  1078. end
  1079. end
  1080. script.Parent.Touched:connect(onTouch)
  1081. ]===]
  1082. s26.Parent = p2
  1083. s27 = script:clone()
  1084. s28 = script:clone()
  1085. s28.Name = "Ragdoll"
  1086. s28.Disabled = false
  1087. so28 = Instance.new("StringValue", s28)
  1088. so28.Name = "forCustomRun"
  1089. so28.Value = [===[
  1090. Character = script.Parent
  1091. Torso = Character.Torso
  1092. if Character then
  1093. if Torso then
  1094. Humanoid = Character:findFirstChild("Humanoid")
  1095. Zombie = Character:findFirstChild("Zombie")
  1096. if Humanoid ~= nil then
  1097. Humanoid.PlatformStand = true
  1098. end
  1099.  
  1100. if Zombie ~= nil then
  1101. Zombie.PlatformStand = true
  1102. end
  1103.  
  1104. local Head = Character:FindFirstChild("Head")
  1105. if Head then
  1106. local Neck = Instance.new("Weld")
  1107. Neck.Name = "Neck"
  1108. Neck.Part0 = Torso
  1109. Neck.Part1 = Head
  1110. Neck.C0 = CFrame.new(0, 1.5, 0)
  1111. Neck.C1 = CFrame.new()
  1112. Neck.Parent = Torso
  1113. end
  1114. local Limb = Character:FindFirstChild("Right Arm")
  1115. if Limb then
  1116.  
  1117. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  1118. local Joint = Instance.new("Glue")
  1119. Joint.Name = "RightShoulder"
  1120. Joint.Part0 = Torso
  1121. Joint.Part1 = Limb
  1122. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1123. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1124. Joint.Parent = Torso
  1125.  
  1126. local B = Instance.new("Part")
  1127. B.TopSurface = 0
  1128. B.BottomSurface = 0
  1129. B.formFactor = "Symmetric"
  1130. B.Size = Vector3.new(1, 1, 1)
  1131. B.Transparency = 1
  1132. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1133. B.Parent = Character
  1134. local W = Instance.new("Weld")
  1135. W.Part0 = Limb
  1136. W.Part1 = B
  1137. W.C0 = CFrame.new(0, -0.5, 0)
  1138. W.Parent = Limb
  1139.  
  1140. end
  1141. local Limb = Character:FindFirstChild("Left Arm")
  1142. if Limb then
  1143.  
  1144. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  1145. local Joint = Instance.new("Glue")
  1146. Joint.Name = "LeftShoulder"
  1147. Joint.Part0 = Torso
  1148. Joint.Part1 = Limb
  1149. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1150. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1151. Joint.Parent = Torso
  1152.  
  1153. local B = Instance.new("Part")
  1154. B.TopSurface = 0
  1155. B.BottomSurface = 0
  1156. B.formFactor = "Symmetric"
  1157. B.Size = Vector3.new(1, 1, 1)
  1158. B.Transparency = 1
  1159. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1160. B.Parent = Character
  1161. local W = Instance.new("Weld")
  1162. W.Part0 = Limb
  1163. W.Part1 = B
  1164. W.C0 = CFrame.new(0, -0.5, 0)
  1165. W.Parent = Limb
  1166.  
  1167. end
  1168. local Limb = Character:FindFirstChild("Right Leg")
  1169. if Limb then
  1170.  
  1171. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  1172. local Joint = Instance.new("Glue")
  1173. Joint.Name = "RightHip"
  1174. Joint.Part0 = Torso
  1175. Joint.Part1 = Limb
  1176. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1177. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1178. Joint.Parent = Torso
  1179.  
  1180. local B = Instance.new("Part")
  1181. B.TopSurface = 0
  1182. B.BottomSurface = 0
  1183. B.formFactor = "Symmetric"
  1184. B.Size = Vector3.new(1, 1, 1)
  1185. B.Transparency = 1
  1186. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1187. B.Parent = Character
  1188. local W = Instance.new("Weld")
  1189. W.Part0 = Limb
  1190. W.Part1 = B
  1191. W.C0 = CFrame.new(0, -0.5, 0)
  1192. W.Parent = Limb
  1193.  
  1194. end
  1195. local Limb = Character:FindFirstChild("Left Leg")
  1196. if Limb then
  1197.  
  1198. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  1199. local Joint = Instance.new("Glue")
  1200. Joint.Name = "LeftHip"
  1201. Joint.Part0 = Torso
  1202. Joint.Part1 = Limb
  1203. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1204. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1205. Joint.Parent = Torso
  1206.  
  1207. local B = Instance.new("Part")
  1208. B.TopSurface = 0
  1209. B.BottomSurface = 0
  1210. B.formFactor = "Symmetric"
  1211. B.Size = Vector3.new(1, 1, 1)
  1212. B.Transparency = 1
  1213. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1214. B.Parent = Character
  1215. local W = Instance.new("Weld")
  1216. W.Part0 = Limb
  1217. W.Part1 = B
  1218. W.C0 = CFrame.new(0, -0.5, 0)
  1219. W.Parent = Limb
  1220.  
  1221. end
  1222. --[
  1223. local Bar = Instance.new("Part")
  1224. Bar.TopSurface = 0
  1225. Bar.BottomSurface = 0
  1226. Bar.formFactor = "Symmetric"
  1227. Bar.Size = Vector3.new(1, 1, 1)
  1228. Bar.Transparency = 1
  1229. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  1230. Bar.Parent = Character
  1231. local Weld = Instance.new("Weld")
  1232. Weld.Part0 = Torso
  1233. Weld.Part1 = Bar
  1234. Weld.C0 = CFrame.new(0, 0.5, 0)
  1235. Weld.Parent = Torso
  1236. --]]
  1237. end
  1238. end
  1239.  
  1240. ]===]
  1241. s28.Parent = s27
  1242. s27.Name = "Ragdoll"
  1243. s27.Disabled = false
  1244. so27 = Instance.new("StringValue", s27)
  1245. so27.Name = "forCustomRun"
  1246. so27.Value = [===[
  1247. function onTouch(part)
  1248. local humanoid = part.Parent:findFirstChild("Humanoid")
  1249.  
  1250. if humanoid ~= nil and part.Parent:findFirstChild("Ragdoll") == nil then
  1251. script.Ragdoll:Clone().Parent = humanoid.Parent
  1252. end
  1253. end
  1254.  
  1255. script.Parent.Touched:connect(onTouch)
  1256.  
  1257. ]===]
  1258. s27.Parent = p2
  1259. s29 = script:clone()
  1260. s29.Name = "Script"
  1261. s29.Disabled = false
  1262. so29 = Instance.new("StringValue", s29)
  1263. so29.Name = "forCustomRun"
  1264. so29.Value = [===[
  1265. function onTouched(part)
  1266. anchor(part)
  1267. end
  1268.  
  1269. ]===]
  1270. s29.Parent = p2
  1271. s30 = script:clone()
  1272. s30.Name = "Anchor"
  1273. s30.Disabled = false
  1274. so30 = Instance.new("StringValue", s30)
  1275. so30.Name = "forCustomRun"
  1276. so30.Value = [===[
  1277. local debounce = false
  1278.  
  1279.  
  1280. function onHit(hit)
  1281. local human = hit.Parent:findFirstChild("Humanoid")
  1282. if (human ~= nil) and debounce == false then
  1283.  
  1284. debounce = true
  1285. script.Parent.Anchored = true
  1286.  
  1287. debounce = false
  1288. end
  1289. end
  1290.  
  1291.  
  1292. script.Parent.Touched:connect(onHit)
  1293.  
  1294. ]===]
  1295. s30.Parent = p2
  1296. s31 = script:clone()
  1297. s31.Name = "Script"
  1298. s31.Disabled = false
  1299. so31 = Instance.new("StringValue", s31)
  1300. so31.Name = "forCustomRun"
  1301. so31.Value = [===[
  1302. [[[ExtremeScriptMaker]]
  1303. function touch(part)
  1304. LA=part.Parent:FindFirstChild("Left Arm")
  1305. LL=part.Parent:FindFirstChild("Left Leg")
  1306. RA=part.Parent:FindFirstChild("Right Arm")
  1307. RL=part.Parent:FindFirstChild("Right Leg")
  1308. top = part.Parent:FindFirstChild("Head")
  1309. local h = part.Parent:FindFirstChild("Humanoid")
  1310. if (h ~= nil) then
  1311. LA.Anchored = true
  1312. LL.Anchored=true
  1313. RA.Anchored=true
  1314. RL.Anchored=true
  1315. top.Anchored=true
  1316. part.Parent.Torso.Anchored = true
  1317. h.WalkSpeed = 0
  1318. end
  1319. end
  1320. script.Parent.Touched:connect(touch)
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329. ]===]
  1330. s31.Parent = p2
  1331. s32 = script:clone()
  1332. s32.Name = "Hat Remover"
  1333. s32.Disabled = false
  1334. so32 = Instance.new("StringValue", s32)
  1335. so32.Name = "forCustomRun"
  1336. so32.Value = [===[
  1337. function onTouched(hit)
  1338. local d = hit.Parent:GetChildren()
  1339. for i=1, #d do
  1340. if (d[i].className == "Hat") then
  1341. d[i]:remove()
  1342. end
  1343. end
  1344. end
  1345.  
  1346. script.Parent.Touched:connect(onTouched)
  1347. ]===]
  1348. s32.Parent = p2
  1349. x4 = Instance.new("Sound", p2)
  1350. x4.Name = "Thunder"
  1351. x4.Pitch = 0.10000000149012
  1352. x4.SoundId = "http://www.roblox.com/asset/?id=28492762"
  1353. x4.Volume = 1
  1354. x4.Looped = true
  1355. x4.PlayOnRemove = true
  1356. s33 = script:clone()
  1357. s33.Name = "Script"
  1358. s33.Disabled = false
  1359. so33 = Instance.new("StringValue", s33)
  1360. so33.Name = "forCustomRun"
  1361. so33.Value = [===[
  1362. function x(hit)
  1363. script.Parent.GlassSound:Play()
  1364. script:remove()
  1365. end
  1366.  
  1367. script.Parent.Touched:connect(x)
  1368. ]===]
  1369. s33.Parent = p2
  1370. s34 = script:clone()
  1371. s34.Name = "Script"
  1372. s34.Disabled = false
  1373. so34 = Instance.new("StringValue", s34)
  1374. so34.Name = "forCustomRun"
  1375. so34.Value = [===[
  1376. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  1377. if (burner ~= nil) then
  1378. wait(40.0)
  1379. burner.Parent.BrickColor = BrickColor.new(26)
  1380. wait(3.0)
  1381. burner.Parent = nil
  1382. end
  1383.  
  1384. ]===]
  1385. s34.Parent = p2
  1386. s35 = script:clone()
  1387. s35.Name = "Script"
  1388. s35.Disabled = false
  1389. so35 = Instance.new("StringValue", s35)
  1390. so35.Name = "forCustomRun"
  1391. so35.Value = [===[
  1392. function onTouched(hit)
  1393. script.Parent.Thunder:play()
  1394. end
  1395. script.Parent.Touched:connect(onTouched)
  1396. ]===]
  1397. s35.Parent = p2
  1398. s36 = script:clone()
  1399. s36.Name = "Script"
  1400. s36.Disabled = false
  1401. so36 = Instance.new("StringValue", s36)
  1402. so36.Name = "forCustomRun"
  1403. so36.Value = [===[
  1404. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  1405. if (burner ~= nil) then
  1406. wait(40.0)
  1407. burner.Parent.BrickColor = BrickColor.new(26)
  1408. wait(3.0)
  1409. burner.Parent = nil
  1410. end
  1411.  
  1412. ]===]
  1413. s36.Parent = p2
  1414. s37 = script:clone()
  1415. s37.Name = "Script"
  1416. s37.Disabled = false
  1417. so37 = Instance.new("StringValue", s37)
  1418. so37.Name = "forCustomRun"
  1419. so37.Value = [===[
  1420. function onTouched(hit)
  1421. script.Parent.Thunder:play()
  1422. end
  1423. script.Parent.Touched:connect(onTouched)
  1424. ]===]
  1425. s37.Parent = p2
  1426. x5 = Instance.new("Sound", p2)
  1427. x5.Name = "Thunder"
  1428. x5.Pitch = 1
  1429. x5.SoundId = "http://www.roblox.com/asset/?id=131237241"
  1430. x5.Volume = 1
  1431. x5.Looped = false
  1432. x5.PlayOnRemove = true
  1433. s38 = script:clone()
  1434. s38.Name = "Electric Brick"
  1435. s38.Disabled = false
  1436. so38 = Instance.new("StringValue", s38)
  1437. so38.Name = "forCustomRun"
  1438. so38.Value = [===[
  1439. function stick(x, y)
  1440.  
  1441. weld = Instance.new("Weld")
  1442.  
  1443.  
  1444.  
  1445. weld.Part0 = x
  1446.  
  1447. weld.Part1 = y
  1448.  
  1449.  
  1450.  
  1451. local HitPos = x.Position
  1452.  
  1453.  
  1454.  
  1455. local CJ = CFrame.new(HitPos)
  1456.  
  1457. local C0 = x.CFrame:inverse() *CJ
  1458.  
  1459. local C1 = y.CFrame:inverse() * CJ
  1460.  
  1461.  
  1462.  
  1463. weld.C0 = C0
  1464.  
  1465. weld.C1 = C1
  1466.  
  1467.  
  1468.  
  1469. weld.Parent = x
  1470.  
  1471. end
  1472.  
  1473.  
  1474.  
  1475. function onTouched(part)
  1476.  
  1477. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  1478.  
  1479. if h~=nil then
  1480.  
  1481. wait(0.001)
  1482. h.Health = 30
  1483. children = h.Parent:children()
  1484. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  1485. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new(26)
  1486. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  1487. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  1488. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  1489. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  1490. part.Parent:findFirstChild("Head").Anchored = true
  1491. part.Parent:findFirstChild("Torso").Anchored = true
  1492. part.Parent:findFirstChild("Left Arm").Anchored = true
  1493. part.Parent:findFirstChild("Right Arm").Anchored = true
  1494. part.Parent:findFirstChild("Left Leg").Anchored = true
  1495. part.Parent:findFirstChild("Right Leg").Anchored = true
  1496.  
  1497. part.Parent:findFirstChild("Head").Reflectance = 1
  1498. part.Parent:findFirstChild("Torso").Reflectance = 1
  1499. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1500. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1501. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1502. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1503.  
  1504. wait(0.1)
  1505.  
  1506. part.Parent:findFirstChild("Head").Reflectance = 0
  1507. part.Parent:findFirstChild("Torso").Reflectance = 0
  1508. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1509. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1510. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1511. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1512.  
  1513. wait(0.1)
  1514.  
  1515. part.Parent:findFirstChild("Head").Reflectance = 1
  1516. part.Parent:findFirstChild("Torso").Reflectance = 1
  1517. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1518. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1519. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1520. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1521.  
  1522. wait(0.1)
  1523.  
  1524. part.Parent:findFirstChild("Head").Reflectance = 0
  1525. part.Parent:findFirstChild("Torso").Reflectance = 0
  1526. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1527. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1528. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1529. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1530.  
  1531. wait(0.1)
  1532.  
  1533. part.Parent:findFirstChild("Head").Reflectance = 1
  1534. part.Parent:findFirstChild("Torso").Reflectance = 1
  1535. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1536. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1537. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1538. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1539.  
  1540. wait(0.1)
  1541.  
  1542. part.Parent:findFirstChild("Head").Reflectance = 0
  1543. part.Parent:findFirstChild("Torso").Reflectance = 0
  1544. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1545. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1546. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1547. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1548.  
  1549. wait(0.1)
  1550.  
  1551. part.Parent:findFirstChild("Head").Reflectance = 1
  1552. part.Parent:findFirstChild("Torso").Reflectance = 1
  1553. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1554. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1555. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1556. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1557.  
  1558. wait(0.1)
  1559.  
  1560. part.Parent:findFirstChild("Head").Reflectance = 0
  1561. part.Parent:findFirstChild("Torso").Reflectance = 0
  1562. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1563. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1564. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1565. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1566.  
  1567. wait(0.1)
  1568.  
  1569. part.Parent:findFirstChild("Head").Reflectance = 1
  1570. part.Parent:findFirstChild("Torso").Reflectance = 1
  1571. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1572. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1573. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1574. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1575.  
  1576. wait(0.1)
  1577.  
  1578. part.Parent:findFirstChild("Head").Reflectance = 0
  1579. part.Parent:findFirstChild("Torso").Reflectance = 0
  1580. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1581. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1582. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1583. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1584.  
  1585. wait(0.1)
  1586.  
  1587. part.Parent:findFirstChild("Head").Anchored = false
  1588. part.Parent:findFirstChild("Torso").Anchored = false
  1589. part.Parent:findFirstChild("Left Arm").Anchored = false
  1590. part.Parent:findFirstChild("Right Arm").Anchored = false
  1591. part.Parent:findFirstChild("Left Leg").Anchored = false
  1592. part.Parent:findFirstChild("Right Leg").Anchored = false
  1593.  
  1594. for i=1,#children do
  1595.  
  1596. if(children[i].className == "Part" and children[i].Name ~= "Torso") then stick(children[i], h.Parent.Torso) end
  1597.  
  1598. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.Torso) end
  1599.  
  1600. end
  1601.  
  1602. end
  1603.  
  1604.  
  1605. end
  1606.  
  1607.  
  1608.  
  1609. script.Parent.Touched:connect(onTouched)
  1610.  
  1611. ]===]
  1612. s38.Parent = p2
  1613. p3 = Instance.new("Part", m)
  1614. p3.BrickColor = BrickColor.new("Lime green")
  1615. p3.Name = "Tounge"
  1616. p3.CFrame = CFrame.new(17, 11.000001, -4.4000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1617. p3.Anchored = true
  1618. p3.CanCollide = false
  1619. p3.FormFactor = Enum.FormFactor.Custom
  1620. p3.Size = Vector3.new(0.200000003, 19.5999985, 0.200000003)
  1621. p3.BackSurface = Enum.SurfaceType.Weld
  1622. p3.BottomSurface = Enum.SurfaceType.Weld
  1623. p3.FrontSurface = Enum.SurfaceType.Weld
  1624. p3.LeftSurface = Enum.SurfaceType.Weld
  1625. p3.RightSurface = Enum.SurfaceType.Weld
  1626. p3.TopSurface = Enum.SurfaceType.Weld
  1627. b2 = Instance.new("CylinderMesh", p3)
  1628. b2.Name = "Mesh"
  1629. s39 = script:clone()
  1630. s39.Name = "WalkSpeed Changer "
  1631. s39.Disabled = false
  1632. so39 = Instance.new("StringValue", s39)
  1633. so39.Name = "forCustomRun"
  1634. so39.Value = [===[
  1635. debounce = true
  1636.  
  1637. function onTouched(hit)
  1638. local h = hit.Parent:findFirstChild("Humanoid")
  1639. if (h ~= nil and debounce == true) then
  1640. debounce = false
  1641. h.WalkSpeed = 0
  1642. wait(1)
  1643. debounce = true
  1644. end
  1645. end
  1646.  
  1647. script.Parent.Touched:connect(onTouched)
  1648. ]===]
  1649. s39.Parent = p3
  1650. s40 = script:clone()
  1651. s40.Name = "Script"
  1652. s40.Disabled = false
  1653. so40 = Instance.new("StringValue", s40)
  1654. so40.Name = "forCustomRun"
  1655. so40.Value = [===[
  1656. function onTouched(hit)
  1657. if hit.Parent ~= nil then
  1658. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1659. if hit.Parent:findFirstChild("Torso") ~= nil then
  1660.  
  1661. local bp = Instance.new("BodyPosition")
  1662. bp.D = 10000
  1663. bp.P = 10000
  1664. bp.maxForce = Vector3.new(000, 3800, 000)
  1665. bp.Parent = hit.Parent.Torso
  1666. bp.position = hit.Parent.Torso.Position + Vector3.new(0, 50, 0)
  1667.  
  1668. wait(30)
  1669.  
  1670. bp:remove()
  1671.  
  1672. end
  1673. end
  1674. end
  1675. end
  1676.  
  1677. script.Parent.Touched:connect(onTouched)
  1678.  
  1679. ]===]
  1680. s40.Parent = p3
  1681. s41 = script:clone()
  1682. s41.Name = "Script"
  1683. s41.Disabled = false
  1684. so41 = Instance.new("StringValue", s41)
  1685. so41.Name = "forCustomRun"
  1686. so41.Value = [===[
  1687. function Sink(hit)
  1688. v = Instance.new("BodyVelocity")
  1689. scr = script:findFirstChild("Erase"):clone()
  1690. scr.Parent = hit
  1691. v.maxForce = v.maxForce*9999999
  1692. v.velocity = Vector3.new(0, 1, 0)
  1693. v.Parent = hit
  1694. end
  1695.  
  1696. script.Parent.Touched:connect(Sink)
  1697.  
  1698. ]===]
  1699. s41.Parent = p3
  1700. s42 = script:clone()
  1701. s42.Name = "Script"
  1702. s42.Disabled = false
  1703. so42 = Instance.new("StringValue", s42)
  1704. so42.Name = "forCustomRun"
  1705. so42.Value = [===[
  1706. function onTouched(hit)
  1707.  
  1708. if (hit.Parent:findFirstChild("Humanoid") ~= nil) then
  1709. local f = Instance.new("BodyForce")
  1710. f.Parent = hit.Parent.Torso
  1711. f.force = Vector3.new(0,2000,0)
  1712. end
  1713. end
  1714. script.Parent.Touched:connect(onTouched)
  1715. ]===]
  1716. s42.Parent = p3
  1717. s43 = script:clone()
  1718. s44 = script:clone()
  1719. s44.Name = "Erase"
  1720. s44.Disabled = false
  1721. so44 = Instance.new("StringValue", s44)
  1722. so44.Name = "forCustomRun"
  1723. so44.Value = [===[
  1724. --nothing....lol
  1725.  
  1726. ]===]
  1727. s44.Parent = s43
  1728. s43.Name = "Script"
  1729. s43.Disabled = false
  1730. so43 = Instance.new("StringValue", s43)
  1731. so43.Name = "forCustomRun"
  1732. so43.Value = [===[
  1733. function Sink(hit)
  1734. v = Instance.new("BodyVelocity")
  1735. scr = script:findFirstChild("Erase"):clone()
  1736. scr.Parent = hit
  1737. v.maxForce = v.maxForce*9999999
  1738. v.velocity = Vector3.new(0, 1, 0)
  1739. v.Parent = hit
  1740. end
  1741.  
  1742. script.Parent.Touched:connect(Sink)
  1743.  
  1744. ]===]
  1745. s43.Parent = p3
  1746. s45 = script:clone()
  1747. s45.Name = "NameScript"
  1748. s45.Disabled = false
  1749. so45 = Instance.new("StringValue", s45)
  1750. so45.Name = "forCustomRun"
  1751. so45.Value = [===[
  1752. function onTouch(part)
  1753.  
  1754. local human = part.Parent:findFirstChild("Humanoid")
  1755. if (human == nil) then return end
  1756.  
  1757. human.Parent.Name= "Currently being Digested"
  1758.  
  1759. end
  1760.  
  1761. script.Parent.Touched:connect(onTouch)
  1762.  
  1763. ]===]
  1764. s45.Parent = p3
  1765. s46 = script:clone()
  1766. s46.Name = "Script"
  1767. s46.Disabled = false
  1768. so46 = Instance.new("StringValue", s46)
  1769. so46.Name = "forCustomRun"
  1770. so46.Value = [===[
  1771. print("Hello world!")
  1772. function onT(part)
  1773. part.BrickColor = BrickColor.new(47)
  1774. wait(10)
  1775. part.Transparency = 0
  1776. wait(10)
  1777. part.Transparency = 0
  1778. wait(10)
  1779. part.Transparency = 0
  1780. wait(10)
  1781. part.Transparency = 0
  1782. wait(10)
  1783. part.Transparency = 0
  1784. wait(10)
  1785. part.Transparency = 0
  1786. wait(10)
  1787. part.Transparency = 0
  1788. wait(10)
  1789. part.Transparency = 0
  1790. wait(10)
  1791. part.Transparency = 0
  1792. wait(10)
  1793. part.Transparency = 0
  1794. wait(10)
  1795. part.Transparency = 0
  1796. wait(10)
  1797. part.Transparency = 0
  1798. wait(10)
  1799. part.Transparency = 0
  1800. wait(10)
  1801. part.Transparency = 0
  1802. wait(10)
  1803. part.Transparency = 0
  1804. wait(10)
  1805. part.Transparency = 0
  1806. wait(10)
  1807. part.Transparency = 0
  1808. wait(10)
  1809. part.Transparency = 0
  1810. wait(10)
  1811. part.Transparency = 0
  1812. wait(10)
  1813. part.Parent = nil
  1814. end
  1815. script.Parent.Touched:connect(onT)
  1816.  
  1817. ]===]
  1818. s46.Parent = p3
  1819. s47 = script:clone()
  1820. s47.Name = "Script"
  1821. s47.Disabled = false
  1822. so47 = Instance.new("StringValue", s47)
  1823. so47.Name = "forCustomRun"
  1824. so47.Value = [===[
  1825. --[[ A script that makes you trip on touch. ]]--
  1826.  
  1827. function onTouch(hit)
  1828. if hit.Parent:findFirstChild("Humanoid") then
  1829. hit.Parent.Humanoid.Sit = true
  1830. end
  1831. end
  1832. script.Parent.Touched:connect(onTouch)
  1833. ]===]
  1834. s47.Parent = p3
  1835. s48 = script:clone()
  1836. s48.Name = "Script"
  1837. s48.Disabled = false
  1838. so48 = Instance.new("StringValue", s48)
  1839. so48.Name = "forCustomRun"
  1840. so48.Value = [===[
  1841. debounce = true
  1842. block = script.Parent.Parent.Tounge
  1843.  
  1844. function onTouch(hit)
  1845. if debounce == true then
  1846. debounce = false
  1847. block.NormalSide1.Texture = ""
  1848. block.NormalSide2.Texture = ""
  1849. block.NormalSide3.Texture = ""
  1850. block.NormalSide4.Texture = ""
  1851. block.AlternateSide1.Texture = ""
  1852. block.AlternateSide2.Texture = ""
  1853. block.Transparency = 16787
  1854. block.Sparkles.Enabled = false
  1855. wait(0.5)
  1856. block.Transparency = true
  1857. block.Sparkles.Enabled = false
  1858. wait(7.5)
  1859. block.NormalSide1.Texture = ""
  1860. block.NormalSide2.Texture = ""
  1861. block.NormalSide3.Texture = ""
  1862. block.NormalSide4.Texture = ""
  1863. block.AlternateSide1.Texture = ""
  1864. block.AlternateSide2.Texture = ""
  1865. block.Transparency = 67578
  1866. block.Cancolide = false
  1867. debounce = false
  1868. end
  1869. end
  1870.  
  1871. script.Parent.Touched:connect(onTouch)
  1872.  
  1873. ]===]
  1874. s48.Parent = p3
  1875. x6 = Instance.new("Sound", p3)
  1876. x6.Name = "Thunder"
  1877. x6.Pitch = 0.10000000149012
  1878. x6.SoundId = "http://www.roblox.com/asset/?id=19284093"
  1879. x6.Volume = 1
  1880. x6.Looped = false
  1881. x6.PlayOnRemove = false
  1882. s49 = script:clone()
  1883. s49.Name = "Script"
  1884. s49.Disabled = false
  1885. so49 = Instance.new("StringValue", s49)
  1886. so49.Name = "forCustomRun"
  1887. so49.Value = [===[
  1888. function x(hit)
  1889. script.Parent.GlassSound:Play()
  1890. script:remove()
  1891. end
  1892.  
  1893. script.Parent.Touched:connect(x)
  1894. ]===]
  1895. s49.Parent = p3
  1896. s50 = script:clone()
  1897. s50.Name = "Script"
  1898. s50.Disabled = false
  1899. so50 = Instance.new("StringValue", s50)
  1900. so50.Name = "forCustomRun"
  1901. so50.Value = [===[
  1902. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  1903. if (burner ~= nil) then
  1904. wait(40.0)
  1905. burner.Parent.BrickColor = BrickColor.new(26)
  1906. wait(3.0)
  1907. burner.Parent = nil
  1908. end
  1909.  
  1910. ]===]
  1911. s50.Parent = p3
  1912. s51 = script:clone()
  1913. s51.Name = "Script"
  1914. s51.Disabled = false
  1915. so51 = Instance.new("StringValue", s51)
  1916. so51.Name = "forCustomRun"
  1917. so51.Value = [===[
  1918. function onTouched(hit)
  1919. script.Parent.Thunder:play()
  1920. end
  1921. script.Parent.Touched:connect(onTouched)
  1922. ]===]
  1923. s51.Parent = p3
  1924. s52 = script:clone()
  1925. s52.Name = "Script"
  1926. s52.Disabled = false
  1927. so52 = Instance.new("StringValue", s52)
  1928. so52.Name = "forCustomRun"
  1929. so52.Value = [===[
  1930. local burner = script.Parent.Parent:FindFirstChild("Smoke")
  1931. if (burner ~= nil) then
  1932. wait(40.0)
  1933. burner.Parent.BrickColor = BrickColor.new(26)
  1934. wait(3.0)
  1935. burner.Parent = nil
  1936. end
  1937.  
  1938. ]===]
  1939. s52.Parent = p3
  1940. s53 = script:clone()
  1941. s53.Name = "Script"
  1942. s53.Disabled = false
  1943. so53 = Instance.new("StringValue", s53)
  1944. so53.Name = "forCustomRun"
  1945. so53.Value = [===[
  1946. function onTouched(hit)
  1947. script.Parent.Thunder:play()
  1948. end
  1949. script.Parent.Touched:connect(onTouched)
  1950. ]===]
  1951. s53.Parent = p3
  1952. s54 = script:clone()
  1953. s54.Name = "Script"
  1954. s54.Disabled = false
  1955. so54 = Instance.new("StringValue", s54)
  1956. so54.Name = "forCustomRun"
  1957. so54.Value = [===[
  1958. --[[ A script that makes you trip on touch. ]]--
  1959.  
  1960. function onTouch(hit)
  1961. if hit.Parent:findFirstChild("Humanoid") then
  1962. hit.Parent.Humanoid.Sit = true
  1963. end
  1964. end
  1965. script.Parent.Touched:connect(onTouch)
  1966. ]===]
  1967. s54.Parent = p3
  1968. s55 = script:clone()
  1969. s55.Name = "Electric Brick"
  1970. s55.Disabled = false
  1971. so55 = Instance.new("StringValue", s55)
  1972. so55.Name = "forCustomRun"
  1973. so55.Value = [===[
  1974. function stick(x, y)
  1975.  
  1976. weld = Instance.new("Weld")
  1977.  
  1978.  
  1979.  
  1980. weld.Part0 = x
  1981.  
  1982. weld.Part1 = y
  1983.  
  1984.  
  1985.  
  1986. local HitPos = x.Position
  1987.  
  1988.  
  1989.  
  1990. local CJ = CFrame.new(HitPos)
  1991.  
  1992. local C0 = x.CFrame:inverse() *CJ
  1993.  
  1994. local C1 = y.CFrame:inverse() * CJ
  1995.  
  1996.  
  1997.  
  1998. weld.C0 = C0
  1999.  
  2000. weld.C1 = C1
  2001.  
  2002.  
  2003.  
  2004. weld.Parent = x
  2005.  
  2006. end
  2007.  
  2008.  
  2009.  
  2010. function onTouched(part)
  2011.  
  2012. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2013.  
  2014. if h~=nil then
  2015.  
  2016. wait(0.001)
  2017. h.Health = 100
  2018. children = h.Parent:children()
  2019. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new("Lime green")
  2020. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new("Lime green")
  2021. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new("Lime green")
  2022. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new("Lime green")
  2023. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new("Lime green")
  2024. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new("Lime green")
  2025. part.Parent:findFirstChild("Head").Anchored = true
  2026. part.Parent:findFirstChild("Torso").Anchored = true
  2027. part.Parent:findFirstChild("Left Arm").Anchored = true
  2028. part.Parent:findFirstChild("Right Arm").Anchored = true
  2029. part.Parent:findFirstChild("Left Leg").Anchored = true
  2030. part.Parent:findFirstChild("Right Leg").Anchored = true
  2031.  
  2032. part.Parent:findFirstChild("Head").Reflectance = 0
  2033. part.Parent:findFirstChild("Torso").Reflectance = 0
  2034. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2035. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2036. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2037. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2038.  
  2039. wait(0.1)
  2040.  
  2041. part.Parent:findFirstChild("Head").Reflectance = 0
  2042. part.Parent:findFirstChild("Torso").Reflectance = 0
  2043. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2044. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2045. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2046. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2047.  
  2048. wait(0.1)
  2049.  
  2050. part.Parent:findFirstChild("Head").Reflectance = 1
  2051. part.Parent:findFirstChild("Torso").Reflectance = 1
  2052. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2053. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2054. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2055. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2056.  
  2057. wait(0.1)
  2058.  
  2059. part.Parent:findFirstChild("Head").Reflectance = 0
  2060. part.Parent:findFirstChild("Torso").Reflectance = 0
  2061. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2062. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2063. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2064. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2065.  
  2066. wait(0.1)
  2067.  
  2068. part.Parent:findFirstChild("Head").Reflectance = 1
  2069. part.Parent:findFirstChild("Torso").Reflectance = 1
  2070. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2071. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2072. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2073. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2074.  
  2075. wait(0.1)
  2076.  
  2077. part.Parent:findFirstChild("Head").Reflectance = 0
  2078. part.Parent:findFirstChild("Torso").Reflectance = 0
  2079. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2080. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2081. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2082. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2083.  
  2084. wait(0.1)
  2085.  
  2086. part.Parent:findFirstChild("Head").Reflectance = 1
  2087. part.Parent:findFirstChild("Torso").Reflectance = 1
  2088. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2089. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2090. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2091. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2092.  
  2093. wait(0.1)
  2094.  
  2095. part.Parent:findFirstChild("Head").Reflectance = 0
  2096. part.Parent:findFirstChild("Torso").Reflectance = 0
  2097. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2098. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2099. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2100. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2101.  
  2102. wait(0.1)
  2103.  
  2104. part.Parent:findFirstChild("Head").Reflectance = 1
  2105. part.Parent:findFirstChild("Torso").Reflectance = 1
  2106. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2107. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2108. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2109. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2110.  
  2111. wait(0.1)
  2112.  
  2113. part.Parent:findFirstChild("Head").Reflectance = 0
  2114. part.Parent:findFirstChild("Torso").Reflectance = 0
  2115. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2116. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2117. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2118. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2119.  
  2120. wait(0.1)
  2121.  
  2122. part.Parent:findFirstChild("Head").Anchored = false
  2123. part.Parent:findFirstChild("Torso").Anchored = false
  2124. part.Parent:findFirstChild("Left Arm").Anchored = false
  2125. part.Parent:findFirstChild("Right Arm").Anchored = false
  2126. part.Parent:findFirstChild("Left Leg").Anchored = false
  2127. part.Parent:findFirstChild("Right Leg").Anchored = false
  2128.  
  2129. for i=1,#children do
  2130.  
  2131. if(children[i].className == "Part" and children[i].Name ~= "Torso") then stick(children[i], h.Parent.Torso) end
  2132.  
  2133. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.Torso) end
  2134.  
  2135. end
  2136.  
  2137. end
  2138.  
  2139.  
  2140. end
  2141.  
  2142.  
  2143.  
  2144. script.Parent.Touched:connect(onTouched)
  2145.  
  2146. ]===]
  2147. s55.Parent = p3
  2148. s56 = script:clone()
  2149. s56.Name = "Jump"
  2150. s56.Disabled = false
  2151. so56 = Instance.new("StringValue", s56)
  2152. so56.Name = "forCustomRun"
  2153. so56.Value = [===[
  2154. function onTouched(part)
  2155. if part.Parent ~= nil then
  2156. local h = part.Parent:findFirstChild("Humanoid")
  2157. if h~=nil then
  2158.  
  2159. h.Parent.Torso.Velocity=Vector3.new(0,70,0) -- change 1000 to how high you want it to make you go
  2160. wait(0.5)
  2161.  
  2162. end
  2163. end
  2164. end
  2165.  
  2166. script.Parent.Touched:connect(onTouched)
  2167.  
  2168. ]===]
  2169. s56.Parent = p3
  2170. m.Parent = game:service("Workspace")
  2171. m:MakeJoints()
Add Comment
Please, Sign In to add comment