Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/02/2016 in Posts

  1. RULES: 1. This thread is not to replace the requests section, it is a way to bring more complex problems to my attention 2. I can garantee nothing, I will try to fufill requests but I do also have a life I need to live 3. I accept NO RESPONSABILITY to what may happen when using any of my trainers (a work in progress )/hacks/tuts/etc, 4. adhere to the rules or else ================================================================================================================================ I totally forgot about this thread hahaha... It is open for business again Please note, if it is a request that does not hold anything "special" about it and for an ordinary game please do not post it here as I will give you warning points. This section is ONLY for games which you have not been able to find elsewhere. Make a request first in the requests section and if you do not get a solution for here or somewhere else link me to the request here. I am starting to work on the Android platform again, so lets see what comes up! Once again: DO NOT ABUSE THIS THREAD. If you post JUNK I WILL PUNISH YOU LIST OF FULFILLED REQUEST: Erm.......
    1 point
  2. I mean you need open Timers list and make set of green timers. In some combination your issue must not happen. It caused by speedhacked queue of input events. Я имею в виду, что вам нужно открыть "Список таймеров" и подобрать нужный набор галочек на зеленых таймерах. При некоторой их комбинации ваша проблема будет решена. Он возникает по причине воздействия спидхака на таймер очереди событий ввода. About issue with keyboard - I need logcat from start GG. And check keyboard settings - it must be internal, not external. Что касается проблемы с клавиатурой - мне нужен logcat с запуска GG. И проверьте настройку клавиатуры - она должна быть внутренней, а не внешней.
    1 point
  3. Code: 157864548545845245248518548545451524524854524897478898536593565632001534531534153415315341113513513135153566246535651646546245646154564564156416514564564654165464164864186145346874864646486464646884 Or: package org.jf.smali; import com.google.common.collect.ImmutableSet; import com.google.common.primitives.Ints; import org.jf.dexlib2.base.BaseMethodParameter; import org.jf.dexlib2.iface.Annotation; import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.util.Comparator; import java.util.Set; public class SmaliMethodParameter extends BaseMethodParameter implements WithRegister { public final int register; @Nonnull public final String type; @Nonnull public Set<? extends Annotation> annotations; @Nullable public String name; public SmaliMethodParameter(int register, @Nonnull String type) { this.register = register; this.type = type; this.annotations = ImmutableSet.of(); } @Override public int getRegister() { return register; } @Nonnull @Override public String getType() { return type; } @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } @Nullable @Override public String getName() { return name; } @Nullable @Override public String getSignature() { return null; } public static final Comparator<WithRegister> COMPARATOR = new Comparator<WithRegister>() { @Override public int compare(WithRegister o1, WithRegister o2) { return Ints.compare(o1.getRegister(), o2.getRegister()); } }; }
    1 point
  4. If there are "big games" as you say and they do actually care about people not hacking then you can't use injection on those games since the code would also check itself. Currently the GG lacks a lot of tools to do such things easily and automatically. You can only scan for values (no AoB scan). Can't write scripts that do the work for you since no AoB scan. Currently You'd be better off using ceserver or get premodded apps.
    1 point
  5. If you wanna to start a business you need a own product. There are a lot of site like this. Gamemods gamemods gamemods, scriptkiddiehowtoblablablabla... I searched the complete internet for android multiplayerhacks, there is nothing. On pc, we are one of the biggest players on the fps hacks market. I dont understand why nobody sell hacks for android. I want to pay, a lot people want to pay or want to spent money for android gamehacks. But there is no market. All what you need is a product like our hacks. We have a client (hackloader) and hacks for all big games. Make a loader app where vips can inject different hacks in actual android games without save the file on vips phones. Be sure you have a good leakprotection, so nobody can grab your hacks and share it for free. On androidgames it so most things clientside. Make aimbot, wallhacks, teleporthacks, speedhacks for shooters, memhacks for rpg and so on. You have a big userbase on this site. Use it and start to make a business, sell hacks for known games. Make a difference to the thousands of other mod sites. Show at xmodgames, there client is great, hacks are s***, there security is s*** (saving the mod on client, so its leakable). All what they do is to make hundred thousand of users. Its like whatsapp, first time for free and if they have enough customers they make real dollars with theire app.
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.