Adler
Adler
Hey Dayib, the hash used to Pick-up People is `vw_prop_vw_colle_alien`. Blocking this pick-up will prevent to be kicked. It should be blocked before the player grabs it, so that the...
Well yes, as Skiddy just said, that's all the pick-up model that give you RP like figurines.
Well the solution is quite simple : you need to get all occurences of the name in memory, and replace the value with the spoofed one. However, the number of...
I started searching, and found some interesting things both `am_mp_nightclub.c` and `am_mp_island.c` scripts. Both have this function (the name isn't the same for both) : ```int func_2921(int iParam0, var uParam1)...
I must say it's a great idea, yes. My only question is : how will it look ? Do you plan to add like a new tab with options, and...
This is the function that manages Host Kicking in Freemode.c Decompiled Script : ``` void func_9686(bool bParam0, bool bParam1, var uParam2, bool bParam3, var uParam4) { int iVar0; float fVar1;...
Hey Maybegreat48, I know people who can Trigger this kick, and I'm going to add this to test it too. I'll tell you if it works for me right after....
The protection you made by looping the global seems to work, I ask a friend to Script Host Kick me after we joined a random public session, so it seems...
I tried this and now it seems to kick people, but does not crash them. The crurent Freemode Patch should prevent it.
> @Adler-D3R which sort of people does it kick exactly? The ones that have the protection or those that don't have it. > > I couldn't figure this out from...