Search found 124 matches

by theon
06 Mar 2021, 12:36
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory>RHCP Topic is solved

@RHCP
base addres
Spoiler
Pos
Spoiler
by theon
05 Mar 2021, 15:24
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory>RHCP Topic is solved

now one more question how do i not appear who is with 65535
and strange names are showing up
filter who has 65535 will not appear "Pino 65535"
Spoiler
by theon
05 Mar 2021, 15:07
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory>RHCP Topic is solved

it worked, thank you all so much! #Include <classMemory> #SingleInstance,Force #NoEnv #Warn All, Off #Persistent Gui, add, Text, x20 y20 w70 h40 vchar,1 Gui, add, Text, x20 y40 w70 h40 vchar2,2 Gui, add, Text, x20 y60 w70 h40 vchar3,3 Gui, add, Text, x20 y80 w70 h40 vchar4,4 Gui, add, Text, x20 y100...
by theon
05 Mar 2021, 11:24
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory>RHCP Topic is solved

RHCP sorry for bothering you again, but it didn't work out, in fact I couldn't organize the code my code #Include <classMemory> #SingleInstance,Force #NoEnv #Warn All, Off #Persistent Gui, add, Text, x20 y20 w70 h40 vchar,1 Gui, add, Text, x20 y40 w70 h40 vchar2,2 Gui, add, Text, x20 y60 w70 h40 vc...
by theon
05 Mar 2021, 10:18
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory>RHCP Topic is solved

@RHCP
yes it worked, now just put it in my script so he can use the arrays, right?


thank you very much to everyone who helped
by theon
05 Mar 2021, 08:23
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

help my code plz !
@rommmcek
@RHCP
@boiler
@jNizM
by theon
04 Mar 2021, 15:12
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

Code: Select all

5::
  loop 11
  {
	value := mem.read(mem.BaseAddress + ReadEOClient%A_Index% + 0x12 , "int")
	MsgBox, % value
	}
return
error again
by theon
04 Mar 2021, 11:18
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

I need to add the base addres + 18

Code: Select all

I fumbled = I'm not sure why you're adding 0x1c to the base address since 0x1c is 28 and I thought you are trying to add 18.
thanks for organizing the code

I am waiting for you to study the classmemory I love you
:superhappy: :bravo:
by theon
04 Mar 2021, 09:45
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

full code #Include <classMemory> #SingleInstance,Force #NoEnv #WinActivateForce ; need to test it SetTitleMatchMode, RegEx #Warn All, Off ; #Warn eables warnings to assist with detecting common errors, while "all, off" makes them all disabled #Persistent SendMode InputThenPlay global food Gui, add, ...
by theon
04 Mar 2021, 09:27
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

5:: life:= mem.read(men.ReadEOClient1 + 0x1c, "int") MsgBox, % life return I think I have to get some function from the classmemory so I don't know which one Commonly used methods: read() readString() readRaw() write() writeString() writeBytes() writeRaw() isHandleValid() getModuleBaseAddress() Les...
by theon
04 Mar 2021, 09:13
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

I changed more, nothing happens.
by theon
04 Mar 2021, 08:13
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address <classMemory> Topic is solved

I've tried everything and I didn't succeed plz help me !.. thx Loop 11 { life:= mem.read(ReadEOClient%A_Index% + 1c) ReadEOClient%A_Index% := mem.readString(mem.BaseAddress + 0x55B11C, 15, "utf-8", Offset%A_Index%*) GuiControl,,char, %ReadEOClient1% GuiControl,,char, %ReadEOClient2% GuiControl,,char...
by theon
03 Mar 2021, 23:59
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

I changed more even so it didn't work I need someone who understands classmemory
by theon
03 Mar 2021, 23:19
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

thank you very much, I hope a good soul will help me
by theon
03 Mar 2021, 23:12
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

um, thanks will there be someone who can help me?
by theon
03 Mar 2021, 23:07
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

Loop 11 ; Para passarmos todas as 10 arrays criadas. { ReadEOClient%A_Index% := mem.readString(mem.BaseAddress + 0x55B11C , 15, utf-8, Offset%A_Index%*) GuiControl,,char, %life% GuiControl,,char, %life% GuiControl,,char3, %life% GuiControl,,char4, %ReadEOClient4% GuiControl,,char5, %ReadEOClient5% ...
by theon
03 Mar 2021, 23:06
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

yes, but nothing happens = x
by theon
03 Mar 2021, 23:01
Forum: Gaming Help (v1)
Topic: result of address <classMemory>RHCP Topic is solved
Replies: 43
Views: 2684

Re: result of address Topic is solved

you did not understand what I meant what would be the function to add the value of my base + 18

Go to advanced search