View difference between Paste ID: T15r5HSA and NgHjSKpi
SHOW: | | - or go back to the newest paste.
1
local p = game.Players.LocalPlayer
2
local char = p.Character
3
local mouse = p:GetMouse()
4
local larm = char["Left Arm"]
5
local rarm = char["Right Arm"]
6
local TitanBet = ";"
7
local lleg = char["Left Leg"]
8
local rleg = char["Right Leg"]
9
local hed = char.Head
10
local torso = char.Torso
11
local hum = char.Humanoid
12
local cam = game.Workspace.CurrentCamera
13
local root = char.HumanoidRootPart
14
local deb = false
15
local shot = 0
16
local l = game:GetService("Lighting")
17
local rs = game:GetService("RunService").RenderStepped
18
local stanceToggle = "Normal"
19
local Mana = Instance.new("IntValue", char)
20
Mana.Value = 5000
21
Mana.Name = "Mana"
22
math.randomseed(os.time())
23
hum.WalkSpeed = 50
24
char.Health:Destroy()
25
hum.MaxHealth = math.huge
26
wait(0.1)
27
hum.Health = math.huge
28
----------------------------------------------------
29
local G = Instance.new("ScreenGui")
30
G.Parent = p.PlayerGui
31
G.Name = "Mana"
32
local T = Instance.new("TextLabel")
33
T.Name = "Mana"
34
T.Parent = G
35
T.Text = "Mana: "..char.Mana.Value
36
T.FontSize = "Size24"
37
T.BackgroundTransparency = 1
38
T.TextColor3 = Color3.new(255,255,255)
39
T.TextStrokeTransparency = 0
40
T.Position = UDim2.new(0,250,0,400)
41
T.BorderSizePixel = 0
42
--//
43
for i = 1,30 do
44
Instance.new('Fire',larm); Instance.new('Fire',rarm)
45-
45+
end