I tried to go along with this for gun ammo instead however i kept getting the error "Attempt to call instance Value" on the line with the hookmetamethod
you were trying to call the model or the part of the gun itself as that is an instance, you use index for property's of an instance (like a part or something) and u use namecall for hooking something that is being called such as a remote event or a kick event
Hey have you ever had the problem on the roblox microsoft version where if you hold right click to change your camera view on your mouse, when you release right click your mouse moves the direction you where moving your mouse? If so how did you fix it?
my sript isnt working help please local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid local OldIndex = nil OldIndex = hookmetamethod(game, "__index", function(Self, Key) if not checkcaller() and Self == humanoid and Key == "WalkSpeed" then return 16 end return OldIndex(Self, Key) end) print('hi')
I tried to go along with this for gun ammo instead however i kept getting the error "Attempt to call instance Value" on the line with the hookmetamethod
you were trying to call the model or the part of the gun itself as that is an instance, you use index for property's of an instance (like a part or something) and u use namecall for hooking something that is being called such as a remote event or a kick event
@@Aquifyhubso kan it be used to change a kick function like when u get kicked for InvokeServer,hookmetamethod etc.
I can't figure out what "__index" means
Just a variable ig
__index sets the metatable key search mt[k]
aka metatable prop
it checks whether if an index doesnt exist, so it sets it to a table
Hey have you ever had the problem on the roblox microsoft version where if you hold right click to change your camera view on your mouse, when you release right click your mouse moves the direction you where moving your mouse? If so how did you fix it?
whats the point if this isnt gonna be serversided cant i just make a loop and change value
yeah u could lol
with hookmetamethod its more undetected
@@ZyroGOAThi Zyro if you know, what should i do if my executor doesnt support hookmetamethod? Im using solarav3
@@yeehaw366 get a better exec, like wave or something like that
@@przzz i got atlantis its better than wave cuz its absolutely free and 100% unc
is there a way to tell what is possible to spoof and what isnt?
U can only hook Instances
With hookmetamethod
@@darkness0194 u can hook methods with namecall
You could just get infinite stanima by deliting the stanima thing
Hey can u please put the script u used in desc cuz im on mobile and i cant see the script because its too small and blurry
the full american accent is crazy
Can you make tutorial on how to change values, FE not visual
Cant. Why? FE only works from the server side. No executor supports and will never have one.
@@sdevilish Good Explanation
@@sdevilish FE bypass executors used to exist, and still do lmao.
You gone now
hey can i spoof module scripts? cuz thre is a game that if u change firerate it kicks you and i want to spoof it.
Yes
game name
How
thanks bro
yooo
my sript isnt working help please local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
local OldIndex = nil
OldIndex = hookmetamethod(game, "__index", function(Self, Key)
if not checkcaller() and Self == humanoid and Key == "WalkSpeed" then
return 16
end
return OldIndex(Self, Key)
end)
print('hi')
Dont add checkcaller()
And the print
@@darkness0194 r u still here