View previous topic :: View next topic |
Author |
Message |
Voidage Newbie cheater
Reputation: 0
Joined: 29 Aug 2018 Posts: 15
|
Posted: Thu Aug 30, 2018 5:33 pm Post subject: Lua Engine weird output |
|
|
So I have the setting to view script in output not ticked, yet it still shows up.
Code: |
LaunchMonoDataCollector()
local domain = mono_enumDomains()[1];
local Classes = {
Health_Manager = mono_findClass('', 'Health_Manager');
};
local Methods = {
AddHealth = mono_class_findMethod(Classes.Health_Manager, 'AddHealth')
};
local Addresses = {
Health_Manager = mono_class_findInstancesOfClassListOnly(domain,Classes.Health_Manager)[1];
};
local API = {};
function API:AddHealth(Amount)
inv = mono_invoke_method(domain, Methods.AddHealth, Addresses.Health_Manager, {{type=vtDword, value=Amount}})
end
API:AddHealth(1)
local info = debug.getinfo(1,'S');
print(info.source);
print("source is " .. info.source)
--local hm = mono_findClass('', 'Health_Manager')
--local addhealth = mono_class_findMethod(hm, 'AddHealth')
--local paddress = 0x12C56B98
--local domain = mono_enumDomains()[1]
--inv = mono_invoke_method(domain, addhealth, paddress, {{type=vtDword, value=55}})
|
And my prints dont show either. I have "show on print" also checked.
_________________
Wassup |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25804 Location: The netherlands
|
Posted: Thu Aug 30, 2018 5:38 pm Post subject: |
|
|
is this in a new child lua engine window or the main one ?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Voidage Newbie cheater
Reputation: 0
Joined: 29 Aug 2018 Posts: 15
|
Posted: Thu Aug 30, 2018 5:41 pm Post subject: |
|
|
Dark Byte wrote: | is this in a new child lua engine window or the main one ? |
I assume it is, since it's the only one open? I would send a pic but I don't have permissions to.
_________________
Wassup |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25804 Location: The netherlands
|
Posted: Thu Aug 30, 2018 5:52 pm Post subject: |
|
|
You can upload jpg, and png to this site using a normal reply
I can't reproduce it in the main one (I can in secondary, but those don't have a view settings menu)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Voidage Newbie cheater
Reputation: 0
Joined: 29 Aug 2018 Posts: 15
|
Posted: Thu Aug 30, 2018 5:56 pm Post subject: |
|
|
I tried to send you a pm, Idk if it sent or not.
UPDATE: Upload the pic.
Description: |
|
Filesize: |
90.1 KB |
Viewed: |
1443 Time(s) |

|
_________________
Wassup |
|
Back to top |
|
 |
|