Advertisement
HenloMyDude

ralse

Oct 5th, 2019
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1.  
  2.  
  3.  
  4. print("ralses")
  5. script.Name = "ralses"
  6.  
  7. local plr = owner
  8. local char = plr.Character
  9. --local mouse = plr:GetMouse()
  10.  
  11. --START CHARACTER CREATION--
  12.  
  13. for _,v in pairs (char:children()) do
  14. if v:IsA("Part") then
  15. v.Transparency = 1
  16. if v.Name == "Head" then
  17. v.Transparency = 0.99
  18. end
  19. for _,v in pairs (v:children()) do
  20. if v:IsA("Decal") then
  21. v:Destroy()
  22. end
  23. if v:IsA("Accessory") then
  24. v:Destroy()
  25. end
  26. if v:IsA("Hat") then
  27. v:Destroy()
  28. end
  29. end
  30. end
  31. end
  32.  
  33. for i,v in pairs(char:children()) do
  34. if v:IsA("Hat") then
  35. v:Destroy()
  36. end
  37. end
  38. for i,v in pairs(char:children()) do
  39. if v:IsA("Accessory") then
  40. v:Destroy()
  41. end
  42. end
  43. for i,v in pairs(char:children()) do
  44. if v:IsA("Hair") then
  45. v:Destroy()
  46. end
  47. end
  48.  
  49. local sur = Instance.new("BillboardGui", char)
  50. sur.Name = "Billboard"
  51. sur.Adornee = char.HumanoidRootPart
  52. sur.Size = UDim2.new(10, 0, 6, 0)
  53. sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
  54. local text = Instance.new("ImageLabel", sur)
  55. text.Image = "rbxassetid://4054878672"
  56. text.Size = UDim2.new(0.5, 0, 1, 0)
  57. text.BackgroundTransparency = 1
  58.  
  59. --END CHARACTER CREATION--
  60.  
  61.  
  62. --START SPARE GUIS--
  63.  
  64. --Converted with ttyyuu12345's model to script plugin v4
  65. function sandbox(var,func)
  66. local env = getfenv(func)
  67. local newenv = setmetatable({},{
  68. __index = function(self,k)
  69. if k=="script" then
  70. return var
  71. else
  72. return env[k]
  73. end
  74. end,
  75. })
  76. setfenv(func,newenv)
  77. return func
  78. end
  79. cors = {}
  80. mas = Instance.new("Model",game:GetService("Lighting"))
  81. krisok = Instance.new("ScreenGui")
  82. ImageLabel1 = Instance.new("ImageLabel")
  83. TextLabel2 = Instance.new("TextLabel")
  84. krisok.Parent = mas
  85. krisok.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  86. ImageLabel1.Parent = krisok
  87. ImageLabel1.Position = UDim2.new(0.0358280241, 0, 0.6142506, 0)
  88. ImageLabel1.Size = UDim2.new(0, 240, 0, 234)
  89. ImageLabel1.BackgroundColor = BrickColor.new("Institutional white")
  90. ImageLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  91. ImageLabel1.BorderColor = BrickColor.new("Institutional white")
  92. ImageLabel1.BorderColor3 = Color3.new(1, 1, 1)
  93. ImageLabel1.BorderSizePixel = 3
  94. ImageLabel1.Image = "rbxassetid://4055485712"
  95. TextLabel2.Parent = ImageLabel1
  96. TextLabel2.Position = UDim2.new(1, 0, 0, 0)
  97. TextLabel2.Size = UDim2.new(0, 925, 0, 234)
  98. TextLabel2.BackgroundColor = BrickColor.new("Really black")
  99. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  100. TextLabel2.BorderColor = BrickColor.new("Institutional white")
  101. TextLabel2.BorderColor3 = Color3.new(1, 1, 1)
  102. TextLabel2.BorderSizePixel = 3
  103. TextLabel2.Font = Enum.Font.Arcade
  104. TextLabel2.FontSize = Enum.FontSize.Size14
  105. TextLabel2.Text = "* kris are you ok"
  106. TextLabel2.TextColor = BrickColor.new("Institutional white")
  107. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  108. TextLabel2.TextScaled = true
  109. TextLabel2.TextSize = 14
  110. TextLabel2.TextWrap = true
  111. TextLabel2.TextWrapped = true
  112. for i,v in pairs(mas:GetChildren()) do
  113. v.Parent = script
  114. pcall(function() v:MakeJoints() end)
  115. end
  116. mas:Destroy()
  117. for i,v in pairs(cors) do
  118. spawn(function()
  119. pcall(v)
  120. end)
  121. end
  122.  
  123. function krisareuok()
  124. for _,v in pairs (game:GetService("Players"):children()) do
  125. if v:IsA("Player") then
  126. local newgui = krisok:Clone()
  127. newgui.Parent = v.PlayerGui
  128. game.Debris:AddItem(newgui, 2)
  129. end
  130. end
  131. end
  132.  
  133. --END SPARE GUIS--
  134. --START REMOTE STUFF--
  135.  
  136. local remote = Instance.new("RemoteEvent",char)
  137. remote.Name = "remotey"
  138.  
  139. function dasheffect(position, size, grow)
  140. local dash = Instance.new("Part",char)
  141. dash.Shape = "Ball"
  142. dash.Position = position
  143. dash.CanCollide = false
  144. dash.Anchored = true
  145. dash.Size = Vector3.new(size, size, size)
  146. dash.BrickColor = BrickColor.new("White")
  147. dash.Material = "SmoothPlastic"
  148. for i = 1,15 do
  149. wait()
  150. dash.Size = dash.Size + Vector3.new(grow, grow, grow)
  151. dash.Transparency = dash.Transparency + grow / 1.5
  152. end
  153. dash:Destroy()
  154. end
  155.  
  156. function dashy()
  157. dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 2, 0), 0.1, 0.25)
  158. end
  159.  
  160. attack = false
  161.  
  162. function slapcharge()
  163. attack = true
  164. end
  165.  
  166. function pose(name)
  167. if name == "w" then
  168. wait()
  169. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  170. text.Image = "rbxassetid://4055127928"
  171. dashy()
  172. end
  173. if name == "nil" then
  174. wait()
  175. sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
  176. text.Image = "rbxassetid://4054878672"
  177. dashy()
  178. end
  179. if name == "nil2" then
  180. wait()
  181. sur.StudsOffset = Vector3.new(2.5, -0.5, 0)
  182. text.Image = "rbxassetid://4054878672"
  183. --dashy()
  184. end
  185. if name == "a" then
  186. wait()
  187. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  188. text.Image = "rbxassetid://4055335574"
  189. dashy()
  190. end
  191. if name == "d" then
  192. wait()
  193. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  194. text.Image = "rbxassetid://4055340479"
  195. dashy()
  196. end
  197. if name == "krisok" then
  198. krisareuok()
  199. end
  200. if name == "slapbegin" then
  201. attack = true
  202. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  203. text.Image = "rbxassetid://4056065795"
  204. dashy()
  205. end
  206. if name == "slaprelease" then
  207. attack = true
  208. local hitter = char.Torso.Touched:connect(function(hit)
  209. for _,v in pairs (hit.Parent:GetChildren()) do
  210. if v:IsA("Humanoid") and v.Parent ~= char then
  211. v.Health = v.Health - 5
  212. end
  213. end
  214. end)
  215. text.Size = UDim2.new(0.5, 0, 1, 0)
  216. sur.StudsOffset = Vector3.new(2.5,0, 0)
  217. text.Image = "rbxassetid://4056067555"
  218. wait(0.1)
  219. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  220. text.Image = "rbxassetid://4056068682"
  221. wait(0.1)
  222. sur.StudsOffset = Vector3.new(2.5, 0, 0)
  223. text.Image = "rbxassetid://4056069561"
  224. wait(0.1)
  225. attack = false
  226. text.Image = "rbxassetid://4054878672"
  227. text.Size = UDim2.new(0.5, 0, 1, 0)
  228. hitter:disconnect()
  229. end
  230. if name == "crouch" then
  231. sur.StudsOffset = Vector3.new(2.5,0, 0)
  232. text.Image = "rbxassetid://4060266199"
  233. end
  234. end
  235.  
  236. NLS([[
  237.  
  238. local plr = owner
  239. local char = plr.Character
  240. local mouse = plr:GetMouse()
  241. local remote = char.remotey
  242. local sur = char.Billboard
  243. local text = sur.ImageLabel
  244. local attack = false
  245.  
  246. mouse.KeyDown:connect(function(key)
  247. if key == "w" and attack == false then
  248. remote:FireServer("w")
  249. --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
  250. end
  251. if key == "s" and attack == false then
  252. remote:FireServer("nil")
  253. --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
  254. end
  255. if key == "a" and attack == false then
  256. remote:FireServer("a")
  257. --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
  258. end
  259. if key == "d" and attack == false then
  260. remote:FireServer("d")
  261. --dasheffect(char.HumanoidRootPart.Position - Vector3.new(0, 1, 0), 0.1, 0.25)
  262. end
  263. if key == "e" then
  264. remote:FireServer("krisok")
  265. end
  266. if key == "f" and attack == false then
  267. attack = true
  268. remote:FireServer("slapbegin")
  269. end
  270. if key == "c" then
  271. attack = true
  272. remote:FireServer("crouch")
  273. end
  274. end)
  275.  
  276. mouse.KeyUp:connect(function(key)
  277. if key == "w" and text.Image ~= "rbxassetid://4054878672" and attack == false then
  278. --remote:FireServer("nil")
  279. end
  280. if key == "a" and attack == false then
  281. --remote:FireServer("nil")
  282. end
  283. if key == "s" and attack == false then
  284. --remote:FireServer("nil")
  285. end
  286. if key == "d" and attack == false and text.Image ~= "rbxassetid://4054878672" then
  287. --remote:FireServer("nil")
  288. end
  289. if key == "f" and attack == true then
  290. attack = true
  291. remote:FireServer("slaprelease")
  292. attack = false
  293. end
  294. if key == "c" then
  295. attack = false
  296. remote:FireServer("nil2")
  297. end
  298. end)
  299.  
  300. ]],char)
  301.  
  302. remote.OnServerEvent:Connect(function(PlayerSendit,Button) pose(Button) end)
  303.  
  304. --END REMOTE STUFF--
  305.  
  306. print("by youngmacka123 the fat")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement