View difference between Paste ID: Z9Ret5K2 and zHxNWgY7
SHOW: | | - or go back to the newest paste.
1-
 -- Made By JackMcJagger15
1+
game["Run Service"].RenderStepped:wait()
2-
local FlingKill = Instance.new("ScreenGui")
2+
power = 9999
3-
local Main = Instance.new("Frame")
3+
character = game:GetService("Players").LocalPlayer.Character
4-
local Label = Instance.new("Frame")
4+
Instance.new("ForceField",character).Visible = false
5-
local Shadow = Instance.new("Frame")
5+
6-
local StartKill = Instance.new("TextButton")
6+
7-
local StopKill = Instance.new("TextButton")
7+
bambam.Parent = character.HumanoidRootPart
8-
local Instructions = Instance.new("TextLabel")
8+
9-
local CurrentPower = Instance.new("TextLabel")
9+
bambam.Location = character.HumanoidRootPart.Position
10-
local Recomendation = Instance.new("TextLabel")
10+
local noclip = true
11-
local NameOfGui = Instance.new("TextLabel")
11+
char = game:GetService("Players").LocalPlayer.Character
12-
local Exit = Instance.new("TextButton")
12+
while true do
13-
local UPArrow = Instance.new("TextButton")
13+
if noclip == true then
14-
local DownArrow = Instance.new("TextButton")
14+
for _,v in pairs(char:children()) do
15-
15+
pcall(function()
16-
-- Properties
16+
if v.className == "Part" then
17-
17+
v.CanCollide = false
18-
FlingKill.Name = "Fling/Kill"
18+
19-
FlingKill.Parent = game.CoreGui
19+
20-
20+
21-
Main.Name = "Main"
21+
22-
Main.Parent = FlingKill
22+
game:service("RunService").Stepped:wait()
23-
Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
23+
end