Advertisement
AlphaTwo_gg

WestBound AutoFARM

Feb 10th, 2025 (edited)
22,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. -- Script made by AlphaTwo_GG
  2.  
  3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  4.  
  5. local PhantomForcesWindow = Library:NewWindow("Westbound")
  6.  
  7. local KillingCheats = PhantomForcesWindow:NewSection("Auto Farm")
  8.  
  9. -- Add credits in the UI
  10. PhantomForcesWindow:NewSection("By AlphaTwo_GG")
  11.  
  12. KillingCheats:CreateButton("Activate", function()
  13. local scriptToExecute = game:HttpGet("https://pastebin.com/raw/VVZvF2rA")
  14. loadstring(scriptToExecute)()
  15. end)
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement