Wednesday, August 25, 2010

How to cheat in Realm of the Mad God

I have been playing Realm of the Mad God off and on since its debut but never have come across anyone who actually could successfully cheat in the game until a few days ago. I couldn't pass on some hacking Realm of the Mad God fun so I searched the AS3 code with Sothink for anything that would be helpful in doing so. I found a couple locations in the AS3 code or raw data which would handle cheaters in game("handleCheater") with one being the actual function and other calling the function. If you try changing any values in game without first stopping the function the game deletes your character and kicks you.

I chose both the function and function call shown below to NOP(02) using the free hex editor called HxD. You could use Cheat Engine or Memory Hacking Software but I believe this program makes the process simple and quick. I tried the hex editor tool in MHS but it didn't work for me. You do not have to just rely on hex editing/replacing AoB's you find but can change any values you find using CE or MHS as long as you NOP the handleCheater function first. I found that for Google Chrome browser the first process listed is the one you would need and for FireFox browser you need to locate the plugin-container.exe process when using HxD.

com>company>assembleegameclient>game>GameSprite :
//66 18
_as3_getproperty _-82
//66 42
_as3_getproperty player_
//46 26 00
_as3_callproperty toString(param count:0)
//4f d9 0a 02
_as3_callpropvoid failure(param count:2)
//47

and

com>company>assembleegameclient>object>Player :

//4f d3 18 00
_as3_callpropvoid handleCheater(param count:0)
//26
_as3_pushtrue
//48

I was fooling around with this function I found which obviously involves damage amount and shooting. I replaced the get damage_ property with a different one in the code. I wasn't sure what to expect but I ended up with completely disabling all enemies shooting projectiles.

com>company>assembleegameclient>net>_-Gs :

