Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- local char = p.Character
- local mouse = p:GetMouse()
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local TitanBet = ";"
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- local hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- local root = char.HumanoidRootPart
- local deb = false
- local shot = 0
- local l = game:GetService("Lighting")
- local rs = game:GetService("RunService").RenderStepped
- local stanceToggle = "Normal"
- local Mana = Instance.new("IntValue", char)
- Mana.Value = 5000
- Mana.Name = "Mana"
- math.randomseed(os.time())
- hum.WalkSpeed = 50
- char.Health:Destroy()
- hum.MaxHealth = math.huge
- wait(0.1)
- hum.Health = math.huge
- ----------------------------------------------------
- local G = Instance.new("ScreenGui")
- G.Parent = p.PlayerGui
- G.Name = "Mana"
- local T = Instance.new("TextLabel")
- T.Name = "Mana"
- T.Parent = G
- T.Text = "Mana: "..char.Mana.Value
- T.FontSize = "Size24"
- T.BackgroundTransparency = 1
- T.TextColor3 = Color3.new(255,255,255)
- T.TextStrokeTransparency = 0
- T.Position = UDim2.new(0,250,0,400)
- T.BorderSizePixel = 0
- --//
- for i = 1,30 do
- Instance.new('Fire',larm); Instance.new('Fire',rarm)
- just dont ok XD the cake is a lie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement