[RELEASE] supreme_moneylaunder

supreme_moneylaunder

Simple money launder script

Very simple money launder script, easy to use and edit.
Any questions or problems feel free to ask

I use a Marlowe vinyard mlo with this but you can change coords in the client file to your desired location.

Future updates, maybe a launder license>? who knows

Download Here

Video Here

Video Link

Depends on
GitHub - HarryElSuzio/mythic_progbar: FiveM Client-sided Progress Bar (mythic_progbar)

Enjoy!

Update 26/08/2021)

  • Removed random amount trigger
  • Launders 1000 dirty cash at a time now ( change the events to match your desired amount)

Github has been updated to match these updates.

6 Likes

Omg… haven’t heard that song in a long time :o

1 Like

It’s one of my fav’s lol

1 Like

Haha, its a great song. Ima binge it or a bit now so I inevitably become sick of it.

1 Like

Absolutely love this script and have been looking for something like this for a while :smiley:
Nicely done @HideoutRP and thank you for sharing this with the community :smiley:

For anyone interested there is a pretty cool abandoned laundromat that can be found here on gta5mods.

1 Like

Woah nice script! Also a quick question wheres that inventory from?

its Lindens inventory

Hey man loving the script but when i just have 1 black money on me i can get 2k real cash for it because of the randomized amount, anyway i can set it to be what i put in? like 1k =1k 5k =5k etc? and maybe capped at like 10k

at first i got all kinds of errors because of the wrong quoation marks but i got all those fixed seen below but now i get this error

ESX = nil

TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)

RegisterServerEvent(‘supreme_moneylaunder:GetCash’)

AddEventHandler(‘supreme_moneylaunder:GetCash’, function(itemName, price)

local xPlayer = ESX.GetPlayerFromId(source)

if xPlayer.getAccount(‘black_money’).money > 1000 then

xPlayer.removeAccountMoney(‘black_money’, 1000)

xPlayer.addMoney(1000)

TriggerClientEvent(‘mythic_notify:client:SendAlert’, source, { type = ‘error’, text = ‘You laundered $’ … randomLaunder, })

else

TriggerClientEvent(‘mythic_notify:client:SendAlert’, source, { type = ‘error’, text = 'You dont have any ', })

end

end)

[ script:MoneyWash] Error parsing script @MoneyWash/server/server.lua in resource MoneyWash: @MoneyWash/server/server.lua:10: ‘}’ expected near ‘<\226>’

DM me

noticed it was still trying to pull the random amount

ESX = nil

TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)

RegisterServerEvent(‘supreme_moneylaunder:GetCash’)
AddEventHandler(‘supreme_moneylaunder:GetCash’, function()
local xPlayer = ESX.GetPlayerFromId(source)
if xPlayer.getAccount(‘black_money’).money > 0 then
xPlayer.removeAccountMoney(‘black_money’, 1000)
xPlayer.addMoney(1000)
TriggerClientEvent(‘mythic_notify:client:SendAlert’, source, { type = ‘error’, text = ‘You laundered $1000’, })
else
TriggerClientEvent(‘mythic_notify:client:SendAlert’, source, { type = ‘error’, text = 'You dont have any ', })
end
end)

this definetley works

i want map

is there a way to add more locations @DuncanEll

yeah its easy enough like

1 Like

Can you send me or show me how to add more then one location. I want it to be the standard money wash I use :sweat_smile:

try this > DuncanEll/supreme_moneylaunder: Simple money launder script (github.com)

downloaded it but wont open, it says its corrupt

Update: went and copy and pasted it, second location i see but doesnt work, gunna restart now after i ensured it

2nd Update: Location not working to money wash :frowning:

3rd Update: Adding another vector3 has made the other one disappear and money wash not working now :frowning:

i never tested it i changed it on my phone, when im back home il check it out

Keepe posted my friend!