The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Bitcoin Miner script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 16



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2.    local string_1 = "GeProce PTX 1080";
  3.    local Target = game:GetService("Workspace").Table.Cards.CardPlace.PlaceCard;
  4.    Target:FireServer(string_1);
  5.    
  6.    local string_1 = "GeProce PTX 1080";
  7.    local Target = game:GetService("ReplicatedStorage").Events.Sell;
  8.    Target:FireServer(string_1);
  9. end