Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 09:53

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

Advertisement



LoL String Pointer

Discussion on LoL String Pointer within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2011
Posts: 3
Received Thanks: 0
LoL String Pointer

Hello comunity, i am kinnda new to this whole gamehacking thing and i got a question. At champion select, i want to be able to get what champions the enemy team had picked. So, for each one of their champions, there is a string "Click to see detailed information about {0}" where {0} is the champion's name. I can get the value properly in CE but i'm not able to get the pointer of that string. I need some help. Thank you !
dariusmare is offline  
Old 09/22/2014, 16:38   #2
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Why aren't you able to get that pointer? No experience or is it something else?
You can try to find the address via pointer scanning the memory's environment for specific bytes.
alpines is offline  
Old 09/22/2014, 16:42   #3
 
elite*gold: 0
Join Date: Sep 2011
Posts: 3
Received Thanks: 0
I don't know if i am doing something wrong or it's protected somehow. So here is how i do it:
I enter in champion select and let's say i want to get the first's enemy champion, and i search for 'Click to see detailed' , now i get 10 memory addresses each one pointing to one of the 10 players, so i find the specific one for the first enemy, let's say it says "Click to see detailed information about Aatrox". Ok so now i do a pointer scan. Then i close the game and i open it again and do the same thing but instead of scanning i do a rescan. I can't find any pointer that match ....
dariusmare is offline  
Old 09/22/2014, 16:45   #4
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Therefore you can try pattern scan, it might work. There are several tutorials on the web and the theory is not hard to understand.
alpines is offline  
Old 09/22/2014, 16:48   #5
 
elite*gold: 0
Join Date: Sep 2011
Posts: 3
Received Thanks: 0
Thumbs down

Ok, so i managed to find what accesses my own champion's name, but like i said, i am a beginner and id like some walkthrough.

Code:
50A8F002 - 83 E2 03 - and edx,03
50A8F005 - 83 F9 08 - cmp ecx,08
50A8F008 - 72 2A - jb "Adobe AIR.dll"+5F034 <<
50A8F00A - F3 A5 - repe movsd 
50A8F00C - FF 24 95 24F1A850  - jmp dword ptr [edx*4+"Adobe AIR.dll"+5F124]

EAX=089A19D5
EBX=0000002C
ECX=0000000A
EDX=00000000
ESI=089A19AD
EDI=2CFE5044
ESP=0035C130
EBP=0035C138
EIP=50A8F00A
So where the address ? at this point ? "Adobe AIR.dll"+5F034 or ?

I've tried "Adobe AIR.dll"+5F034 and it points me to nothing, what means that jb ?

LE: So i found out that everytime i change by champion the address changes...i would really like some help if possible.
dariusmare is offline  
Old 09/23/2014, 13:30   #6
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
You should try out the Cheat Engine tutorials. It teaches you the basics of Program Hacking.
alpines is offline  
Reply


Similar Threads Similar Threads
String Pointer herausfinden ?
10/27/2013 - AutoIt - 5 Replies
Hey, ich habe die Adresse von einem String. Jedoch weiß ich nicht wie ich jetzt den Pointer vom String herausfinde. Kann mir jemand helfen ?
String anhand von Pointer auslesen
07/28/2013 - AutoIt - 6 Replies
Hey, ich versuche grade verzweifelt einen string mit _MemoryPointerRead auszulesen. Mein script sieht bisher so aus: $Address = 0x003E68C8 Dim $Offsets $Offsets = 0x0 $Offsets = 0x50 $iv_Pid = ProcessExists("NostaleX.dat") $handle = _MemoryOpen($iv_Pid) $a_value = _MemoryPointerRead($Address, $handle, $Offsets, "CHAR")
String aus Pointer auslesen
07/25/2013 - AutoIt - 2 Replies
Mit welchem Include mache ich das am besten..? Und am besten noch nen Scribtbeispiel... Hab den pointer der auf die addresse zeigt und in der ist halt der string den ich auslesen will...
[Visual Basic] [Problem] String auslesen/String zufällig wählen
05/06/2012 - General Coding - 4 Replies
Code: #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Name Generator", 236, 299, 815, 246) $Input1 = GUICtrlCreateInput("Username", 24, 72, 185, 21) $Input2 = GUICtrlCreateInput("Username", 24, 104, 185, 21) $Input3 = GUICtrlCreateInput("Username", 24, 136, 185, 21) $Input4 = GUICtrlCreateInput("Username", 24, 168, 185, 21) $Input5 = GUICtrlCreateInput("Username", 24, 200, 185, 21)
Pointer auslesen der einen String beinhaltet
11/13/2011 - AutoIt - 1 Replies
Hey, Ich programmiere seid kurzem "Hacks" mit AutoIt, und bin am verzweifeln: Wie liest man einen Pointer aus, der einen Text beinhaltet? Mein aktuelles Script: Func PointerRead($Aaddress, $openmem, $AOffset) Local $Amemread = _MemoryPointerRead($Aaddress, $openmem, $AOffset, "char") MsgBox(0,"",$Amemread) ; Checken was rauskommt Local $Awert = _ReturnMemoryValue($Amemread) Return Dec($Awert) ; Endgültiger Wert wird zurückgegeben



All times are GMT +2. The time now is 09:53.


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.