Eight Years of Service
Posts: 61
Threads: 16
Points: 90NSP
How to make mod silent 08-09-2017, 08:11 PM
#1
I made a mod for a browser game that gives u everything for free, but i make a extension and send cmds to console ppl can see it
It's hard too inject dll into chrome for security reasons.
What do i do
•
Nine Years of Service
Posts: 2,932
Threads: 148
Points: 95.34NSP
RE: How to make mod silent 08-10-2017, 10:27 AM
#2
You are trying to make a browser extension and it sends commands to the console? You want to hide the messages?
Not sure what you are exactly trying to say, can you eloborate?
~~ Might be back? ~~
•
Twelve Years of Service
Posts: 72,626
Threads: 307
Points: 50,358.56NSP
RE: How to make mod silent 08-10-2017, 03:49 PM
#3
Is the architecture of your DLL file (x86 or x64), the same as Chrome's?
What errors are you experiencing? Anything relative to CreateRemoteThread, LoadLibraryA etc? As @"Bish0pQ" mentioned above, please elaborate.
•