gavrielsinvani Cheater
Reputation: 0
Joined: 29 May 2019 Posts: 36
|
Posted: Fri May 31, 2019 6:24 am Post subject: i want edit value in CE Lua script , with textbox / CEEdit |
|
|
now i have it's code hack,
Code: |
define(_GodmodeDelay, #%arg1) //Godmode on delay time. Change it to your precious time
[ENABLE]
label(Original)
label(Return)
alloc(Hook,100)
alloc(GodmodeTimer,4)
label(GodmodeOn)
GodmodeTimer:
dd 0
Hook:
inc [GodmodeTimer]
cmp [GodmodeTimer],_GodmodeDelay
je Original
db C2 30 00
GodmodeOn:
db C2 30 00 6A FF
Original:
db 55 8B EC 6A FF
mov [GodmodeTimer],0
jmp Return
02648640: //CUserLocal::SetDamaged
jmp Hook
Return:
[DISABLE]
02648640: //E8 ? ? ? ? 8D ? ? E8 ? ? ? ? 8B ? ? 64 ? ? ? ? ? ? 59 5E 8B ? 5D C2 1C 00 [follow call]
db 55 8B EC 6A FF
dealloc(Hook)
dealloc(GodmodeTimer)
|
you see it's line ?
Code: |
define(_GodmodeDelay, #%arg1) //Godmode on delay time. Change it to
|
I want to create a textbox (in LUA CE) to edit this value, how do I do it?
u can help me please ?
|
|