This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SHOWOFF] What Are You Working On  (Read 318390 times)

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [SHOWOFF] What Are You Working On
« Reply #75 on: March 27, 2014, 01:44:18 am »
3.3.5a. Ancient, I know. But I just hate pandas and other **** :P. Its for my RP server.






« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [SHOWOFF] What Are You Working On
« Reply #76 on: March 27, 2014, 09:20:27 am »
Looks good. Keep it on. :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

basementclev2

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
    • http://www.thebasementguyscleveland.com
Re: [SHOWOFF] What Are You Working On
« Reply #77 on: March 28, 2014, 07:36:23 pm »
great job in scottish
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stan84

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 184
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #78 on: March 28, 2014, 08:55:07 pm »
cool looking UI Stoneharry
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

phucko1

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 523
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #79 on: March 29, 2014, 01:38:09 am »
Are you remaking DOTA-WoW, Stoneharry? :O
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #80 on: March 29, 2014, 02:16:17 pm »
Quote from: "phucko1"
Are you remaking DOTA-WoW, Stoneharry? :O

Not DoTA, but inspired to make the same lobby feature. Going to be similar to the Hunger Games.

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

noc

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 121
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #81 on: March 29, 2014, 07:19:40 pm »
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

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #82 on: March 29, 2014, 07:56:47 pm »
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?

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: [Select]
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);
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #83 on: March 29, 2014, 09:59:52 pm »
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

Details?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #84 on: March 29, 2014, 10:08:25 pm »
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

Details?

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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

noc

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 121
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #85 on: March 29, 2014, 11:19:53 pm »
thank you for the information

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [SHOWOFF] What Are You Working On
« Reply #86 on: March 30, 2014, 07:27:29 am »
Guys, we should really have a memory editing section here and maybe WoW LUA progamming. It's still popular and can attract some new members in the scene.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #87 on: March 30, 2014, 11:14:01 am »
Where do you need momory editing for modding?
Lua can go into coding or misc boards.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #88 on: March 30, 2014, 01:44:23 pm »
Quote from: "Steff"
Where do you need momory editing for modding?

  • Removing client checks for things like FrameXML, GlueXML, patching, modules...
  • Hooking the existing WoW API for modules and implementing new methods
  • Implementing new/changed functionality, such as I had to edit the binary to implement a new gold measure (Platinum -> Gold -> Silver -> Copper)
  • Changing other hardcoded things...

But I guess this can go in misc.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #89 on: March 30, 2014, 04:35:29 pm »
Ok you are right. Usefull stuff :)

This door is to big I guss :)



Some vegetation around. All still very rough.





« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954