View difference between Paste ID: haJEDHgg and HTUtyU4p
SHOW: | | - or go back to the newest paste.
1
-- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire
2
3
4
local Players = game:GetService("Players")
5
local UserInputService = game:GetService("UserInputService")
6
local RunService = game:GetService("RunService")
7
8
local Player = Players.LocalPlayer
9
local Camera = workspace.CurrentCamera
10
local Mouse = Player:GetMouse()
11
12
local Character = Player.Character
13
local Torso = Character.Torso
14
15
local Typing = false
16
local TypingSub = 1
17
local TypingSub2 = 1
18
19
local Neck = Torso.Neck
20
21
Neck.C1 = CFrame.new(0, -0.5, 0)
22
23
local RightArm = Character["Right Arm"]
24
local LeftArm = Character["Left Arm"]
25
26
local RightShoulder = Instance.new("Weld", Torso)
27
RightShoulder.Part0 = Torso
28
RightShoulder.Part1 = RightArm
29
30
local LeftShoulder = Instance.new("Weld", Torso)
31
LeftShoulder.Part0 = Torso
32
LeftShoulder.Part1 = LeftArm
33
34
RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
35
LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
36
37
38
local Code = [[
39
	-- I failed at stealing my mommy's credit card!
40
	
41
	Server Proxy Connection Initializing...
42
	
43
	USERNAME: erikboy
44
	PASSWORD: cumisgood
45
	
46
	
47
	ROBLOX Server Database Connecting...
48
	
49
	
50
	local Proxy = Server:GetProxyData(1011101)
51
	local Tracker = {}
52
	
53
	__INIT__ setmetatable(getmetatable(Proxy), {
54
		__metatable = {};
55
		__call = function(Self, ...)
56
			Proxy:GetArgumentData(Proxy.Key, select(...))
57
		end;
58
	})
59
	
60
	Proxy:TransferData("Lifetime_OBC_Charged",
61
		"ACC_"..__VERSION.."_"..Proxy:GetAccount()
62
	{
63
		__newindex = function(Self, Key, Value)
64
			Tracker[Key] = Value
65
			rawset(Self, Key, Value)
66
		end
67
	})
68
	
69
	Proxy:GetTransferredData().breakAssymetricEncryption(
70
		"NEW_Public_Key", true, 101, false
71
	)
72
	
73
	
74
	ROBLOX Server Log:
75
		> Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
76
		
77
		...
78
		...
79
		...
80
		...
81
		...
82
		...
83
		
84
		ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
85
		Deleting MinecraftKid72..50%
86
		Deleting MinecraftKid72..100%
87
		Successfully deleted MinecraftKid72.
88
		Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
89
		
90
		
91
	
92
	
93
	
94
	
95
]]
96
97
98
local Argument = [[
99
	You> Hello!              
100
101
	Jimmy> Hey Faggot!                     
102
103
	Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.              
104
105
	You> Df you just say to me you 50 year old man child? ill have you know my dad works for the fbi and he is tracing your ip address as we speak.
106
	
107
	Jimmy> Fuck Off Ya Fat Cunt
108
109
	You> Y'know what? anime is lyfe do not ever diss me ok? or i will get my army, a minecraft clan you have never seen before
110
111
	Jimmy> You're Mum Gay.
112
113
	You> your*
114
115
	Jimmy> Bye Sad AF Cunt.
116
117
	tacktic2010> lol, uf0ckinw0t?
118
119
	Jimmy> tacktic iz gay.
120
121
	pxire> kick>Jimmy:Reason: By Faggot lelel.
122
	
123
	<sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
124
	
125
	
126
	
127
	
128
	
129
	
130
	
131
	
132
	
133
]]
134
135
136
137
game.Lighting.GlobalShadows = false
138
game.Lighting.Brightness = 0.25
139
140
141
local function Smooth(Part)
142
	Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
143
	Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
144
	Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
145
	Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
146
	Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
147
	Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
148
end
149
150
151
local function SetLine(Line, Alpha, Beta)
152
	local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
153
	local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
154
	local Magnitude = math.sqrt(dx^2 + dy^2)
155
	
156
	Line.Size = UDim2.new(Magnitude, 0, 0, 8)
157
	Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
158
	Line.Rotation = math.deg(math.atan2(dy, dx))
159
end
160
161
162
local Keyboard = Instance.new("Part")
163
Keyboard.BrickColor = BrickColor.new("Really black")
164
Keyboard.Material = Enum.Material.Neon
165
Keyboard.Transparency = 0.1
166
Keyboard.Size = Vector3.new(5, 0, 2)
167
Keyboard.CanCollide = false
168
Keyboard.Locked = true
169
170
Smooth(Keyboard)
171
172
local KeyboardWeld = Instance.new("Weld")
173
KeyboardWeld.Part0 = Torso
174
KeyboardWeld.Part1 = Keyboard
175
KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
176
177
KeyboardWeld.Parent = Keyboard
178
Keyboard.Parent = Character
179
180
181
local Light = Instance.new("PointLight")
182
Light.Brightness = 1.5
183
Light.Range = 12
184
Light.Parent = Keyboard
185
186
187
local Screen = Instance.new("Part")
188
Screen.BrickColor = BrickColor.new("Really black")
189
Screen.Material = Enum.Material.Neon
190
Screen.Transparency = 0.6
191
Screen.Size = Vector3.new(6, 4, 0)
192
Screen.CanCollide = false
193
Screen.Locked = true
194
195
Smooth(Screen)
196
197
local ScreenWeld = Instance.new("Weld")
198
ScreenWeld.Part0 = Torso
199
ScreenWeld.Part1 = Screen
200
ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
201
202
local animeh = Instance.new("Part")
203
animeh.BrickColor = BrickColor.new("Really black")
204
animeh.Material = Enum.Material.Neon
205
animeh.Transparency = 0.6
206
animeh.Size = Vector3.new(6, 4, 0)
207
animeh.CanCollide = false
208
animeh.Locked = true
209
210
local dekal = Instance.new("Decal",animeh)
211-
dekal.Texture = "http://www.roblox.com/asset/?id=123802277"
211+
dekal.Texture = "http://www.roblox.com/asset/?id=674100212"
212
dekal.Transparency = 0.15
213
dekal.Face = "Back"
214
215
Smooth(animeh)
216
217
local animehw = Instance.new("Weld")
218
animehw.Part0 = Torso
219
animehw.Part1 = animeh
220
animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
221
222
animehw.Parent = animeh
223
animeh.Parent = Character
224
225
local Gui = Instance.new("SurfaceGui")
226
Gui.Face = "Back"
227
Gui.Adornee = Screen
228
Gui.Parent = Screen
229
230
local Text = Instance.new("TextBox")
231
Text.BackgroundTransparency = 1
232
Text.Position = UDim2.new(0, 0, 0, 0)
233
Text.Size = UDim2.new(1, 0, 1, 0)
234
Text.TextColor3 = Color3.new(1, 1, 1)
235
Text.Font = Enum.Font.Code
236
Text.Active = false
237
Text.MultiLine = true
238
Text.TextWrapped = true
239
Text.FontSize = Enum.FontSize.Size32
240
Text.TextXAlignment = Enum.TextXAlignment.Left
241
Text.TextYAlignment = Enum.TextYAlignment.Top
242
Text.Text = ""
243
244
Text.Parent = Gui
245
246
ScreenWeld.Parent = Screen
247
Screen.Parent = Character
248
249
250
251
local Screen2 = Instance.new("Part")
252
Screen2.BrickColor = BrickColor.new("Really black")
253
Screen2.Material = Enum.Material.Neon
254
Screen2.Transparency = 0.6
255
Screen2.Size = Vector3.new(6, 4, 0)
256
Screen2.CanCollide = false
257
Screen2.Locked = true
258
259
Smooth(Screen2)
260
261
local Screen2Weld = Instance.new("Weld")
262
Screen2Weld.Part0 = Torso
263
Screen2Weld.Part1 = Screen2
264
Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
265
266
local Gui2 = Instance.new("SurfaceGui")
267
Gui2.Face = "Back"
268
Gui2.Adornee = Screen2
269
Gui2.Parent = Screen2
270
271
local Text2 = Instance.new("TextBox")
272
Text2.BackgroundTransparency = 1
273
Text2.Position = UDim2.new(0, 0, 0, 0)
274
Text2.Size = UDim2.new(1, 0, 1, 0)
275
Text2.TextColor3 = Color3.new(0, 1, 0)
276
Text2.Font = Enum.Font.Code
277
Text2.Active = false
278
Text2.MultiLine = true
279
Text2.TextWrapped = true
280
Text2.FontSize = Enum.FontSize.Size32
281
Text2.TextXAlignment = Enum.TextXAlignment.Left
282
Text2.TextYAlignment = Enum.TextYAlignment.Top
283
Text2.Text = ""
284
285
Text2.Parent = Gui2
286
287
local ImageKey = Instance.new("ImageLabel")
288
ImageKey.BackgroundTransparency = 1
289
ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
290
ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
291-
ImageKey.Image = "http://www.roblox.com/asset/?id=674100213"
291+
ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
292
ImageKey.ImageTransparency = 1
293
ImageKey.Parent = Gui2
294
295
Screen2Weld.Parent = Screen2
296
Screen2.Parent = Character
297
298
299
300
local Screen3 = Instance.new("Part")
301
Screen3.BrickColor = BrickColor.new("Really black")
302
Screen3.Material = Enum.Material.Neon
303
Screen3.Transparency = 0.6
304
Screen3.Size = Vector3.new(6, 4, 0)
305
Screen3.CanCollide = false
306
Screen3.Locked = true
307
308
local dekal = Instance.new("Decal",Screen3)
309-
dekal.Texture = "http://www.roblox.com/asset/?id=574850872"
309+
dekal.Texture = "http://www.roblox.com/asset/?id=574850871"
310
dekal.Transparency = 0.15
311
dekal.Face = "Back"
312
313
Smooth(Screen3)
314
315
local Screen3Weld = Instance.new("Weld")
316
Screen3Weld.Part0 = Torso
317
Screen3Weld.Part1 = Screen3
318
Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
319
320
local Gui3 = Instance.new("SurfaceGui")
321
Gui3.Face = "Back"
322
Gui3.Adornee = Screen3
323
Gui3.Parent = Screen3
324
325
local Map = Instance.new("ImageLabel")
326
Map.BackgroundTransparency = 1
327
Map.Position = UDim2.new(0, 0, 0, 0)
328
Map.Size = UDim2.new(1, 0, 1, 0)
329
Map.Image = "http://www.roblox.com/asset/?id=121661614"
330
331
Map.Parent = Gui3
332
333
Screen3Weld.Parent = Screen3
334
Screen3.Parent = Character
335
336
UserInputService.InputBegan:Connect(function(Input, Processed)
337
	if Processed then return end
338
	
339
	if Input.UserInputType == Enum.UserInputType.Keyboard then
340
		local KeyCode = Input.KeyCode
341
		
342
		if KeyCode == Enum.KeyCode.E then
343
			Typing = not Typing
344
		end
345
	end
346
end)
347
348
349
350
RunService.Heartbeat:Connect(function()
351
	local Sine = math.sin(tick() * 8) / 8
352
	
353
	ImageKey.ImageTransparency = math.abs(math.sin(tick()))
354
	
355
	if Typing then
356
		if math.random(5) == 1 then
357
			local PressSound = Instance.new("Sound")
358
			PressSound.SoundId = "rbxassetid://265970978"
359
			PressSound.Pitch = 0.5 + math.random() / 5
360
			PressSound.Volume = 3
361
			PressSound.Parent = Keyboard
362
			PressSound:Play()
363
			
364
			game:GetService("Debris"):AddItem(PressSound, 1 / 2)
365
		end
366
		
367
		Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
368
		
369
		RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
370
			* CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
371
		
372
		LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
373
			* CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
374
		
375
		if math.random(2) == 1 then
376
			if TypingSub < #Argument then
377
				TypingSub = TypingSub + 1
378
				Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
379
				
380
				local nl = Text.Text:find("\n")
381
				
382
				if nl and #Text.Text > 400 then
383
					Text.Text = Text.Text:sub(nl + 1)
384
				end
385
				
386
			else
387
				TypingSub = 1
388
			end
389
		end
390
		
391
		if math.random(3) == 1 then
392
			if TypingSub2 < #Code then
393
				TypingSub2 = TypingSub2 + 1
394
				Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
395
				
396
				local nl = Text2.Text:find("\n")
397
				
398
				if nl and #Text2.Text > 400 then
399
					Text2.Text = Text2.Text:sub(nl + 1)
400
				end
401
				
402
			else
403
				TypingSub2 = 1
404
			end
405
		end
406
		
407
	else
408
		Neck.C0 = CFrame.new(0, 1, 0)
409
		
410
		RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
411
		LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
412
	end
413
end)