· 7 years ago · Sep 26, 2018, 10:48 AM
1local Players = game:GetService("Players")
2local UserInputService = game:GetService("UserInputService")
3local RunService = game:GetService("RunService")
4
5local Player = Players.LocalPlayer
6local Camera = workspace.CurrentCamera
7local Mouse = Player:GetMouse()
8
9local Character = Player.Character
10local Torso = Character.Torso
11
12local Typing = false
13local TypingSub = 1
14local TypingSub2 = 1
15
16local Neck = Torso.Neck
17
18Neck.C1 = CFrame.new(0, -0.5, 0)
19
20local RightArm = Character["Right Arm"]
21local LeftArm = Character["Left Arm"]
22
23local RightShoulder = Instance.new("Weld", Torso)
24RightShoulder.Part0 = Torso
25RightShoulder.Part1 = RightArm
26
27local LeftShoulder = Instance.new("Weld", Torso)
28LeftShoulder.Part0 = Torso
29LeftShoulder.Part1 = LeftArm
30
31RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
32LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
33
34
35
36
37local 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
161game.Lighting.GlobalShadows = true
162game.Lighting.Brightness = 0.13
163
164
165local 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
172end
173
174
175local 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))
183end
184
185
186local Keyboard = Instance.new("Part")
187Keyboard.BrickColor = BrickColor.new("Lily white")
188Keyboard.Material = Enum.Material.SmoothPlastic
189Keyboard.Transparency = 0
190Keyboard.Size = Vector3.new(4.2, 0, 1.5)
191Keyboard.CanCollide = false
192Keyboard.Locked = true
193
194Smooth(Keyboard)
195
196local KeyboardWeld = Instance.new("Weld")
197KeyboardWeld.Part0 = Torso
198KeyboardWeld.Part1 = Keyboard
199KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
200
201KeyboardWeld.Parent = Keyboard
202Keyboard.Parent = Character
203
204
205local Light = Instance.new("PointLight")
206Light.Brightness = 0
207Light.Range = 0
208Light.Parent = Keyboard
209
210
211local Screen = Instance.new("Part")
212Screen.BrickColor = BrickColor.new("Really black")
213Screen.Material = Enum.Material.Glass
214Screen.Transparency = 0.23
215Screen.Size = Vector3.new(7.2, 5, 0)
216Screen.CanCollide = false
217Screen.Locked = true
218
219Smooth(Screen)
220
221local ScreenWeld = Instance.new("Weld")
222ScreenWeld.Part0 = Torso
223ScreenWeld.Part1 = Screen
224ScreenWeld.C0 = CFrame.new(0, 3, -4.0) * CFrame.Angles(0.1, 0, 0)
225
226local animeh = Instance.new("Part")
227animeh.BrickColor = BrickColor.new("Really black")
228animeh.Material = Enum.Material.SmoothPlastic
229animeh.Transparency = 9999999
230animeh.Size = Vector3.new(6, 4, 0)
231animeh.CanCollide = false
232animeh.Locked = true
233
234local dekal = Instance.new("Decal",animeh)
235dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
236dekal.Transparency = 0.15
237dekal.Face = "Back"
238
239Smooth(animeh)
240
241local animehw = Instance.new("Weld")
242animehw.Part0 = Torso
243animehw.Part1 = animeh
244animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
245
246animehw.Parent = animeh
247animeh.Parent = Character
248
249local Gui = Instance.new("SurfaceGui")
250Gui.Face = "Back"
251Gui.Adornee = Screen
252Gui.Parent = Screen
253
254local Text = Instance.new("TextBox")
255Text.BackgroundTransparency = 1
256Text.Position = UDim2.new(0, 0, 0, 0)
257Text.Size = UDim2.new(1, 0, 1, 0)
258Text.TextColor3 = Color3.new(0, 85, 0)
259Text.Font = Enum.Font.Code
260Text.Active = false
261Text.MultiLine = true
262Text.TextWrapped = true
263Text.FontSize = Enum.FontSize.Size36
264Text.TextXAlignment = Enum.TextXAlignment.Left
265Text.TextYAlignment = Enum.TextYAlignment.Top
266Text.Text = ""
267
268Text.Parent = Gui
269
270ScreenWeld.Parent = Screen
271Screen.Parent = Character
272
273
274
275local Screen2 = Instance.new("Part")
276Screen2.BrickColor = BrickColor.new("Really black")
277Screen2.Material = Enum.Material.SmoothPlastic
278Screen2.Transparency = 99999999
279Screen2.Size = Vector3.new(6, 4, 0)
280Screen2.CanCollide = false
281Screen2.Locked = true
282
283Smooth(Screen2)
284
285local Screen2Weld = Instance.new("Weld")
286Screen2Weld.Part0 = Torso
287Screen2Weld.Part1 = Screen2
288Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
289
290local Gui2 = Instance.new("SurfaceGui")
291Gui2.Face = "Back"
292Gui2.Adornee = Screen2
293Gui2.Parent = Screen2
294
295local Text2 = Instance.new("TextBox")
296Text2.BackgroundTransparency = 1
297Text2.Position = UDim2.new(0, 0, 0, 0)
298Text2.Size = UDim2.new(1, 0, 1, 0)
299Text2.TextColor3 = Color3.new(0, 1, 0)
300Text2.Font = Enum.Font.Code
301Text2.Active = false
302Text2.MultiLine = true
303Text2.TextWrapped = true
304Text2.FontSize = Enum.FontSize.Size32
305Text2.TextXAlignment = Enum.TextXAlignment.Left
306Text2.TextYAlignment = Enum.TextYAlignment.Top
307Text2.Text = ""
308
309Text2.Parent = Gui2
310
311local ImageKey = Instance.new("ImageLabel")
312ImageKey.BackgroundTransparency = 1
313ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
314ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
315ImageKey.Image = "http://www.roblox.com/asset/?id=0"
316ImageKey.ImageTransparency = 1
317ImageKey.Parent = Gui2
318
319Screen2Weld.Parent = Screen2
320Screen2.Parent = Character
321
322
323
324local Screen3 = Instance.new("Part")
325Screen3.BrickColor = BrickColor.new("Really black")
326Screen3.Material = Enum.Material.SmoothPlastic
327Screen3.Transparency = 9999999
328Screen3.Size = Vector3.new(6, 4, 0)
329Screen3.CanCollide = false
330Screen3.Locked = true
331
332local dekal = Instance.new("Decal",Screen3)
333dekal.Texture = "http://www.roblox.com/asset/?id=0"
334dekal.Transparency = 0.15
335dekal.Face = "Back"
336
337Smooth(Screen3)
338
339local Screen3Weld = Instance.new("Weld")
340Screen3Weld.Part0 = Torso
341Screen3Weld.Part1 = Screen3
342Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
343
344local Gui3 = Instance.new("SurfaceGui")
345Gui3.Face = "Back"
346Gui3.Adornee = Screen3
347Gui3.Parent = Screen3
348
349local Map = Instance.new("ImageLabel")
350Map.BackgroundTransparency = 0
351Map.Position = UDim2.new(0, 0, 0, 0)
352Map.Size = UDim2.new(0, 0, 0, 0)
353Map.Image = ""
354
355Map.Parent = Gui3
356
357Screen3Weld.Parent = Screen3
358Screen3.Parent = Character
359
360UserInputService.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
370end)
371
372
373
374RunService.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
437end)