www.roblox-scripter.com

Сontent continues after AD

Trade Simulator script – (AutoBuy limited items)

Functions: AutoBuy Limited items

Script developer: 1x1x1x1C00lKid
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					game:GetService("Players").LocalPlayer.PlayerGui.MainUI.Frame.Catalog.Container.DescendantAdded:Connect(function(p1)
   if p1.Name == "Item" then
       local o1 = p1
       if o1.Icon["new_clock"].Visible == true or o1.Icon.new.Visible == true then
           local string_1 = o1.name.Text;
          local Target = game:GetService("ReplicatedStorage").Remotes.Purchaseltem;
          Target:InvokeServer(string_1);
           end
       end
end)
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: