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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.     local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheAbsolutionism/Wally-GUI-Library-V2-Remastered/main/Library%20Code", true))()
  2.     local webhookcheck =
  3.     is_sirhurt_closure and "Sirhurt" or pebc_execute and "ProtoSmasher" or syn and "Synapse X" or
  4.     secure_load and "Sentinel" or
  5.     KRNL_LOADED and "Krnl" or
  6.     SONA_LOADED and "Sona" or
  7.     "Free Executor"
  8.     local plyr =
  9.     game.Players.LocalPlayer.Name
  10.     library.options.underlinecolor = 'rainbow'
  11.     library.options.toggledisplay = 'Check'
  12.     local Window = library:CreateWindow('sinsploit')
  13.     local Label = Window:Label('User: ' .. plyr,(nil))
  14.     local Label = Window:Label('Exectuor: ' .. webhookcheck,(nil))
  15.     local Section = Window:Section('NIKELAND',(true))
  16.     local Button = Window:Button('auto farm',function()
  17.     while true do
  18.     local args = {
  19.     [1] = "Basketball"
  20.     }
  21.     game:GetService("ReplicatedStorage").Nike_StartGame:InvokeServer(unpack(args))
  22.     wait(0.1)
  23.     local args = {
  24.     [1] = 100
  25.     }
  26.  
  27.     game:GetService("ReplicatedStorage").NikeGame_ThrowBasketball:FireServer(unpack(args))
  28.     end
  29.     end)