GM Mode: 0118FBD0 (4 Bytes)
Map Hack: 01197478 (4 Bytes)
Slow Mod : 00561DD8 (Float)
Speed Hack:011973E0 (4 Bytes)
thank you sir straight i will try to find it now!:handsdown:Quote:
you dont need any pill to find autopill.. all u need is to find move speed address
then scroll up like 20 or 24 dont remember, and try so change there ... must be 00 00 00 00 -> set to 01 00 00 00 , then whatch ingame to see if u have , if not search the next address
should i add this manulally to CE address sir dab?ca't find auto pill that sir str8 told to do.Quote:
0x497b71
slowMobs
0x497b71
-----------------------
0x40149b
GMsight
0x118fbd0
-----------------------
0x40c624
map
0x1197478
-----------------------
0x4014ab
screen
0x11b3b08
-----------------------
0x40a40c
mob
0x124f064
-----------------------
0x40a3ac
player
0x11bcd54
-----------------------
0x40a326
PlayerData
0x11976f8
-----------------------
0x5067f4
Items
0x1195d00
-----------------------
0x50542b
Zoom
0x118f8e4
-----------------------
0x476b30
keyInput
0x476b30
-----------------------
0x46d88f
MultiHit
0x46d88f
-----------------------
MultiHit addy2
0x48f7e0
-----------------------
addy1 0x11bcd54
addy3 0x46d89f
0x497b71 slowMobs 0x497b71 -----------------------
00497B71 - D8 0D D81D5600 - fmul dword ptr [00561DD8]
fmul dword ptr [00xxxxxx]
0x4014ab screen 0x11b3b08 -------------
cmp dword ptr [011B3B08],06
011B3B08
00561DD8
Very Clear sir Dab!can i ask something i want to do this to WSP i can search if and attach memory hack but not cheat engine i use other program to search address for wsp please tell me how to search that all address! :handsdown:Quote:
little explanation by example this :
obviously you see thats a 0x4xxxxx address that means that is assembly view in cheat engine when you browse this assembly code with cheat engine if youre skilled enough you can detour this function/part of function with autoassemble and his shortcuts... Cheat engine do lot of work for you ....Code:0x497b71 slowMobs 0x497b71 -----------------------
by example if i go in this assembly space i see that for 0x497b71 :
and comment is like 30 as float....Code:00497B71 - D8 0D D81D5600 - fmul dword ptr [00561DD8]
here we got two possibilities you can isolate the pointer with cheat engine -> 00561DD8 ( add this address to the list) as double (maybe float, afaik is double) and change 30 to 3.1 will do slow mobs....
but in fact that not very good cause your char will go slow also cause its a global variable used by monster and also by player... if you change the pointer like
changeto an address that points to 3.1 (double) youll get only mobs that will go slow... cause 00497b71 is the address that points to the speed of mobs and only mobs... with this technique youll get only mobs that will get slow cause you dont change value at [00561DD8] but you change the pointer from mob speed address instead :)Code:fmul dword ptr [00xxxxxx]
if you have for my log 2 different addresses, that mean that is the pointer found in the assembly region like for screen:
so here we got a pointer at 0x4014ab + n (depends on how sig is done) :Code:0x4014ab screen 0x11b3b08 -------------
whereCode:cmp dword ptr [011B3B08],06is the screen address ....Code:011B3B08
try to go to cheat engine... look first addresses in cheat engine then try to find where i get the addresses like screen...and look where i isolated the pointer (remember that if both address are same, its often cause this address is a function in assembly that will be hooked to work -> example multihit or slowmobs in my case.... slowmobs is special cause you can hook or isolate theaddress to slow down all the game... but imo that crap to doit like that ;)Code:00561DD8
you really need to understand the difference between Browse this memory region and disasemble this memory region
also try to use shortcuts like (Ctrl+g) to go to the address :D
i dont know wich program do you useQuote:
Very Clear sir Dab!can i ask something i want to do this to WSP i can search if and attach memory hack but not cheat engine i use other program to search address for wsp please tell me how to search that all address! :handsdown:
sir dab can you teach me how to find that address i can attach memory editor for 12sky2 wsp ph..thank you
i used crysearch sir dab..i can search some address but limited tutorial i found in forum.i want to learn multihit hack sir dab and slowmobsQuote:
i dont know wich program do you use
if you dont bypass xtrap... you cant modify assembly in general... so i cant really help you sryQuote:
i used crysearch sir dab..i can search some address but limited tutorial i found in forum.i want to learn multihit hack sir dab and slowmobs
and also i can teach you to attach that crysearch without detecting it by xtrap but when i will use cheat engine it will detect it fast