View difference between Paste ID: LYd60j6E and dGkTDwfB
SHOW: | | - or go back to the newest paste.
1-
--[[Fixed by Scenius]]--
1+
2-
wait(0.016666666666666666)
2+
-- RBX.Lua LocalScript | Hackerman | xDarkScripter
3-
Player = game:GetService("Players").LocalPlayer
3+
4-
Character = Player.Character
4+
5-
PlayerGui = Player.PlayerGui
5+
local Players = game:GetService("Players")
6-
Backpack = Player.Backpack
6+
local UserInputService = game:GetService("UserInputService")
7-
Torso = Character.Torso
7+
local RunService = game:GetService("RunService")
8-
Head = Character.Head
8+
9-
Humanoid = Character.Humanoid
9+
local Player = Players.LocalPlayer
10-
LeftArm = Character["Left Arm"]
10+
local Camera = workspace.CurrentCamera
11-
LeftLeg = Character["Left Leg"]
11+
local Mouse = Player:GetMouse()
12-
RightArm = Character["Right Arm"]
12+
13-
RightLeg = Character["Right Leg"]
13+
local Character = Player.Character
14-
LS = Torso["Left Shoulder"]
14+
local Torso = Character.Torso
15-
LH = Torso["Left Hip"]
15+
16-
RS = Torso["Right Shoulder"]
16+
local Typing = false
17-
RH = Torso["Right Hip"]
17+
local TypingSub = 1
18-
Face = Head.face
18+
local TypingSub2 = 1
19-
Neck = Torso.Neck
19+
20-
it = Instance.new
20+
local Neck = Torso.Neck
21-
attacktype = 1
21+
22-
vt = Vector3.new
22+
Neck.C1 = CFrame.new(0, -0.5, 0)
23-
cf = CFrame.new
23+
24-
euler = CFrame.fromEulerAnglesXYZ
24+
local RightArm = Character["Right Arm"]
25-
angles = CFrame.Angles
25+
local LeftArm = Character["Left Arm"]
26-
necko = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
26+
27-
RootCF = angles(math.rad(-90), 0, math.rad(180))
27+
local RightShoulder = Instance.new("Weld", Torso)
28-
RHC1 = cf(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
28+
RightShoulder.Part0 = Torso
29-
LHC1 = cf(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
29+
RightShoulder.Part1 = RightArm
30-
RootPart = Character.HumanoidRootPart
30+
31-
RootJoint = RootPart.RootJoint
31+
local LeftShoulder = Instance.new("Weld", Torso)
32-
attack = false
32+
LeftShoulder.Part0 = Torso
33-
equipped = false
33+
LeftShoulder.Part1 = LeftArm
34-
Mouse = Player:GetMouse()
34+
35-
local idle = 0
35+
RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
36-
local Anim = "Idle"
36+
LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
37-
local ShotTarget = RootPart
37+
38-
player = nil
38+
39-
ArtificialHB = Instance.new("BindableEvent", script)
39+
local Code = [[
40-
ArtificialHB.Name = "ArtificialHB"
40+
	-- I failed at stealing my mommy's credit card!
41-
script:WaitForChild("ArtificialHB")
41+
	
42-
frame = 0.016666666666666666
42+
	Server Proxy Connection Initializing...
43-
tf = 0
43+
	
44-
allowframeloss = false
44+
	USERNAME: dantdmbestfan69
45-
tossremainder = false
45+
	PASSWORD: *******************
46-
lastframe = tick()
46+
	
47-
script.ArtificialHB:Fire()
47+
	
48-
game:GetService("RunService").Heartbeat:connect(function(s, p)
48+
	ROBLOX Server Database Connecting...
49-
  tf = tf + s
49+
	
50-
  if tf >= frame then
50+
	
51-
    if allowframeloss then
51+
	local Proxy = Server:GetProxyData(1011101)
52-
      script.ArtificialHB:Fire()
52+
	local Tracker = {}
53-
      lastframe = tick()
53+
	
54-
    else
54+
	__INIT__ setmetatable(getmetatable(Proxy), {
55-
      for i = 1, math.floor(tf / frame) do
55+
		__metatable = {};
56-
        script.ArtificialHB:Fire()
56+
		__call = function(Self, ...)
57-
      end
57+
			Proxy:GetArgumentData(Proxy.Key, select(...))
58-
      lastframe = tick()
58+
		end;
59-
    end
59+
	})
60-
    if tossremainder then
60+
	
61-
      tf = 0
61+
	Proxy:TransferData("Lifetime_OBC_Charged",
62-
    else
62+
		"ACC_"..__VERSION.."_"..Proxy:GetAccount()
63-
      tf = tf - frame * math.floor(tf / frame)
63+
	{
64-
    end
64+
		__newindex = function(Self, Key, Value)
65-
  end
65+
			Tracker[Key] = Value
66
			rawset(Self, Key, Value)
67-
local animationspeed = 2
67+
		end
68-
function hbwait(number)
68+
	})
69-
  if number == 0 or number == nil then
69+
	
70-
    ArtificialHB.Event:wait()
70+
	Proxy:GetTransferredData().breakAssymetricEncryption(
71-
  else
71+
		"NEW_Public_Key", true, 101, false
72-
    for i = 0, number do
72+
	)
73-
      ArtificialHB.Event:wait()
73+
	
74-
    end
74+
	
75-
  end
75+
	ROBLOX Server Log:
76
		> Lifetime OBC Transferred to dantdmbestfan69_*******************
77-
local Stats = Instance.new("Folder", Character)
77+
	
78-
Stats.Name = "Stats"
78+
	
79-
local Defense = Instance.new("NumberValue", Stats)
79+
	
80-
Defense.Name = "Defense"
80+
	
81-
Defense.Value = 0.6
81+
]]
82-
local Movement = Instance.new("NumberValue", Stats)
82+
83-
Movement.Name = "Movement"
83+
84-
Movement.Value = 1.1
84+
local Argument = [[
85-
local Damage = Instance.new("NumberValue", Stats)
85+
	you> hey              
86-
Damage.Name = "Damage"
86+
	...
87-
Damage.Value = 0.5
87+
	bob> hey                      
88-
local Mana = Instance.new("NumberValue", Stats)
88+
	...
89-
Mana.Name = "Mana"
89+
	bob> btw you're gay              
90-
Mana.Value = 0
90+
	...
91-
local Rooted = Instance.new("BoolValue", Stats)
91+
	you> What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals,
92-
Rooted.Name = "Rooted"
92+
	and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and
93-
Rooted.Value = false
93+
	I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision
94-
local BlockValue = Instance.new("BoolValue", Stats)
94+
	the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me
95-
BlockValue.Name = "BlockValue"
95+
	over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced
96-
BlockValue.Value = false
96+
	right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking
97-
local StaggerHitAnim = Instance.new("BoolValue", Stats)
97+
	dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I
98-
StaggerHitAnim.Name = "StaggerHitAnim"
98+
	extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its
99-
StaggerHitAnim.Value = false
99+
	full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution
100-
local StaggerAnim = Instance.new("BoolValue", Stats)
100+
	your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t,
101-
StaggerAnim.Name = "StaggerAnim"
101+
	and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
102-
StaggerAnim.Value = false
102+
]]
103-
local StunAnim = Instance.new("BoolValue", Stats)
103+
104-
StunAnim.Name = "StunAnim"
104+
105-
StunAnim.Value = false
105+
106-
local StunValue = Instance.new("NumberValue", Stats)
106+
game.Lighting.GlobalShadows = false
107-
StunValue.Name = "StunValue"
107+
game.Lighting.Brightness = 0.25
108-
StunValue.Value = 0
108+
109-
local CanCrit = Instance.new("BoolValue", Stats)
109+
110-
CanCrit.Name = "CanCrit"
110+
local function Smooth(Part)
111-
CanCrit.Value = true
111+
	Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
112-
local CritChance = Instance.new("NumberValue", Stats)
112+
	Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
113-
CritChance.Name = "CritChance"
113+
	Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
114-
CritChance.Value = 20
114+
	Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
115-
local CanPenetrateArmor = Instance.new("BoolValue", Stats)
115+
	Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
116-
CanPenetrateArmor.Name = "CanPenetrateArmor"
116+
	Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
117-
CanPenetrateArmor.Value = false
117+
118-
local AntiTeamKill = Instance.new("BoolValue", Stats)
118+
119-
AntiTeamKill.Name = "AntiTeamKill"
119+
120-
AntiTeamKill.Value = false
120+
local function SetLine(Line, Alpha, Beta)
121-
local LastPoint
121+
	local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
122-
local changeanim = false
122+
	local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
123-
local move2charging = false
123+
	local Magnitude = math.sqrt(dx^2 + dy^2)
124-
local staggerhitanim = false
124+
	
125-
local staggeranim = false
125+
	Line.Size = UDim2.new(Magnitude, 0, 0, 8)
126-
local stunanim = false
126+
	Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
127-
local dancing = false
127+
	Line.Rotation = math.deg(math.atan2(dy, dx))
128-
local Mode = "Normal"
128+
129-
local CritChanceNumber = 0
129+
130-
local CustomColor = Torso.BrickColor
130+
131-
local Colorpart1 = CustomColor.r
131+
local Keyboard = Instance.new("Part")
132-
local Colorpart2 = CustomColor.g
132+
Keyboard.BrickColor = BrickColor.new("Really black")
133-
local Colorpart3 = CustomColor.b
133+
Keyboard.Material = Enum.Material.Neon
134-
local InverseColor = BrickColor.new(Color3.new(1 - Colorpart1, 1 - Colorpart2, 1 - Colorpart3))
134+
Keyboard.Transparency = 0.1
135-
local idleangle = 0
135+
Keyboard.Size = Vector3.new(5, 0, 2)
136-
local idlen = 0
136+
Keyboard.CanCollide = false
137-
local donum = 0
137+
Keyboard.Locked = true
138-
local sine = 0
138+
139-
local change = 2 / animationspeed
139+
Smooth(Keyboard)
140-
local walkinganim = false
140+
141-
local handidle = false
141+
local KeyboardWeld = Instance.new("Weld")
142-
local walk = 0
142+
KeyboardWeld.Part0 = Torso
143-
local someangle = 0
143+
KeyboardWeld.Part1 = Keyboard
144-
local change2 = 1
144+
KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
145-
local stundelay = 0
145+
146-
local manadelay = 0
146+
KeyboardWeld.Parent = Keyboard
147-
local robloxidleanimation = Instance.new("Animation", Torso)
147+
Keyboard.Parent = Character
148-
robloxidleanimation.Name = "robloxidleanimation"
148+
149-
robloxidleanimation.AnimationId = "http://www.roblox.com/asset/?id=180435571"
149+
150-
local Animator = Humanoid:findFirstChild("Animator")
150+
local Light = Instance.new("PointLight")
151-
local Animate = Character:findFirstChild("Animate")
151+
Light.Brightness = 1.5
152-
local HitPlayerSounds = {
152+
Light.Range = 12
153-
  199149137,
153+
Light.Parent = Keyboard
154-
  199149186,
154+
155-
  199149221,
155+
156-
  199149235,
156+
local Screen = Instance.new("Part")
157-
  199149269,
157+
Screen.BrickColor = BrickColor.new("Really black")
158-
  199149297
158+
Screen.Material = Enum.Material.Neon
159-
}
159+
Screen.Transparency = 0.3
160-
local HitArmorSounds = {
160+
Screen.Size = Vector3.new(6, 4, 0)
161-
  199149321,
161+
Screen.CanCollide = false
162-
  199149338,
162+
Screen.Locked = true
163-
  199149367,
163+
164-
  199149409,
164+
Smooth(Screen)
165-
  199149452
165+
166-
}
166+
local ScreenWeld = Instance.new("Weld")
167-
local HitWeaponSounds = {
167+
ScreenWeld.Part0 = Torso
168-
  199148971,
168+
ScreenWeld.Part1 = Screen
169-
  199149025,
169+
ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
170-
  199149072,
170+
171-
  199149109,
171+
local Gui = Instance.new("SurfaceGui")
172-
  199149119
172+
Gui.Face = "Back"
173-
}
173+
Gui.Adornee = Screen
174-
local HitBlockSounds = {199148933, 199148947}
174+
Gui.Parent = Screen
175-
local cooldown1 = 0
175+
176-
local cooldown2 = 0
176+
local Text = Instance.new("TextBox")
177-
local cooldown3 = 0
177+
Text.BackgroundTransparency = 1
178-
local cooldown4 = 0
178+
Text.Position = UDim2.new(0, 0, 0, 0)
179-
local scrn = Instance.new("ScreenGui", PlayerGui)
179+
Text.Size = UDim2.new(1, 0, 1, 0)
180-
local ud = UDim2.new
180+
Text.TextColor3 = Color3.new(1, 1, 1)
181-
local c3 = Color3.new
181+
Text.Font = Enum.Font.Code
182-
local skillcolorscheme = c3(1, 1, 1)
182+
Text.Active = false
183-
function subtractmana(k)
183+
Text.MultiLine = true
184-
  if k <= Mana.Value then
184+
Text.TextWrapped = true
185-
    Mana.Value = Mana.Value - k
185+
Text.FontSize = Enum.FontSize.Size32
186-
  end
186+
Text.TextXAlignment = Enum.TextXAlignment.Left
187
Text.TextYAlignment = Enum.TextYAlignment.Top
188-
local co1 = 20
188+
Text.Text = ""
189-
local co2 = 40
189+
190-
local co3 = 60
190+
Text.Parent = Gui
191-
local co4 = 80
191+
192-
local maxmana = 100
192+
ScreenWeld.Parent = Screen
193-
local maxstun = 1
193+
Screen.Parent = Character
194-
local recovermana = 1
194+
195-
local losestun = 0
195+
196-
local stunwait = 100
196+
197-
local manawait = 20
197+
local Screen2 = Instance.new("Part")
198-
local skill1mana = 20
198+
Screen2.BrickColor = BrickColor.new("Really black")
199-
local skill2mana = 40
199+
Screen2.Material = Enum.Material.Neon
200-
local skill3mana = 60
200+
Screen2.Transparency = 0.3
201-
local skill4mana = 80
201+
Screen2.Size = Vector3.new(6, 4, 0)
202-
local menuupdatespeed = 0.5
202+
Screen2.CanCollide = false
203-
local constantupdate = true
203+
Screen2.Locked = true
204-
local showstats = true
204+
205-
local allowstunbar = false
205+
Smooth(Screen2)
206-
function makeframe(par, trans, pos, size, color, name)
206+
207-
  local frame = Instance.new("Frame")
207+
local Screen2Weld = Instance.new("Weld")
208-
  frame.Parent = par
208+
Screen2Weld.Part0 = Torso
209-
  frame.BackgroundTransparency = trans
209+
Screen2Weld.Part1 = Screen2
210-
  frame.BorderSizePixel = 0
210+
Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
211-
  frame.Position = pos
211+
212-
  frame.Size = size
212+
local Gui2 = Instance.new("SurfaceGui")
213-
  frame.BackgroundColor3 = color
213+
Gui2.Face = "Back"
214-
  frame.Name = name
214+
Gui2.Adornee = Screen2
215-
  return frame
215+
Gui2.Parent = Screen2
216
217-
function makelabel(par, text, trans, stroketrans, name)
217+
local Text2 = Instance.new("TextBox")
218-
  local label = Instance.new("TextLabel")
218+
Text2.BackgroundTransparency = 1
219-
  label.Parent = par
219+
Text2.Position = UDim2.new(0, 0, 0, 0)
220-
  label.BackgroundTransparency = 1
220+
Text2.Size = UDim2.new(1, 0, 1, 0)
221-
  label.Size = ud(1, 0, 1, 0)
221+
Text2.TextColor3 = Color3.new(0, 1, 0)
222-
  label.Position = ud(0, 0, 0, 0)
222+
Text2.Font = Enum.Font.Code
223-
  label.TextColor3 = c3(255, 255, 255)
223+
Text2.Active = false
224-
  label.TextStrokeTransparency = stroketrans
224+
Text2.MultiLine = true
225-
  label.TextTransparency = trans
225+
Text2.TextWrapped = true
226-
  label.FontSize = Enum.FontSize.Size32
226+
Text2.FontSize = Enum.FontSize.Size32
227-
  label.Font = Enum.Font.Legacy
227+
Text2.TextXAlignment = Enum.TextXAlignment.Left
228-
  label.BorderSizePixel = 0
228+
Text2.TextYAlignment = Enum.TextYAlignment.Top
229-
  label.TextScaled = true
229+
Text2.Text = ""
230-
  label.Text = text
230+
231-
  label.Name = name
231+
Text2.Parent = Gui2
232-
  return label
232+
233
local ImageKey = Instance.new("ImageLabel")
234-
framesk1 = makeframe(scrn, 0.5, ud(0.23, 0, 0.93, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 1")
234+
ImageKey.BackgroundTransparency = 1
235-
framesk2 = makeframe(scrn, 0.5, ud(0.5, 0, 0.93, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 2")
235+
ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
236-
framesk3 = makeframe(scrn, 0.5, ud(0.5, 0, 0.86, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 3")
236+
ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
237-
framesk4 = makeframe(scrn, 0.5, ud(0.23, 0, 0.86, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 4")
237+
ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
238-
bar1 = makeframe(framesk1, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 1")
238+
ImageKey.ImageTransparency = 1
239-
bar2 = makeframe(framesk2, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 2")
239+
ImageKey.Parent = Gui2
240-
bar3 = makeframe(framesk3, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 3")
240+
241-
bar4 = makeframe(framesk4, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 4")
241+
Screen2Weld.Parent = Screen2
242-
text1 = makelabel(framesk1, "[C] Boulder", 1, 1, "Text 1")
242+
Screen2.Parent = Character
243-
text2 = makelabel(framesk2, "[V] Cataclysm", 1, 1, "Text 2")
243+
244-
text3 = makelabel(framesk3, "[X] Destructive Blow", 1, 1, "Text 3")
244+
245-
text4 = makelabel(framesk4, "[Z] Pray", 1, 1, "Text 4")
245+
246-
manabar = makeframe(scrn, 0.5, ud(0.23, 0, 0.82, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Mana Bar")
246+
local Screen3 = Instance.new("Part")
247-
manacover = makeframe(manabar, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Mana Cover")
247+
Screen3.BrickColor = BrickColor.new("Really black")
248-
manatext = makelabel(manabar, "Mana", 1, 1, "Mana Text")
248+
Screen3.Material = Enum.Material.Neon
249-
healthbar = makeframe(scrn, 0.5, ud(0.5, 0, 0.82, 0), ud(0.26, 0, 0, 0), c3(1, 0.19607843137254902, 0.19607843137254902), "Health Bar")
249+
Screen3.Transparency = 0.3
250-
healthcover = makeframe(healthbar, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(1, 0.19607843137254902, 0.19607843137254902), "Health Cover")
250+
Screen3.Size = Vector3.new(6, 4, 0)
251-
healthtext = makelabel(healthbar, "Health", 1, 1, "Health Text")
251+
Screen3.CanCollide = false
252-
if allowstunbar == true then
252+
Screen3.Locked = true
253-
  stunframe = makeframe(scrn, 0.5, ud(0.5, 0, 0.78, 0), ud(0.26, 0, 0, 0), c3(1, 1, 0.19607843137254902), "Stun Frame")
253+
254-
  stunbar = makeframe(stunframe, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(1, 1, 0.19607843137254902), "Stun Bar")
254+
Smooth(Screen3)
255-
  stuntext = makelabel(stunframe, "Stun", 1, 1, "Stun Text")
255+
256
local Screen3Weld = Instance.new("Weld")
257-
if showstats == true then
257+
Screen3Weld.Part0 = Torso
258-
  defenseframe = makeframe(scrn, 0.5, ud(0.23, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(0.3843137254901961, 0.1450980392156863, 0.8196078431372549), "Defense Frame")
258+
Screen3Weld.Part1 = Screen3
259-
  damageframe = makeframe(scrn, 0.5, ud(0.3225, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(1, 0.6862745098039216, 0), "Damage Frame")
259+
Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
260-
  movementframe = makeframe(scrn, 0.5, ud(0.415, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(1, 1, 0), "Movement Frame")
260+
261-
  defensetext = makelabel(defenseframe, "Defense: " .. Defense.Value, 1, 1, "Defense Text")
261+
local Gui3 = Instance.new("SurfaceGui")
262-
  damagetext = makelabel(damageframe, "Damage: " .. Damage.Value, 1, 1, "Damage Text")
262+
Gui3.Face = "Back"
263-
  movementtext = makelabel(movementframe, "Movement: " .. Movement.Value, 1, 1, "Movement Text")
263+
Gui3.Adornee = Screen3
264
Gui3.Parent = Screen3
265-
function NoOutline(Part)
265+
266-
  Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
266+
local Map = Instance.new("ImageLabel")
267
Map.BackgroundTransparency = 1
268-
local weldBetween = function(a, b)
268+
Map.Position = UDim2.new(0, 0, 0, 0)
269-
  local weldd = Instance.new("ManualWeld")
269+
Map.Size = UDim2.new(1, 0, 1, 0)
270-
  weldd.Part0 = a
270+
Map.Image = "http://www.roblox.com/asset/?id=121661614"
271-
  weldd.Part1 = b
271+
272-
  weldd.C0 = CFrame.new()
272+
Map.Parent = Gui3
273-
  weldd.C1 = b.CFrame:inverse() * a.CFrame
273+
274-
  weldd.Parent = a
274+
Screen3Weld.Parent = Screen3
275-
  return weldd
275+
Screen3.Parent = Character
276
277-
function nooutline(part)
277+
local Points = {}
278-
  part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
278+
local Lines = {}
279
280-
function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
280+
for i = 1, 10 do
281-
  local fp = it("Part")
281+
	if i > 1 then
282-
  fp.formFactor = formfactor
282+
		local Line = Instance.new("Frame")
283-
  fp.Parent = parent
283+
		Line.BorderSizePixel = 0
284-
  fp.Reflectance = reflectance
284+
		Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
285-
  fp.Transparency = transparency
285+
		Line.AnchorPoint = Vector2.new(0.5, 0.5)
286-
  fp.CanCollide = false
286+
		Line.Parent = Gui3
287-
  fp.Locked = true
287+
		
288-
  fp.BrickColor = BrickColor.new(tostring(brickcolor))
288+
		Lines[i] = Line
289-
  fp.Name = name
289+
	end
290-
  fp.Size = size
290+
	
291-
  fp.Position = Character.Torso.Position
291+
	local Point = Instance.new("Frame")
292-
  nooutline(fp)
292+
	Point.BorderSizePixel = 0
293-
  fp.Material = material
293+
	Point.BackgroundColor3 = Color3.new(1, 0, 0)
294-
  fp:BreakJoints()
294+
	Point.Size = UDim2.new(0, 40, 0, 40)
295-
  return fp
295+
	Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
296
	Point.AnchorPoint = Vector2.new(0.5, 0.5)
297-
function mesh(Mesh, part, meshtype, meshid, offset, scale)
297+
	Point.Parent = Gui3
298-
  local mesh = it(Mesh)
298+
	
299-
  mesh.Parent = part
299+
	Points[i] = {Point = Point, Position = Point.Position}
300-
  if Mesh == "SpecialMesh" then
300+
301-
    mesh.MeshType = meshtype
301+
302-
    mesh.MeshId = meshid
302+
303-
  end
303+
304-
  mesh.Offset = offset
304+
305-
  mesh.Scale = scale
305+
UserInputService.InputBegan:Connect(function(Input, Processed)
306-
  return mesh
306+
	if Processed then return end
307
	
308-
function weld(parent, part0, part1, c0, c1)
308+
	if Input.UserInputType == Enum.UserInputType.Keyboard then
309-
  local weld = it("Motor")
309+
		local KeyCode = Input.KeyCode
310-
  weld.Parent = parent
310+
		
311-
  weld.Part0 = part0
311+
		if KeyCode == Enum.KeyCode.E then
312-
  weld.Part1 = part1
312+
			Typing = not Typing
313-
  weld.C0 = c0
313+
		end
314-
  weld.C1 = c1
314+
	end
315-
  return weld
315+
316
317-
m = Instance.new("Model", Character)
317+
318-
m.Name = "Gladiator's Greatsword"
318+
319-
local particleemitterreference = part(3, Torso, "SmoothPlastic", 0, 1, "Really black", "Particle Emitter Reference", vt())
319+
RunService.Heartbeat:Connect(function()
320-
particleemitterreferenceweld = weld(m, Torso, particleemitterreference, cf(0, 0, 0), cf(0, 0, 0))
320+
	local Sine = math.sin(tick() * 8) / 8
321-
local particleemitter = Instance.new("ParticleEmitter", particleemitterreference)
321+
	
322-
particleemitter.ZOffset = 1
322+
	for Key, Value in next, Points do
323-
particleemitter.Lifetime = NumberRange.new(0.5)
323+
		Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
324-
particleemitter.Speed = NumberRange.new(0)
324+
		Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
325-
particleemitter.Size = NumberSequence.new({
325+
		
326-
  NumberSequenceKeypoint.new(0, 4),
326+
		if Key > 1 then
327-
  NumberSequenceKeypoint.new(1, 6)
327+
			SetLine(Lines[Key], Value.Point, Points[1].Point)
328-
})
328+
		end
329-
particleemitter.RotSpeed = NumberRange.new(360)
329+
	end
330-
particleemitter.LockedToPart = true
330+
	
331-
particleemitter.Rate = 20
331+
	if math.random(100) == 1 then
332-
particleemitter.Transparency = NumberSequence.new({
332+
		for _, Value in next, Points do
333-
  NumberSequenceKeypoint.new(0, 1),
333+
			Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
334-
  NumberSequenceKeypoint.new(0.2, 0),
334+
		end
335-
  NumberSequenceKeypoint.new(1, 1)
335+
	end
336-
})
336+
	
337-
particleemitter.LightEmission = 0.25
337+
	ImageKey.ImageTransparency = math.abs(math.sin(tick()))
338-
particleemitter.Color = ColorSequence.new(Color3.new(0.960784, 0.803922, 0.188235), Color3.new(1, 1, 1))
338+
	
339-
particleemitter.Texture = "rbxassetid://244221613"
339+
	if Typing then
340-
local particleemitter2 = Instance.new("ParticleEmitter", particleemitterreference)
340+
		if math.random(5) == 1 then
341-
particleemitter2.ZOffset = 1
341+
			local PressSound = Instance.new("Sound")
342-
particleemitter2.Lifetime = NumberRange.new(1)
342+
			PressSound.SoundId = "rbxassetid://265970978"
343-
particleemitter2.Speed = NumberRange.new(0)
343+
			PressSound.Pitch = 0.5 + math.random() / 5
344-
particleemitter2.Size = NumberSequence.new({
344+
			PressSound.Volume = 3
345-
  NumberSequenceKeypoint.new(0, 4),
345+
			PressSound.Parent = Keyboard
346-
  NumberSequenceKeypoint.new(1, 6)
346+
			PressSound:Play()
347-
})
347+
			
348-
particleemitter2.RotSpeed = NumberRange.new(360)
348+
			game:GetService("Debris"):AddItem(PressSound, 1 / 2)
349-
particleemitter2.LockedToPart = true
349+
		end
350-
particleemitter2.Rate = 20
350+
		
351-
particleemitter2.Transparency = NumberSequence.new({
351+
		Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
352-
  NumberSequenceKeypoint.new(0, 1),
352+
		
353-
  NumberSequenceKeypoint.new(0.2, 0.5),
353+
		RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
354-
  NumberSequenceKeypoint.new(1, 1)
354+
			* CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
355-
})
355+
		
356-
particleemitter2.LightEmission = 0.25
356+
		LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
357-
particleemitter2.Color = ColorSequence.new(Color3.new(0.960784, 0.803922, 0.188235), Color3.new(1, 1, 1))
357+
			* CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
358-
particleemitter2.Texture = "rbxassetid://242292318"
358+
		
359-
particleemitter.Enabled = false
359+
		if math.random(2) == 1 then
360-
particleemitter2.Enabled = false
360+
			if TypingSub < #Argument then
361-
Handle = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 1, "Really black", "Handle", Vector3.new(0.300000012, 0.300000012, 0.300000012))
361+
				TypingSub = TypingSub + 1
362-
Handleweld = weld(m, Character["Left Arm"], Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00593662262, 0, -0.00341796875, 0.00495308638, -7.96281383E-4, 0.999987423, 5.21182892E-6, 0.999999464, 7.96210894E-4, -0.999987781, 1.26810494E-6, 0.00495308917))
362+
				Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
363-
Hitbox = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 1, "Smoky grey", "Hitbox", Vector3.new(0.2, 0.2, 0.2))
363+
				
364-
Hitboxweld = weld(m, Handle, Hitbox, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 6.93411636, -4.42378223E-8, 2.70574674E-10, -1, 1.74622983E-10, 0.999999702, 3.13320925E-10, 1, -5.43077476E-8, -4.3772161E-8))
364+
				local nl = Text.Text:find("\n")
365-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0.25, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
365+
				
366-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.61337948, 2.38418579E-7, 9.53674316E-7, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
366+
				if nl and #Text.Text > 400 then
367-
mesh("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1.25, 1.25, 1.25))
367+
					Text.Text = Text.Text:sub(nl + 1)
368-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
368+
				end
369-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0147428513, -7.22768688, 7.31270361, 0.00145436265, -0.00350086438, -0.999992907, -0.707098067, 0.707106471, -0.00350388698, 0.707114041, 0.707097769, -0.00144706573))
369+
				
370-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(2.00999999, 0.25, 0.25))
370+
			else
371-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0.25, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
371+
				TypingSub = 1
372-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.62661934, 0, 0, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
372+
			end
373-
mesh("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1.25, 1.25, 1.25))
373+
		end
374-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, CustomColor, "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
374+
		
375-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 2.38418579E-7, 9.53674316E-7, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
375+
		if math.random(3) == 1 then
376-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(10, 1, 1))
376+
			if TypingSub2 < #Code then
377-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
377+
				TypingSub2 = TypingSub2 + 1
378-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.53674316E-7, -0.400000334, 8.03411674, -4.3772161E-8, -4.22915036E-11, -1.00000012, -5.424954E-8, 0.999999583, 4.2746251E-11, 1, -5.43077476E-8, -4.3772161E-8))
378+
				Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
379-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(2.00999999, 0.25, 0.25))
379+
				
380-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, CustomColor, "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
380+
				local nl = Text2.Text:find("\n")
381-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.19661903, 1.1920929E-7, 0, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
381+
				
382-
mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=12221505", Vector3.new(0, 0, 0), Vector3.new(0.075000003, 1.13999999, 0.764999986))
382+
				if nl and #Text2.Text > 400 then
383-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0.25, 0, "Medium stone grey", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
383+
					Text2.Text = Text2.Text:sub(nl + 1)
384-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49911976, 1.1920929E-7, 9.53674316E-7, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
384+
				end
385-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.100000001, 1.20000005, 1.20000005))
385+
				
386-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0.25, 0, CustomColor, "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
386+
			else
387-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.53661919, 1.1920929E-7, 9.53674316E-7, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
387+
				TypingSub2 = 1
388-
mesh("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.5, 1.25, 1.25))
388+
			end
389-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0.25, 0, "Medium stone grey", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
389+
		end
390-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.56661987, 2.38418579E-7, 0, 1, -5.43077476E-8, 0, -5.424954E-8, 0.999999583, 4.2746251E-11, 0, 4.2746251E-11, 1.00000012))
390+
		
391-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.100000001, 1.20000005, 1.20000005))
391+
	else
392-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
392+
		Neck.C0 = CFrame.new(0, 1, 0)
393-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.840000153, 10.2816219, -4.3772161E-8, -4.22915036E-11, -1.00000012, -5.424954E-8, 0.999999583, 4.2746251E-11, 1, -5.43077476E-8, -4.3772161E-8))
393+
		
394-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(2.00999999, 0.25, 0.25))
394+
		RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
395-
Part = part(Enum.FormFactor.Custom, m, Enum.Material.Metal, 0, 0, "Black", "Part", Vector3.new(0.300000012, 0.300000012, 0.300000012))
395+
		LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
396-
Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 6.23555136, 9.67515945, -4.3772161E-8, -4.22915036E-11, -1.00000012, 0.601814926, 0.798635125, -2.63098627E-8, 0.798635602, -0.601814747, -3.49245965E-8))
396+
	end
397-
mesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(2.00999999, 0.25, 0.25))
397+
end)