Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("ralses")
- script.Name = "ralses"
- local plr = owner
- local char = plr.Character
- --local mouse = plr:GetMouse()
- --START CHARACTER CREATION--
- for _,v in pairs (char:children()) do
- if v:IsA("Part") then
- v.Transparency = 1
- if v.Name == "Head" then
- v.Transparency = 0.99
- end
- for _,v in pairs (v:children()) do
- if v:IsA("Decal") then
- v:Destroy()
- end
- if v:IsA("Accessory") then
- v:Destroy()
- end
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- end
- end
- for i,v in pairs(char:children()) do
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- for i,v in pairs(char:children()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- for i,v in pairs(char:children()) do
- if v:IsA("Hair") then
- v:Destroy()
- end
- end
- local sur = Instance.new("BillboardGui", char)
- sur.Name = "Billboard"
- sur.Adornee = char.HumanoidRootPart
- sur.Size = UDim2.new(10, 0, 6, 0)
- sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
- local text = Instance.new("ImageLabel", sur)
- text.Image = "rbxassetid://4054878672"
- text.Size = UDim2.new(0.5, 0, 1, 0)
- text.BackgroundTransparency = 1
- --END CHARACTER CREATION--
- --START SPARE GUIS--
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- krisok = Instance.new("ScreenGui")
- ImageLabel1 = Instance.new("ImageLabel")
- TextLabel2 = Instance.new("TextLabel")
- krisok.Parent = mas
- krisok.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ImageLabel1.Parent = krisok
- ImageLabel1.Position = UDim2.new(0.0358280241, 0, 0.6142506, 0)
- ImageLabel1.Size = UDim2.new(0, 240, 0, 234)
- ImageLabel1.BackgroundColor = BrickColor.new("Institutional white")
- ImageLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel1.BorderColor = BrickColor.new("Institutional white")
- ImageLabel1.BorderColor3 = Color3.new(1, 1, 1)
- ImageLabel1.BorderSizePixel = 3
- ImageLabel1.Image = "rbxassetid://4055485712"
- TextLabel2.Parent = ImageLabel1
- TextLabel2.Position = UDim2.new(1, 0, 0, 0)
- TextLabel2.Size = UDim2.new(0, 925, 0, 234)
- TextLabel2.BackgroundColor = BrickColor.new("Really black")
- TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel2.BorderColor = BrickColor.new("Institutional white")
- TextLabel2.BorderColor3 = Color3.new(1, 1, 1)
- TextLabel2.BorderSizePixel = 3
- TextLabel2.Font = Enum.Font.Arcade
- TextLabel2.FontSize = Enum.FontSize.Size14
- TextLabel2.Text = "* kris are you ok"
- TextLabel2.TextColor = BrickColor.new("Institutional white")
- TextLabel2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel2.TextScaled = true
- TextLabel2.TextSize = 14
- TextLabel2.TextWrap = true
- TextLabel2.TextWrapped = true
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = script
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- function krisareuok()
- for _,v in pairs (game:GetService("Players"):children()) do
- if v:IsA("Player") then
- local newgui = krisok:Clone()
- newgui.Parent = v.PlayerGui
- game.Debris:AddItem(newgui, 2)
- end
- end
- end
- --END SPARE GUIS--
- --START REMOTE STUFF--
- local remote = Instance.new("RemoteEvent",char)
- remote.Name = "remotey"
- function dasheffect(position, size, grow)
- local dash = Instance.new("Part",char)
- dash.Shape = "Ball"
- dash.Position = position
- dash.CanCollide = false
- dash.Anchored = true
- dash.Size = Vector3.new(size, size, size)
- dash.BrickColor = BrickColor.new("White")
- dash.Material = "SmoothPlastic"
- for i = 1,15 do
- wait()
- dash.Size = dash.Size + Vector3.new(grow, grow, grow)
- dash.Transparency = dash.Transparency + grow / 1.5
- end
- dash:Destroy()
- end
- function dashy()
- dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 2, 0), 0.1, 0.25)
- end
- attack = false
- function slapcharge()
- attack = true
- end
- function pose(name)
- if name == "w" then
- wait()
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4055127928"
- dashy()
- end
- if name == "nil" then
- wait()
- sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
- text.Image = "rbxassetid://4054878672"
- dashy()
- end
- if name == "nil2" then
- wait()
- sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
- text.Image = "rbxassetid://4054878672"
- --dashy()
- end
- if name == "a" then
- wait()
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4055335574"
- dashy()
- end
- if name == "d" then
- wait()
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4055340479"
- dashy()
- end
- if name == "krisok" then
- krisareuok()
- end
- if name == "slapbegin" then
- attack = true
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4056065795"
- dashy()
- end
- if name == "slaprelease" then
- attack = true
- local hitter = char.Torso.Touched:connect(function(hit)
- for _,v in pairs (hit.Parent:GetChildren()) do
- if v:IsA("Humanoid") and v.Parent ~= char then
- v.Health = v.Health - 5
- end
- end
- end)
- text.Size = UDim2.new(0.5, 0, 1, 0)
- sur.StudsOffset = Vector3.new(2.5,0, 0)
- text.Image = "rbxassetid://4056067555"
- wait(0.1)
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4056068682"
- wait(0.1)
- sur.StudsOffset = Vector3.new(2.5, 0, 0)
- text.Image = "rbxassetid://4056069561"
- wait(0.1)
- attack = false
- text.Image = "rbxassetid://4054878672"
- text.Size = UDim2.new(0.5, 0, 1, 0)
- hitter:disconnect()
- end
- if name == "crouch" then
- sur.StudsOffset = Vector3.new(2.5,0, 0)
- text.Image = "rbxassetid://4060266199"
- end
- end
- NLS([[
- local plr = owner
- local char = plr.Character
- local mouse = plr:GetMouse()
- local remote = char.remotey
- local sur = char.Billboard
- local text = sur.ImageLabel
- local attack = false
- mouse.KeyDown:connect(function(key)
- if key == "w" and attack == false then
- remote:FireServer("w")
- --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
- end
- if key == "s" and attack == false then
- remote:FireServer("nil")
- --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
- end
- if key == "a" and attack == false then
- remote:FireServer("a")
- --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
- end
- if key == "d" and attack == false then
- remote:FireServer("d")
- --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
- end
- if key == "e" then
- remote:FireServer("krisok")
- end
- if key == "f" and attack == false then
- attack = true
- remote:FireServer("slapbegin")
- end
- if key == "c" then
- attack = true
- remote:FireServer("crouch")
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "w" and text.Image ~= "rbxassetid://4054878672" and attack == false then
- --remote:FireServer("nil")
- end
- if key == "a" and attack == false then
- --remote:FireServer("nil")
- end
- if key == "s" and attack == false then
- --remote:FireServer("nil")
- end
- if key == "d" and attack == false and text.Image ~= "rbxassetid://4054878672" then
- --remote:FireServer("nil")
- end
- if key == "f" and attack == true then
- attack = true
- remote:FireServer("slaprelease")
- attack = false
- end
- if key == "c" then
- attack = false
- remote:FireServer("nil2")
- end
- end)
- ]],char)
- remote.OnServerEvent:Connect(function(PlayerSendit,Button) pose(Button) end)
- --END REMOTE STUFF--
- print("by youngmacka123 the fat")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement