Advertisement
4rblxscripts

Untitled

Feb 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. t = Instance.new("Tool")
  2. t.Parent = game.Players.yfc.Backpack
  3. t.Name = "Hologram"
  4.  
  5. local handlee = Instance.new("Part")
  6. handlee.Name = "Handle"
  7. handlee.Parent = t
  8. handlee.formFactor = "Plate"
  9. handlee.BrickColor = BrickColor.new("Mid grey")
  10. handlee.Size = Vector3.new(1, 1, 2)
  11. handlee.TopSurface = "Smooth"
  12. handlee.BottomSurface = "Smooth"
  13. handlee.Transparency = 0
  14. handlee.Reflectance = 0
  15. -----------------------------------------mesh
  16. m = Instance.new("BlockMesh")
  17. m.Parent = handlee
  18. m.Scale = Vector3.new(0.9, 0.2, 0.9)
  19. -----------------------------------------Brick2
  20. local LL = Instance.new("Part")
  21. LL.Name = "Part"
  22. LL.Parent = t
  23. LL.formFactor = "Plate"
  24. LL.BrickColor = BrickColor.new("Bright blue")
  25. LL.Size = Vector3.new(1, 1, 1)
  26. LL.TopSurface = "Smooth"
  27. LL.BottomSurface = "Smooth"
  28. LL.Transparency = 0.4
  29. LL.Reflectance = 0
  30. LL.CanCollide = false
  31. -----------------------------------------mesh
  32. m = Instance.new("BlockMesh")
  33. m.Parent = LL
  34. m.Scale = Vector3.new(0.2, 0.4, 0.2)
  35. -----------------------------------------weld
  36. w2 = Instance.new("Weld")
  37. w2.Parent = handlee
  38. w2.Part0 = LL
  39. w2.Part1 = handlee
  40. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0.1, -0.2, 0.5)
  41. local b = Instance.new("Part")
  42. b.Name = "Part"
  43. b.Parent = t
  44. b.formFactor = "Plate"
  45. b.BrickColor = BrickColor.new("Bright blue")
  46. b.Size = Vector3.new(1, 1, 1)
  47. b.TopSurface = "Smooth"
  48. b.BottomSurface = "Smooth"
  49. b.Transparency = 0.4
  50. b.Reflectance = 0
  51. b.CanCollide = false
  52. -----------------------------------------mesh
  53. m = Instance.new("CylinderMesh")
  54. m.Parent = b
  55. m.Scale = Vector3.new(0.5, 0.05, 0.5)
  56. -----------------------------------------weld
  57. w2 = Instance.new("Weld")
  58. w2.Parent = handlee
  59. w2.Part0 = b
  60. w2.Part1 = handlee
  61. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -0.1, 0.5)
  62. -----------------------------------------Brick2
  63. local RL = Instance.new("Part")
  64. RL.Name = "Part"
  65. RL.Parent = t
  66. RL.formFactor = "Plate"
  67. RL.BrickColor = BrickColor.new("Bright blue")
  68. RL.Size = Vector3.new(1, 1, 1)
  69. RL.TopSurface = "Smooth"
  70. RL.BottomSurface = "Smooth"
  71. RL.Transparency = 0.4
  72. RL.Reflectance = 0
  73. RL.CanCollide = false
  74. -----------------------------------------mesh
  75. m = Instance.new("BlockMesh")
  76. m.Parent = RL
  77. m.Scale = Vector3.new(0.2, 0.4, 0.2)
  78. -----------------------------------------weld
  79. w2 = Instance.new("Weld")
  80. w2.Parent = handlee
  81. w2.Part0 = RL
  82. w2.Part1 = handlee
  83. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-0.1, -0.2, 0.5)
  84. -----------------------------------------Brick2
  85. local T = Instance.new("Part")
  86. T.Name = "Part"
  87. T.Parent = t
  88. T.formFactor = "Plate"
  89. T.BrickColor = BrickColor.new("Bright blue")
  90. T.Size = Vector3.new(1, 1, 1)
  91. T.TopSurface = "Smooth"
  92. T.BottomSurface = "Smooth"
  93. T.Transparency = 0.4
  94. T.Reflectance = 0
  95. T.CanCollide = false
  96. -----------------------------------------mesh
  97. m = Instance.new("BlockMesh")
  98. m.Parent = T
  99. m.Scale = Vector3.new(0.4, 0.4, 0.2)
  100. -----------------------------------------weld
  101. w2 = Instance.new("Weld")
  102. w2.Parent = handlee
  103. w2.Part0 = T
  104. w2.Part1 = handlee
  105. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -0.6, 0.5)
  106. -----------------------------------------Brick2
  107. local RA = Instance.new("Part")
  108. RA.Name = "Part"
  109. RA.Parent = t
  110. RA.formFactor = "Plate"
  111. RA.BrickColor = BrickColor.new("Bright blue")
  112. RA.Size = Vector3.new(1, 1, 1)
  113. RA.TopSurface = "Smooth"
  114. RA.BottomSurface = "Smooth"
  115. RA.Transparency = 0.4
  116. RA.Reflectance = 0
  117. RA.CanCollide = false
  118. -----------------------------------------mesh
  119. m = Instance.new("BlockMesh")
  120. m.Parent = RA
  121. m.Scale = Vector3.new(0.2, 0.4, 0.2)
  122. -----------------------------------------weld
  123. w2 = Instance.new("Weld")
  124. w2.Parent = handlee
  125. w2.Part0 = RA
  126. w2.Part1 = handlee
  127. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-0.3, -0.6, 0.5)
  128. -----------------------------------------Brick2
  129. local LA = Instance.new("Part")
  130. LA.Name = "Part"
  131. LA.Parent = t
  132. LA.formFactor = "Plate"
  133. LA.BrickColor = BrickColor.new("Bright blue")
  134. LA.Size = Vector3.new(1, 1, 1)
  135. LA.TopSurface = "Smooth"
  136. LA.BottomSurface = "Smooth"
  137. LA.Transparency = 0.4
  138. LA.Reflectance = 0
  139. LA.CanCollide = false
  140. -----------------------------------------mesh
  141. m = Instance.new("BlockMesh")
  142. m.Parent = LA
  143. m.Scale = Vector3.new(0.2, 0.4, 0.2)
  144. -----------------------------------------weld
  145. w2 = Instance.new("Weld")
  146. w2.Parent = handlee
  147. w2.Part0 = LA
  148. w2.Part1 = handlee
  149. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0.3, -0.6, 0.5)
  150. -----------------------------------------Brick2
  151. local Head = Instance.new("Part")
  152. Head.Name = "Part"
  153. Head.Parent = t
  154. Head.formFactor = "Plate"
  155. Head.BrickColor = BrickColor.new("Bright blue")
  156. Head.Size = Vector3.new(1, 1, 1)
  157. Head.TopSurface = "Smooth"
  158. Head.BottomSurface = "Smooth"
  159. Head.Transparency = 0.4
  160. Head.Reflectance = 0
  161. Head.CanCollide = false
  162. -----------------------------------------mesh
  163. m = Instance.new("SpecialMesh")
  164. m.Parent = Head
  165. m.Scale = Vector3.new(0.2, 0.22, 0.2)
  166. -----------------------------------------weld
  167. w2 = Instance.new("Weld")
  168. w2.Parent = handlee
  169. w2.Part0 = Head
  170. w2.Part1 = handlee
  171. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -0.9, 0.5)
  172. -----------------------------------------Brick2
  173. local R = Instance.new("Part")
  174. R.Name = "Part"
  175. R.Parent = t
  176. R.formFactor = "Plate"
  177. R.BrickColor = BrickColor.new("Bright blue")
  178. R.Size = Vector3.new(1, 1, 1)
  179. R.TopSurface = "Smooth"
  180. R.BottomSurface = "Smooth"
  181. R.Transparency = 1
  182. R.Reflectance = 0
  183. R.CanCollide = false
  184. -----------------------------------------mesh
  185. m = Instance.new("BlockMesh")
  186. m.Parent = R
  187. m.Scale = Vector3.new(0.2, 0.2, 0.4)
  188. -----------------------------------------weld
  189. w2 = Instance.new("Weld")
  190. w2.Parent = handlee
  191. w2.Part0 = R
  192. w2.Part1 = handlee
  193. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-0.3, -0.7, 0.6)
  194. --Gui------------------------------------------------------------------------------------------------------------
  195. vip = "yfc"
  196. plyr = game.Players:findFirstChild(vip)
  197. pg = plyr:findFirstChild("PlayerGui")
  198.  
  199. sc = Instance.new("ScreenGui")
  200. sc.Name = "Holo gui"
  201. sc.Parent = pg
  202.  
  203. tx = Instance.new("TextButton")
  204. tx.BackgroundTransparency = 0.3
  205. tx.Name = "Text - Reset"
  206. tx.Parent = sc
  207. tx.Position = UDim2.new(0, 300, 0, 64)
  208. tx.Size = UDim2.new(0, 99, 0, 20)
  209. tx.Text = "Turn off"
  210.  
  211. tx.MouseButton1Click:connect(function()
  212. human = plyr.Character:findFirstChild("Humanoid")
  213. if human ~= nil then
  214. R.Transparency = 1
  215. Head.Transparency = 0.6
  216. T.Transparency = 0.6
  217. RA.Transparency = 0.6
  218. LA.Transparency = 0.6
  219. LL.Transparency = 0.6
  220. RL.Transparency = 0.6
  221. wait(1)
  222. Head.Transparency = 0.9
  223. T.Transparency = 0.9
  224. RA.Transparency = 0.9
  225. LA.Transparency = 0.9
  226. LL.Transparency = 0.9
  227. RL.Transparency = 0.9
  228. wait(1)
  229. Head.Transparency = 1
  230. T.Transparency = 1
  231. RA.Transparency = 1
  232. LA.Transparency = 1
  233. LL.Transparency = 1
  234. RL.Transparency = 1
  235. wait(1)
  236. end
  237. end)
  238.  
  239. tx = Instance.new("TextButton")
  240. tx.BackgroundTransparency = 0.3
  241. tx.Name = "Text - Reset"
  242. tx.Parent = sc
  243. tx.Position = UDim2.new(0, 300, 0, 84)
  244. tx.Size = UDim2.new(0, 99, 0, 20)
  245. tx.Text = "Turn on"
  246.  
  247. tx.MouseButton1Click:connect(function()
  248. human = plyr.Character:findFirstChild("Humanoid")
  249. if human ~= nil then
  250. R.Transparency = 1
  251. Head.Transparency = 0.9
  252. T.Transparency = 0.9
  253. RA.Transparency = 0.9
  254. LA.Transparency = 0.9
  255. LL.Transparency = 0.9
  256. RL.Transparency = 0.9
  257. wait(1)
  258. Head.Transparency = 0.6
  259. T.Transparency = 0.6
  260. RA.Transparency = 0.6
  261. LA.Transparency = 0.6
  262. LL.Transparency = 0.6
  263. RL.Transparency = 0.6
  264. wait(1)
  265. Head.Transparency = 0.4
  266. T.Transparency = 0.4
  267. RA.Transparency = 0.4
  268. LA.Transparency = 0.4
  269. LL.Transparency = 0.4
  270. RL.Transparency = 0.4
  271. wait(1)
  272. end
  273. end)
  274.  
  275. tx = Instance.new("TextButton")
  276. tx.BackgroundTransparency = 0.3
  277. tx.Name = "Text - Reset"
  278. tx.Parent = sc
  279. tx.Position = UDim2.new(0, 300, 0, 104)
  280. tx.Size = UDim2.new(0, 99, 0, 20)
  281. tx.Text = "Point"
  282.  
  283. tx.MouseButton1Click:connect(function()
  284. human = plyr.Character:findFirstChild("Humanoid")
  285. if human ~= nil then
  286. RA.Transparency = 1
  287. R.Transparency = 0.4
  288. end
  289. end)
  290.  
  291. tx = Instance.new("TextButton")
  292. tx.BackgroundTransparency = 0.3
  293. tx.Name = "Text - Reset"
  294. tx.Parent = sc
  295. tx.Position = UDim2.new(0, 300, 0, 124)
  296. tx.Size = UDim2.new(0, 99, 0, 20)
  297. tx.Text = "Normal"
  298.  
  299. tx.MouseButton1Click:connect(function()
  300. human = plyr.Character:findFirstChild("Humanoid")
  301. if human ~= nil then
  302. RA.Transparency = 0.4
  303. R.Transparency = 1
  304. end
  305. end)
  306.  
  307. plyr.Chatted:connect(function(msg)
  308. if msg == "removed" then
  309. sc:Remove()
  310. end
  311. end)
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. script.Parent = Game.Players.yfc.Character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement