[Release] IDs & Stats [Clothes;Weapons;FP;Skills;eSper Chips]

04/13/2011 11:55 SafriRizal#16
item can buy ?
04/13/2011 12:02 XxharCs#17
Quote:
Originally Posted by Shinwa87 View Post
Isn't there some tool that it works on 32-bit too ? I really want some clothings >.>
I could give u a AutoIt Source Code for a trainer only that u had to put in the adresses and make the Koda by urself if u want =) (=Then u compile it for x86 and then u have a x32 trainer^^)
04/13/2011 12:25 Sonyyy14#18
könnte einer ein vid rein posten wie das ganz funktioniert ich check das nich nciht xD
04/13/2011 12:27 Shinwa87#19
@xxhar

Well I do not know anything about AutiIT and Codes and how to make a trainer...

I just want CE , edit the value and get my Outfit >.< .... on 32-bit
04/13/2011 12:29 XxharCs#20
U only need to put in the adresses, i will write it down where to put the adresses. And Koda is easy to make.
04/13/2011 12:30 Shinwa87#21
Quote:
Originally Posted by XxharCs View Post
U only need to put in the adresses, i will write it down where to put the adresses. And Koda is easy to make.
You mean I can change the addresses after compiling ? I do not want to have the cloth perm hacked... If I want another one, I need to change again >.>

Can there be something done ?
04/13/2011 12:30 †[Dr.±Stein]†#22
can you please put it? i want too some clothe's for 32 bit ç_ç
04/13/2011 12:46 XxharCs#23
Here is the code for example, with 1 Checkbox, 1 Label and 1 Clothchange hack =>
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 234, 51, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Basic Type-A to GM Suit", 24, 16, 153, 17)
$Label1 = GUICtrlCreateLabel("Label1", 8, 56, 36, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd
If ProcessExists("S4Client.exe") <> 0 Then
GUICtrlSetData($Label1, "Waiting for S4 League...")
ProcessClose("Aegis64.exe")
ProcessClose("Aegis.exe")
$PID = ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite([COLOR=Red]Adress of Basic Type-A[/COLOR],&OPEN,"[COLOR=Red]1020000[/COLOR]","4Byte")
[COLOR=SeaGreen];and u had to write it so often till u have all adresses of Basy Type-A[/COLOR]
[COLOR=SeaGreen];[/COLOR][COLOR=Red]1020000 [COLOR=SeaGreen]is the value of GM Set[/COLOR][/COLOR]
[COLOR=SeaGreen];where [/COLOR][COLOR=Red]1020000 [COLOR=SeaGreen]is written, that is the value in that the Value - Adresses of Basic Type-A will be changed [/COLOR][/COLOR]
EndIf
04/13/2011 12:49 Shinwa87#24
Wow can you edit and marker red where I have to put in the adresses of the clothes and weapons ( only 1 item o.o ? )
04/13/2011 12:58 Xyooz#25
Das ist ein Thread zu den ID's und nicht zu nem Bypass oder Trainer...
04/13/2011 13:01 XxharCs#26
Ich weiß aber sonst heulen die x32 User rum, wenn sie ned changen können weil sie x32 haben^^
04/13/2011 13:02 Shinwa87#27
Quote:
Originally Posted by [P]ro[H]acker View Post
Das ist ein Thread zu den ID's und nicht zu nem Bypass oder Trainer...
dann bring uns ne 32-Bit Variante ^-^ .

Achja, bleibt das dann eignetlich so ? Also wenn ich beispielsweise nen Bat Value in nen Crow CS bastel.... dann Spiel aus.... was dann ? Crow CS noch da oder nur geändert solang man im Spiel ist ?
04/13/2011 13:03 XxharCs#28
Geändert solang man im spiel ist.
04/13/2011 13:05 Shinwa87#29
Quote:
Originally Posted by XxharCs View Post
Geändert solang man im spiel ist.
schade... will ein perm Bat haben >.> ....

und sag nu ma wo man Koda herbekommt und wie man damit compiled ;D
04/13/2011 13:07 Xyooz#30
Quote:
Originally Posted by Shinwa87 View Post
dann bring uns ne 32-Bit Variante ^-^ .

Achja, bleibt das dann eignetlich so ? Also wenn ich beispielsweise nen Bat Value in nen Crow CS bastel.... dann Spiel aus.... was dann ? Crow CS noch da oder nur geändert solang man im Spiel ist ?
Nur solange du im Spiel bist.
Es ist aber bekannt, dass CE nur auf 64 Bit Funktioniert.