ilovescripting

Elephant Hotel money script!

Oct 14th, 2022 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. getgenv().autoCash = true --Toggle. Set false to toggle off
  2.  
  3. while getgenv().autoCash do
  4.   game.ReplicatedStorage.MoneyRequest:FireServer(false, 999999999, "Cash")
  5.   wait()
  6. end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment