View difference between Paste ID: ymSZRc3Z and FWbG0NwV
SHOW: | | - or go back to the newest paste.
1
-- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
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 downloading ssf2
40
	
41
	Server Proxy Connection Initializing...
42
	
43
	USERNAME: Zneakyblox
44
	PASSWORD: ???
45
	
46
	
47
	ROBLOX Server Database Connecting...
48
	
49
	
50
	local Proxy = Server:GetMemeData(1011101)
51
	local Tracker = {}
52
	
53
	__INIT__ setmetatable(getmetatable(Meme), {
54
		__metatable = {};
55
		__call = function(Self, ...)
56
			Proxy:GetArgumentData(MEME.Key, select(...))
57
		end;
58
	})
59
	
60
	Proxy:TransferData("Lifetime_OBC_Charged",
61
		"ACCVERSION_89_MEME: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_MEME_KEY", true, 102, false
71
	)
72
	
73
	
74
	ROBLOX Server Log:
75
		> 420 Robux Transferred to Snoop Dog???
76
		
77
		Spicy Memes
78
		
79
		ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
80
		Deleting Sammyclassicsonicfan..50%
81
		Deleting Sammyclassicsonicfan..100%
82
		Successfully deleted Sammyclassicsonicfan.
83
		Message<WHY SONIC WHY SONIC WHY SONIC!!!
84
   NASA FOUND
85
		<div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
86
		
87
	
88
	
89
	
90
	
91
]]
92
93
94
local Argument = [[
95
	           
96
	You> 11000011001101                    
97
98
	You> 00110000011110             
99
100
	You> 1100011
101
102
	You> 000111100
103
	
104
	You> End(Server)
105
106
	Server> Server ended.
107
	
108
	Discord> Joining VoidSB Discord..
109
110
	Server> Joined VoidSB Discord!
111
	
112
	You > afk 99 years
113
	
114
	Server> You got banned for 9999 years because of afk for 99 years!
115
	           
116
	You> 11000011001101                    
117
118
	You> 00110000011110             
119
120
	You> 1100011
121
122
	You> 000111100
123
	
124
	You> Delete(VoidSB)
125
126
	Server> Server deleted.
127
128
	Discord> Finding Dark Eccentric Party..
129
	Discord> Founded Dark's Party!
130
131
	Google> Searching NASA
132
	Google> Success!
133
   IP : 15.90.138.102
134
   Money : 139.1B
135
  Phone : 202-555-0179
136
	
137
	You> Damn, NASA got some money.
138
	
139
	You> GET NASA MONEY
140
141
	You> =GETTING NASA MONEY=
142
143
	NEWS> we heard that nasa got no money
144
145
	You> Now it's time for ROBLOX
146
147
	You>  <div class="navbar navbar-default navbar-static-top"
148
149
	You> This should be happening now.
150
151
   ROBLOX> Roblox is currently under going maintence.. We'll be back up soon!
152
153
	You> I'm going to hack minecraft now.
154
155
	You> <li class="item item-fandom" data-flag=""destroy:="
156
157
	Notch> Peoples are getting premium accounts out of no where!
158
	
159
	You> =Uses w33b hacks=
160
	
161
	You> I added a new version of minecraft
162
163
	You> 1337.666
164
165
	Update : "Added Premium Mode"
166
]]
167
168
169
170
game.Lighting.GlobalShadows = false
171
game.Lighting.Brightness = 0.25
172
173
174
local function Smooth(Part)
175
	Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
176
	Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
177
	Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
178
	Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
179
	Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
180
	Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
181
end
182
183
184
local function SetLine(Line, Alpha, Beta)
185
	local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
186
	local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
187
	local Magnitude = math.sqrt(dx^2 + dy^2)
188
	
189
	Line.Size = UDim2.new(Magnitude, 0, 0, 8)
190
	Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
191
	Line.Rotation = math.deg(math.atan2(dy, dx))
