[Guide] Modding Guide

01/26/2011 16:31 razer951#16
Then why dont you try my guide to packet editing thru virtual machine and then talk
01/26/2011 17:10 adam_j#17
Why would I?
I don't need to packet edit.

It'll be deleted when Bishop looks at it later I'd imagine.

Seriously though, do you get infractions for those topics that she deletes?
01/26/2011 17:29 razer951#18
Pretty sure Bishop won't delete it.
And yes i got infracted for the last thread she deleted
01/26/2011 17:40 adam_j#19
Oh, that's a shame.

I was going to post default ranged to AR/Magnum/whatever, for lulz.
01/26/2011 17:42 razer951#20
If you posted that I doubt it would be deleted
01/26/2011 17:44 adam_j#21
Lol?

They consider it "UG".
01/26/2011 17:49 razer951#22
I thought this forum allowed gamebreaking and underground mods
01/26/2011 18:02 pawntobishop#23
Back on topic please.
This forum allows almost any edit, given that it works properly, is credited if taken from someone/somewhere else (can be removed at the request of the creator), is clean, and a few other stipulations laid out either in forum posts (tiara etc) or in other (epvp) forums and adapted as general rule.
This is not MM.
Discuss their practices on their site.
Consider this a warning for being off topic.
01/26/2011 18:17 razer951#24
Thank you.
Alwahoo post a list of operands and there functions and this will be a semi decent guide
02/10/2011 19:08 ~De@dly Silence~#25
I know this thread is a bit old, but I have a question which fits here most, I think.
If I open a dll in IDA, it shows me the adresses like ".text:6384E72D", but if I open the same dll in OllyDbg it shows me the adresses like "779A1D75". If I now copy the adress from IDA and paste it into the "Enter expression to follow" window, it only says "No memore at the specified adress" (Wow, what a surprise... =/ )
How do I change this?
02/11/2011 06:34 kotarou3#26
Quote:
Originally Posted by ~De@dly Silence~ View Post
I know this thread is a bit old, but I have a question which fits here most, I think.
If I open a dll in IDA, it shows me the adresses like ".text:6384E72D", but if I open the same dll in OllyDbg it shows me the adresses like "779A1D75". If I now copy the adress from IDA and paste it into the "Enter expression to follow" window, it only says "No memore at the specified adress" (Wow, what a surprise... =/ )
How do I change this?
Try copying an address from IDA to Olly :P
It works. I wonder why? (Clue: Olly starts debugging as soon as the file is loaded, IDA doesn't)