Advertisement
ManlyMemeScripter

Woa

Oct 26th, 2019 (edited)
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 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. -- Objects
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local TextButton = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. ScreenGui.Parent = game.Players.THECREATOR20029.PlayerGui
  15.  
  16. TextButton.Parent = ScreenGui
  17. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  18. TextButton.Size = UDim2.new(0, 200, 0, 50)
  19. TextButton.Font = Enum.Font.SourceSans
  20. TextButton.FontSize = Enum.FontSize.Size14
  21. TextButton.Text = "calo"
  22. TextButton.TextSize = 14
  23.  
  24. --[[Function/s being made!]]
  25. function PlayMusic(ID)
  26. for i, v in pairs (game.Workspace:GetChildren()) do
  27. if v:IsA("Sound") then
  28. end
  29. end
  30. local music = Instance.new("Sound")
  31. local asset = "rbxassetid://"
  32. music.SoundId = asset .. ID
  33. music.Parent = workspace
  34. music.Volume = 0.5
  35. music.Looped = false
  36. music:Play()
  37. end
  38. --[[Connecting functions!]]
  39. TextButton.MouseButton1Down:connect(function()
  40. PlayMusic(2950791978)
  41. end)
  42.  
  43. --This is a localscript; you will need to have access to using scripts wherever you want this
  44. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  45.  
  46.  
  47. --WOAH--
  48. game.Workspace.THECREATOR20029.Humanoid.WalkSpeed = 75
  49.  
  50. plr = game.Players.LocalPlayer.Character
  51. sauce = Instance.new("Sound", plr.Head)
  52. sauce.SoundId = "http://roblox.com/asset?id=718581626"
  53. sauce.Volume = 0.001
  54. sauce:Play()
  55. sauce.Looped = true
  56.  
  57. local s = Instance.new("Sound")
  58.  
  59. s.Name = "Kool Aid 1"
  60. s.SoundId = "http://www.roblox.com/asset/?id=718581626"
  61. s.Volume = 0.0001
  62. s.Looped = false
  63. s.archivable = false
  64.  
  65. s.Parent = game.Workspace
  66.  
  67.  
  68. s:play()
  69. function giant(p, size)
  70. local pchar = p.Character
  71. if pchar then
  72. local function scale(chr,scl)
  73.  
  74. for _,v in pairs(pchar:GetChildren()) do
  75. if v:IsA("Hat") then
  76. v:Clone()
  77. v.Parent = game.Lighting
  78. end
  79. end
  80.  
  81. local Head = chr['Head']
  82. local Torso = chr['Torso']
  83. local LA = chr['Left Arm']
  84. local RA = chr['Right Arm']
  85. local LL = chr['Left Leg']
  86. local RL = chr['Right Leg']
  87. local HRP = chr['HumanoidRootPart']
  88.  
  89. shirt = chr:findFirstChild("Shirt")
  90. if shirt ~= nil then
  91. shirt:Destroy()
  92. end
  93. print("Shirt removed")
  94. pants = chr:findFirstChild("Pants")
  95. if pants ~= nil then
  96. pants:Destroy()
  97. end
  98. print("Pants removed")
  99. tshirt = chr:findFirstChild("Shirt Graphic")
  100. if tshirt ~= nil then
  101. tshirt:Destroy()
  102. end
  103. print("T-Shirt destroyed")
  104.  
  105. p = game.Players.LocalPlayer
  106. p.Character.Humanoid.MaxHealth = math.huge
  107.  
  108.  
  109. wait(0.1)
  110. local char = game.Players.LocalPlayer.Character
  111. local tshirt = char:FindFirstChild("Shirt Graphic")
  112. if not tshirt then
  113. tshirt = Instance.new("ShirtGraphic",char)
  114. end
  115. tshirt.Graphic = "rbxassetid://512041013"
  116.  
  117.  
  118. Head.formFactor = 1
  119. Torso.formFactor = 1
  120. LA.formFactor = 1
  121. RA.formFactor = 1
  122. LL.formFactor = 1
  123. RL.formFactor = 1
  124. HRP.formFactor = 1
  125.  
  126. Head.Size = Vector3.new(scl * 2, scl, scl)
  127. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  128. LA.Size = Vector3.new(scl, scl * 2, scl)
  129. RA.Size = Vector3.new(scl, scl * 2, scl)
  130. LL.Size = Vector3.new(scl, scl * 2, scl)
  131. RL.Size = Vector3.new(scl, scl * 2, scl)
  132. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  133.  
  134.  
  135. ---
  136.  
  137.  
  138.  
  139.  
  140. Head.Transparency = 1
  141. Torso.BrickColor = BrickColor.new("Bright red")
  142. LA.BrickColor = BrickColor.new("Bright red")
  143. RA.BrickColor = BrickColor.new("Bright red")
  144. RL.BrickColor = BrickColor.new("Bright red")
  145. LL.BrickColor = BrickColor.new("Bright red")
  146. Head.face:Remove()
  147.  
  148.  
  149.  
  150.  
  151. local Motor1 = Instance.new('Motor6D', Torso)
  152. Motor1.Part0 = Torso
  153. Motor1.Part1 = Head
  154. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  155. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  156. Motor1.Name = "Neck"
  157.  
  158. local Motor2 = Instance.new('Motor6D', Torso)
  159. Motor2.Part0 = Torso
  160. Motor2.Part1 = LA
  161. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  162. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  163. Motor2.Name = "Left Shoulder"
  164.  
  165. local Motor3 = Instance.new('Motor6D', Torso)
  166. Motor3.Part0 = Torso
  167. Motor3.Part1 = RA
  168. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  169. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  170. Motor3.Name = "Right Shoulder"
  171.  
  172. local Motor4 = Instance.new('Motor6D', Torso)
  173. Motor4.Part0 = Torso
  174. Motor4.Part1 = LL
  175. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  176. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  177. Motor4.Name = "Left Hip"
  178.  
  179. local Motor5 = Instance.new('Motor6D', Torso)
  180. Motor5.Part0 = Torso
  181. Motor5.Part1 = RL
  182. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  183. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  184. Motor5.Name = "Right Hip"
  185.  
  186. local Motor6 = Instance.new('Motor6D', HRP)
  187. Motor6.Part0 = HRP
  188. Motor6.Part1 = Torso
  189. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  190. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  191.  
  192. end
  193.  
  194. scale(pchar, size)
  195. pchar.Humanoid.WalkSpeed = 15 * size
  196.  
  197. for _,v in pairs(game.Lighting:GetChildren()) do
  198. if v:IsA("Hat") then
  199. v.Parent = pchar
  200. end
  201. end
  202. end
  203. end
  204.  
  205. local plr = game.Players.LocalPlayer
  206. giant(plr, 1)
  207. for i, v in pairs(plr.Character:GetChildren()) do
  208. if v:IsA("BasePart") then
  209. v.Touched:connect(function(p)
  210. if p.Size.X<30 then
  211. p.Anchored = false
  212. p:BreakJoints()
  213. end
  214. end)
  215. end
  216. end
  217.  
  218. local csize = 1
  219.  
  220. local sgui = Instance.new("ScreenGui", game.CoreGui)
  221. local base = Instance.new("Frame", sgui)
  222. base.BackgroundTransparency = 1
  223. base.Size = UDim2.new(0, 110, 0, 200)
  224. base.Position = UDim2.new(1, -120, 1, -180)
  225. local indicator = Instance.new("TextLabel", base)
  226. indicator.Size = UDim2.new(1, 0, 0, 25)
  227. indicator.TextColor3 = Color3.new(1, 1, 1)
  228. indicator.BackgroundTransparency = 0
  229. indicator.FontSize = Enum.FontSize.Size18
  230. indicator.Font = Enum.Font.SourceSans
  231. indicator.Text = "Current Size: 1"
  232. local PlusOne = Instance.new("TextButton", base)
  233. PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  234. PlusOne.Position = UDim2.new(0, 0, 0, 40)
  235. PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
  236. PlusOne.BorderSizePixel = 2
  237. PlusOne.Font = Enum.Font.SourceSansBold
  238. PlusOne.FontSize = Enum.FontSize.Size24
  239. PlusOne.Text = "+1 Size"
  240. local MinusOne = Instance.new("TextButton", base)
  241. MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  242. MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
  243. MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
  244. MinusOne.Text = "-1 Size"
  245. MinusOne.BorderSizePixel = 2
  246. MinusOne.Font = Enum.Font.SourceSansBold
  247. MinusOne.FontSize = Enum.FontSize.Size24
  248.  
  249. PlusOne.MouseButton1Down:connect(function()
  250. csize = csize + 1
  251. giant(plr, csize)
  252. indicator.Text = "Current Size: "..tostring(csize)
  253. end)
  254.  
  255.  
  256.  
  257. MinusOne.MouseButton1Down:connect(function()
  258. csize = csize - 1
  259. giant(plr, csize)
  260. indicator.Text = "Current Size: "..tostring(csize)
  261. end)
  262. local char = game.Players.LocalPlayer.Character
  263. --char.Humanoid.Died:connect(function()
  264. --s:remove()
  265. --end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement