Jump to content

salter

Active Members
  • Posts

    42
  • Joined

  • Last visited

salter's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. ok so i run this server on my friends computer: UDPStartup() ; Bind to a SOCKET ;============================================== $socket = UDPBind(@ipaddress1, 65532) If @error <> 0 Then Exit $n = 0 While 1 $data = UDPRecv($socket, 50) $CheckData = StringSplit($data, "|") If Not @Error Then For $x = 1 to $Accounts[0] $AccRecord = StringSplit($Accounts[$x], "|") If Not @Error Then If $CheckData[1] = $AccRecord[2] And $CheckData[2] = $AccRecord[3] Then $Exist = 1 MsgBox(64,"User", "User Exists") ExitLoop Else $Exist = 0 MsgBox(64,"User", "User doesnt Exists") EndIfoÝ÷ Ù©Ý¢y²r©º×«»§¶'§µ«­¢+ÙUAMÑÉÑÕÀ ¤((ì=Á¸ÅÕ½ÐíM= -PÅÕ½Ðì(ìôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôô((ÀÌØíͽ­ÐôUA=Á¸ ÅÕ½Ðí5äÉ¥¹Ì%@ÉÍÌ!ÉÅÕ½Ðì°ØÔÔÌȤ)%ÉɽȱÐìÐìÀQ¡¸á¥Ð((ÀÌØí¸ôÀ)]¡¥±Ä($ÀÌØí ½Ñ½Õ¹ÐôU% ÑɱI ÀÌØí½Õ¹Ð¤($ÀÌØí ½ÑAÍÌôU% ÑɱI ÀÌØíAÍ̤($ÀÌØíµÍôU%Ñ5Í ¤(%%ÀÌØíµÍôÀÌØí ¡¬Q¡¸($$ÀÌØíÍÑÑÕÌôUAM¹ ÀÌØíͽ­Ð°U% ÑɱI ÀÌØí½Õ¹Ð¤µÀìÅÕ½ÐíðÅÕ½ÐìµÀìU% ÑɱI ÀÌØíAÍ̤µÀìÅÕ½ÐíðÅÕ½ÐìµÀìÅÕ½Ðí=,ÅÕ½Ðì¤($%%ÀÌØíÍÑÑÕÌôÀQ¡¸($$%5Í ½à À°ÅÕ½ÐíII=HÅÕ½Ðì°ÅÕ½ÐíÉɽÈÝ¡¥±½¹¹Ñ¥¹ÅÕ½ÐìµÀìÉɽȤ($$%á¥Ð($%¹%($%M±À ÄÀÀÀ¤($$ÀÌØíIÍÁ½¹ÍôUAIØ ÀÌØíͽ­Ð°ÔÀ¤($%%ÀÌØíIÍÁ½¹ÍôÅÕ½ÐíÁÑÅÕ½ÐìQ¡¸($$%U%MÑMÑÑ¡M]}!%¤($$%5¥¹U$ ¤($%¹%($%%ÀÌØíIÍÁ½¹ÍôÅÕ½Ðí¹¥ÅÕ½ÐìQ¡¸($%¹%($%%ÀÌØíIÍÁ½¹ÍôÅÕ½Ðíá¥ÐÅÕ½ÐìQ¡¸($$%á¥Ð($%¹%(%¹% i can get it working if i run bot the server and the client on my computer using the "127.0.0.1" as the ip but when i try and connect to the server when its running on a diff computer it does nothing at all. anyone know whats wrong?
  2. ya ive been looking at them but they dont Obfuscate alot of stuff, they only Obfuscate the variables and defined functions
  3. ya encodeit was awsome lol, too bad its gone now
  4. Ya im working on a Obfuscator but i need some help. 1. any way to find strings within a line of code thats all i need help with so far ive done the Obfuscate variables and some functions, may need help with some other stuff later on though
  5. not sure how to find each string in the code
  6. hmm its not that easy and im poor lol. i kind of started on one, i can Obfuscate variables and func names, not sure how i to do the strings though
  7. dam lol, just needed to use this. anyone know of any other good Obfuscators.
  8. ok well is this how you do it? Client: ;;This is the UDP Client ;;Start the server first ; Start The UDP Services ;============================================== UDPStartup() ; Open a "SOCKET" ;============================================== $socket = UDPOpen(@IPAddress1, 65532) If @error <> 0 Then ExitoÝ÷ Ù'«½êÚºÚ"µÍÈÝHQÙXÙÂÏOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBQÝ BÈ[ÈHÓÐÒÑUÏOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBÌÍÜÛØÚÙ]HQ[ YÜÌK MLÌBYÜ ÉÝÈ[^]ÌÍÛH
  9. how do i do that, i dont understand how the UDP functions work
  10. ok ive fixed it all and it works, but now i just updated my script very slightly and i start encoding it, it gets to about 30% and EnCodeIt2.0.exe has encountered a problem and needs to close. We are sorry for the inconvenience. ya lol gets a windows error, anyone know how to fix this happens everytime i try to encodeit
  11. the server ip isnt changing i just dont know the ip of the client
  12. well it changed the gui quite abit(buttons got changed into 543GNE94,tab page titles got changed too,gui window size changed). before and after of what
  13. hey there im trying to make a udp server for an app i made, so when they start the app they have to login to the server with an account. i can make it work on my computer using my ip on both the app and the server but im wondering if you can do the udp bind without knowing the persons ip address and if so how then any help is appreciated thx
  14. is there a way to fix the gui cuz after being encoded it changed the size and it changed some of the names of tabs and buttons to encoded names
  15. no its 2moons or in korea its dekaron but you cant use autoit on it until you bypass gamegaurd
×
×
  • Create New...