private function _-GL(param1:Shoot) : void
{
......
//66 94 05
_as3_getproperty damage_
//4f d4 0d 05
_as3_callpropvoid _-q(param count:5)
//d0
_as3_getlocal <0>
//66 1d

and chose the getproperty //66940c from GameObject to replace it.

I was using MHS/CE for searching my STR in game using long/4byte and changing the value for doing absurd damage. You would have to find the correct address every time you entered/exited a dungeon using this method so why not find a way to permanently set your attack with a value already used in the game by replacing some AoB's in memory. I did just that and it didn't take very long to do. I found that the game loads all your char attributes through a function after you selected a server and if you search through the code you'll find "HitPoints", "MaxHitPoints" or through the decrypted SWF you'll find "Attack", etc. You will find that "Attack" is associated with "_-Ka" throughout the whole code. I found a beneficial variable used in the same object that we can use instead of the "_-Ka". You'll notice it is used twice from the object below but we'll just replace both.

com>company>assembleegameclient>object>Player :

override public function toString() : String
{
........
var _loc_1:* = ...+ "" + _-Ka + "" +...

//11 72 00 00
_as3_iftrue offset: 114
//60 99 08
_as3_getlex _-Ka
//a0
_as3_add
//2c ab 05

and we'll replace with :
//60 86 0c
_as3_getlex _-6E (10000)
public static const _-6E:int = 10000;

The AoB's needed for cheating Realm of the Mad God are found below which I'll try and update once the game has been updated or you could find them yourself.

//Disable anti-cheat in game - Must replace at title screen - Need to Update
Search for: 661866424626004fd90a0247
Replace with: 020202020202000202020202
Datatype: hex-values

//Disable anti-cheat in game - Must replace when in game - Need to Update
Search for: 4fd318002648
Replace with: 020218000202
Datatype: hex-values

//Disable enemy shooting/damage - Must replace at title screen - Build #106 NEW - 10/22/10
Search for: 66d2034fcd0b05d06628
Replace with: 66f9014fcd0b05d06628
Datatype: hex-values

//Change Attack Damage - Must replace at title screen - Need to Update
Search for: 123b0000609908244ba3
Replace with: 123b000060860c244ba3
Datatype: hex-values

//Change Attack Damage - Must replace at title screen - Need to Update
Search for: 11720000609908a02cab05
Replace with: 1172000060860ca02cab05
Datatype: hex-values


Labels: , , , , , ,

Sunday, October 25, 2009

AutoFish v1b GaiaOnline Fishing Bot Updated



The GaiaOnline fishing bot has been updated with an auto game updater which will find the correct game version string and should allow the bot to work with each game update. I also had to add a way for the user to log in into the GaiaOnline.com website through the trainer because they removed the option of logging in through the game unfortunately. I also allowed all the rods in game to be selected.

There is an option of auto logging in or manually but it doesn't matter which one beside having the option of loading the selected lake automatically after auto logging in. The load lake and log in buttons will be disabled until the correct game version has been successfully found first. The system beep on captcha is the only thing that didn't work for me when testing in Vista OS.

Have fun making tons of gold quickly in game again!

DOWNLOAD HERE - AutoFishv1b.zip
AutoFish v1b - GaiaOnline.com fishing bot *Updated December 26th, 2010*

Labels: , , , , , ,

Monday, September 28, 2009

SAB Aimbot Trainer Released

ATTENTION: THIS POST WAS AUTOMATICALLY REMOVED DUE TO XGEN I'M ASSUMING. IF YOU CAME HERE LOOKING FOR THE SAB AIMBOT/TRAINER THEN YOU WILL HAVE TO FIND AND DOWNLOAD A NEW VERSION FROM ONLY THE CHEAT ENGINE FORUMS.

UPDATE(11/16/11) - Just put a 2 at the end of ballistick.swf in the SWF Game Loader, i.e. ballistick2.swf and it will work.
UPDATED(2/25/11)

DOWNLOAD HERE - SABAT.zip
SAB aimbot + trainer

Labels: , , , , , , ,

Friday, August 21, 2009

Ashen Empires Anti-Macro Breaker Released

I decided about a week ago that making potions in Ashen Empires is to cumbersome and missed the days of not having any sort of macro protection in game. It is also a bummer that they do not allow a character with a maxed trade skill such as alchemy to produce more than five at once. It did not take long for me to commit myself to breaking this anti-macro system of theirs. The system uses a random set of two or three in game items which have to be matched out of six items. I could have made my detection pixel based but instead chose to find differences in copied bitmaps sent to picture boxes in the program. I will have to attempt a simple x/y coordinate pixel color match some other time.

The program needs a desktop resolution of 1440 by 900 and the game out of maxed state by using alt+enter to work correctly. I also recommend setting the max particle setting in game to zero for better accuracy. There should not be an empty black space while doing the trade skill because it would trigger a non-stop false 100% anti-macro screen match. I would also make sure that the craft window does not show up right where the anti-macro screen does by setting it to the side before turning it on and close all macro bars. I tested it with two different computers(slow PC/old CRT monitor, fast PC/wide flat LCD) and it worked fine.

When it finds a match of the anti-macro screen it sends the keyboard F10 function key and when finished with clicking correct pictures it sends the F9 key. These are what you should use in your macro program for stopping/pausing(F10) and playing/continuing(F9). I included a very good macro program I found from PlanetSourceCode.com but changed a few things in it to work much better and work with the anti-macro breaker program. It only records mouse movements and clicks but does so very well unlike some others because I can pause the macro at any point and continue easily where it left off.

So all you old AE macroers or new have fun macroing once again!

I added a video of it automatically clicking the correct pictures quickly along with the download link below.



IF YOU ARE HAVING TROUBLE WITH THE TABCTL32.OCX NOT BEING INSTALLED PLEASE VISIT THIS LINK http://www.ascentive.com/support/new/support_dll.phtml?dllname=TABCTL32.OCX
AND FOLLOW THE DIRECTIONS.



DOWNLOAD HERE - AEamb.zip

Ashen Empires anti-macro breaker

Labels: , , , , ,

Sunday, May 24, 2009

AutoFish v1b fixed and more to come..



EDIT: I added auto game updater and a way to log in to GaiaOnline through the bot so it should work with every game update.
EDIT: I just fixed the normal method of botting so it doesn't save too quickly and not save, so download new version below.

I have made some minor fixes to the AutoFish v1b fishing bot which is for the multiplayer online fishing game from GaiaOnline.com. I fixed the correct game file version and the base url/variables. I fixed the silent fishing method so that it will actually catch the correct rare fish if one is available of course and also made it catch random available fish instead of the same every time. I forgot to change each fish ID in the old ActionScript code so if one did catch a rare fish it could have caused problems thus not saving. I also had to change the Rare fish check SWF file as well so it would catch one if possible. I cleaned up some ActionScript code in a few. I took out the hot keys for the manual method. There might be some other fixes that were done awhile back that I missed since it has been quite awhile. I was going to add a fake fish catch/fish escape alert loop inside the Silent method ActionScript code but wasn't sure if it would be another efficient security. If anyone wants this added then maybe I'll post a download link for a new Silent.swf in the main AutoFish v1b post later.

I have been working on a Stick Arena: Ballistick trainer off and on since the game came out but never got around to making an actual release. I was actually the first one to have a working reload cheat and others as well that some witnessed in the game..hehe. They have fixed the reload cheat unfortunately but other cheats I did have work fine still. All but a few of the cheats will be coded in ActionScript 2 because I plan on making it easier for people to update the trainer by simply downloading updated SWF files and placing them into the folder. There will definitely be a few new and never before seen cheats or features in this trainer. Picture preview below and video to follow soon..


Look for this SAB trainer in the next few days along with a new FFR trainer/bot.

DOWNLOAD HERE - AutoFishv1b.zip
AutoFish v1b - GaiaOnline.com fishing bot *Updated December 26th, 2010*

Labels: , , , , , , , , , ,

Sunday, November 02, 2008

BaseBods - Multiplayer Flash Baseball Game



I have been waiting for an online real time multiplayer Flash Baseball game for quite awhile now but tomorrow the wait is over. I decided to do a quick Google search Friday and ended up at BaseBods and noticed it was just about to launch which was awesome. The game is developed by a company called State of Play which created the first ever 'game as a single' in September.

What is BaseBods?

From the main website..

"Basebods is a real time multiplayer Baseball game. It’s big, it’s free to play, and you can become a part of it soon with just a couple of clicks.
Play against your friends, or anyone else in the world, or take on our own specialist teams in the exciting Single Player Challenge.

The best bit is still to come, and it’ll be available soon after the initial launch. You’ll be able to build your own awe-inspiring team of Bods, and customise the way each one looks. Want a Ninja, in shiny white sneakers, using a magic wand as a bat? You got it! You can also buy new parts for your stadium, or a new location (and yes, you can play on the moon if you like) – and then show your friends you’ve got the best looking ballpark in the world! Or the moon.

So, it’s free and it’s nearly here. All together now… Baseball for All!"


Expect to see me there playing the game and winning.

Labels: , , , , ,

Sunday, October 19, 2008

Ederon Free Cards and Win/Exp Exploit



Awhile back I submitted a post talking about the multiplayer card game Ederon and how I discovered a few exploits after playing around with the game but immediately took the post down which had a card/win/exp exploit.  I took it down because I was contacted by the developer of Ederon and he wanted to know how he could secure it so I gave him some info and was supposed to get a free deck/upgrade but never did. Well I decided to check the game out again and it seems he decided to fix the simple exploit I found awhile back which I discovered by looking at the AS code and using the FireFox add-on Tamper Data.  Using my variable scanner and Flash I was able to reproduce the same exploits by using action script which I load a custom SWF into the game..I guess he did not want to listen to my advice.  The new add cards and instant win/exp exploits are even better than before.  So I had to update the old exploit program to work with loading the custom SWF into a IE web browser which loads the game.

The Ederon Exploit program can now instantly add two cards of your choice and I added a much needed player ID search feature which is for the quick exp/win exploit. To get the players ID in the game just click their name in-game then click the "Selected Name" button in the program and then click the "Find ID" button. Sometimes it grabs the wrong ID so might have to use the Ederon player database. Once the chosen player ID is found it can be used with the add cards and quick win/exp exploit as well. If you wish to go back to your player account ID then hit the button again. The card IDs can be found at the Ederon card list database just right-click on the card name and copy the URL which holds the card ID.  I do not expect these exploits to last for long so enjoy them now.

Check out the video below for a quick demonstration of using the program and the download link. I will included the Visual Basic 6 / AS2 source code with the program in a few days, enjoy.

NOTICE: The game has been upgraded to Action Script 3 and no longer works so download was removed but I fixed and still will have the source available below.




DOWNLOAD HERE - EderonExploitSRC.rar
Ederon Online-Trading Card Game - Free Cards/Exp Exploit Visual Basic 6 source code

Labels: , , , , , , , ,

Sunday, June 01, 2008

AutoFish v1b Gaia Online Fishing Bot

UPDATED (December 26th, 2010):
- fixed version finder and should choose not to load lake automatically

UPDATED (March 8th, 2010):
- fixed updated login method

UPDATED(October 25,2009):
- added auto game updater so it should work every update
- added all fishing rods in game
- added a way to log in to GaiaOnline through the bot because required

UPDATED(May 24,2009):
- fixed Silent method rare fish chance
- added random fish caught to Silent method instead of always same fish
- fixed rare fish chance on RareFish? check
- cleaned up some ActionScript 2 code

UPDATED(October 25,2008):
- updated game SWF location
- fixed problems with entering captcha
- added hot keys to manual fishing method for easy fish selection
- fixed possible rare fish catching problems
- added a countdown timer notifier for Silent method
- Silent method and possible Rare fish catching will now show caught fish in inventory
- Silent method will now start after finishing a regular or manual saved bucket


UPDATED(June 27,2008):
- added captcha alert system due to new bot prevention security
- replaced Status feature with rod select loader
- added automatic rare fish catch to all three methods if rare chance is available




I'm back after a small break. I'll be updating the blog with much more frequent updates due to a few major projects I'm going to be working on. One of these projects has to due with a free online radio. The second project is the universal Flash Trainer Kit I've mentioned quite awhile back. I'm adding another feature to this FKT which is a Flash variable scanner that will able to scan and gather/save variables for any Flash game/app you come across while browsing the internet using the FKT. I'm most likely going to make a domain dedicated to this project sometime. I've updated the AQ Trainer a few days ago just to get it working again and will release it sometime next week along with the manual GunBound aimbot.



AutoFish v1a is a fishing bot for the fishing game located at www.gaiaonline.com. It has features that no other fishing bot has such as a stat tracker, instantly catch last/current fish, three types of fishing bot methods and best of all free. Note that it will auto select highest available bait first and go down. If you press Stop while using any of the fishing bot methods it will clear the Total fish caught stats so if you plan on still fishing using any of the method then just use the Pause/Continue option. Make sure you keep all files in same directory or the bot will not work. The bot when minimized hides in the Quick Launch task bar and to load it again then just double click it. I have tried my best to make this bot is error free and work 100% so anyone could use it without trouble.

The silent fishing method is the best method to use for catching fish since it hides your identity temporarily and catches nothing but max available fish for selected bait/fish level without anyone even seeing any kind of bubble alert showing up at all. If you try talking during this method you'll see that you are talking with the name "Administrator" in the chat. I wouldn't even worry about joining any room using this method. Use this method at Durem lake with F bait and will be raking in the gold.

The second fishing method will not hide your identity and will show bubble alerts while catching nothing but fish very fast. Sometimes you'll see a can or two being pulled using this method named.

The third and final fishing method is a manual type of fishing which allows you to cast at full power automatically, catch hooked fish instantly and catch last caught/hooked fish instantly. There is a time limit on how fast a bucket is filled while catching fish so be aware of that while using this method or you'll end up getting error/losing the fish/bait. I don't believe there is one for catching nothing but junk. This method is good for those wanting to only catch a certain type of fish very quickly. It will also tell you which was last caught/hooked so no need to remember. If you plan on using the no pull cheat with this method then just start the normal method and stop it which will activate it.

The stat tracker will work only when using the silent/normal methods and is pretty self explanatory, GPM(gold per minute).

I plan on adding another fishing method which will fish like normal/speed and catch some junk as well. I'm also thinking about adding a custom AI chat that will work at any time during fishing.

DOWNLOAD HERE - AutoFishv1b.zip
AutoFish v1b - GaiaOnline.com fishing bot *Updated December 26th, 2010*

Labels: , , , , , , , , , , , ,

Saturday, February 02, 2008

Ederon Multiplayer TCG & Updates

I was requested to remove the post about the Ederon exploit and will be helping them with a solution to prevent these holes in the code from from happening again hopefully. I'm not sure why they didn't even secure this in first place before proceeding with the code/system they currently have.

"Ederon is a multiplayer online collectible card game that you can play from any browser over the internet. Manage your deck, buy boosters, trade cards, go to tournaments and level up in this incredible online world!"

It only costs a one time fee of $5 to get Advanced account bonus which enables basically everything in the above description. The sign up process takes no more than a minute. A beginner account can't go beyond level 5.

They are planning on a Feb. 11th major update for the game that should be fixing some bugs in the game and add a whole new interface/chat with more features.
-------

Would anyone be interested in a cheat for Club Penguin that would allow only a member to purchase any item by ID and any amount? I've tried numerous times with no success with gold/membership/purchase cheats just so everyone knows.. I still have some more ideas though that could work for a new CP Trainer version in the future.

I'll just put what I had at the end of that post I removed here.

I'm still getting ideas for the online scavenger type of event that will be challenging but worth it. I'm trying to gain some more action script knowledge so I'll be making a simple game in the next few weeks that will be used in the event. I also plan on finishing that GunBound manual aimbot soon because I found out what was causing my system to freeze after alt-tabbing out of GB. It was the ATI Catalyst Control Center System Tray application or the whole application itself causing the problem.

Labels: , , , , , ,

Sunday, January 06, 2008

Ashen Empires Resource Gatherer

Ashen Empires Resource Gatherer helps by eliminating the constant clicking of the mouse along with the shortcut 'u' key. It will now stop automatically when there is nothing more to gather and continue when using the right mouse button to move to another location. When the right mouse button is down it stops until released. It is an old program that I updated for Ashen Empires that I'm sure will make gathering ore, seeds, fish, log, etc., easier and less strenuous.

Current working Pointer Address: 4F694C

I used a pointer address from the game that I use to find the DMA address which I useto read 20 characters of text from the chat. Sometimes the pointer address will change so I made sure I added a way to add a new pointer address manually into the program and set it. If the program seems to not be working than most likely there is a new pointer address that needs to be set which I'll always have posted at the top of this post in bold. The link located at the bottom of the program will take you to this exact post.

I was also going to release a macro type of program that would help with doing the actual trade skill but that would be too difficult now because of the new anti-macro system they implemented awhile back. I'm also going to be playing AE again here soon and will help those who are starting out in AE.

I still have a SA Trainer v4, GB Manual AIMBOT, universal Flash trainer making kit and among other things still to finish. I recently updated the GB AIMBOT so it is much easier now to get the correct wind angle which is done now by simply clicking on the tip of the wind arrow in game. The Flash trainer making kit will be an on going project that I'll probably be making a separate website dedicated to it.

I'll be making a post tomorrow regarding an event I'll be having here at Opium Test which should be fun.

Check out Tom Green's Online live show tonight which should be good because the hilarious Harland Williams is going to be there. It starts at 6:00PM PST / 9:00PM EST.

DOWNLOAD HERE - RGv1.zip
Ashen Empires Resource Gatherer v1 only for gathering fish, ore, seeds, fish, etc.

Labels: , , , , , ,

Thursday, October 11, 2007

FFR Trainer v2 Released and fixed!

I just updated the FFR Trainer to v2 with working score cheat. The purchase/credits cheat and name cheat is not working though. That does not matter too much as long it is possible to get perfect/AAA on any song you want whether playing single player or multiplayer.

Remember that the pause shortcut is Number Pad key 0 and to resume Number Pad key 1 which makes it easier to do Score cheating of course.

I'm going to post the download link here and update the original FFR Trainer post as well.

DOWNLOAD HERE - FFRtrainerv2.zip
FlashFlash Revolution Trainer v2 - Fixed

Labels: , , , , , ,

Saturday, July 28, 2007

Fantasy Online - Multiplayer Flash RPG

I found this awesome game called Fantasy Online off a website I use to visit frequently to find games to cheat on called www.onrpg.com. I'll tell right now it is the best multiplayer RPG Flash based game I've seen and if anyone has found a better one please tell me. The game is still in development as well and being updated by the developers with feedback/ideas even from the players. I believe it was released sometime in 2005 which a player in game told me. I'm level 14 currently in the game and my name is "j4ke" in game. They have an e-mail system/auction house/chat/trade all in the game itself which is more than most games not even developed in Flash. Yes, I've attempted and failed but will try again of course but I believe I can do the unlock feature which costs five dollars and gives double experience and more features past lvl 20 only.. I need to get lvl 20 first to check though. It is possible though to change current level to equip better gear/weapons.

Remember those snake type games? How about a multiplayer Flash based Snake game! I'm not sure how fun it is to play another player in the game because I've never seen anyone at all to play. So be sure to check out www.SnakeGame.org for some fun, I think..

Ashen Empires is giving all players including non-subscribers a free weekend to play. I'm not sure how this works for those non-subscribers still on Valinor island but high enough level to leave into the mainlands. Please tell me if anyone was able to leave the island this weekend without having a current subscription.

I'm still working on the DragonFable trainer and other projects as well. I'm going to release a few programs for Ashen Empires I made awhile back sometime next week. The first one is an auto heal/cure program that heals at a specified HP automatically. Second program is a body lootable notifier which will flash text on screen/play a sound if your corpse is lootable after getting pked by a player. I also have a few macro type of programs to help gather resources in game and craft.

Labels: , , , ,

Saturday, July 07, 2007

PlatForm Racing Trainer

EDIT(Dec. 18th): Do not use Rank Hack, you'll be instant banned. Platform Racing Tutorial updated with races added to quick finish cheats and can also race any track regardless of points requirement.

I haven't posted for awhile now but I haven't forgot about the Adventure Quest and v3 Club Penguin Trainers. I also have to finish that GunBound Manual AIMBOT and the Flash Trainer Kit program.

I made a simple trainer for a multi player racing Flash game that was recently released by Jiggmin. The game is called PlatForm Racing and is fun for a few minutes but thats what a trainer is for. >=]

I have about 700 comments still to read through but considering just posting them all so I can start at 0 again. I have been answering some e-mails every now and then but the same questions get to me and especially considering some I've answered through posts. I'll go through the e-mails and answer what I can tonight.

EDIT: I updated the trainer so it works now and beware when using the GoTo Finish cheats and Points Cheat because if you finish race too quickly it will ban you temporarily on that server. It also seems like they fixed it so you can't probably go over the points allowed and if you do now while in game or not it bans you temporarily as well on that server.


DOWNLOAD - PRtrainer.zip

Flash game trainer for multi-player Platform Racing by Jiggmin

Labels: , , , , ,

Tuesday, June 05, 2007

Ashen Empires - Multiplayer RPG

I just recently got back into this game called Ashen Empires which is a free multiplayer RPG(free to some extent/option of purchases). I first heard about and played this game around 2002 and I'll tell you they have made vast improvements and added tons more content to the game. I like the nostalgic 2-D isometric type of games which AE is for those wondering. So go check out the screen shots at the main website and sign up for a free account today and maybe I'll help some of you who are starting out in game!

Labels: , , , , ,

Sunday, March 25, 2007

SA Trainer FINAL v3 Released!

SA Trainer FINAL v3 took longer than expected but I wanted to make sure everything I wanted was added and working. I also came across new ideas while testing which had to be added in. I was going to add an option which will allow those who are using the trainer to battle it out using cheats but with no kills/health cheats on of course..I can though make another version later with this feature.

Trainer Options:

Change Name - First make there is a name in the text box next to this button and then if you wanted to change the font size you should make sure the correct fontsize is added next to the "FontSize:" button. Pressing cancel will just change the name like before and no font size is added.

Frame# - This will allow you to change the current frame number in the game and also see which frame is currently running when pressed.

Teleport: off - This is same as before except you turn it off by pressing the button again while its font is green or by using the hotkey: "f" on keyboard.

Kills Hack: off - The "Anti-Hack Detection" button will need to be clicked in order to allow this option. This will allow you to put in any kills amount you want but make sure when adding say: 1 kills you need to actually put in 2 for it to actually say 1 kill in game. I believe this is required up to 99 kills. If you wanted to decrease rank/kills then put in a - sing in front. 999 kills = 1006 kills in game actually so adjust accordingly. I also believe you need to put in only 9's for kills at a certain point when using this. Remember that the round has to end before the server counts the kills.

Weapons Hack: off - This will allow you to use the 1 to 7 keys on the keyboard to change current weapon.

ReLoad Hack: off - This will allow you to change the fire rate of weapons but will have to click this every time the round ends or joining another game. Pressing it again while green font will change back to normal speed.

ReSpawn - Respawns during game or to a blank game if not in game..

Color Hack: off - The Black/Red/Blue/Grey will need to be clicked before turning on color hack. This needs to be done before logging in and then can be turned off while logged in..still trying to figure out a way to allow more colors.

Round Time - This will allow you to end the game right away by putting in say: 1 or you could put in a substantial number which could freeze the round time for you.

ID# - This will show which current ID# is associated with you and allow for you to change it or even press cancel and make it nothing..try that when in lobby and then join game which will make you invisible during the game but you can't see them..The ID# changed back to normal when the round ends or leaving to lobby, etc.

Show Ping/ID - This will allow you to view others Ping and ID# during the game. Turn this on before entering a game for it to work right away.

Speed Hack: off - This will allow you adjust the speed now by entering a number and pressing again while green font will change it back to normal speed.

Anti-Lag -This is now fixed and will turn off many things that can or does cause lag during game play or even in the lobby. If you press the button again during a game and you eventually die..you'll be nothing but a stick man and no ring/name shows up on their screen this goes away when the round ends?

HP1 - This will allow you to enter any amount of HP you want to have.

HP2 - This is the ghost mode cheat from before which just makes you blink but has to respawn or die to take effect.

HP3 - This one will make it so no one can even do any dmg but you see the animation. This is permanent and have to restart trainer if you don't want this option anymore.

HP4 - This one will make it so no one can even do any dmg and also you don't see any animation at all. This is permanent and have to restart trainer if you don't want this option anymore.

ReStore HP - This will simply fix the HP1 and HP2 options so they are back to default game values.

Max/Speed Msgs - I fixed this so you can now send many times during game and fast as possible. Also allow more length for arena name, etc.

Anti-Hack Detection - ..

Anti-Kick/Boot - ..

Kick Hack - This will allow you to kick those who do not have anti-kick. You need to press the red X next to their name 3 times to kick from game.

No Border - Will take away the annoying black border around the game..

No Walls - Same as before and need to click many times as you want..

ReLog - This is just a quick fake not logged in value to logged in state in game...this is useful for when you quick start to a game and want to goto lobby but you need to press this when in game..

Rank Hack - same as before and its not permanent thats what the kills hack is for..

No Ad/Summary - This will get rid of the annoying pop-up from the ad tryign to show during the score summary after the round. It makes the round start right away for you without waiting..

No HUDMsgs - will take away the chat you see during gameplay and is helpful for when you want to lag the room..

# of HudMsgs - will allow you to adjust the amount of chat lines you see during game play..

I'll make a video later on how to use the chat send options if anyone is having trouble figuring it out and you must click the "Max/Speed Msgs" button before using the chat send options/lag options..

Pressing enter in the change name textbox will send what ever is in that textbox with the font size specified in the font size textbox to the game chat..

Pressing enter in the big chat send edit box will send text with the color specified by the sliders and the image you added using the add image button..

EDIT(10-23-08): New Mirror download for Stick Arena Trainer FINAL v3
DOWNLOAD - SAtrainerFINALv3_01.zip
Stick Arena Trainer FINAL v3 - the v3 means its even more cool..

DOWNLOAD - SAtrainerFINALv3.zip
Stick Arena Trainer FINAL v3 - the v3 means its even more cool..

Labels: , , , , , ,

Thursday, October 05, 2006

Flash Flash Revolution Trainer v2 *Fixed*

EDIT(12-18-07): FFR Trainer v2 is just released and now working again! Added a variable list which will allow quick modification to variables or functions. Video added below showing how to score cheat as well.

I finally finished a FFR Trainer v2 of the trainer/cheat for Flash Flash Revolution. I believe it wasn't the admins/mods of FFR that changed my total FFR score but was due to the score hacking I was doing. I ended up getting "01111" boo's or misses sometimes due to score hacking attempts sometimes which changed the total score to a long negative number thus changing the total FFR overall score. The Score hacking does work though but must follow the instructions so it works correctly. I was also banned a few days ago for impersonating a MOD/ADMIN(Synthlight) in the multiplayer chat or maybe was due to spamming but it was so hilarious. I had no idea a MOD was even in the room at the time and I can barely even see the text in the chat room which is a problem atm for the trainer.

YOU HAVE TO LOG INTO FFR WEBSITE USING INTERNET EXPLORER AND CHECKING THE REMEMBER: OPTION Within Internet Explorer.

Remember to allow the trainer to fully load the game so the trainer screen might be white for a few seconds and then will continue to load the game.

First you must remember to use the PAUSE shortcut which will be useful through the whole use of hacking with the trainer. Must have NumPad turned ON for all hotkeys to work correctly.

FFR Trainer Hack Options:

PAUSE Shortcut key = NumPad 0
UNPAUSE Shortcut key = NumPad 1

Score Hacks - This will open up the Score Hack window which you will be using for score hacking and I will discuss this further down..

Credits Hack(Currently not working but working on solution) - This will temporarily put your credits at 20k which in turn can be used for playing Secret Songs.

Purchase Hack(Currently not working but working on solution) - This will change the Purchase code/string in game temporarily thus allowing you to play all Purchased Songs

MP Rank Hack - This will allow you to enter any number or text for your Multiplayer Ranking identifier which can also be used for MOD impersonation. i.e. "MOD" next to your name in brackets..

Submit Hack - This will allow you to have your final game score to be posted into the multiplayer database or just simply into database?

Level Hack - This will change the song level number of the current song selected or after you select to play. You can also check to see the current song level number on the Score Hacks window by pressing "Get Current Scores" button. http://www.flashflashrevolution.com/levels/level_1.swf use that for testing songs for now..

Step Delay Hack - This is a pretty useful option which will either slow down the arrows speed delay or speed up and for whatever reasons go in reverse if in negative numbers.. The Default speed is 10 for all songs I believe? I found it works best with a value of 2 or 5..

Name Hack - This will change your name to anything you want but the chat room will block out the restricted characters, etc. and also can't be blank I noticed. You must be out of Multiplayer mode in FFR when Name Hacking which after you name hack you can enter Multiplayer mode in FFR with your new hacked name. This is what you can use to say.. change your name to a MODs name, i.e. "Synthlight" with a MP Rank Hack of "MOD" would be make for some fun times..

Restrict Hack - doesnt work..still working on this and others.

Now for the Score Hacks. I'll put a quick scenario one would do to successfully hack a score, etc. To load the Score Hacks options you must press the "Score Hacks" button on the main trainer window. DO NOT USE THE NUMPAD FOR ENTERING NUMBERS TO HACK! but instead use the top number bar on the keyboard otherwise you will trigger the unpause hotkey eventually. Check out the video which will show exactly how to go about score cheating.



1. First you must finish the song you will be score hacking on get to the Score results window in game *not necessary*.

2. Load the Score Hacks options window and press "Get Current Scores" button which will display the max number of beats for the current song which is very important. The max number of beats will help you determine how many Perfects, Goods, Averages, Misses and Max Combos is allowed to hack the song with(all must add up to the max # of beats for current song). Once you have setup those you can press the "Calculate" button which will figure out the Score and temporarily Total Score for the song based on the current score hack setup. Notice it also displays Your Best Score and FFR Best Score for the song which is also very important(only if you have finished the song before hand). The song level number is also displayed which you can hack next time you start the song change it to whichever song number you choose, but remember there is only so many available.

3. Add 5 to the TEMP SCORE score which is needed because you'll be getting 10(1 boo = -5points) boo's while the game is paused thus taking away 50(10x5) points of the score you wish to hack. This is needed because you have to get to the songs Score results window in game somehow or if you allow the game to continue while you get points the score will exceed the amount you have previously setup and the games total allowed score thus making things look bad on your part. Now don't press the Calculate buttons anymore or will mess up the current score hack text.

4. You can now press the Hack Score button or go back to the main trainer window and use the hotkey which is SPACEBAR. Remember to close the Score Hacks options when you are not playing the game or want to talk in multiplayer section.

EDIT(12-18-07): New Mirror Download Link
DOWNLOAD HERE - FFRtrainerv2A.rar
FlashFlash Revolution Trainer v2 - Fixed

Labels: , , , , , , , , ,