Forum > Showoff - what you are working on
[SHOWOFF] What Are You Working On
<< < (17/371) > >>
stoneharry:
--- Quote from: "phucko1" ---Are you remaking DOTA-WoW, Stoneharry? :O --- End quote ---
Not DoTA, but inspired to make the same lobby feature. Going to be similar to the Hunger Games.
noc:
You managed to open the chat channel on the login page?
Vous avez réussi à ouvrir le canal de discussion sur la page de login?
stoneharry:
--- Quote from: "noc" ---You managed to open the chat channel on the login page?
Vous avez réussi à ouvrir le canal de discussion sur la page de login? --- End quote ---
No, but you could do this by porting the code for it to FrameXML and then using a new module which defines new packets and Lua functions you can use. Modules can be injected with Warden or Battle.net, but doing it via Warden is better because there is an exploit to get the module injected without needing to remove client RSA signature checks.
The background that makes it look like char selection screen is:
--- Code: ---local model = CreateFrame("Model"--[[, "BackgroundF", MainFrame]]); model:SetPoint("TOPLEFT", 0, 0) model:SetPoint("BOTTOMRIGHT", 0, 0) model:SetFrameLevel(0); model:SetLight(1,0,0,-0.5,-0.5,0.7,1.0,1.0,1.0,0.8,1.0,1.0,0.8);
--- End code ---
schlumpf:
--- Quote from: "stoneharry" ---No, but you could do this by porting the code for it to FrameXML and then using a new module which defines new packets and Lua functions you can use. Modules can be injected with Warden or Battle.net, but doing it via Warden is better because there is an exploit to get the module injected without needing to remove client RSA signature
--- End quote ---
Details?
stoneharry:
--- Quote from: "schlumpf" --- --- Quote from: "stoneharry" ---No, but you could do this by porting the code for it to FrameXML and then using a new module which defines new packets and Lua functions you can use. Modules can be injected with Warden or Battle.net, but doing it via Warden is better because there is an exploit to get the module injected without needing to remove client RSA signature
--- End quote ---
Details? --- End quote ---
Only post and a couple of replies that I can find that references it:
http://www.ownedcore.com/forums/world-o ... ost2824062
It was discussed somewhere like the elite memory editing section as well.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|