Advertisement
https_odd23456786543

Untitled

Nov 24th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --// 6Ex's Free Da Hood Cash Selling tool
  2.  
  3. --// Factors
  4. _G.Amount = 20000 --// Full amount you wanna drop like 100,000 (TOTAL AMOUNT YOU WANT TO DROP)
  5. _G.Tax = false --// If you want to cover the tax (30% fee), make this true, else make it false
  6. --// Checks
  7. repeat
  8. wait()
  9. until game:IsLoaded()
  10. --// Handling
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/0nly6Ex/cashseller/main/master"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement