i have tested and it works great, tryt this code :
<DllImport("user32.dll")> _
Public Function SetWindowText(ByVal hdl As IntPtr, ByVal title As String) As Boolean
End Function
Sub Main()
Dim prc As Process = Process.GetProcessesByName("sro_client")(0)
If SetWindowText(prc.MainWindowHandle, "b3nc0") Then
Debug.Print("ok")
End If
End Sub
i have tested and it works great, tryt this code :
<DllImport("user32.dll")> _
Public Function SetWindowText(ByVal hdl As IntPtr, ByVal title As String) As Boolean
End Function
Sub Main()
Dim prc As Process = Process.GetProcessesByName("sro_client")(0)
If SetWindowText(prc.MainWindowHandle, "b3nc0") Then
Debug.Print("ok")
End If
End Sub
Well , it should already work because you search for sro_clients and select the first one. I want to change the name of the client which has started from my tool.But , i will try yours setwindowtext func.
Well , it should already work because you search for sro_clients and select the first one. I want to change the name of the client which has started from my tool.But , i will try yours setwindowtext func.
yes I use search but you can use your p.MainWindowHandle.
yes I use search but you can use your p.MainWindowHandle.
The strange thing is , it sometimes work sometimes doesnt. I check p.Mainwindowhandle , even though it's not 0 , sometimes it doesnt work.
And i worry about the gameguard because when i hit start gg + sro_client opens in the same time so it may take the handle of gg?
[How To] Search Adresses 01/31/2011 - S4 League Hacks, Bots, Cheats & Exploits - 66 Replies Hi... here i ll post something that i found searching and searching xD.. all the things are public this is the reason of why i post this xD...
TUTORIALS
**************************************
Fake Shop:
Type :text
value: off
Steed Color Adresses in memory[Request] 01/28/2010 - Conquer Online 2 - 1 Replies Hello I am looking for the memory addresses for steed color in the memory using Cheat Engine. So far I've found the red value. I need the green and blue value. If anyone can help me out I will give them the new formula for rare steeds. Thanks!
Memory adresses für Browsergames 04/27/2009 - General Coding - 4 Replies Ich habe ein kleine Problem am besten ich Liste mal auf was ich habe und was nicht ;-)
Ich habe:
das browsergame von dem Ich die Addressen beziehen will
die Addressen (als text ) ausgelesen und gespeichert , habe sie in
einem Autoit Projekt eingebaut und anzeigen lassen ......
und zu meinem erstaunen .......
Autoit zeigt nicht den selben Wert als Text an , wie er eigentlich haben müsste ........
Er zeigt es auch nicht in ascII chars an (habe ich schon überprüft) , kann man addressen...
[Request] Need some help wit memory adresses 07/22/2008 - Conquer Online 2 - 4 Replies Hello EPVP it's been a while that Ive been here, now that im back and playing CO again Im back into cheating haha.
Anyway since cracked SV and all is not allowed here anymore I am thinking of making a memory based bot myself, and i can use some pointers to the right direction.
(Yes i have used search first :) )
Im looking for some current adresses of a few things, for 1 the monster names and theres more to that, I wonder how SV searches for the monsters exactly, because well its unlikely...
Sample of memory search in PW for memory bot learner 02/25/2008 - Perfect World - 6 Replies im learning how to make a memory bot as of know.. im expirience in pixel botin but the mob seacrh for it is quite slow.. ill be using au3 and the include nomadmemory.au3 from nomad in au3 forum. credits to him...
this is my sample of my memory script: it will be good for who wants to learn memory botin and has no available bot in their respective server
#include <Memory.au3>
Global $Pointer = d pointer in 4bytes in whch its store the modId when clicked just search in hex format in 4bytes...