OP script that Auto Collects any money that drops onto the ground, Freezes NPCs + teleports them to your box, Generates Tons of cash based off of your upgrades while in the begging minigame, prevents you from being flung or frozen by the game, automatically purchases upgrades for you and prevents the minigame from losing its streak.
NOTE: the feature that allows you to keep your streak in the minigame and freeze NPCs requires an internal executor, but if you use an external executor the script will still be supported and work very well.
1getgenv().Settings = {
2 instantProximityPrompts = true, -- if true, proximity prompts will be activated instantly
3 antiRagdoll = true, -- if true, you wont be ragdolled or stopped from moving
4 antiStreakReset = true, -- if true, your streak will never reset
5 moneyGenerator = true, -- if true, ALOT of money generates while the begging minigame is active based on your current upgrades
6 freezeNPCs = true, -- if true, NPCs will be frozen or killed and teleported to your box, also any money that they drop gets teleported to you
7 autCollectMoney = true, -- if true, the money on the ground will be collected automatically when close to it
8 autoUpgrade = true, -- if true upgrades will be automatically bought
9}
10
11loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/BeABeggarOP.lua", true))()