>< it was just an exemple lol that long time i build XPbot and that kind of stuff now i just turn into some official feature kinda. and have the need to draw in game.
evangile
Posts
-
Injection Games Menu. -
Injection Games Menu.so to eddy you know blizard agreement worth nothing? they actualy more than happy peaple developping private server so they have a cool demo version. + they have mass arangement with rmt.so they not realy care time peaple talk about wow they happy with dollard. ffxi is way differente about that they have 0 tolerance but just for some helper application.
-
Injection Games Menu.i know wow have premade plugin for developpe quick but i need learn more than i need build a plugin for wow realy. for the other respons yes i understand the principe of injecting a dll. i can even prolly do a something where the charactere will clap his hand in game fast lol. what i don't d=get is how from an injected dll you can draw a menu or bouton in the game itself. let say i want a button "Clap your hand". possible to draw menu from dll realy?
-
Injection Games Menu.Hi all i try make an injection into a Game . some peaple draw menu in a lot of games mmorpg or fps like counterstrike. i find this stuff kinda cool also for thing like customise windows application or change games interface let say turn ffxi interface into wow interface etc... now i don't realy understand how peaple do that. at first i though they inject an exe into the game process but look like its impossible. so if peaple only inject a dll how they can draw menu? does the code of the dll draw it self a menu into game? or maybe the dll load an exe into the games? if someone can point me in the rigth direction from ground for built a simple menu into a games? i realise i need c++ over c# not sure also.
-
c# resolve redirection IPMy user will not have access to this file. i would do a something in c# code so user know everyday my new IP and send socket to me. for now i have to bypass and have myserver store the IP in a well known rendezvouz point Database". would be more simple if i was able to make user machine ping mysite.no-IP.com then being able resolve the true IP behind no-ip.com proxy.
-
c# resolve redirection IPi did ping Mysite.no-ip.biz that return to my own pc apache website. it does return some IP 75.12.etc....... so this IP is the IP of no-ip.com, not my computer IP wich start by 86.123......... if ping cmd fail resolve my ip i doubt a c# code will do it. At least i have no idea how.
-
c# resolve redirection IP -
Security "string" encryptthank for the link will go read into it^^. my main probleme is my MainServer is on a pc that have not yet a fixed IP. so i need to tell public application what is my Mainserver IP since it change when i restart server. here is the issue i have to get public comunicate with a "well known site" where they got my PC IP. then it mean ether autorise read it in the database or DL at a IP.XML file (haker can deturn then the whole traffic to his server seting his ip in database or uploading new xml ). i think firt i may need a fix IP for my PC so i dont need an other "Rendez vous" but i was waiting install linux before turn my pc into a server. thank for the link anyway.
-
Security "string" encryptyes i do some protecting my server and learn again cuz without being paranoid i think all society around the word have to be concerned by security. then what i realy dont like in c# is the way you read easy link. and how its hard to comunicate with a sql without being haked. using odcb well that just like you email your pass/login database to the haker using a php file you got some sort of RecordUser.php?login=toto&pass=1234. that just not acceptable to me to have such string readable in the code. why i go back my question is theyr a way to protect c# string or i go for python?^^
-
Security "string" encrypti have to deal with other programmer/haker thats not public engine and first thing they do is try to get the code and copy it for ameliorated theyr own code nothing paranoid here . i know if i leave a string like webrequest (/http://mysite/some.php) or some database code the tomorow i have no more database ;) . and time my app will not resist 30 minute front of a haker i will not be happy of it^^^. you should know that til you programme have some interest coder will read the code .
-
Security "string" encryptI have a probleme with c# i can't built anithing i can't hack easy. evenobfuscate(not pro) will leave the string readable. i have so hacked (not destruct just for learn security) a lot of c# app they all have thousand way to have fun with. how to well protect a string?? i tried encrypt it but i'm confused with that since all the crypt function look like. Decrypt("xxxvmmiti=","MyKeyHERE"); hacker are still able to read the key and its not encrypted so they can use the function + key for decrypt data??? some peaple tell put the key in app.config but that file is even readable in notepad so i don't see any corect way to protect string. i do something wrong? so i was thinking call the key from an unmanaged key.dll writed with c++. is c++ easy to hack? if yes tell me what tool haker use so i can chek. rigth now i'm thinking use an other langage on sensible part what langage can't be hacked that easy?
-
c# server security Help me out!ye i was reading on that look interesting i may even use both Obfuscator and Salamander .Net Protector i seen this tool seem good enougth . at this point my programme will not just worth the time to be haked. now i need opinion how to securise my forwarded port from haker. I don' realize well what a haker can do realy using an opened port. think he can access my pc file (erase/download???) or again instal a trojan in my pc by sending soket?. what protection i should think about
-
c# server security Help me out!Yess i know i encrypted ip in xml they look like this but since .net encryption is well know i'm pretty sure haker have already theyr tool for decrypt that in a click i was hoping find something realy take a huge amout of time to decrypt so even when haker succes decrypte i can tell i win cuz i wasted a month of his life^^. i seen some tool on net for make c# source hard to read but no idea what is the best or i can use all of them on an .exe. making the code not understandable can help hiding that the .xml was even created on haker computer. so for the opened port any danger?
-
c# server security Help me out!Hello i need some experimented coder opinion about how to securise a c# server 1. i have a c# server listening public incoming soket on my computer (XP Windows) so i have a port forwarded (86.123.xxx.xxx:666) in my gateway . user are then able send me data . but i need know what are the risk of a such conection for my computer. is there a way to block potential hacker attack?. 2.this server share (using soket) the IP with of all user (like a p2p machine). what i want is encrypt the IP(s) in a XML and share the IP.XML with users. i feel like it will not be hard for a hacker decrypt the IP.xml. how can i max secure this stuff. 3.I know from my old programme experience that haker can read my C# code so (like one of them(a friend lukily) success get my Sql password/user if i put it into the code). how to well secure my c# code and make it not readable and where to put sensible string like http://MydistanteSite/login.php or code for sql user =toto pass=123. i feel like c# totaly unsecure rigth now may be i should switch lange for include sensible data in a public machine? any security advise welcome^^
-
Hole Punching C#->PHPWell i have now a Chat P2P ready to work.(for now we need open gateway port manualy). For get through NAT i want use Hole punching methode that you guy sugested me). so i read a bit about that and got 3/4 the principe ;). now what i want to know is can i send from my chat APP a soket to a php file on a host (non dedicated). like i send my soket to port 80 on a host: http://www.codeproject.com/MySite/SoketListener.PHP then the file respond me and finaly open my port to other user?? the point of that is i wont let my own computer run 24/24 and do the relais. I know that i possibly just told a Enorme mistake but for me a soket is a soket and in any langage . What you sugest me to do for such P2P? can you clear also my mind also about the Hole Punching process and how open a port. i don't sea well why if i send soket A - >C B would be able use the same port without being invited to do and since A->C soket sessios has ended?.
-
Gateway port forwardingWhen i open msn it does config a port on my router i cheked it through admin it open an udp port maybe my box is preset to only allow msn do that. i'm prety sure my box has a upnp function just its maybe restricted to famous programme. so what is the principe of hole-punching TCP does it allow a server listen to this port and receive soket? is it how emule/azureus does work?.
-
Gateway port forwardingtrying to be more clear. My friend send me "hello" in chat on my IP 83.231...... port : 666 now i need forward this port so the message "hello" is redirected on my PC where the chat is instaled so i need forward port :666 send incoming soket to 127.0.0.1 one way to do it is manualy through gateway administration . second is Upnp.(wich wont work on half computer). third is what i search how msn/azureus/etc... do it on a non-upnp gateway.
-
Gateway port forwardingI won't wait on something that may come out solution already exist since some app are able corectly setting my gateway just they not well documented.
-
Gateway port forwardingi try make a litle chat that will be server/client but i have a major issu , when everithing is working local it seem i'm not able pass my gateway if i not forward manualy the required port. now i have tryed the upnp and i think the code work but my netbox refuse the upnp protocole >> so i feel not using upnp since not everyone able use it or they will have to enable it + i heard of lot of security issue. now i searched an other way to do it and found nothing on net. but i see msn is enable forward port in my non upnp box?? or even other app like azureus bit torrent accept in/out conection (they not forward the port in my netbox though). so my question is how those programme able to do that on a non upnp gateway??? how can i do the same thing all i need is to echange 2 ligne of chat realy that can't be that hard ><. (no need talk about why i do a server/client for each user that not the point, the point is how to deal with port). chunk of code apreciate^^