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
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
in- Game Picture :

Download Script By Like & Comment
When I do casino heist with the kiddion mod im freeze on black screen, can you help me pls
casino Heist Real Get Script Code
nice
fe
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.
W