192
end
193
194
195
local Keyboard = Instance.new("Part")
196
Keyboard.BrickColor = BrickColor.new("Lsvender")
197
Keyboard.Material = Enum.Material.Neon
198
Keyboard.Transparency = 0.6
199
Keyboard.Size = Vector3.new(5, 0, 2)
200
Keyboard.CanCollide = false
201
Keyboard.Locked = true
202
203
Smooth(Keyboard)
204
205
local KeyboardWeld = Instance.new("Weld")
206
KeyboardWeld.Part0 = Torso
207
KeyboardWeld.Part1 = Keyboard
208
KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
209
210
KeyboardWeld.Parent = Keyboard
211
Keyboard.Parent = Character
212
213
214
local Light = Instance.new("PointLight")
215
Light.Brightness = 1.5
216
Light.Range = 12
217
Light.Parent = Keyboard
218
219
220
local Screen = Instance.new("Part")
221
Screen.BrickColor = BrickColor.new("Really black")
222
Screen.Material = Enum.Material.Neon
223
Screen.Transparency = 0.6
224
Screen.Size = Vector3.new(6, 4, 0)
225
Screen.CanCollide = false
226
Screen.Locked = true
227
228
local asd = Instance.new("Decal",Screen)
229
asd.Texture = "http://www.roblox.com/asset/?id=626650325"
230
asd.Transparency = 0.15
231
asd.Face = "Back"
232
233
Smooth(Screen)
234
235
local ScreenWeld = Instance.new("Weld")
236
ScreenWeld.Part0 = Torso
237
ScreenWeld.Part1 = Screen
238
ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
239
240
local animeh = Instance.new("Part")
241
animeh.BrickColor = BrickColor.new("Really black")
242
animeh.Material = Enum.Material.Neon
243
animeh.Transparency = 0.6
244-
dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
244+
245
animeh.CanCollide = false
246
animeh.Locked = true
247
248
local dekal = Instance.new("Decal",animeh)
249
dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
250
dekal.Transparency = 0.15
251
dekal.Face = "Back"
252
253
Smooth(animeh)
254
255
local animehw = Instance.new("Weld")
256
animehw.Part0 = Torso
257
animehw.Part1 = animeh
258
animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
259
260
animehw.Parent = animeh
261
animeh.Parent = Character
262
263
local Gui = Instance.new("SurfaceGui")
264
Gui.Face = "Back"
265
Gui.Adornee = Screen
266
Gui.Parent = Screen
267
268
local Text = Instance.new("TextBox")
269
Text.BackgroundTransparency = 1
270
Text.Position = UDim2.new(0, 0, 0, 0)
271
Text.Size = UDim2.new(1, 0, 1, 0)
272
Text.TextColor3 = Color3.new(1, 1, 1)
273
Text.Font = Enum.Font.Code
274
Text.Active = false
275
Text.MultiLine = true
276
Text.TextWrapped = true
277
Text.FontSize = Enum.FontSize.Size32
278
Text.TextXAlignment = Enum.TextXAlignment.Left
279
Text.TextYAlignment = Enum.TextYAlignment.Top
280
Text.Text = ""
281
282
Text.Parent = Gui
283
284
ScreenWeld.Parent = Screen
285
Screen.Parent = Character
286
287
288
289
local Screen2 = Instance.new("Part")
290
Screen2.BrickColor = BrickColor.new("Really black")
291
Screen2.Material = Enum.Material.Neon
292
Screen2.Transparency = 0.6
293
Screen2.Size = Vector3.new(6, 4, 0)
294
Screen2.CanCollide = false
295
Screen2.Locked = true
296
297
298
299
Smooth(Screen2)
300
301
local Screen2Weld = Instance.new("Weld")
302
Screen2Weld.Part0 = Torso
303
Screen2Weld.Part1 = Screen2
304
Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
305
306
local Gui2 = Instance.new("SurfaceGui")
307
Gui2.Face = "Back"
308
Gui2.Adornee = Screen2
309
Gui2.Parent = Screen2
310
311
local Text2 = Instance.new("TextBox")
312
Text2.BackgroundTransparency = 1
313
Text2.Position = UDim2.new(0, 0, 0, 0)
314
Text2.Size = UDim2.new(1, 0, 1, 0)
315
Text2.TextColor3 = Color3.new(0, 1, 0)
316
Text2.Font = Enum.Font.Code
317
Text2.Active = false
318
Text2.MultiLine = true
319
Text2.TextWrapped = true
320
Text2.FontSize = Enum.FontSize.Size32
321
Text2.TextXAlignment = Enum.TextXAlignment.Left
322
Text2.TextYAlignment = Enum.TextYAlignment.Top
323
Text2.Text = ""
324
325
Text2.Parent = Gui2
326
327
local ImageKey = Instance.new("ImageLabel")
328
ImageKey.BackgroundTransparency = 1
329
ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
330
ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
331
ImageKey.Image = "http://www.roblox.com/asset/?id=0"
332
ImageKey.ImageTransparency = 1
333
ImageKey.Parent = Gui2
334
335
Screen2Weld.Parent = Screen2
336
Screen2.Parent = Character
337
338
339
340
local Screen3 = Instance.new("Part")
341
Screen3.BrickColor = BrickColor.new("Really black")
342
Screen3.Material = Enum.Material.Neon
343
Screen3.Transparency = 0.6
344
Screen3.Size = Vector3.new(6, 4, 0)
345
Screen3.CanCollide = false
346
Screen3.Locked = true
347
348
local dekal = Instance.new("Decal",Screen3)
349
dekal.Texture = "http://www.roblox.com/asset/?id=0"
350
dekal.Transparency = 0.15
351
dekal.Face = "Back"
352
353
Smooth(Screen3)
354
355
local Screen3Weld = Instance.new("Weld")
356
Screen3Weld.Part0 = Torso
357
Screen3Weld.Part1 = Screen3
358
Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
359
360
local Gui3 = Instance.new("SurfaceGui")
361
Gui3.Face = "Back"
362
Gui3.Adornee = Screen3
363
Gui3.Parent = Screen3
364
365
local Map = Instance.new("ImageLabel")
366
Map.BackgroundTransparency = 1
367
Map.Position = UDim2.new(0, 0, 0, 0)
368
Map.Size = UDim2.new(1, 0, 1, 0)
369
Map.Image = "http://www.roblox.com/asset/?id=121661614"
370
371
Map.Parent = Gui3
372
373
Screen3Weld.Parent = Screen3
374
Screen3.Parent = Character
375
376
UserInputService.InputBegan:Connect(function(Input, Processed)
377
	if Processed then return end
378
	
379
	if Input.UserInputType == Enum.UserInputType.Keyboard then
380
		local KeyCode = Input.KeyCode
381
		
382
		if KeyCode == Enum.KeyCode.E then
383
			Typing = not Typing
384
		end
385
	end
386
end)
387
388
389
390
RunService.Heartbeat:Connect(function()
391
	local Sine = math.sin(tick() * 8) / 8
392
	
393
	ImageKey.ImageTransparency = math.abs(math.sin(tick()))
394
	
395
	if Typing then
396
		if math.random(5) == 1 then
397
			local PressSound = Instance.new("Sound")
398
			PressSound.SoundId = "rbxassetid://265970978"
399
			PressSound.Pitch = 0.5 + math.random() / 5
400
			PressSound.Volume = 3
401
			PressSound.Parent = Keyboard
402
			PressSound:Play()
403
			
404
			game:GetService("Debris"):AddItem(PressSound, 1 / 2)
405
		end
406
		
407
		Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
408
		
409
		RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
410
			* CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
411
		
412
		LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
413
			* CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
414
		
415
		if math.random(2) == 1 then
416
			if TypingSub < #Argument then
417
				TypingSub = TypingSub + 1
418
				Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
419
				
420
				local nl = Text.Text:find("\n")
421
				
422
				if nl and #Text.Text > 400 then
423
					Text.Text = Text.Text:sub(nl + 1)
424
				end
425
				
426
			else
427
				TypingSub = 1
428
			end
429
		end
430
		
431
		if math.random(3) == 1 then
432
			if TypingSub2 < #Code then
433
				TypingSub2 = TypingSub2 + 1
434
				Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
435
				
436
				local nl = Text2.Text:find("\n")
437
				
438
				if nl and #Text2.Text > 400 then
439
					Text2.Text = Text2.Text:sub(nl + 1)
440
				end
441
				
442
			else
443
				TypingSub2 = 1
444
			end
445
		end
446
		
447
	else
448
		Neck.C0 = CFrame.new(0, 1, 0)
449
		
450
		RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
451
		LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
452
	end
453
end)