View difference between Paste ID: 5bqmgrLn and 82XjZhrd
SHOW: | | - or go back to the newest paste.
1-
wt = 0.05 s = script it = Instance.new v3 = Vector3.new c3 = Color3.new ud = UDim2.new cf = CFrame.new ca = CFrame.Angles pi = math.pi rd = math.rad
1+
player=game:GetService("Players").LocalPlayer
2-
bc = BrickColor.new ab = math.abs de = math.deg ts = tostring tn = tonumber ti = table.insert tr = table.remove  
2+
char=player.Character
3-
cr = coroutine.resume cc = coroutine.create
3+
mouse=player:GetMouse()
4-
asset = "http://www.roblox.com/asset/?id="
4+
5-
sr = string.reverse sl = string.lower su = string.upper 
5+
fart1 = Instance.new("Sound", char.head)
6-
Serv = {} Serv.p = game:GetService(sr("sreyalP")) Serv.l = game:GetService(sr("gnithgiL")) 
6+
fart1.SoundId = "http://www.roblox.com/asset/?id=170184872"
7-
Serv.is = game:GetService(sr("ecivreStresnI")) if game:findFirstChild(sr("revreSkrowteN")) then Serv.ns = game:GetService(sr("revreSkrowteN")) else NetworkServer = nil end 
7+
fart1.Volume = 1
8-
Serv.sg = game:GetService(sr("iuGretratS")) Serv.sp = game:GetService(sr("kcaPretratS")) Serv.d = game:GetService(sr("sirbeD"))
8+
fart1.Looped = true
9-
Decs = {}
9+
local fart2 = false
10-
Decs.Crack = "49173398" Decs.Cloud = "1095708" Decs.Spike = "1033714" Decs.Rock = "1290033" Decs.Crown = "1323306"
10+
11-
function ft(tablez,item) if not tablez or not item then return nil end for i=1,#tablez do if tablez[i] == item then return i end end return nil end
11+
local fart = Instance.new("Animation", char)
12-
function re(par,obj) if type(par) ~= "userdata" or type(obj) ~= "string" then return nil end if par:findFirstChild(obj) then par[obj]:Remove() end end 
12+
fart.AnimationId = "rbxassetid://149359445"
13-
function pa(pa,sh,x,y,z,c,a,tr,re,bc2) local fp = nil if sh ~= "Wedge" and sh ~= "CornerWedge" then  fp = it("Part",pa) fp.Shape = sh  fp.formFactor = "Custom" elseif sh == "Wedge" then fp = it("WedgePart",pa)  fp.formFactor = "Custom"
13+
fart.Name = "fart"
14-
elseif sh == "CornerWedge" then fp = it("CornerWedgePart",pa)  end  fp.Size = v3(x,y,z) fp.CanCollide = c fp.Anchored = false fp.BrickColor = bc(bc2) fp.Transparency = tr fp.Reflectance = re fp.BottomSurface = 0
14+
15-
fp.TopSurface = 0 fp.CFrame = t.CFrame + Vector3.new(0,50,0) fp.Velocity = Vector3.new(0,10,0) fp:BreakJoints() return fp  end 
15+
16-
function clearit(tab) for xx=1,#tab do tab[xx]:Remove() end end 
16+
mouse.KeyDown:connect(function(key) local key=key:lower()
17-
function weld(pa,p0,p1,x,y,z,a,b,c) local fw = it("Weld",pa) fw.Part0 = p0 fw.Part1 = p1 fw.C0 = cf(x,y,z) *ca(a,b,c) return fw end
17+
if key=="f" then
18-
function spm(ty,pa,ss) local sp = it("SpecialMesh",pa) sp.MeshType = ty sp.Scale = Vector3.new(ss,ss,ss) end function mbm(pa,sx,sy,sz) local bm = Instance.new("BlockMesh",pa) bm.Scale = Vector3.new(sx,sy,sz) end 
18+
local vCharacter = char
19-
function ra(mn,mx,dc) local tms = 1 if dc == nil then dc = 0 end if type(dc) == "number" and dc > 5 then dc = 5 end for zx=1,dc do tms = tms*10 end   return math.random(mn*tms,mx*tms)/tms end 
19+
local hum = vCharacter:findFirstChild("Humanoid")
20-
p = Serv.p.YournameHere  -----Your Name Here
20+
blah4 = hum:LoadAnimation(char.fart)
21-
bp = p.Backpack
21+
blah4:Play()
22-
pg = p.PlayerGui
22+
23-
c = p.Character
23+
24-
he = c.Head
24+
mouse.KeyUp:connect(function(key) local key=key:lower()
25-
t = c.Torso
25+
if key=="f" then
26-
hu = c.Humanoid
26+
blah4:Stop()
27-
mou = nil
27+
28-
re(c,"Hand")
28+
29-
s = 2
29+
mouse.KeyDown:connect(function(key) local key=key:lower()
30-
     
30+
if key=="f" then
31-
--tool var
31+
fart2 = true
32-
Equip = false
32+
fart1:Play()
33-
HTrans = 0
33+
34-
HRef = 0
34+
35-
HCol = "a"
35+
mouse.KeyUp:connect(function(key) local key=key:lower()
36-
LaserCol = "New Yeller"
36+
if key=="f" then
37-
LaserCol2 = "Really red"
37+
fart2 = false
38-
LaserCol3 = "Alder"
38+
fart1:Stop()
39-
Posing = "Follow"
39+
40-
Facing = "Owner"
40+
end)