Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft
You last visited: Today at 12:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Hilfe bei Coding start

Discussion on Hilfe bei Coding start within the World of Warcraft forum part of the Popular Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 125
Received Thanks: 22
Hilfe bei Coding start

Hallo
Ich möchte anfangen ein paar kleine Programme für WoW zu coden z.b. zum Auslesen der Koordinaten aber irgentwie komm ich nicht weiter.
Mein Momentaner Code ist folgender :
PHP Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Magic;

namespace 
Memory_Editing_Tutorial__Console_App
{
    class 
Program
    
{
        static 
void Main(string[] args)
        {
            
BlackMagic wow = new BlackMagic(); //Create new function to open wow process
            
wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft")); //This Opens "World of Warcraft" window


            
uint playerbase wow.ReadUInt(wow.ReadUInt(wow.ReadUInt(&HCD87A8) + &H34) + &H24); //this is the player base
            
float playerx wow.ReadFloat(playerbase + &H79); // Read players xlocation
            
float playery wow.ReadFloat(playerbase + &H79C); // Read players ylocation
            
float playerz wow.ReadFloat(playerbase + &H7A0); // Read players zlocation 

            
Console.WriteLine("Player X cord is:" playerx); //writes to console to tell players x cordinate
            
Console.WriteLine("Player Y cord is:" playery); //writes to console to tell players y cordinate


        
}
    }

Problem Gelöst fehlen nurnoch die richtigen offsets ^^
Sinobis9000 is offline  
Old 10/09/2010, 21:38   #2
 
elite*gold: 0
Join Date: Dec 2009
Posts: 125
Received Thanks: 22
/push
Sinobis9000 is offline  
Old 10/10/2010, 00:34   #3
 
elite*gold: 97
Join Date: Jun 2007
Posts: 2,246
Received Thanks: 4,851
Da es um C# geht &H durch 0x ersetzen, bei der X Achse fehlt btw. eine 8, das Offset ist nicht 0x79 sondern 0x798
Cencil is offline  
Old 10/15/2010, 19:51   #4
 
elite*gold: 0
Join Date: Dec 2009
Posts: 125
Received Thanks: 22
Danke dir das hat mir schon sehr geholfen Leider kam jetzt "ReadUInt failed." aber das liegt sicher daran das jetzt wieder neue Offsets da sind
Sinobis9000 is offline  
Old 10/15/2010, 19:58   #5
 
Imperial Blaze's Avatar
 
elite*gold: 1
Join Date: Sep 2009
Posts: 858
Received Thanks: 603
Joa, aber so wirst nicht weiter kommen. Musst ja jedes mal die Process Base mit rein nehmen.
Imperial Blaze is offline  
Old 10/15/2010, 22:54   #6
 
elite*gold: 97
Join Date: Jun 2007
Posts: 2,246
Received Thanks: 4,851
Quote:
Originally Posted by Imperial Blaze View Post
Joa, aber so wirst nicht weiter kommen. Musst ja jedes mal die Process Base mit rein nehmen.
So ist es, seit 4.0.1

War zwar schön bequem in meinen Projekten alle Offsets als Konstante zu deklarieren und alles funktioniert sofort, aber nun ist es nicht wirklich schwerer geworden, nur etwas ... sagen wir mal nervig

Wie du die Adressen nun liest wurde hier sogar schon im Forum besprochen.
Cencil is offline  
Reply


Similar Threads Similar Threads
Start-kit-hilfe
04/08/2010 - WarRock - 6 Replies
Guten Tag mal wieder xD also ich hab mir heute das Sterter-kit gekauft und hab das problem das ich nicht weiß wo ich das eingeben muss xD also bracuh ich ma eure hilfe BITTE ausfürhrlich wo ich klicken muss usw THX
Everything you need to start coding a server.
10/14/2009 - CO2 Private Server - 13 Replies
Appserv: MySQL Gui Tools: Visual C# Studio 2005 or 2008:
Start Hilfe
05/21/2009 - Kal Online - 5 Replies
Guten Tag an alle Elitepvpers, da ich die letzten tage nur am leechen war und mir schon einige information geholt habe dachte ich mir das ich mal mein beitrag zu elitepvpers leisten will und werde.. Ich wollte euch mal fragen ob sich evtl. jemand die Mühe für mich machen würde und alle möglichen Threads zusammen suchen würde wie z.b. Tut´s um alles zu wissen was man wissen muss ... Ich danke euch ersteinmal im vorraus und hoffe auf Gute zusammen Arbeit mit euch.. Lg bloks1 :bandit:
HILFE! Phantom Coding hacks funzen net
04/29/2009 - WarRock Hacks, Bots, Cheats & Exploits - 4 Replies
Hay wie die überschrift schon sagt bei mir funktionieren keine hacks von Phantom Coding! :confused: Ich habe andre hacks die funktionieren außerdem Windowa vista also ich starte den hack als Admin! danach starte ich War Rock, es steh Injection Successfull, aber die hacks gehen net kann mir jemand helfen? oder mir gute alternativen nennen? wäre nett^^
for who start coding
11/18/2008 - CO2 Private Server - 14 Replies
frist:how to change the server name frist search for on client.cs: then change the things and type what u want to tell the players when they come online how to change the things when u open the source goto general.cs frist search for : second change the source name when u open it itis just like this u will see the things it type for u on the source now how to put line on the source on the welcome massage



All times are GMT +2. The time now is 12:17.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.