Advertisement
ManlyMemeScripter

Dark toad

Oct 20th, 2019 (edited)
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.60 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,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 99999999999
  8.  
  9. game.Players.LocalPlayer.Character.Humanoid.Health = 99999999999
  10.  
  11. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 60
  13.  
  14. --{{Made by Strazos}}--
  15.  
  16. local p = game.Players.LocalPlayer
  17. local char = p.Character
  18. local larm = char["Left Arm"]
  19. local rarm = char["Right Arm"]
  20. local lleg = char["Left Leg"]
  21. local rleg = char["Right Leg"]
  22. local hed = char.Head
  23. local torso = char.Torso
  24. local hum = char.Humanoid
  25. local weld = Instance.new("Weld",torso)
  26. weld.Part0 = torso
  27.  
  28. larm.Transparency = 1
  29. rarm.Transparency = 1
  30. lleg.Transparency = 1
  31. rleg.Transparency = 1
  32. hed.Transparency = 1
  33. torso.Transparency = 1
  34.  
  35. local train = Instance.new("Part",torso)
  36. train.Anchored = false
  37. train.CanCollide = false
  38. train.Size = Vector3.new(2,2,2)
  39. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  40. weld.Part1 = train
  41. weld.C1 = CFrame.new(0,0.5,0) * CFrame.Angles(0,math.rad(0),0)
  42. train.Anchored = false
  43. local TrainMesh = Instance.new("SpecialMesh",train)
  44. TrainMesh.MeshType = Enum.MeshType.FileMesh
  45. TrainMesh.Scale = Vector3.new(0.07, 0.07, 0.07)
  46. TrainMesh.MeshId = "rbxassetid://1448350905"
  47. TrainMesh.TextureId = "rbxassetid://4175256575"
  48.  
  49. hum.WalkSpeed = 80;
  50.  
  51.  
  52. for i,v in pairs(char:GetChildren()) do
  53.     if v:IsA("Part") then
  54.         v.Transparency = 1;
  55.     elseif v:IsA("Hat") then
  56.         v:Destroy()
  57.     elseif v:IsA("Model") then
  58.         v:Destroy()
  59.     end
  60. end
  61.  
  62. plr = game.Players.THECREATOR20029.Character
  63. sauce = Instance.new("Sound", plr.Head)
  64. sauce.SoundId = "http://roblox.com/asset?id=597084853"
  65. sauce.Volume = 0.4
  66. sauce:Play()
  67. sauce.Looped = true
  68.  
  69. local particleemitter = Instance.new("ParticleEmitter", torso)
  70. particleemitter.Texture = "http://www.roblox.com/asset/?id=0"
  71. particleemitter.VelocitySpread = 180
  72. particleemitter.Lifetime = NumberRange.new(5)
  73. particleemitter.Speed = NumberRange.new(6)
  74. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  75. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  76. particleemitter.Rate = 150
  77. particleemitter.Rotation = NumberRange.new(-55, 55)
  78. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  79. particleemitter.LightEmission = 0
  80. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  81.  
  82.  
  83.  
  84. local plr = game.Players.LocalPlayer
  85. local chr = plr.Character
  86. local maus = plr:GetMouse()
  87. local PGui=plr.PlayerGui
  88. local lleg = chr["Left Leg"]
  89. local rleg = chr["Right Leg"]
  90. local larm = chr["Left Arm"]
  91. local rarm = chr["Right Arm"]
  92. local hed = chr.Head
  93. local rutprt = chr.HumanoidRootPart
  94. local torso = chr.Torso
  95. local pseudohead=hed:Clone()
  96. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  97. pseudohead.Name='PseudoHead'
  98. pseudohead.Parent=chr.Head
  99. local pseudoweld=Instance.new('Weld',torso)
  100. pseudoweld.Part0=hed
  101. pseudoweld.Name='PseudoHeadWeld'
  102. pseudoweld.Part1=pseudohead
  103. hed.Transparency=1
  104. for i,x in pairs(chr:GetChildren()) do
  105. if x:IsA'HHat' then x:destroy'' end end
  106. for i,x in pairs(chr:GetChildren()) do
  107. for a,v in pairs(x:GetChildren()) do
  108. if v:IsA'CharacterMesh' then v:destroy''
  109. end
  110. end
  111. end
  112.  
  113. -- Objects
  114.  
  115. local ScreenGui = Instance.new("ScreenGui")
  116. local TextButton = Instance.new("TextButton")
  117.  
  118. -- Properties
  119.  
  120. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  121.  
  122. TextButton.Parent = ScreenGui
  123. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  124. TextButton.Size = UDim2.new(0, 200, 0, 50)
  125. TextButton.Font = Enum.Font.SourceSans
  126. TextButton.FontSize = Enum.FontSize.Size14
  127. TextButton.Text = "Aaaa"
  128. TextButton.TextSize = 14
  129.  
  130. --[[Function/s being made!]]
  131. function PlayMusic(ID)
  132.     for i, v in pairs (game.Workspace:GetChildren()) do
  133.     if v:IsA("Sound") then
  134.     end
  135.     end
  136.     local music = Instance.new("Sound")
  137.     local asset = "rbxassetid://"
  138.     music.SoundId = asset .. ID
  139.     music.Parent = workspace
  140.     music.Volume = 99
  141.     music.Looped = false
  142.     music:Play()
  143. end
  144. --[[Connecting functions!]]
  145. TextButton.MouseButton1Down:connect(function()
  146. PlayMusic(130771988)
  147. end)
  148.  
  149. --This is a localscript; you will need to have access to using scripts wherever you want this
  150. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement