trainer

ارسالها : 55
عضویت: 3 /7 /1394
|
آموزش ساختن ترينر با چيت انجين(سورس آماده stronghold crusader 1.0)
کد:
-- This Lua Script is Written BY Trainers1 Author -- openProcess([[Stronghold Crusader.exe*32]]) form = createForm( true ); f = 0 button = createButton(form) control_setPosition(button, 100,100) control_setCaption(button, [[Hack It!]]) control_setCaption(form, "trainers1") control_onClick(button,func) i = 0 addresslist=getAddressList() memrec=addresslist_getMemoryRecordByDescription(addresslist,"Auto Assemble Script") function func() if control_getCaption(button) == [[Hack It!]] then control_setCaption( button , "Disable Hack!") control_setColor(form ,65535); else control_setCaption(button, [[Hack It!]]) control_setColor(form ,255); end if( i == 0 ) then --ENABLE CHEAT SCRIPT memoryrecord_freeze(memrec) i = 1 else --DISABLE CHEAT SCRIPT memoryrecord_unfreeze(memrec) i = 0 end return true end
براى استفاده از كد بالا بايد به منوى tools برويد و از بين گزينه ها show cheat table lua script رو انتخاب كنيد.
|
|
پنجشنبه 01 تیر 1396 - 00:59 |
|
trainer

ارسالها : 55
عضویت: 3 /7 /1394
|
پاسخ : 1 RE اسکریپت LUA و auto assemble script، هک طلا در Stronghold Crusader
همچنين بايد به منوى tools بريد و به ترتيب روى گزينه هاى create form و resynchronize form كليك كنيد.
حال به بخش auto assembler بريد و كد زير را وارد كنيد.
کد:
// This Script Is Written By Trainers1 Author
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov ecx , F423F
originalcode:
mov [edi+00D5A774],ecx
exit:
jmp returnhere
00464FA2:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
00464FA2:
mov [edi+00D5A774],ecx
//Alt: db 89 8F 74 A7 D5 00
|
|
پنجشنبه 01 تیر 1396 - 01:40 |
|
trainer

ارسالها : 55
عضویت: 3 /7 /1394
|
پاسخ : 2 RE اسکریپت LUA و auto assemble script، هک طلا در Stronghold Crusader
سپس طبق تصوير بالا كد رو به cheat table اضافه كنيد.ترينر آماده است!
اگر همه مراحل را درست انجام داده باشين ترينر شما روى نسخه 1.0 به درستى كار خواهد كرد.
نحوه كار اين ترينر اين هست كه با يك بار خريد از هر چيز ، اون چيز بى نهايت ميشه.
|
|
پنجشنبه 01 تیر 1396 - 01:44 |
|