[Release] Unlock Zoom + Source

01/17/2020 16:56 Singleplayer™#1
Hey guys,
i was bored again , so i created a little zoom unlocker in C#.

Warning: Ban Risk is above "middle" , so its not recommended to use it on your main!

i share this because i want to help the beginners here a little bit , and i think such a simple thing is good to start with , i hope the comments in source are enough , if not -> write me

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
01/21/2020 08:27 kinclaith19#2
doesnt work for some reason
01/24/2020 02:34 davelch#3
dont work
01/24/2020 21:21 Melli-#4
If League updated the addresses, you need to find out the newer one of course.. Lol, and if you have no knowledge about that, you shouldn't use something like that. This program isn't made for cheating your zoom only, you can easy grab this code and do other stuff with it.
01/26/2020 05:34 davelch#5
Quote:
Originally Posted by Melli- View Post
If League updated the addresses, you need to find out the newer one of course.. Lol, and if you have no knowledge about that, you shouldn't use something like that. This program isn't made for cheating your zoom only, you can easy grab this code and do other stuff with it.

purely by chance how can I recover the new address to make more scripts or correct this
01/26/2020 07:52 Melli-#6
Quote:
Originally Posted by davelch View Post
purely by chance how can I recover the new address to make more scripts or correct this
There are two ways:
1st: use undetected Cheat Engine

2nd: follow this tutorial step by step and try to find out other addresses
[Only registered and activated users can see links. Click Here To Register...]

It isn't easy, so you need a lot of time, and if you have no knowledge about programming, you should never start with that topic.
01/27/2020 14:58 l2andwow#7
I couldn’t run the source code because of VAMemory, but if someone has it, you can successfully use the offset for zoomclass

0x33D6FC4
01/27/2020 17:05 davelch#8
Quote:
Originally Posted by l2andwow View Post
I couldn’t run the source code because of VAMemory, but if someone has it, you can successfully use the offset for zoomclass

0x33D6FC4

you mean this is the new address for this version
01/27/2020 23:27 l2andwow#9
Quote:
Originally Posted by davelch View Post
you mean this is the new address for this version
yes y can use this for update
01/28/2020 00:19 davelch#10
Quote:
Originally Posted by l2andwow View Post
yes y can use this for update
excellent but unfortunately I do not work the VAMemory can be modified by means of undetected cheat engine
01/30/2020 12:40 l2andwow#11
Quote:
Originally Posted by davelch View Post
excellent but unfortunately I do not work the VAMemory can be modified by means of undetected cheat engine
I do not use it. just out of habit, I get these offsets for my platform, because easy to find
01/31/2020 02:24 davelch#12
Quote:
Originally Posted by l2andwow View Post
I do not use it. just out of habit, I get these offsets for my platform, because easy to find
by chance you know a class that can replace VAMemory?
01/31/2020 04:50 Singleplayer™#13
Quote:
Originally Posted by davelch View Post
by chance you know a class that can replace VAMemory?
just do a "readmemory" methode with this and then everything should be fine
ReadProcessMemory from kernel32.dll should still work ... idk not testet anything since release :kappa:
02/01/2020 07:46 davelch#14
Quote:
Originally Posted by Singleplayer™ View Post
just do a "readmemory" methode with this and then everything should be fine
ReadProcessMemory from kernel32.dll should still work ... idk not testet anything since release :kappa:
the injector of dlls still works? i like more this in c ++ but I cant sure if the dll injectors still work

im now seach again the pointer address of zoom for use kernel32.dll
02/01/2020 08:26 Singleplayer™#15
if you want to use c++ and do it with .dll file ,it still works , only loadlib ist currently detected , as far as i know