Advertisement
Guest User

umm idk

a guest
Oct 18th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7.     print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8.     script.Parent = Player.Character
  9.  
  10.     --RemoteEvent for communicating
  11.     local Event = Instance.new("RemoteEvent")
  12.     Event.Name = "UserInput_Event"
  13.  
  14.     --Fake event to make stuff like Mouse.KeyDown work
  15.     local function fakeEvent()
  16.         local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17.         t.connect = t.Connect
  18.         return t
  19.     end
  20.  
  21.     --Creating fake input objects with fake variables
  22.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24.     local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25.         CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26.     end}
  27.     --Merged 2 functions into one by checking amount of arguments
  28.     CAS.UnbindAction = CAS.BindAction
  29.  
  30.     --This function will trigger the events that have been :Connect()'ed
  31.     local function te(self,ev,...)
  32.         local t = m[ev]
  33.         if t and t._fakeEvent and t.Function then
  34.             t.Function(...)
  35.         end
  36.     end
  37.     m.TrigEvent = te
  38.     UIS.TrigEvent = te
  39.  
  40.     Event.OnServerEvent:Connect(function(plr,io)
  41.         if plr~=Player then return end
  42.         if io.isMouse then
  43.             m.Target = io.Target
  44.             m.Hit = io.Hit
  45.         else
  46.             local b = io.UserInputState == Enum.UserInputState.Begin
  47.             if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48.                 return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49.             end
  50.             for _,t in pairs(CAS.Actions) do
  51.                 for _,k in pairs(t.Keys) do
  52.                     if k==io.KeyCode then
  53.                         t.Function(t.Name,io.UserInputState,io)
  54.                     end
  55.                 end
  56.             end
  57.             m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58.             UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59.         end
  60.     end)
  61.     Event.Parent = NLS([==[
  62.     local Player = game:GetService("Players").LocalPlayer
  63.     local Event = script:WaitForChild("UserInput_Event")
  64.  
  65.     local UIS = game:GetService("UserInputService")
  66.     local input = function(io,a)
  67.         if a then return end
  68.         --Since InputObject is a client-side instance, we create and pass table instead
  69.         Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70.     end
  71.     UIS.InputBegan:Connect(input)
  72.     UIS.InputEnded:Connect(input)
  73.  
  74.     local Mouse = Player:GetMouse()
  75.     local h,t
  76.     --Give the server mouse data 30 times every second, but only if the values changed
  77.     --If player is not moving their mouse, client won't fire events
  78.     while wait(1/30) do
  79.         if h~=Mouse.Hit or t~=Mouse.Target then
  80.             h,t=Mouse.Hit,Mouse.Target
  81.             Event:FireServer({isMouse=true,Target=t,Hit=h})
  82.         end
  83.     end]==],Player.Character)
  84.     Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87.  
  88. --[[
  89.     Made by Kiriot22
  90.     lel
  91. --]]
  92. local plr = owner
  93. local char = plr.Character
  94.  
  95. function FindInTable(t, n)
  96.     for i,v in pairs(t) do
  97.         if v == n then
  98.             return true
  99.         end
  100.     end
  101.     return false
  102. end
  103. --Transformaaaaation--
  104. char["Left Arm"].BrickColor = BrickColor.new("Medium stone")
  105. char["Right Arm"].BrickColor = BrickColor.new("Medium stone")
  106. char.Head.BrickColor = BrickColor.new("Medium stone")
  107. char["Left Leg"].BrickColor = BrickColor.new("Medium stone")
  108. char["Right Leg"].BrickColor = BrickColor.new("Medium stone")
  109.  
  110. for i,v in pairs(char:children'') do
  111.     local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  112.     if FindInTable(toremove, v.ClassName) then v:Destroy() end
  113.     if v.ClassName == "BodyColors" then
  114.         v.HeadColor = BrickColor.new("Medium stone")
  115.         v.LeftArmColor = BrickColor.new("Medium stone")
  116.         v.LeftLegColor = BrickColor.new("Medium stone")
  117.         v.RightArmColor = BrickColor.new("Medium stone")
  118.         v.RightLegColor = BrickColor.new("Medium stone")
  119.         v.TorsoColor = BrickColor.new("Medium stone")
  120.     end
  121. end
  122.  
  123. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=13038247" end
  124. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=120599107"
  125. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=281982286"
  126. local function CreateHat(name, meshid, textureid)
  127.     local h = Instance.new("Accessory")
  128.     h.Name = name
  129.     local han = Instance.new("Part", h)
  130.     han.Name = "Handle"
  131.     local mesh = Instance.new("SpecialMesh", han)
  132.     mesh.Name = "Mesh"
  133.     mesh.MeshId = meshid
  134.     mesh.TextureId = textureid
  135.     return h,han,mesh
  136. end
  137. hum = char:FindFirstChildOfClass'Humanoid'
  138. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=329798434", "http://www.roblox.com/asset/?id=329790966")
  139. han.Size = Vector3.new(1, 1, 1)
  140. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  141. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  142. hum:AddAccessory(h)
  143. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=138054351", "http://www.roblox.com/asset/?id=138052904")
  144. mesh.Scale = Vector3.new(3, 3, 3)
  145. han.Size = Vector3.new(1.9, 2, 2)
  146. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  147. hum:AddAccessory(h)
  148. h,han,mesh = CreateHat("Ultra-Fabulous Hair", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=16627494")
  149. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  150. han.Size = Vector3.new(2, 2, 2)
  151. hum:AddAccessory(h)
  152. --a function--
  153. function Say(text)
  154.     local head = char.Head
  155.     local fh = head:Clone()
  156.     fh:ClearAllChildren()
  157.     fh.Transparency = 1
  158.     local bg = Instance.new("BillboardGui", fh)
  159.     bg.Size = UDim2.new(6, 0, 6, 0)
  160.     bg.StudsOffset = Vector3.new(0, 3, 0)
  161.     local f = Instance.new("Frame", bg)
  162.     f.Size = UDim2.new(1, 0, 1, 0)
  163.     f.BackgroundTransparency = 1
  164.     local tl = Instance.new("TextLabel", f)
  165.     tl.BackgroundTransparency = 1
  166.     tl.Size = UDim2.new(5, 0, 1, 0)
  167.     tl.Position = UDim2.new(-2, 0, 0)
  168.     tl.TextColor3 = Color3.new(1, 1, 1)
  169.     tl.TextScaled = true
  170.     tl.Text = ""
  171.     tl.TextColor3 = BrickColor.new("Really black").Color   
  172.     tl.Font = Enum.Font.Fantasy
  173.     tl.TextSize = 120
  174.     fh.Parent = Instance.new("Model", plr.Character)
  175.     local Joint = Instance.new("Weld", game.JointsService)
  176.     Joint.Part0 = head
  177.     Joint.Part1 = fh
  178.    
  179.     local letters = {}
  180.     text:gsub(".",function(c) table.insert(letters,c) end)
  181.     for i,v in pairs(letters) do
  182.         tl.Text = tl.Text .. tostring(v)
  183.         wait(1/20)
  184.     end
  185.     wait(1)
  186.     fh.Parent:Destroy()
  187. end
  188.  
  189. function ReloadChat() --hax
  190.     local chat = plr:FindFirstChildOfClass'PlayerGui':FindFirstChild'SB_Chat'
  191.     if chat then
  192.         chat:Destroy()
  193.     end
  194.     plr.PlayerScripts.ChatScript:Destroy()
  195.     game:GetService("Chat").ChatScript:Clone().Parent = plr.PlayerScripts
  196.     plr:FindFirstChildOfClass'PlayerGui':WaitForChild'Chat'.Name = "SB_Chat"
  197. end
  198.  
  199. function RunFromUrl(url)
  200.     require(game:GetService'Players'.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ChatScript"):WaitForChild("ChatMain")).MessagePosted:fire("hl/" .. url)
  201. end
  202.  
  203. ReloadChat()
  204.  
  205. local ScriptsNames = {
  206.     {
  207.         Name = "Bloxwatch hacker",
  208.         Url = "https://pastebin.com/raw/BTLbGeEg"
  209.     },
  210.     {
  211.         Name = "Hover Bike",
  212.         Url = "http://pastebin.com/raw/EBaLUy81"
  213.     },
  214.     {
  215.         Name = "Gold Radio",
  216.         Url = "https://pastebin.com/raw/SJcQD3zX"
  217.     },
  218.     {
  219.         Name = "Gomu Powers",
  220.         Url = "https://pastebin.com/raw/dp4BrV03"
  221.     },
  222.     {
  223.         Name = "Flying plane",
  224.         Url = "https://pastebin.com/raw/9pKtz6sK"
  225.     },
  226.     {
  227.         Name = "Lenny",
  228.         Url = "https://paste.ee/r/ddsm4"
  229.     },
  230.     {
  231.         Name = "Angel wings",
  232.         Url = "https://pastebin.com/raw/2NPdCp7d"
  233.     },
  234.     {
  235.         Name = "Hackerman",
  236.         Url = "https://pastebin.com/raw/FWbG0NwV"
  237.     }
  238. }
  239. local Fat = {"op", "dank", "cool", "fun"}
  240.  
  241. local rnd = math.random(1, #ScriptsNames)
  242.  
  243. local randomscript = ScriptsNames[rnd]
  244.  
  245. Say("Hello youtube")
  246. Say("And today I'm showcasing " .. randomscript.Name .. " script")
  247. Say("It is a very " .. Fat[math.random(1, #Fat)] .. " script")
  248. Say("Let me show you what it does")
  249. RunFromUrl(randomscript.Url)
  250. Say("Remember to leave a like and subscribe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement