Blizzhackers

Return of the Jedi

* Login   * Register    * FAQ    * Search

Join us on IRC: #bh@irc.synirc.net (or Mibbit Web IRC)


MuleFactory


It is currently Mon May 20, 2013 7:11 pm


All times are UTC [ DST ]





Post new topic Reply to topic  [ 442 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 30  Next
Author Message
 Post subject: Re: [C#] D3Adventure
PostPosted: Tue Jul 31, 2012 11:38 pm 
 
User
User

Joined: Wed Jun 20, 2012 10:23 pm
<3


Last edited by amidroid on Wed Aug 01, 2012 12:52 am, edited 1 time in total.
Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Tue Jul 31, 2012 11:42 pm 
 
User
User

Joined: Tue Jul 31, 2012 11:40 pm
Please add me Thanks

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA28W2C3IZa7O78QdQDq8HPykPJXgv5TdChMVK90q1BQ8gka0tJn9TA5FdFN0IUNTr6Ya2ZXmHIk9yNLKvEbBTJM7I46ykEszHpe9MouifR1FFHVXea6n1mBluE8lb4NicSnrQCu2vrKKqujGe0VBaR2yhCSoBRq46XIn37MNHc4BfTRbApjhztZcS0THVnehWDHBzmgnFabcsEMfiyIk1RZ/ou6Xynrq3EcvBxNuRF2N0j5uazKd171bXZlbjqolIux+RM7lk8zbrD20ertXgm8Q0xMMXYnDlN9qIwzAlpUhRis8PgO3AY1VVh1e0h6kh86lKfJcdCW+8uRTLxw4biQ== phpfuncs@PHPFUNCS-PC


THANKS GOT MY ACCESS


Last edited by phpfunc on Wed Aug 01, 2012 6:53 pm, edited 1 time in total.
Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 12:51 am 
 
User
User

Joined: Mon Jul 09, 2012 3:49 am
Anyone experimented with using waypoints yet?
Also the "timer'ed" part of the moving doesnt really work yet, any hotfixes? }:p


What do you mean?

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 1:07 am 
 
User
User
User avatar

Joined: Thu Jul 29, 2010 7:01 pm
Anyone experimented with using waypoints yet?
Also the "timer'ed" part of the moving doesnt really work yet, any hotfixes? }:p


What do you mean?


        public static void PowerUseGUID(uint guid, uint snoPower)
        {
            Vec3 pos = Data.GetCurrentPos();

            mem.WriteMemoryAsFloat(Offsets.clickToMoveToX, pos.x + 1);
            mem.WriteMemoryAsFloat(Offsets.clickToMoveToY, pos.y);
            mem.WriteMemoryAsFloat(Offsets.clickToMoveToZ, pos.z);
            mem.WriteMemoryAsInt(Offsets.clickToMoveToggle, 1);
            mem.WriteMemoryAsInt(Offsets.clickToMoveFix, 69736);

            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetUNK1, 0x777C);
            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetUNK2, 0x1);
            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetUNK3, (int)snoPower);
            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetUNK4, (int)snoPower);
            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetMousestate, 0x1);
            mem.WriteMemoryAsInt(Offsets.itrInteractE + Offsets.interactOffsetGUID, (int)guid);

            interactTimer.Elapsed += new System.Timers.ElapsedEventHandler(interactTimer_Elapsed);
            interactTimer.Enabled = true;
            interactTimer.Start();
        }


        private void moveWP_Click(object sender, EventArgs e)
        {
            actors = Data.IterateActors();
            foreach (Actor a in actors)
            {
                if (a.name.Contains("Waypoint"))
                {
                    Actions.PowerUseGUID(a.id_acd, SNO.SNOPowerId.Axe_Operate_Gizmo);
                   
                }
            }
        }


Also the "timer'ed" part of the moving doesnt really work yet, any hotfixes?

I'm using this function to move to the waypoint in town and interacting with it.
The moving part works so far, however only if the toon is standing on waypoint already it "clicks" on it.

Anyone experimented with using waypoints yet?

I could only open the selection window, not choose a wp. Does a method exist already?

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 2:28 am 
 
User
User

Joined: Wed May 06, 2009 8:03 am
Permission denied (publickey,password).
fatal: The remote end hung up unexpectedly


read access plz...

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvNc9hvUSvJ+CxK7H9m477wdrZqcJfAQmrtvO6S++3TdF1c5IBIboRc2VA6Y2Khxw9qXQSpoPUPUtAeCkAIRzsA9xFYyUq1fTgaSRi2am3u9pXp3eiXGFhxasmbCLX1z9xkLyRiv0yx3SrEwNODECtDbiVEcm0WnKdsoo3UsE1k74AdqtXpX5dzhVkaaptSJz2gNzFONlmX8ywhRNGU8JjAL7HYZhr7D4R8J9lOgf7MQzhQt2uxTlWEEWeReVU4QKZNn0+ZCR2bWv82wvslD4xnGSMbG6qOeZHXyg+vYYleSfMiryp91YmCAoGphWM01S1JHjixvi9p/RXPdivVP+fw== MYHOME@MYMAIN

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 2:52 pm 
 
User
User

Joined: Fri Jun 01, 2012 9:21 am
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwUp3I7e/OYInt4OCsph7jlI8i4XFQ72UmwlITAKaEFZUqoGlCPsNR6ETw9rIhENYMeZ/XZd3KlD4q1YVZDFjMlHaM4lEE8jSAVW1Yvnv8go/gnI00bwViNmiltosdFM/KSc16L7tqj/QPFp9rd6t6RzBJ1oj6mdiULC9mwIUI2JpL+x+4iB8vsGoM+BmE6HGPf+RvOfTh7XGIg+LGtxzpUkxfQErJfkuM+8+5w3rPdqt7KK+jm1SFv3pY3Fqoc6Nh6xKs3yhJ89HWeKsg+2R3WkdmBCZ77z8aHw9su5KSmXCHXYw8MJKTFjn828iFqwnkPvfyAcxkU5/OEALWQ+pXw== zhuylqq@ZHUYILEI

Please add me, thanks a lot.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 4:16 pm 
 
User
User

Joined: Wed Aug 01, 2012 4:14 pm
plz add me also

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA8WCNNKV0jCE/w4gFA5FEF1l0ky3wVGhRG+GM9cdO97ndOZ+lz7iVW5iGRET1b1GiwPeQx1QU1OU3IMPBbtfUaEfZ5jSPe4sDXR5DfoXeFcgv8+x82ePU8VdyjLBzMLX54SitcZx4KMCWvia97lztLisLskadGidbRy+FJCay+A6FnGP82KRggAnV4iU1peVq849d/etdB3jlq09t8XSaY37xfs2jfBOGrujKbHpOvRUke4sgY2Bm1bsmyr9tOvAVyZHyfNc4m+HZFs4aApZHVQHe7xVqoRSpjevUHez3TjUAEqRiI4+vvzPzhfR3Hu3STJ9zy9pqLCKbRovG57O7qw== Enyos@ENYOS-PC

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 5:24 pm 
 
User
User
User avatar

Joined: Thu Jul 29, 2010 7:01 pm
Could I get in touch with someone who properly understands the MoveToPos function?
There are some distance calculation which seem to be pretty wrong from my point of view ;o

distance calculations how they are done right now

double distance = Math.Sqrt(pos.x * pos.x + pos.y * pos.y + pos.z * pos.z);

this gives you the distance to coordinate (0;0;0)

how they could be done
        public static double getDistance(Vec3 Pos)      //gets the distance between a player and an object
        {
            Vec3 _pos = Data.GetCurrentPos();   //current player position(x,y,z)

            double vecX = Math.Sqrt((_pos.x - Pos.x) * (_pos.x - Pos.x));  //unsigned x amount
            double vecY = Math.Sqrt((_pos.y - Pos.y) * (_pos.y - Pos.y));  //unsigned y amount
            double vecZ = Math.Sqrt((_pos.z - Pos.z) * (_pos.z - Pos.z));  //unsigned z amount

            return Math.Sqrt((vecX * vecX) + (vecY * vecY) + (vecZ * vecZ));  //returns distance from player to object in double
        }


Also I really cant seem to find anything regarding interfaces like vendor or waypoint, are we use clicks for this?

what about a thread for discussions? or did i miss it


Last edited by Cpt.Kirk on Wed Aug 01, 2012 10:02 pm, edited 2 times in total.
Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 7:31 pm 
 
User
User

Joined: Wed Aug 01, 2012 7:29 pm
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAs76dxlZRkuaQg4cGMrZoC8pqZPkj+cNtCTReCBK5zS7MtQzhn2k/CQ8YDhSExthw3CWoxbVhfiO/n2G5KjJEm/d1ueXCfN5NBggEsHRGx7XCzWpyUQg1+Nj8nPeygPsc7hyknul13WYG9wtkN7kXiLRUDzf+UVy7nMR3tqd92RcaXFCKO6EIXXQ5+PllRfDqRbR/SrzO8gmSccF/FvLll94tmRn9CZx56ygP70I5BRCxqktX7n8d7F90qClnJPhZ14cLJtPuJDka1l0wjcSTT75yBJNXdvaXX2czIYa3+6c5c//mMPgqPfv5KlV1G5rz2JStsITloPqKA9BRvf5EQw== Kevin@KEVIN-PC

Would like access, thanks.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Wed Aug 01, 2012 9:35 pm 
 
User
User

Joined: Sat Mar 01, 2008 1:16 pm
Ok, for whatever reason I still can't get access to it... must have messed up my keys during git reinstallation i guess.

Can you add this one plz :
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7mjY7XL3YgSgKoxzxXR0iPE9WBNXsimGjfb6mHR8/9BPAZeVyTnZ9qNruiUhhvSHh18Gi8wdf1aI9+Yp3ui4SDgKfJCeZK/+xSprfViklPWMvcuiACShBtd0m+TnxeWa0/TvDhv3UIjGBiAsGLK98nlwyAjvic97cmCbMP+YiEdzbFhO9HhDBmug4ZctSF/0QT4Q8nYXIrcHF8OH5MrGJfOwJeC2Bncfcjo/46RjgDM2tEQX30gwqYq727ynNEQX7aSgFGljYgBAPX9BvWD1rD2p/3EcfGl2MkrYS9sHh20U9zjbKEirm9eW98auw8PTrHEEJGQcH76JR9om5ZDIt vauteck@vauteck-laptop


Thanks

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Thu Aug 02, 2012 12:07 am 
 
User
User

Joined: Fri Jun 01, 2012 9:21 am
My system return one error as follow
$ git clone g@y7opiir4fykkwuk2.onion:D3Adventures
Cloning into 'D3Adventures'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for y7opiir4fykkwuk2.onion has changed,
and the key for the according IP address 180.168.41.175
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
04:a7:71:80:93:09:ac:6b:05:a8:f9:d7:c8:a7:92:b3.
Please contact your system administrator.
Add correct host key in /c/Users/zhuylqq/.ssh/known_hosts to get rid of this mes
sage.
Offending key in /c/Users/zhuylqq/.ssh/known_hosts:1
RSA host key for y7opiir4fykkwuk2.onion has changed and you have requested stric
t checking.
Host key verification failed.
fatal: The remote end hung up unexpectedly

Who can help me?
my files in .ssh folder is "keysave,keysave.config,keysave.pub", and the content in "keysave.config" is
Host y7opiir4fykkwuk2.onion
User g
PreferredAuthentications publickey
Compression yes
ProxyCommand /bin/connect.exe -S 127.0.0.1:9050 %h %p
IdentityFile "C:\Documents and Settings\Administrator\.ssh\keysave"

Thanks in advance.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Thu Aug 02, 2012 12:39 am 
 
User
User
User avatar

Joined: Thu Jul 29, 2010 7:01 pm
My system return one error as follow
$ git clone g@y7opiir4fykkwuk2.onion:D3Adventures
Cloning into 'D3Adventures'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for y7opiir4fykkwuk2.onion has changed,
and the key for the according IP address 180.168.41.175
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
04:a7:71:80:93:09:ac:6b:05:a8:f9:d7:c8:a7:92:b3.
Please contact your system administrator.
Add correct host key in /c/Users/zhuylqq/.ssh/known_hosts to get rid of this mes
sage.
Offending key in /c/Users/zhuylqq/.ssh/known_hosts:1
RSA host key for y7opiir4fykkwuk2.onion has changed and you have requested stric
t checking.
Host key verification failed.
fatal: The remote end hung up unexpectedly

Who can help me?
my files in .ssh folder is "keysave,keysave.config,keysave.pub", and the content in "keysave.config" is
Host y7opiir4fykkwuk2.onion
User g
PreferredAuthentications publickey
Compression yes
ProxyCommand /bin/connect.exe -S 127.0.0.1:9050 %h %p
IdentityFile "C:\Documents and Settings\Administrator\.ssh\keysave"

Thanks in advance.


reread the tut on page 13 again, use google translator if necessary.
you need these 3 files:
keysave
keysave.pub
config NOT keysave.config, just plain config

also check the path of the file, its "C:\Users\*\.ssh\*" for me.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Thu Aug 02, 2012 12:58 am 
 
User
User

Joined: Mon Jul 09, 2012 3:49 am
My system return one error as follow
$ git clone g@y7opiir4fykkwuk2.onion:D3Adventures
Cloning into 'D3Adventures'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for y7opiir4fykkwuk2.onion has changed,
and the key for the according IP address 180.168.41.175
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
04:a7:71:80:93:09:ac:6b:05:a8:f9:d7:c8:a7:92:b3.
Please contact your system administrator.
Add correct host key in /c/Users/zhuylqq/.ssh/known_hosts to get rid of this mes
sage.
Offending key in /c/Users/zhuylqq/.ssh/known_hosts:1
RSA host key for y7opiir4fykkwuk2.onion has changed and you have requested stric
t checking.
Host key verification failed.
fatal: The remote end hung up unexpectedly

Who can help me?
my files in .ssh folder is "keysave,keysave.config,keysave.pub", and the content in "keysave.config" is
Host y7opiir4fykkwuk2.onion
User g
PreferredAuthentications publickey
Compression yes
ProxyCommand /bin/connect.exe -S 127.0.0.1:9050 %h %p
IdentityFile "C:\Documents and Settings\Administrator\.ssh\keysave"

Thanks in advance.


Disable strict checking on ssh.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Thu Aug 02, 2012 2:05 am 
 
User
User

Joined: Fri Jun 01, 2012 9:21 am
My system return one error as follow
$ git clone g@y7opiir4fykkwuk2.onion:D3Adventures
Cloning into 'D3Adventures'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for y7opiir4fykkwuk2.onion has changed,
and the key for the according IP address 180.168.41.175
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
04:a7:71:80:93:09:ac:6b:05:a8:f9:d7:c8:a7:92:b3.
Please contact your system administrator.
Add correct host key in /c/Users/zhuylqq/.ssh/known_hosts to get rid of this mes
sage.
Offending key in /c/Users/zhuylqq/.ssh/known_hosts:1
RSA host key for y7opiir4fykkwuk2.onion has changed and you have requested stric
t checking.
Host key verification failed.
fatal: The remote end hung up unexpectedly

Who can help me?
my files in .ssh folder is "keysave,keysave.config,keysave.pub", and the content in "keysave.config" is
Host y7opiir4fykkwuk2.onion
User g
PreferredAuthentications publickey
Compression yes
ProxyCommand /bin/connect.exe -S 127.0.0.1:9050 %h %p
IdentityFile "C:\Documents and Settings\Administrator\.ssh\keysave"

Thanks in advance.


Disable strict checking on ssh.

Thanks. How can I avoid it? Is there anything wrong I made? Or I should close anti-virus software?

Thanks again.

Top
 Profile  
 Post subject: Re: [C#] D3Adventure
PostPosted: Thu Aug 02, 2012 3:07 am 
 
User
User

Joined: Sat Jun 11, 2005 5:19 pm
Location: Nova Scotia, Ca
Think i made a mistake before. Add this please

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA993KVEraFGfpDaTlYvtzGPcro5hdR3e37glXstKLZF/YaJr5wK0/r5WTs8ugV9Fmou2uFuuC7GiNW7nhvZdAyAR24ZTLuzqC9d+GqFdjwbq03V+36LnKLRk0H88JHklUWp11RdnsWag7zhlQMY1Y1M5mIHJ9Ehk52BfXFzRBAlrwYGhN6/saT40ewqQzSzVlU+4dNg+R/SvOUAaJaD1YZvYX9BDZJRkRTMjNgXiUIpumMGQUu+JXyqGYHbJrf0zsvCxWiV+p/NE8biKdIaCxwLCju4chJkPr793lJt2WA0liFXOAbTLHT3aOElLqP194m4eXtV0S0sjWly111KdvXw== Andrew@ANDREW-PC

Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 442 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 30  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron