Advertisement
RandomNewbieScripter

Untitled

Aug 17th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.47 KB | None | 0 0
  1. amusicOn = true
  2.  
  3. Me = game.Players.LocalPlayer
  4. player = Me
  5. char = Me.Character
  6. chara = char
  7. larm = char["Left Arm"]
  8. rarm = char["Right Arm"]
  9. lleg = char["Left Leg"]
  10. rleg = char["Right Leg"]
  11. torso = char.Torso
  12. hed = char.Head
  13. mouse = player:GetMouse()
  14. lght = game.Lighting
  15. lichtact = false
  16. moosicact = false
  17. gotsagofest = true
  18. chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  19. chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  20.  
  21.  
  22.  
  23. wait(2.5)
  24.  
  25. chara.Humanoid.WalkSpeed = 10
  26. chara.Humanoid.JumpPower = 40
  27. local naeeym = Instance.new("BillboardGui",chara)
  28. naeeym.Size = UDim2.new(0,100,0,40)
  29. naeeym.StudsOffset = Vector3.new(0,2,0)
  30. naeeym.Adornee = chara.Head
  31. local tecks = Instance.new("TextLabel",naeeym)
  32. tecks.BackgroundTransparency = 1
  33. tecks.BorderSizePixel = 0
  34. tecks.Text = "Discord Moderator"
  35. tecks.Font = "Bodoni"
  36. tecks.FontSize = "Size36"
  37. tecks.TextStrokeTransparency = 0.5
  38. tecks.TextColor3 = Color3.new(0,0,0)
  39. rrer = BrickColor.new("Really red")
  40. tecks.TextStrokeColor3 = rrer.Color
  41. tecks.Size = UDim2.new(1,0,0.5,0)
  42. local licht = Instance.new("PointLight",chara.Torso)
  43. licht.Color = tecks.TextStrokeColor3
  44. licht.Range = 60
  45. licht.Brightness = 1
  46. licht.Enabled = false
  47.  
  48.  
  49. ------------------------------- Player -------------------------------------------------------------------
  50. local z = Instance.new("Sound",char)
  51. z.Looped = true
  52. z.SoundId = "rbxassetid://167161785"
  53. z.Volume = 2.25
  54. if musicOn then
  55. z:Play()
  56. end
  57.  
  58. Mouse = player:GetMouse()
  59.  
  60. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  61.  
  62. local Orbd = Instance.new("Part", char)
  63. Orbd.Name = "Orbd"
  64. Orbd.Shape = Enum.PartType.Ball
  65. Orbd.CanCollide = false
  66. Orbd.BrickColor = BrickColor.new("Really red")
  67. Orbd.Transparency = 0
  68. Orbd.Material = "Neon"
  69. Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
  70. Orbd.TopSurface = Enum.SurfaceType.Smooth
  71. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  72. local Weld = Instance.new("Weld", Orbd)
  73. Weld.Part0 = char.Head
  74. Weld.Part1 = Orbd
  75. Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
  76. local glov = Instance.new("PointLight", Orbd)
  77. glov.Brightness = 0.25
  78. glov.Range = 20
  79. glov.Color = Color3.new(255, 0, 0)
  80. local Orbvc = Instance.new("Part", char)
  81. Orbvc.Name = "Orbvc"
  82. Orbvc.Shape = Enum.PartType.Ball
  83. Orbvc.CanCollide = false
  84. Orbvc.BrickColor = BrickColor.new("Really red")
  85. Orbvc.Transparency = 0
  86. Orbvc.Material = "Neon"
  87. Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
  88. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  89. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  90. local Weld = Instance.new("Weld", Orbvc)
  91. Weld.Part0 = char.Head
  92. Weld.Part1 = Orbvc
  93. Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
  94. local glo = Instance.new("PointLight", Orbvc)
  95. glo.Brightness = 0.25
  96. glo.Range = 20
  97. glo.Color = Color3.new(255, 0, 0)
  98.  
  99. local IsFreeFalling = false
  100. local SpinPart = Instance.new('Part')
  101. SpinPart.Transparency = 1
  102. SpinPart.Size = Vector3.new(25,1,25)
  103. SpinPart.CanCollide = false
  104. SpinPart.FormFactor = 'Custom'
  105.  
  106. do
  107. local tspin = Instance.new('BodyAngularVelocity')
  108. tspin.angularvelocity = Vector3.new(0,1,0)
  109. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  110. tspin.Parent = SpinPart
  111. end
  112. local SpinPos = Instance.new('BodyPosition')
  113. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  114. SpinPos.Parent = SpinPart
  115.  
  116. function Equipped()
  117. IsEquipped = true
  118. local MyTorso = char.Torso
  119. if MyTorso then
  120. spawn(function()
  121. local startTime = tick()
  122. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  123. SpinPart.Parent = MyTorso
  124. local fadeIn = true
  125. while IsEquipped do
  126. if not IsFreeFalling then
  127. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  128. end
  129. wait()
  130. end
  131. SpinPart.Parent = nil
  132.  
  133. end)
  134. end
  135. end
  136.  
  137.  
  138. wait(0.01)
  139. Equipped()
  140.  
  141.  
  142. function start()
  143. print("Darkness falls across the battlefield...")
  144. wait()
  145. print("----------------------------------------")
  146. wait()
  147. print(" - Anonymous booted up. -")
  148. wait()
  149. print("- Anonymous written by yeox769. -")
  150. i = 0
  151. while i<1 do
  152. wait()
  153.  
  154. end
  155. end
  156. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire
  157.  
  158.  
  159. local Players = game:GetService("Players")
  160. local UserInputService = game:GetService("UserInputService")
  161. local RunService = game:GetService("RunService")
  162.  
  163. local Player = Players.LocalPlayer
  164. local Camera = workspace.CurrentCamera
  165. local Mouse = Player:GetMouse()
  166.  
  167. local Character = Player.Character
  168. local Torso = Character.Torso
  169.  
  170. local Typing = false
  171. local TypingSub = 1
  172. local TypingSub2 = 1
  173.  
  174. local Neck = Torso.Neck
  175.  
  176. Neck.C1 = CFrame.new(0, -0.5, 0)
  177.  
  178. local RightArm = Character["Right Arm"]
  179. local LeftArm = Character["Left Arm"]
  180.  
  181. local RightShoulder = Instance.new("Weld", Torso)
  182. RightShoulder.Part0 = Torso
  183. RightShoulder.Part1 = RightArm
  184.  
  185. local LeftShoulder = Instance.new("Weld", Torso)
  186. LeftShoulder.Part0 = Torso
  187. LeftShoulder.Part1 = LeftArm
  188.  
  189. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  190. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  191.  
  192.  
  193. local Code = [[
  194. Welcome to ROBLOX ROBUX AND OBC Hacking tool!
  195.  
  196. Please enter account info
  197.  
  198. Username:: ILikeTrains1122
  199.  
  200. Password:: *********
  201.  
  202. Logged in!
  203.  
  204. Starting hack...
  205.  
  206. ROBLOX Server Database Connecting...
  207.  
  208.  
  209. local Proxy = Server:GetProxyData(1011101)
  210. local Tracker = {}
  211.  
  212. __INIT__ setmetatable(getmetatable(Proxy), {
  213. __metatable = {};
  214. __call = function(Self, ...)
  215. Proxy:GetArgumentData(Proxy.Key, select(...))
  216. end;
  217. })
  218.  
  219. Proxy:TransferData("Lifetime_OBC_Charged",
  220. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  221. {
  222. __newindex = function(Self, Key, Value)
  223. Tracker[Key] = Value
  224. rawset(Self, Key, Value)
  225. end
  226. })
  227.  
  228. Proxy:GetTransferredData().breakAssymetricEncryption(
  229. "NEW_Public_Key", true, 101, false
  230. )
  231. ROBLOX Server Log:
  232. > Lifetime OBC Transferred to ILikeTrains1122
  233.  
  234. ...
  235. ...
  236. ...
  237. ...
  238. ...
  239. ...
  240.  
  241. ERROR<Tried to transfer Lifetime OBC to ILikeTrains1122, Lifetime doesnt exist, Terminating ILikeTrains1122>
  242. Deleting ILikeTrains1122..50%
  243. Deleting ILikeTrains1122..100%
  244. Successfully deleted ILikeTrains1122.
  245. Message<Fucking Kill yourself ugly ass nigger ill leak your fucking address, i fucked your mom black nigger>
  246. Message<pull the trigger on a nigger>
  247. Disconnected from ROBUX AND OBC hack.........
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258. ]]
  259.  
  260.  
  261.  
  262. local Argument = [[
  263. 05:03 me: Hello.
  264. 05:03 ->: hi
  265. 05:03 me: What country are you from?
  266. 05:03 ->: uk
  267. 05:03 ->: u?
  268. 05:04 me: Germany
  269. 05:04 me: How are you?
  270. 05:04 ->: good u?
  271. 05:05 me: Pretty depressed as of late. I'm about to take some more pain killers to feel better.
  272. 05:05 ->: aw why u feel depressed?
  273. 05:07 me: Well my girlfriend rarely talks to me over some situation in her life, I live in a place where everyone calls me a monster, horrible, fucked up, insane, etc. My last two exes cheated on me and abused me. I live in a fucked up house and I take pain killers daily (have been for months)
  274. 05:08 ->: too bad you cant just smoke some weed to chill you out
  275. 05:09 me: Nah. Weed is a niggers drug.
  276. 05:09 ->: no it really isnt
  277. 05:09 me: I may be suicidal, but I'm not dirty.
  278. 05:10 ->: it doesnt fuck your body up like painkillers
  279. 05:10 me: I've failed suicide a few times. I'd rather die than live in this hellhole.
  280. 05:10 ->: lol your view is pretty twisted man, you are very uninformed
  281. 05:11 ->: doesnt sound like you tried hard enough then
  282. 05:11 me: Mainly I've been with overdoses and slitting my wrists
  283. 05:11 me: I ran out of space on my wrists surprisingly
  284. 05:11 ->: maybe you secretly dont want to die
  285. 05:12 me: Wow I sound edgy jesus fuck
  286. 05:12 me: Do you do anything with computers? (hacking-wise)
  287. 05:13 ->: lol hey its your life dude you do it your way
  288. 05:13 ->: no sorry I dont
  289. 05:14 ->: why would you want to hack shit if youre trying to off yourself anyhow?
  290. 05:14 me: Hacking is more of a mentality for me. It's based off of curiousity, and of power. This site has javascript, that runs on port 443. How do I know? I found a bug.
  291. 05:15 ->: i mean not that im encouraging you or anything just wondering
  292. 05:15 me: Hacking is nothing special. Anyone with half a brain could do it. I'm sure a nigger could do it but I'd rather not see it happen.
  293. 05:15 ->: interesting
  294. 05:16 me: Do you keep logs of your chat?
  295. 05:16 ->: I know for a fact that can happen, but hey your opinions are your own
  296. 05:16 ->: no why?
  297. 05:16 me: Do you have a TorBox?
  298. 05:17 me: Oh I just wondered. I do, I have a little place online where I anonymously show off my chats.
  299. 05:17 ->: whats a torbox?
  300. 05:17 ->: is that an email?
  301. 05:17 me: What race are you? Not related to anything
  302. 05:18 ->: white
  303. 05:18 me: Nice man.
  304. 05:18 me: http://torbox3uiot6wchz.onion
  305. 05:18 me: That's a TorBox.
  306. 05:18 ->: just not racist like you
  307. 05:19 ->: oh ok so it is an email
  308. 05:19 me: That's fine. One day you'll get tired of seeing lazy niggers bitch about whites hurting them when nearly all you see today is the white man supporting their laziness.
  309. 05:19 me: BTW https://prism-break.org/en/
  310. 05:20 ->: hey I already am sick of all the race war bullshit, but not all of them are that way
  311. 05:20 ->: only the ignorant ones
  312. 05:21 me: What have blacks done? Chucked spears and built huts? Without the white man bringing them into a civilized society, they would be where they were back then.
  313. 05:21 me: At the time blacks were in tribes and chucking spears, the white was building and conquering.
  314. 05:22 ->: yeah maybe, maybe not
  315. 05:22 me: What's your opinion on Islam?
  316. 05:23 ->: not a fan of the extremists or how europe is coddling them
  317. 05:24 ->: I mean ultimately being a racist fuck does no good for anyone in this ever shrinking world
  318. 05:24 ->: you are not going to isolate yourself from them, it is not possible
  319. 05:24 me: Islam is a violent religion. There is no "extrememist" group. They all are.
  320. 05:25 ->: christianity is a violent religion dude
  321. 05:25 me: Want proof? Quran (3:56) / (48:29) / (8:12)
  322. 05:25 me: https://quran.com/3/56
  323. 05:25 ->: oh I am well aware of that
  324. 05:26 ->: but just like not all christian believe is stoning people to death for adultery not all of islam is violent
  325. 05:27 me: my desktop just crashed
  326. 05:27 me: fuck
  327. 05:27 me: Yes, there has been more bloodshed and violence in Islam than in Christianity, Satanism, Judaism, Buddism, and Hinduism combined.
  328. 05:28 ->: just happens to be that there hundreds of millions of muslims in the world and a small fraction that are extremist is a much bigger number
  329. 05:28 ->: lies
  330. 05:28 ->: millions have died because if christianity
  331. 05:29 me: The Quran, is the Islamic bible. If you are Muslim, you follow the Quran. The Quran, contains those violent verses.
  332. 05:29 ->: buddists and hindus dont wage war over religion
  333. 05:29 me: From what? The holy wars? (Crusades) In which both parties suffered great losses
  334. 05:29 ->: oh im done talking about it
  335. 05:30 ->: the inquisition, countless bouts of forced christianity or death
  336. 05:31 ->: the genocide of the americas when white folk went to the new world
  337. 05:31 ->: literally millions in the name of christianity
  338. 05:32 ->: not that I am defending those islamic fucks either
  339. 05:32 me: Did you know in Afghanistan, muslims tortured and killed kids and babies in front of US marines because Marines couldn't do a thing?
  340. 05:32 me: The Marines couldn't do anything because of a peace treaty or some shit. Not American so not sure.
  341. 05:32 ->: but lets not pretend that christianity is a religion of peace
  342. 05:32 me: I never said it was a religion of peace.
  343. 05:33 ->: what is your point?
  344. 05:33 me: I don't see why you don't see yourself as superior.
  345. 05:33 me: Or why you don't distance yourself from these types.
  346. 05:33 ->: yeah they are monsters, but that does not make all of the innocent good natured muslims evil too
  347. 05:33 ->: because you are not better
  348. 05:34 me: Every Muslim follows the Quran, and every Quran has the evil verses. Where do Muslims become good?
  349. 05:34 ->: the indians and the chinese were building high civilization while white man was still throwing sticks at each other
  350. 05:34 ->: that is a fact
  351. 05:35 me: I've never heard of even a stereotype of white men throwing sticks, and while they may have had herbs and buildings at a time, they were also isolated from the rest of the world hence why they are behind the whites
  352. 05:35 ->: besides why do you give a fuck if you are trying to leave this shithole anyway?
  353. 05:36 me: You seem angry.
  354. 05:36 ->: they were tribal groups like the celts and tha gauls fighting amoung each other over patches of dirt
  355. 05:37 ->: im not at all really
  356. 05:37 me: Why do you not put yourself at the top of the hierarchy?
  357. 05:38 ->: it just boggles my mind how people can think so one sided like you without really knowing the reality
  358. 05:38 me: Why do you believe there are other races equal to you?
  359. 05:38 ->: because we are not
  360. 05:38 ->: yes
  361. 05:38 ->: I believe we are all human
  362. 05:39 ->: your fucking skin pigment only defines you if you let it
  363. 05:39 me: We might be a species, but just like animals, there are some smart and some not so smart.
  364. 05:39 ->: and honestly the sooner people that think like you, of all races, die the better off we will be as a human race
  365. 05:40 ->: I honestly see you as no better than a nigger
  366. 05:40 ->: because you are just as ignorant
  367. 05:41 me: You failed to insult me using my own hatred
  368. 05:41 me: Interesting enough, I see how you think.
  369. 05:41 ->: im not trying to insult you
  370. 05:41 ->: I could give a fuck about whether or not I hurt your feelings
  371. 05:42 me: I'm unsure of what to say, as you haven't done much but stay close minded as you complained about me being.
  372. 05:42 ->: I mean honestly it isnt like you will change as a result of me telling you that you are stupid
  373. 05:43 ->: how have I been closed minded?
  374. 05:43 me: I am getting off now. Going to post this log and then go to the gym.
  375. 05:43 ->: enlighten me
  376. 05:43 me: You have completely blocked off the possibility of me being right because in the media's eye, I am ignorant.
  377. 05:43 ->: enjoy the gym
  378.  
  379. Hopefully one day he will see.
  380. ]]
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387. local function Smooth(Part)
  388. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  389. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  390. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  391. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  392. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  394. end
  395.  
  396.  
  397. local function SetLine(Line, Alpha, Beta)
  398. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  399. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  400. local Magnitude = math.sqrt(dx^2 + dy^2)
  401.  
  402. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  403. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  404. Line.Rotation = math.deg(math.atan2(dy, dx))
  405. end
  406.  
  407.  
  408. local Keyboard = Instance.new("Part")
  409. Keyboard.BrickColor = BrickColor.new("Really black")
  410. Keyboard.Material = Enum.Material.Neon
  411. Keyboard.Transparency = 0.1
  412. Keyboard.Size = Vector3.new(5, 0, 2)
  413. Keyboard.CanCollide = false
  414. Keyboard.Locked = true
  415.  
  416. Smooth(Keyboard)
  417.  
  418. local KeyboardWeld = Instance.new("Weld")
  419. KeyboardWeld.Part0 = Torso
  420. KeyboardWeld.Part1 = Keyboard
  421. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  422.  
  423. KeyboardWeld.Parent = Keyboard
  424. Keyboard.Parent = Character
  425.  
  426.  
  427. local Light = Instance.new("PointLight")
  428. Light.Brightness = 1.5
  429. Light.Range = 12
  430. Light.Parent = Keyboard
  431.  
  432.  
  433. local Screen = Instance.new("Part")
  434. Screen.BrickColor = BrickColor.new("Really black")
  435. Screen.Material = Enum.Material.Neon
  436. Screen.Transparency = 0.6
  437. Screen.Size = Vector3.new(6, 4, 0)
  438. Screen.CanCollide = false
  439. Screen.Locked = true
  440.  
  441. Smooth(Screen)
  442.  
  443. local ScreenWeld = Instance.new("Weld")
  444. ScreenWeld.Part0 = Torso
  445. ScreenWeld.Part1 = Screen
  446. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  447.  
  448. local animeh = Instance.new("Part")
  449. animeh.BrickColor = BrickColor.new("Really black")
  450. animeh.Material = Enum.Material.Neon
  451. animeh.Transparency = 0.6
  452. animeh.Size = Vector3.new(6, 4, 0)
  453. animeh.CanCollide = false
  454. animeh.Locked = true
  455.  
  456.  
  457.  
  458. Smooth(animeh)
  459.  
  460. local animehw = Instance.new("Weld")
  461. animehw.Part0 = Torso
  462. animehw.Part1 = animeh
  463. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  464.  
  465. animehw.Parent = animeh
  466. animeh.Parent = Character
  467.  
  468. local Gui = Instance.new("SurfaceGui")
  469. Gui.Face = "Back"
  470. Gui.Adornee = Screen
  471. Gui.Parent = Screen
  472.  
  473. local Text = Instance.new("TextBox")
  474. Text.BackgroundTransparency = 1
  475. Text.Position = UDim2.new(0, 0, 0, 0)
  476. Text.Size = UDim2.new(1, 0, 1, 0)
  477. Text.TextColor3 = Color3.new(1, 1, 1)
  478. Text.Font = Enum.Font.Code
  479. Text.Active = false
  480. Text.MultiLine = true
  481. Text.TextWrapped = true
  482. Text.FontSize = Enum.FontSize.Size32
  483. Text.TextXAlignment = Enum.TextXAlignment.Left
  484. Text.TextYAlignment = Enum.TextYAlignment.Top
  485. Text.Text = ""
  486.  
  487. Text.Parent = Gui
  488.  
  489. ScreenWeld.Parent = Screen
  490. Screen.Parent = Character
  491.  
  492.  
  493.  
  494. local Screen2 = Instance.new("Part")
  495. Screen2.BrickColor = BrickColor.new("Really black")
  496. Screen2.Material = Enum.Material.Neon
  497. Screen2.Transparency = 0.6
  498. Screen2.Size = Vector3.new(6, 4, 0)
  499. Screen2.CanCollide = false
  500. Screen2.Locked = true
  501.  
  502. Smooth(Screen2)
  503.  
  504. local Screen2Weld = Instance.new("Weld")
  505. Screen2Weld.Part0 = Torso
  506. Screen2Weld.Part1 = Screen2
  507. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  508.  
  509. local Gui2 = Instance.new("SurfaceGui")
  510. Gui2.Face = "Back"
  511. Gui2.Adornee = Screen2
  512. Gui2.Parent = Screen2
  513.  
  514. local Text2 = Instance.new("TextBox")
  515. Text2.BackgroundTransparency = 1
  516. Text2.Position = UDim2.new(0, 0, 0, 0)
  517. Text2.Size = UDim2.new(1, 0, 1, 0)
  518. Text2.TextColor3 = Color3.new(0, 1, 0)
  519. Text2.Font = Enum.Font.Code
  520. Text2.Active = false
  521. Text2.MultiLine = true
  522. Text2.TextWrapped = true
  523. Text2.FontSize = Enum.FontSize.Size32
  524. Text2.TextXAlignment = Enum.TextXAlignment.Left
  525. Text2.TextYAlignment = Enum.TextYAlignment.Top
  526. Text2.Text = ""
  527.  
  528. Text2.Parent = Gui2
  529.  
  530. local ImageKey = Instance.new("ImageLabel")
  531. ImageKey.BackgroundTransparency = 1
  532. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  533. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  534. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  535. ImageKey.ImageTransparency = 1
  536. ImageKey.Parent = Gui2
  537.  
  538. Screen2Weld.Parent = Screen2
  539. Screen2.Parent = Character
  540.  
  541.  
  542.  
  543. local Screen3 = Instance.new("Part")
  544. Screen3.BrickColor = BrickColor.new("Really black")
  545. Screen3.Material = Enum.Material.Neon
  546. Screen3.Transparency = 0.6
  547. Screen3.Size = Vector3.new(6, 4, 0)
  548. Screen3.CanCollide = false
  549. Screen3.Locked = true
  550.  
  551. local dekal = Instance.new("Decal",Screen3)
  552. dekal.Texture = "http://www.roblox.com/asset/?id=26294378"
  553. dekal.Transparency = 0.15
  554. dekal.Face = "Back"
  555.  
  556. Smooth(Screen3)
  557.  
  558. local Screen3Weld = Instance.new("Weld")
  559. Screen3Weld.Part0 = Torso
  560. Screen3Weld.Part1 = Screen3
  561. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  562.  
  563. local Gui3 = Instance.new("SurfaceGui")
  564. Gui3.Face = "Back"
  565. Gui3.Adornee = Screen3
  566. Gui3.Parent = Screen3
  567.  
  568. local Map = Instance.new("ImageLabel")
  569. Map.BackgroundTransparency = 1
  570. Map.Position = UDim2.new(0, 0, 0, 0)
  571. Map.Size = UDim2.new(1, 0, 1, 0)
  572. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  573.  
  574. Map.Parent = Gui3
  575.  
  576. Screen3Weld.Parent = Screen3
  577. Screen3.Parent = Character
  578.  
  579. UserInputService.InputBegan:Connect(function(Input, Processed)
  580. if Processed then return end
  581.  
  582. if Input.UserInputType == Enum.UserInputType.Keyboard then
  583. local KeyCode = Input.KeyCode
  584.  
  585. if KeyCode == Enum.KeyCode.E then
  586. Typing = not Typing
  587. end
  588. end
  589. end)
  590.  
  591.  
  592.  
  593. RunService.Heartbeat:Connect(function()
  594. local Sine = math.sin(tick() * 8) / 8
  595.  
  596. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  597.  
  598. if Typing then
  599. if math.random(5) == 1 then
  600. local PressSound = Instance.new("Sound")
  601. PressSound.SoundId = "rbxassetid://265970978"
  602. PressSound.Pitch = 0.5 + math.random() / 5
  603. PressSound.Volume = 3
  604. PressSound.Parent = Keyboard
  605. PressSound:Play()
  606.  
  607. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  608. end
  609.  
  610. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  611.  
  612. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  613. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  614.  
  615. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  616. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  617.  
  618. if math.random(2) == 1 then
  619. if TypingSub < #Argument then
  620. TypingSub = TypingSub + 1
  621. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  622.  
  623. local nl = Text.Text:find("\n")
  624.  
  625. if nl and #Text.Text > 400 then
  626. Text.Text = Text.Text:sub(nl + 1)
  627. end
  628.  
  629. else
  630. TypingSub = 1
  631. end
  632. end
  633.  
  634. if math.random(3) == 1 then
  635. if TypingSub2 < #Code then
  636. TypingSub2 = TypingSub2 + 1
  637. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  638.  
  639. local nl = Text2.Text:find("\n")
  640.  
  641. if nl and #Text2.Text > 400 then
  642. Text2.Text = Text2.Text:sub(nl + 1)
  643. end
  644.  
  645. else
  646. TypingSub2 = 1
  647. end
  648. end
  649.  
  650. else
  651. Neck.C0 = CFrame.new(0, 1, 0)
  652.  
  653. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  654. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  655. end
  656. end)
  657.  
  658. delay(0,start)
  659.  
  660. New = function(Object, Parent, Name, Data)
  661. local Object = Instance.new(Object)
  662. for Index, Value in pairs(Data or {}) do
  663. Object[Index] = Value
  664. end
  665. Object.Parent = Parent
  666. Object.Name = Name
  667. return Object
  668. end
  669.  
  670. function ScatterEff(part)
  671.  
  672. end
  673.  
  674. function BurningEff(part)
  675.  
  676. end
  677.  
  678.  
  679.  
  680. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  681. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  682. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  683. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  684. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  685. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  686. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  687. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  688.  
  689.  
  690.  
  691.  
  692.  
  693. --Soul Steal--
  694. function SoulSteal(pos)
  695. local soulst = coroutine.wrap(function()
  696. local soul = Instance.new("Part",chara)
  697. soul.Size = Vector3.new(0,0,0)
  698. soul.CanCollide = false
  699. soul.Anchored = false
  700. soul.Position = pos
  701. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  702. soul.Transparency = 1
  703. local ptc = Instance.new("ParticleEmitter",soul)
  704. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  705. ptc.Size = NumberSequence.new(.5)
  706. ptc.LockedToPart = true
  707. ptc.Speed = NumberRange.new(0)
  708. ptc.Lifetime = NumberRange.new(9999)
  709. local bodpos = Instance.new("BodyPosition",soul)
  710. bodpos.Position = pos
  711. wait(2)
  712. soul.Touched:connect(function(hit)
  713. if hit.Parent == chara then
  714. soul:Destroy()
  715. end
  716. end)
  717. while soul do
  718. wait(.1)
  719. bodpos.Position = chara.Torso.Position
  720. end
  721. end)
  722. soulst()
  723. end
  724.  
  725. --Death of a Mortal--
  726. function KillMortal(hitdude)
  727. local torsy = nil
  728. if hitdude:FindFirstChild("Torso")~=nil then
  729. torsy = hitdude.Torso
  730. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  731. torsy = hitdude.UpperTorso
  732. end
  733. local val = Instance.new("ObjectValue",hitdude)
  734. val.Name = "HasBeenHit"
  735. hitdude:BreakJoints()
  736. hitdude.Humanoid:Destroy()
  737. SoulSteal(torsy.Position)
  738. local chi = hitdude:GetChildren()
  739. for i = 1, #chi do
  740. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  741. local bodpos = Instance.new("BodyPosition",chi[i])
  742. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  743. ScatterEff(chi[i])
  744. chi[i].BrickColor = BrickColor.new("Really black")
  745. end
  746. end
  747. for i = 1, 4 do
  748. for i = 1, #chi do
  749. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  750. chi[i].Transparency = chi[i].Transparency + .25
  751. wait(.01)
  752. end
  753. end
  754. end
  755. for i = 1, #chi do
  756. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  757. chi[i]:Destroy()
  758. end
  759. end
  760. end
  761.  
  762.  
  763. function Teleport(pos)
  764. telesnd:Play()
  765. local ch = chara:GetChildren()
  766. for i = 1, #ch do
  767. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  768. local trace = Instance.new("Part",game.Workspace)
  769. trace.Size = ch[i].Size
  770. trace.Material = "Neon"
  771. trace.BrickColor = BrickColor.new("Really black")
  772. trace.Transparency = .3
  773. trace.CanCollide = false
  774. trace.Anchored = true
  775. trace.CFrame = ch[i].CFrame
  776. if ch[i].Name == "Head" then
  777. mehs = Instance.new("CylinderMesh",trace)
  778. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  779. end
  780. tracedisappear = coroutine.wrap(function()
  781. wait(1)
  782. for i = 1, 7 do
  783. wait(.1)
  784. trace.Transparency = trace.Transparency + .1
  785. end
  786. trace:Destroy()
  787. end)
  788. tracedisappear()
  789. end
  790. end
  791. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  792. end
  793.  
  794.  
  795. function Grab(mouse)
  796. local hit = mouse.Target
  797. if hit ~= nil then
  798. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  799. local torsy = nil
  800. if hit.Parent:FindFirstChild("Torso")~=nil then
  801. torsy = hit.Parent.Torso
  802. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  803. torsy = hit.Parent.UpperTorso
  804. end
  805. local bodpos = Instance.new("BodyPosition",torsy)
  806. bodpos.Position = torsy.Position
  807. wait(1)
  808. burnsnd:Play()
  809. hit.Parent.Humanoid.MaxHealth = 100
  810. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  811. for i = 1, 10 do
  812. wait(.1)
  813. BurningEff(torsy)
  814. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  815. end
  816. KillMortal(hit.Parent)
  817. end
  818. else end
  819. end
  820.  
  821.  
  822. function onKeyDown(key)
  823. if key == "z" then
  824. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  825. elseif key == "x" then
  826. Grab(Mouse)
  827. end
  828. end
  829.  
  830. --Mouse Functions--
  831. Mouse = player:GetMouse()
  832. if Mouse then
  833. Mouse.KeyDown:connect(onKeyDown)
  834. end
  835.  
  836. while true do
  837. wait(.01)
  838. chance = math.random(0,100)
  839. if chance < 10 then
  840. sel = math.random(1,3)
  841. if sel == 1 then
  842. tecks.Text = " "
  843. elseif sel == 2 then
  844. tecks.Text = " "
  845. elseif sel == 3 then
  846. tecks.Text = " "
  847. end
  848. else tecks.Text = " "
  849. if chara.Humanoid.Health > 0 then
  850. chara.Humanoid.MaxHealth = math.huge
  851. chara.Humanoid.Health = math.huge
  852. end
  853. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  854. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  855. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  856. l.TintColor = Color3.new(1,0,0)
  857. end
  858. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  859. end
  860. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement