Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local UserInputService = game:GetService("UserInputService")
  3. local RunService = game:GetService("RunService")
  4.  
  5. local Player = Players.LocalPlayer
  6. local Camera = workspace.CurrentCamera
  7. local Mouse = Player:GetMouse()
  8.  
  9. local Character = Player.Character
  10. local Torso = Character.Torso
  11.  
  12. local Typing = false
  13. local TypingSub = 1
  14. local TypingSub2 = 1
  15.  
  16. local Neck = Torso.Neck
  17.  
  18. Neck.C1 = CFrame.new(0, -0.5, 0)
  19.  
  20. local RightArm = Character["Right Arm"]
  21. local LeftArm = Character["Left Arm"]
  22.  
  23. local RightShoulder = Instance.new("Weld", Torso)
  24. RightShoulder.Part0 = Torso
  25. RightShoulder.Part1 = RightArm
  26.  
  27. local LeftShoulder = Instance.new("Weld", Torso)
  28. LeftShoulder.Part0 = Torso
  29. LeftShoulder.Part1 = LeftArm
  30.  
  31. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  32. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  33.  
  34.  
  35.  
  36.  
  37. local Argument = [[
  38. PrivateMessage>This script was made by Shaw.
  39.  
  40. PrivateMessage>Enjoy my lua script, update soon!
  41.  
  42. iC>Welcome to iCracker.
  43.  
  44. iC>Preparing Log in..
  45.  
  46. iC>Username: Shaw
  47.  
  48. iC>Password: ****
  49.  
  50. iC>Log in successful..
  51.  
  52. iC>Loading in progress..
  53.  
  54. iC>Loading successful..
  55.  
  56. iC>Checking internet connection..
  57.  
  58. iC>Connection failed..
  59.  
  60. iC>Rechecking internet connection..
  61.  
  62. iC>Connection successful..
  63.  
  64. iC>Key needed.
  65.  
  66. iC>Key: SHAW-31618-BLOX-774
  67.  
  68. iC>You are whitelisted.
  69.  
  70. iC>Starting program..
  71.  
  72. iC>PlayerID: 1
  73.  
  74. iC>Checking PlayerID..
  75.  
  76. iC>Successful..
  77.  
  78. iC>Username: ROBLOX
  79.  
  80. iC>Join date: 2/27/2006
  81.  
  82. iC>Friends: 0
  83.  
  84. iC>Followers: 2M+
  85.  
  86. iC>Following: 0
  87.  
  88. iC>Email: **********@gmail.com
  89.  
  90. iC>Phonenumber: **********
  91.  
  92. iC>Start cracking account..
  93.  
  94. iC>Internet failed to connect..
  95.  
  96. iC>Reconnecting to internet..
  97.  
  98. iC>Cracking in progress.. (0%)
  99.  
  100. iC>Cracking in progress.. (0.25%)
  101.  
  102. iC>Cracking in progress.. (0.75%)
  103.  
  104. iC>Cracking in progress.. (1%)
  105.  
  106. iC>Cracking in progress.. (25.31%)
  107.  
  108. iC>Cracking in progress.. (53%)
  109.  
  110. iC>Cracking in progress.. (85%)
  111.  
  112. iC>Cracking in progress.. (90%)
  113.  
  114. iC>Cracking in progress.. (91%)
  115.  
  116. iC>Cracking in progress.. (92%)
  117.  
  118. iC>Cracking in progress.. (93%)
  119.  
  120. iC>Cracking in progress.. (94%)
  121.  
  122. iC>Cracking in progress.. (95%)
  123.  
  124. iC>Cracking in progress.. (96%)
  125.  
  126. iC>Cracking in progress.. (97%)
  127.  
  128. iC>Cracking in progress.. (98%)
  129.  
  130. iC>Cracking in progress.. (99%)
  131.  
  132. iC>Cracking in progress.. (99.13%)
  133.  
  134. iC>Cracking in progress.. (99.28%)
  135.  
  136. iC>Cracking in progress.. (99.36%)
  137.  
  138. iC>Cracking in progress.. (99.45%)
  139.  
  140. iC>Cracking in progress.. (99.49%)
  141.  
  142. iC>Cracking in progress.. (99.99%)
  143.  
  144. iC>Cracking in progress.. (100%)
  145.  
  146. iC>ROBLOX is now cracked.
  147.  
  148. iC>Username: ROBLOX
  149.  
  150. iC>Password: ********
  151.  
  152. iC>Preparing to close..
  153.  
  154. iC>Goodbye, we hope to see you soon..
  155.  
  156. PrivateMessage>Subscribe to Shaw!
  157. ]]
  158.  
  159.  
  160.  
  161. game.Lighting.GlobalShadows = true
  162. game.Lighting.Brightness = 0.13
  163.  
  164.  
  165. local function Smooth(Part)
  166. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  167. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  168. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  169. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  170. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  171. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  172. end
  173.  
  174.  
  175. local function SetLine(Line, Alpha, Beta)
  176. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  177. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  178. local Magnitude = math.sqrt(dx^2 + dy^2)
  179.  
  180. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  181. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  182. Line.Rotation = math.deg(math.atan2(dy, dx))
  183. end
  184.  
  185.  
  186. local Keyboard = Instance.new("Part")
  187. Keyboard.BrickColor = BrickColor.new("Lily white")
  188. Keyboard.Material = Enum.Material.SmoothPlastic
  189. Keyboard.Transparency = 0
  190. Keyboard.Size = Vector3.new(4.2, 0, 1.5)
  191. Keyboard.CanCollide = false
  192. Keyboard.Locked = true
  193.  
  194. Smooth(Keyboard)
  195.  
  196. local KeyboardWeld = Instance.new("Weld")
  197. KeyboardWeld.Part0 = Torso
  198. KeyboardWeld.Part1 = Keyboard
  199. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  200.  
  201. KeyboardWeld.Parent = Keyboard
  202. Keyboard.Parent = Character
  203.  
  204.  
  205. local Light = Instance.new("PointLight")
  206. Light.Brightness = 0
  207. Light.Range = 0
  208. Light.Parent = Keyboard
  209.  
  210.  
  211. local Screen = Instance.new("Part")
  212. Screen.BrickColor = BrickColor.new("Really black")
  213. Screen.Material = Enum.Material.Glass
  214. Screen.Transparency = 0.23
  215. Screen.Size = Vector3.new(7.2, 5, 0)
  216. Screen.CanCollide = false
  217. Screen.Locked = true
  218.  
  219. Smooth(Screen)
  220.  
  221. local ScreenWeld = Instance.new("Weld")
  222. ScreenWeld.Part0 = Torso
  223. ScreenWeld.Part1 = Screen
  224. ScreenWeld.C0 = CFrame.new(0, 3, -4.0) * CFrame.Angles(0.1, 0, 0)
  225.  
  226. local animeh = Instance.new("Part")
  227. animeh.BrickColor = BrickColor.new("Really black")
  228. animeh.Material = Enum.Material.SmoothPlastic
  229. animeh.Transparency = 9999999
  230. animeh.Size = Vector3.new(6, 4, 0)
  231. animeh.CanCollide = false
  232. animeh.Locked = true
  233.  
  234. local dekal = Instance.new("Decal",animeh)
  235. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  236. dekal.Transparency = 0.15
  237. dekal.Face = "Back"
  238.  
  239. Smooth(animeh)
  240.  
  241. local animehw = Instance.new("Weld")
  242. animehw.Part0 = Torso
  243. animehw.Part1 = animeh
  244. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  245.  
  246. animehw.Parent = animeh
  247. animeh.Parent = Character
  248.  
  249. local Gui = Instance.new("SurfaceGui")
  250. Gui.Face = "Back"
  251. Gui.Adornee = Screen
  252. Gui.Parent = Screen
  253.  
  254. local Text = Instance.new("TextBox")
  255. Text.BackgroundTransparency = 1
  256. Text.Position = UDim2.new(0, 0, 0, 0)
  257. Text.Size = UDim2.new(1, 0, 1, 0)
  258. Text.TextColor3 = Color3.new(0, 85, 0)
  259. Text.Font = Enum.Font.Code
  260. Text.Active = false
  261. Text.MultiLine = true
  262. Text.TextWrapped = true
  263. Text.FontSize = Enum.FontSize.Size36
  264. Text.TextXAlignment = Enum.TextXAlignment.Left
  265. Text.TextYAlignment = Enum.TextYAlignment.Top
  266. Text.Text = ""
  267.  
  268. Text.Parent = Gui
  269.  
  270. ScreenWeld.Parent = Screen
  271. Screen.Parent = Character
  272.  
  273.  
  274.  
  275. local Screen2 = Instance.new("Part")
  276. Screen2.BrickColor = BrickColor.new("Really black")
  277. Screen2.Material = Enum.Material.SmoothPlastic
  278. Screen2.Transparency = 99999999
  279. Screen2.Size = Vector3.new(6, 4, 0)
  280. Screen2.CanCollide = false
  281. Screen2.Locked = true
  282.  
  283. Smooth(Screen2)
  284.  
  285. local Screen2Weld = Instance.new("Weld")
  286. Screen2Weld.Part0 = Torso
  287. Screen2Weld.Part1 = Screen2
  288. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  289.  
  290. local Gui2 = Instance.new("SurfaceGui")
  291. Gui2.Face = "Back"
  292. Gui2.Adornee = Screen2
  293. Gui2.Parent = Screen2
  294.  
  295. local Text2 = Instance.new("TextBox")
  296. Text2.BackgroundTransparency = 1
  297. Text2.Position = UDim2.new(0, 0, 0, 0)
  298. Text2.Size = UDim2.new(1, 0, 1, 0)
  299. Text2.TextColor3 = Color3.new(0, 1, 0)
  300. Text2.Font = Enum.Font.Code
  301. Text2.Active = false
  302. Text2.MultiLine = true
  303. Text2.TextWrapped = true
  304. Text2.FontSize = Enum.FontSize.Size32
  305. Text2.TextXAlignment = Enum.TextXAlignment.Left
  306. Text2.TextYAlignment = Enum.TextYAlignment.Top
  307. Text2.Text = ""
  308.  
  309. Text2.Parent = Gui2
  310.  
  311. local ImageKey = Instance.new("ImageLabel")
  312. ImageKey.BackgroundTransparency = 1
  313. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  314. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  315. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  316. ImageKey.ImageTransparency = 1
  317. ImageKey.Parent = Gui2
  318.  
  319. Screen2Weld.Parent = Screen2
  320. Screen2.Parent = Character
  321.  
  322.  
  323.  
  324. local Screen3 = Instance.new("Part")
  325. Screen3.BrickColor = BrickColor.new("Really black")
  326. Screen3.Material = Enum.Material.SmoothPlastic
  327. Screen3.Transparency = 9999999
  328. Screen3.Size = Vector3.new(6, 4, 0)
  329. Screen3.CanCollide = false
  330. Screen3.Locked = true
  331.  
  332. local dekal = Instance.new("Decal",Screen3)
  333. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  334. dekal.Transparency = 0.15
  335. dekal.Face = "Back"
  336.  
  337. Smooth(Screen3)
  338.  
  339. local Screen3Weld = Instance.new("Weld")
  340. Screen3Weld.Part0 = Torso
  341. Screen3Weld.Part1 = Screen3
  342. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  343.  
  344. local Gui3 = Instance.new("SurfaceGui")
  345. Gui3.Face = "Back"
  346. Gui3.Adornee = Screen3
  347. Gui3.Parent = Screen3
  348.  
  349. local Map = Instance.new("ImageLabel")
  350. Map.BackgroundTransparency = 0
  351. Map.Position = UDim2.new(0, 0, 0, 0)
  352. Map.Size = UDim2.new(0, 0, 0, 0)
  353. Map.Image = ""
  354.  
  355. Map.Parent = Gui3
  356.  
  357. Screen3Weld.Parent = Screen3
  358. Screen3.Parent = Character
  359.  
  360. UserInputService.InputBegan:Connect(function(Input, Processed)
  361. if Processed then return end
  362.  
  363. if Input.UserInputType == Enum.UserInputType.Keyboard then
  364. local KeyCode = Input.KeyCode
  365.  
  366. if KeyCode == Enum.KeyCode.F then
  367. Typing = not Typing
  368. end
  369. end
  370. end)
  371.  
  372.  
  373.  
  374. RunService.Heartbeat:Connect(function()
  375. local Sine = math.sin(tick() * 8) / 8
  376.  
  377. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  378.  
  379. if Typing then
  380. if math.random(5) == 1 then
  381. local PressSound = Instance.new("Sound")
  382. PressSound.SoundId = "rbxassetid://265970978"
  383. PressSound.Pitch = 0.5 + math.random() / 5
  384. PressSound.Volume = 3
  385. PressSound.Parent = Keyboard
  386. PressSound:Play()
  387.  
  388. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  389. end
  390.  
  391. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  392.  
  393. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  394. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  395.  
  396. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  397. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  398.  
  399. if math.random(2) == 1 then
  400. if TypingSub < #Argument then
  401. TypingSub = TypingSub + 1
  402. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  403.  
  404. local nl = Text.Text:find("\n")
  405.  
  406. if nl and #Text.Text > 400 then
  407. Text.Text = Text.Text:sub(nl + 1)
  408. end
  409.  
  410. else
  411. TypingSub = 1
  412. end
  413. end
  414.  
  415. if math.random(3) == 1 then
  416. if TypingSub2 < #Code then
  417. TypingSub2 = TypingSub2 + 1
  418. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  419.  
  420. local nl = Text2.Text:find("\n")
  421.  
  422. if nl and #Text2.Text > 400 then
  423. Text2.Text = Text2.Text:sub(nl + 1)
  424. end
  425.  
  426. else
  427. TypingSub2 = 1
  428. end
  429. end
  430.  
  431. else
  432. Neck.C0 = CFrame.new(0, 1, 0)
  433.  
  434. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  435. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  436. end
  437. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement