Recent posts

#1
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Today at 01:43 AM
Hi Habi,This approach is feasible: GetRemoteValue("UI").Sprite("test").hide();
However, this method is not feasible

local func= GetRemoteValueEx(GetRemoteValue("UI"),"Sprite");
local obj= CallRemoteFuncEx(func, GetRemoteValue("UI"), "test"); //environment object=GetRemoteValue("UI")
CallRemoteFuncEx(GetRemoteValueEx(obj, "hide"), obj); //again careful about environment object this = obj =UI.Sprite("test"

still prompt remexec (remote): the index 'rawget' does not exist
But thank you for helping me out!
#2
Community Plugins / Re: Remote Exec - An alternati...
Last post by habi2 - Nov 20, 2024, 10:29 AM
UI.Sprite("test").hide();

local func= GetRemoteValueEx(GetRemoteValue("UI"),"Sprite")
CallRemoteFuncEx(func, GetRemoteValue("UI"), "test")
Quote from: PSL on Nov 20, 2024, 09:54 AMRemoteExec(CallRemoteFunc(GetRemoteValueEx(CallRemoteFunc(GetRemoteValueEx(GetRemoteValue("UI"),"Sprite"),"test"),"hide")),player);
error:remexec (remote): the index 'fetch' does not exist

This is very close to the answer, I can not find why the failure.
Hi PSL, this is close to answer. It can be fixed by using CallRemoteFuncEx. Then you can pass UI as environment object (this) of the function UI.Sprite. Otherwise you are calling UI.Sprite with roottable as environment object. Many variables coded inside function UI.Sprite will be tried to fetched from roottable instead of class UI.

So the complete correct answer may be:
local func= GetRemoteValueEx(GetRemoteValue("UI"),"Sprite");
local obj= CallRemoteFuncEx(func, GetRemoteValue("UI"), "test"); //environment object=GetRemoteValue("UI")
CallRemoteFuncEx(GetRemoteValueEx(obj, "hide"), obj); //again careful about environment object this = obj =UI.Sprite("test")
I hope this will do the work. Seeing that codes will get bigger there is metamethods available on GetRemoteValue. The interesting alternative:
GetRemoteValue("UI").Sprite("test").hide();
Above code will automatically expand itself.

Please tell me if these worked.
#3
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Nov 20, 2024, 09:54 AM
RemoteExec(CallRemoteFunc(GetRemoteValueEx(CallRemoteFunc(GetRemoteValueEx(GetRemoteValue("UI"),"Sprite"),"test"),"hide")),player);
error:remexec (remote): the index 'fetch' does not exist

This is very close to the answer, I can not find why the failure.
#4
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Nov 20, 2024, 09:47 AM
Hi Habi, I want to implement it on the client side: UI.Sprite("test").hide();
In Server Side:RemoteExec(CallRemoteFunc(GetRemoteValueEx(GetRemoteValueEx(GetRemoteValue("UI"),"Sprite"),"test"),"hide"),player);
error:remexec (remote): the index 'rawget' does not exist
How do I achieve this?
#5
Community Plugins / Re: Remote Exec - An alternati...
Last post by habi2 - Nov 19, 2024, 09:30 PM
Hi PSL,
I'm glad that you liked it. You are very much welcome.
#6
Videos & Screenshots / Re: TDC screenshots/videos
Last post by MEGAMIND - Nov 19, 2024, 04:00 PM
NPC-AI Chatgpt & the thingy | The Movie

#7
General Discussion / NPC-AI Chatgpt and the thingy
Last post by MEGAMIND - Nov 19, 2024, 02:29 PM
Well idk how to explain it to you guys and i have no clue about how it happend all i did was quickly shutdown my server due to i was confused of its way of talking and its behaviour

this is irrelevant behaviour felt like it trying to finish everything at once and talking like random shit it was a crazy experience heres something else for u guys

those 3 spookie prompts



well idk if it will happen again but since yesterday and today whole day my server was passworded as i was working on this npc-ai and finally it has an a.i now yet needs to learn more about server, as for the command u can see it what it can do ill also drop a video on its progress.. the server will open by today in evening or perhaps tommorow
#8
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Nov 19, 2024, 09:34 AM
Hi Habi, What a surprise! I did not expect that the suggestions I made were adopted and successfully implemented into such a powerful function. Sincerely thank you heart and professionalism, this plug-in is now invincible! Hats off to you, great plugin creator!
Thank you for listening carefully to my suggestions and taking the trouble to turn them into such practical features, praise for your dedication!
I can't wait to play with this plugin, I will report the results here.
#9
Community Plugins / Re: NPC/Bots implementation in...
Last post by MEGAMIND - Nov 19, 2024, 09:21 AM
Quote from: zainraza1789 on Nov 19, 2024, 09:15 AMBrother I Need /explode <player name> cmd Please Give me I Also Subscribe Your Channel DG-Code
Thanks
first of all this is not a place to ask for something that is not relevant to the topic.. u can ask them in the specific boards..

secondly use wiki
#10
Community Plugins / Re: NPC/Bots implementation in...
Last post by zainraza1789 - Nov 19, 2024, 09:15 AM
Brother I Need /explode <player name> cmd Please Give me I Also Subscribe Your Channel DG-Code
Thanks