Discussion on [RELEASE] Beta Simple PE Cipher (new method) within the Combat Arms Hacks, Bots, Cheats & Exploits forum part of the Combat Arms category.
hey, im a noob with hacks i only download and use them...but this seems interesting and i tried Glycerine v2.9 EU with the DLL thing i downloaded from here but it just crashes the game before i even get to see the login screen. any tips or tricks to fix this? =)
C A nexon realised they new patch at 29.08.2012 so i guess this chiper dont work anymore
This is working but not with Patched hacks.
Quote:
Originally Posted by lolilol101
hey, im a noob with hacks i only download and use them...but this seems interesting and i tried Glycerine v2.9 EU with the DLL thing i downloaded from here but it just crashes the game before i even get to see the login screen. any tips or tricks to fix this? =)
Yes cause there was an update 29.08.12 so its patched.
Are u to dump to read? This is all in the thread topic. First page.
1.Download the .zip and extract it
2.Run "Simple PE Cipher.exe"
3.Press the browse button to locate your Dll
4.Press "Run Cipher", if all goes as expected you should see a "Cipher Completed Successfully" message box appear.
5.Inject the .dll. A backup of the original .dll is also created (with a .bak extension) in the same directory as the ciphered dll so you can revert at any time if something goes wrong.
I tried it and got the message "unable to back up original file, Access Denied" I even tried running Simple cypher as admin and got the same message.
Windows 7x64
run -> cmd : net user administrator /active:yes
then change user to admin account and try again
if it works go to cmd again and type : net user administrator /active:no to hide / disable admin user account ..
Black Cipher V5 Release by Vladi! 05/17/2013 - Combat Arms Hacks, Bots, Cheats & Exploits - 37 Replies Das ist mein Black Cipher V5 release version ::cool:
Downloadlink: Black Chiper V5 release by Vladi.rar
VirusTotal: https://www.virustotal.com/file-scan/report.html?i d=e7219cf36b2252d88eac25c352493300d21a8d997bd1dd42 be232751b100939e-1311094931
Anleitung:Ihr müsst Black Cipher auf den Desktop Entpacken und dann
als admin starten und wenn Black Cipher auf ist müsst ihr auf
loader klicken und dann Unload Hack und dann müst ihr CombatArms Starten und
Spaß haben.
[Release]Simple regpage and cash shop v1.5 beta 04/25/2011 - Cabal Private Server - 13 Replies This is a basic cash shop designed to work with my simple regpage that uses game Alz from the player's warehouse for buying cash items. The layout is loosely based on the official Cabal EU cash shop without quite so many tabs.
Tested on WinXP 32 bit, Windows 2003 64 bit, Xampp, MSSQL 2000, MSSQL 2005.
Make sure you read the readme.txt carefully.
Download v1.5-> Chumpy's.CashShop.v1.5.7z
Release New Method of Wallhack Bypasser by sQuare02 [No Need ISO Method] 08/05/2010 - Soldier Front Philippines - 5 Replies 100% Working sa Window XP Wallhack pero FREE.. Nakuha ko lng to sa ka shop ko at eto yung gamit nya na wall... and it's 100% working in PSF...
Ito ang ginagamit nmin ngayon sa cafe..
Eto nga pala yng Download Link..
sQuare02 Wallhack Bypasser.rar
sQuare02 Wallhack Bypasser.rar
sQuare02 Wallhack Bypasser.rar
Eto rin yng Proof..
[Intermediate] Creating a strong but simple cipher 08/31/2008 - CO2 Programming - 9 Replies Basically, here's the idea, we have a 'key' that contains every value a byte supports (0 to 255). When you encrypt a byte for instance 171 (0xAB) it creates an "x" using the first 4 bits of the byte, and "y" using the last for bits of the byte
Value = 171 (0xAB)
X = 10 (0xA)
Y = 11 (0xB)
Then in the output of the encrypt routine, it it'll fill that index as Key
Here's an illustration to make it simpler;
http://img120.imageshack.us/img120/3282/cipheran4 .gif