Affichage des articles dont le libellé est cheat.. Afficher tous les articles
Affichage des articles dont le libellé est cheat.. Afficher tous les articles

mercredi 26 mars 2014

Some help for choose a little cheat topic




Hi everyone,

I was a legit player, a lot of time killed by cheaters... but always legit. I had a good account with good stuff, 1200h played, a lot of weapon and about only 60 kills on my players.

I've never cheated... But today i've been banned by fairfight, for nothing... no reason. I'm disapointed so now i want to use a little cheat with my other acc (i had PVP acc, and Farm acc). I was legit.. i've be banned so now i'll really cheat.

I've read the post for don't be instabann with cheat but i think if a use a thing like speedhack i'll be instant banned.

So can you help me to choose a cheat i can use without instabann ? An aimbot maybe or esp i don't know... not a big cheat with a lot of options... ect ect...

Thanks, and forgive my english.





mardi 18 mars 2014

[Help] Cheat engine for stormz? topic




is there an undetected cheat engine for stormz that i can use no spread and no recoil ?plz help





dimanche 16 mars 2014

ISS working cheat: topic




Hey, it's a working cheat (for emu, but is working in normal iss, i have played 3 hours and i dont get banned):
1.Download: http://www.unknowncheats.me/forum/is...bot-chams.html
2. Download any injector (i use PerX injector)
3. Inject DLL to ISS
4. Have fun :)


Use at your own risk.

Sorry for my bad english.
//banned...





samedi 22 février 2014

DAYZ SA - Cheat, got banned? topic




Hello. I was planning to play some DayZ Standalone today with my cheat as usual, but when i tried to connect it said "Global banned", isnt this cheat supposed to be undetected?





lundi 10 février 2014

Help for a cheat topic




Hi
I need help, actually i don't know a damn thing about coding and hacking and all those thing, i would really like to learn but i dont know how to start and my english is not that good.

I try the tim0n hack (http://www.unknowncheats.me/forum/da...s-sa-hook.html) work really fine and i like it.
I read, it is really simple to edit it but i dont know how si i need your help

I want to move the minimap on the top left corner, and change the colour of other players in purple... it's just it and i'm sure it's easy...

But like i told you, i dont know a shit about how to proceed.

SO, if someone could do it for me it would be really nice and usefull for a lot of people, i know you dont like to spoonfeed noob's... but i need it ! or a simple easy tuto who teach how to do it...

Please ! i'm begging you :(





vendredi 31 janvier 2014

mercredi 29 janvier 2014

[Help] XP system requirements Battlefield 2 version 1.5, since the aim cheat topic




Please upload a cheat Battlefield 2 version 1.5, features a self-aiming, recoilless, requiring no card!

I have an injection of cheating, but there are cards to play the game, it is difficult to aim their own, more cattle close combat


Requirements: XP system can be used





[Help] How to convert cheat engine script on c++ topic




How to convert cheat engine script on c++ ?

for example this


Code:


[ENABLE]
Aobscan(_nametags, D9 80 80 00 00 00 8D 88 80 00 00 00 D9 41 08 DE D9 DF E0 F6 C4 41 ** ** D9 41 04 D9 41 0C )
Registersymbol(enable_NamePlates)
alloc(enable_NamePlates,4)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(check)
label(nametags)

newmem:

originalcode:
db 8B 44 81 14 F6 40 06 01

cmp byte ptr [enable_NamePlates],(int)1
jne exit

check:
db 80 B8 8B 00 00 00 44
jne exit

nametags:
db C6 40 06 01


exit:
jmp returnhere

_nametags-A:
jmp newmem
nop
nop
nop
returnhere:

enable_NamePlates:
dd 0

[DISABLE]
Aobscan(_nametags, D9 80 80 00 00 00 8D 88 80 00 00 00 D9 41 08 DE D9 DF E0 F6 C4 41 ** ** D9 41 04 D9 41 0C )
Unregistersymbol(enable_NamePlates)
dealloc(enable_NamePlates)
dealloc(newmem)
_nametags-A:
db 8B 44 81 14 F6 40 06 01