Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("TextButton")a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="script free"b.Parent=a;b.BackgroundColor3=Color3.new(1,0.333333,0.498039)b.Position=UDim2.new(0.207357869,0,0.125200629,0)b.Size=UDim2.new(0,442,0,331)c.Name="by ka"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0.27375567,0,0.0302114803,0)c.Size=UDim2.new(0,200,0,50)c.Font=Enum.Font.SourceSans;c.Text="By: ka roblox YT"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;d.Name="hack belli"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.27375567,0,0.365558922,0)d.Size=UDim2.new(0,200,0,50)d.Font=Enum.Font.SourceSans;d.Text="hack belli"d.TextColor3=Color3.new(0,0,0)d.TextSize=14;d.MouseButton1Down:connect(function()game:GetService("ReplicatedStorage")["rems"]["shop"]:FireServer(unpack({"food","Coconut",-600000,"\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130"}))end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement