Casino heist cut editor script

Description  

Hello Everybody  in this JavaScript you can Modify the Cuts in the Diamond Casino Heist with the Help of this Javascript with this in the Menu itself you can give yourself the full cut or adjust your friends cut to all as 100% or 0% according to your Interest and at the End of the Heist you will Recieve the Same Cut which you been set at the Beginning at the cuts screen and make sure your playing with the friends not with randoms that may sometimes have Rockstar Developers or Staff so Mostly avoid Helping to Stranger which you dont even know or that may look suspicious so this is all about the script and the Maximum Cut Amount you Recieve from the Casino Heist is $3.5Million so if your total take exceeds 3.5 Million each then you eont recieve any thing at the End of the heist just a Mission Completed Screen itself so try to Watch the Max Cap for the Casino Heist thats it Enjoy the Casino Heist and have fun!!

All the Source Code for the Script and the necessary project files are available to Below from this page. Click the Show Code button on the bottom of this page and wait until the countdown timer is finished. If you couldn’t get the Code Copied then please contact us or comment on our youtube channel. Thank you!

So after Copying the Script Code Just on your Pc Open A Notepad and Paste the Whole Script there and Press on Save and Save the Script as Named “CasinoHeist cut editor for v1.64.lua” Make Sure at the End your Putting the .lua so that it saves the File in a LUA Format and Toggle the Option as Check in the Menu to See the Effect in the Game, So Thats it Enjoy !!!

Instructions  :  To use it 

Step 1: Open GTA V Online Make Sure you have Loaded into Online Completley and then
 
Step 2 : After Saving the Script / Tool then Launch the Tool if its a Script then
 
Step 3 : Place the Script onto Your Kiddions Modest Menu Locations inside the Scripts Folder , example :- modest- menu- v.9.7\scripts\
 
Step 4 : But as on this Page this is a Script so Place the script in ythe required location
 
Step 5 : Then Toggle the Menu navigate to Scripts tab and select the casino heist option you will be able to
 
Step 6 : Then you will be able to see some cut table then set the cuts according to your requirement and Make sure that your total take dont exceed 3.55 million for casino heist  
 
Step 7 : If you Faced any problem while setting cuts make sure yourr setting the cuts at the cut sharing screen only Thats it enjoy ^_^

Java Script Source Code

PlayerIndex = globals.get_int(1574918)

	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
 
local function Text(text)
	menu.add_action(text, function() end)
end
Text(" _______________Casino Setup________________")
 
casino_menu:add_int_range("Target - Cash1/Gold2/Art3/Diam4", 1, 1, 4, function() return stats.get_int(mpx .. "H3OPT_TARGET") end, function(TGT)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
	if TGT == 1 then
		H3t = 0
	elseif TGT == 2 then
		H3t = 1
	elseif TGT == 3 then
		H3t = 2
	elseif TGT == 4 then
		H3t = 3
	end
		stats.set_int(mpx .. "H3OPT_TARGET", H3t)
end)
 
casino_menu:add_int_range("Random Approach - Normal/Hard", 1, 1, 2, function() return 1 end, function(H3lvl)
	LstAp = stats.get_int(mpx .. "H3_LAST_APPROACH")
	HrdAp = stats.get_int(mpx .. "H3_HARD_APPROACH")
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
	if H3lvl == 2 then
		Apr = HrdAp
	else
		if LstAp == 2 and HrdAp == 3 then
		Apr = 1
		elseif LstAp == 3 and HrdAp == 2 then
		Apr = 1
		elseif LstAp == 3 and HrdAp == 1 then
		Apr = 2
		elseif LstAp == 1 and HrdAp == 3 then
		Apr = 2
		else
		Apr = 3
		end
	end
		stats.set_int(mpx .. "H3OPT_APPROACH", Apr)
end)
 
casino_menu:add_int_range("EasyApproach - Snk/BgCon/Aggr", 1, 1, 3, function() return 1 end, function(Approach)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
	if Approach == 1 then
		LastApproach = 3
		HardApproach = 2
		Weapon = 1
	elseif Approach == 2 then
		LastApproach = 3
		HardApproach = 1
		Weapon = 0
	else
		LastApproach = 1
		HardApproach = 2
		Weapon = 0
	end
		stats.set_int(mpx .. "H3_LAST_APPROACH", LastApproach)
		stats.set_int(mpx .. "H3_HARD_APPROACH", HardApproach)
		stats.set_int(mpx .. "H3OPT_APPROACH", Approach)
end)
 
casino_menu:add_int_range("HardApproach - Snk/BgCon/Aggr", 1, 1, 3, function() return stats.get_int(mpx .. "H3_HARD_APPROACH") end, function(Approach)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
	if Approach == 1 then
		LastApproach = 3
		HardApproach = 1
	elseif Approach == 2 then
		LastApproach = 3
		HardApproach = 2
	else
		LastApproach = 1
		HardApproach = 3
	end
		stats.set_int(mpx .. "H3_LAST_APPROACH", LastApproach)
		stats.set_int(mpx .. "H3_HARD_APPROACH", Approach)
		stats.set_int(mpx .. "H3OPT_APPROACH", Approach)
end)
 
casino_menu:add_action("             ---[[Complete Board1]]---", function()
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
		stats.set_int(mpx .. "H3OPT_BITSET1", -1)
end)
 
casino_menu:add_int_range("Hacker - Rickie 3%/Avi 10%/Paige 9%", 1, 1, 3, function() return stats.get_int(mpx .. "H3OPT_CREWHACKER") end, function(Hkr)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
	if Hkr == 1 then
		H3Hcr = 1
	elseif Hkr == 2 then
		H3Hcr = 4
	else
		H3Hcr = 5
	end
		stats.set_int(mpx .. "H3OPT_CREWHACKER", H3Hcr)
end)
 

casino_menu:add_int_range("Grlla/Clwn/Anml9/Riot/OniF/Hockey", 1, 1, 12, function() return stats.get_int(mpx .. "H3OPT_MASKS") end, function(H3Msk)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
--	hMsk = H3Msk
		stats.set_int(mpx .. "H3OPT_MASKS", H3Msk)
end)

casino_menu:add_int_range("Weap-Karl/Gus/Char/Ches/Pat", 1, 1, 5, function() return stats.get_int(mpx .. "H3OPT_CREWWEAP") end, function(H3Weap)
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
--	hWeap = H3Weap
		stats.set_int(mpx .. "H3OPT_CREWWEAP", H3Weap)
end)
 
casino_menu:add_action("       ---[[Complete Board2 - Finale]]---", function()
	PlayerIndex = globals.get_int(1574918)
	if PlayerIndex == 0 then
		mpx = "MP0_"
	else
		mpx = "MP1_"
	end
		stats.set_int(mpx .. "H3OPT_DISRUPTSHIP", 3)
		stats.set_int(mpx .. "H3OPT_KEYLEVELS", 2)
		stats.set_int(mpx .. "H3OPT_CREWWEAP", 1)
		stats.set_int(mpx .. "H3OPT_CREWDRIVER", 1)

The Above Code is Just a Half Code theres a Full Code Below with a Copy Button you may use the Below one Fully and Save it as LUA

More Information :  
Credits to #QuadPlex Sharing the Script with us thanks for sharing with us in the Forum 
 
More Information :  
Credits to #TunerGunz Sharing the Globals with us thanks for sharing with us in the UC Forum
Caution :  
Please Remember if you set the cut that its more than 3.5 million per person then you guys wont recieve aything at the end  !

in-  Game Picture : 

Some Screenshot During Gameplay 

Download Script By Like & Comment

OR You can Simply Press this  Button Below to Go to Main Download Page

OR You can Simply Press this  Button Below to Go to Main Page

Disclaimer: We do not intent to infringe any intellectual right artist right or copyright. If you feel any of the content posted here is under your ownership just contact us and we will remove that content immediately. Or if you require a suitable credit please let us know. Scripts or Menus and any other information presented on this site is intended only to familiarize users with the materials that may be of interest to them..  Please Try to Contribute our Work !

Tags need to be Ignored

gta 5,gta 5 online,gta online,gta 5 mods,gta v,gta 5 online 1.61,gta 5 online update,gta 5 mod menu,gta v online,gta online nightclub money guide,gta 5 dlc,gta,gta 5 online dlc 2022,gta online dlc,gta v online 1.61,nightclub,gta online nightclub,gta 5 update,gta online nightclubs,gta online nightclub dlc,gta online nightclub money,gta online nightclub safe capacity,gta online nightclub safe location,gta online nightclub daily feesgta 5,gta 5 online,gta 5 mod menu,gta online,gta 5 money glitch,kiddions mod menu gta 5,gta 5 online mod menu,gta online mod menu,gta 5 pc mod menu,gta 5 nightclubs,gta 5 kiddions mod menu,gta 5 mod menu download,gta 5 mod menu download pc,gta 5 mod menu pc,gta online nightclub,mod menu gta 5,gta 5 nightclub mod,how to install nightclub gta 5,gta online nightclub safe,mod menu gta 5 online,how to install nightclub in gta 5,gta 5 online 1.61

About Author

Hi im Sam your Most welcome to call by my name , i write most articles and post related to GTA Related stuff about hier Patch Notes , Updates and Security Related Concerns , MostlyRockstar Games Titles and Also i Post some Good Scripts for the Game to Enjoy more fun then earlier

6 thoughts on “Casino Heist Cut Editor Script 100% for all Kiddions Menu 0.9.6 Script for UPDATED Dwars Dlc

  1. It might have been something i did with the menu but i was using this script untill suddenly the whole mod menu just froze and doesnt work anymore, is there anything i can do to fix that? I’ve tried redownloading the mod menu but same outcome.

Leave a Reply

Your email address will not be published. Required fields are marked *