Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.
Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
HACKS
IF U HERE FOR FOR HACKIN
TO DOWNLOAD STICK TRAINER 1 GO HERE
TO DOWNLOAD STICK TRAINER 2 GO HERE
http://opiumtest.blogspot.com/2006/08/stick-arena-trainer.html
http://www.plunder.com/-Kiraz-V-3-w-99-killz-finally-releazed--download-47799.htm
TO DOWNLOAD STICK TRAINER 3 GO HERE
TO DOWNLOAD CHEAT ENGINE GO TO HERE
http://www.plunder.com/SA-Trainer-FINAL-v3-download-54420.htm
http://www.cheatengine.org/
MY OWN SPECIAL HACK PACK
TO DOWNLOAD TEIZHCIALS V1.5 GO HERE
http://www.plunder.com/Teizhcials-V1-5-HP-download-57726.htm
http://www.plunder.com/Russells-Hackpack-zip-download-57848.htm
OTHER HACK PACKS
DOWNLOAD A SPEED GEAR HERE
http://www.plunder.com/dwindle-s-hp-download-30985.htm
http://softcows.com/speed_gear.htm
http://www.plunder.com/Pulse-s-Hack-Pack-download-14744.htm
TO DOWNLOAD A BLANK HP HERE
http://www.mediafire.com/?3m4ytduytgy
TO DOWNLOAD V4 GO HERE
http://www.savefile.com/files/609290
TO DOWNLOAD V5 GO HERE
FOR EVEN MORE HAX GO TO
http://www.savefile.com/files/655836
HTTP://OPIUMTEST2.BLOGSPOST.COM
COLOR HACKS ARE HERE
http://www.plunder.com/LazyLocJoker-Color-HP-download-9372.htm
::Flasm Hacks 2::
The ones with no reference to someone, the author is either unknown or it's mine.
Flasm hacks listed here....
::Multiply Your Deaths::
::Shots Per Second::
::Anti Lagg::
::Anti Lagg 2::
::Anti Lagg 3::
::Weapons HotKey (Spawn)::
::No Ring Hack::
::Teleport Hack::
::No Border::
::QuickStart to Lobby::
::Knife Hack::
::Deadend::
::Name in Login::
::Suicide Spam::
::Multiply Your Deaths::
1.Open flo or foo.flm, search for:
senddeath
2.Copy the function as many times as you want.
3.Save, and reassemble.
Provided by:
.Ar3na.
Top::Shots Per Second::
1. Open foo/flo.flm and search for
reloadmodif
2. Search until you see a number after it. Make the number really small like 0.00000000000000000000000000001.
3. Search again until you see a number after it and change that to a low number again.
4. Go to the top of your .flm file and search for...
sendattack
5. Keep searching until you see...
push 0.0, 'this'
getVariable
push 'sendAttack'
callMethod
pop
6. Copy and Paste it under itself as many times as you want.
7. Save and Reassemble.
Provided by:
.Ar3na.
Top::Anti Lagg::
1.Open flo or foo.flm, search for:
push r:this, 'particleAnim', r:pa
setMember
2.Delete it.
3.Search for:
function remotePlayerAttack
4.Delete it, copy and paste this were it was:
function remotePlayerAttack ('a', 'x', 'y', 'tr', 'w')
end // of function remotePlayerAttack
5.Save, and reassemble.
Provided by:
.Ar3na.
Top::Anti Lagg 2::
1. Open flo/foo.flm, search for...
function attachParticles
3. Delete the whole function so it looks like this...
function attachParticles ('tf', 'w', 'x', 'y', 'r')
end // of function attachParticles
4. Save and reassemble.
Top::Anti Lagg 3::
1. Open foo/flo.flm, search for...
end // of function animateDeath
2. Delete the whole function so it looks like this...
function animateDeath ('mc', 'a', 'w', 'deg', 'kss', 'x', 'y')
end // of function animateDeath
3. Save and reassemble.
Top::Weapon Hotkeys::
1.Open flo or foo.flm, search for:
push r:this, 'mod', 'walk'
2.You should see..
push r:this, 'mod', 'walk'
setMember
3. UNDER that code, copy and paste this code...
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getFist'
function ()
push 9, 0, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getKnife'
function ()
push 9, 1, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getBat'
function ()
push 9, 2, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getSword'
function ()
push 9, 3, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getGlock'
function ()
push 9, 4, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getAK'
function ()
push 9, 5, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getShotgun'
function ()
push 9, 6, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'getHammer'
function ()
push 9, 7, 2, 'this'
getVariable
push 'pickUpWeapon'
callMethod
pop
end // of function
4.Go to frame 5 and you should see...
frame 5
5.Copy and paste this under it:
constants 'setQuality', 'earthMC', 'c', '_visible', 'gameMode', 'chatMC', 'displayPlayerName', 'opaqueBackground', 'currentWeaponMC', 'cacheAsBitmap', 'playerNameMC', 'msgMC', 'chatBtnMC', 'optionsBtnMC', 'scoreMC', 'optionUseBitmapCaching', 'wipe', 'wipeMC', 'gotoAndStop', 'keyListener', 'Key', 'removeListener', 'Object', 'onKeyDown', 'isDown', 'player', 'spawn', 'spawnToCoords', 'earthMC.player', 'lastUser', 'MC', 'lastUpdateY', 'lastUpdateX', 'moveToCoords', 'addListener'
stop
push 0.0, 'setQuality'
callFunction
pop
push 'earthMC'
getVariable
push 'c'
getMember
push '_visible', 0.0
setMember
push 'gameMode'
getVariable
push 2
equals
not
not
branchIfTrue label1
push 'chatMC'
getVariable
push '_visible', 0.0
setMember
label1:
push 0.0, 'displayPlayerName'
callFunction
pop
push 'earthMC'
getVariable
push 'opaqueBackground', 0.0
setMember
push 'currentWeaponMC'
getVariable
push 'cacheAsBitmap', 'playerNameMC'
getVariable
push 'cacheAsBitmap', 'msgMC'
getVariable
push 'cacheAsBitmap', 'chatBtnMC'
getVariable
push 'cacheAsBitmap', 'chatMC'
getVariable
push 'cacheAsBitmap', 'optionsBtnMC'
getVariable
push 'cacheAsBitmap', 'scoreMC'
getVariable
push 'cacheAsBitmap', 'optionUseBitmapCaching'
getVariable
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setMember
push 'wipe'
getVariable
not
not
branchIfTrue label2
push 19, 1, 'wipeMC'
getVariable
push 'gotoAndStop'
callMethod
pop
push 'wipe', TRUE
setVariable
label2:
push 'keyListener'
getVariable
push 1, 'Key'
getVariable
push 'removeListener'
callMethod
pop
push 'keyListener', 0.0, 'Object'
new
varEquals
push 'keyListener'
getVariable
push 'onKeyDown'
function ()
push 9, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label3
push 0.0, 'player'
getVariable
push 'spawn'
callMethod
pop
label3:
push 20, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label4
push 0.0, 'player'
getVariable
push 'die'
callMethod
pop
label4:
push 17, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label5
push 'earthMC.player', 'player'
getVariable
push 'lastUser'
getMember
add
push 'MC'
add
getVariable
with
push 'lastUpdateY'
getVariable
push 'lastUpdateX'
getVariable
push 2, 'player'
getVariable
push 'spawnToCoords'
callMethod
pop
label5:
end
push 90, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label6
push 'earthMC.player', 'player'
getVariable
push 'lastUser'
getMember
add
push 'MC'
add
getVariable
with
push 'lastUpdateY'
getVariable
push 'lastUpdateX'
getVariable
push 2, 'player'
getVariable
push 'moveToCoords'
callMethod
pop
label6:
end
push 'lastChatMsg'
getVariable
setRegister r:1
pop
label8100:
getVariable
push 'isDown'
callMethod
not
branchIfTrue label8888
push 0.0, 'player'
getVariable
push 'getFist'
callMethod
pop
label8888:
push 98, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label0990
push 0.0, 'player'
getVariable
push 'getKnife'
callMethod
pop
label0990:
push 99, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label4765
push 0.0, 'player'
getVariable
push 'getBat'
callMethod
pop
label4765:
push 100, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label9078
push 0.0, 'player'
getVariable
push 'getSword'
callMethod
pop
label9078:
push 101, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label2543
push 0.0, 'player'
getVariable
push 'getGlock'
callMethod
pop
label2543:
push 102, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label7766
push 0.0, 'player'
getVariable
push 'getAK'
callMethod
pop
label7766:
push 103, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label9354
push 0.0, 'player'
getVariable
push 'getShotgun'
callMethod
pop
label9354:
push 104, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label7463
push 0.0, 'player'
getVariable
push 'getHammer'
callMethod
pop
label7463:
push 88, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label9787
push 'startTime'
getTimer
setVariable
push 'i', 0.0
varEquals
label603:
push 'i'
getVariable
push 'currentArea'
getVariable
push 'weaponSpawnPoints'
getMember
lessThan
not
branchIfTrue label610
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'timer'
getMember
push 0.0
greaterThan
not
branchIfTrue label604
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'timer', 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'timer'
getMember
push 'frameDeltaTime'
getVariable
subtract
int
push 0.0, 2, 'Math'
getVariable
push 'max'
callMethod
setMember
branch label609
label604:
push TRUE, 'charMC'
getVariable
push '_y'
getMember
push 'charMC'
getVariable
push '_x'
getMember
push 3, 'earthMC.pickup', 'i'
getVariable
add
push 'MC'
add
getVariable
dup
not
branchIfTrue label605
pop
push 'player'
getVariable
push 'mod'
getMember
push 'dead'
equals
not
label605:
not
branchIfTrue label607
push 'w', 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'weapon'
getMember
setVariable
push 'w'
getVariable
push 'player'
getVariable
push 'weapon'
getMember
equals
not
not
branchIfTrue label606
push 'i'
getVariable
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'weapon'
getMember
push 2, 'player'
getVariable
push 'pickUpWeapon'
callMethod
pop
push 0.0, 'earthMC.pickup', 'i'
getVariable
add
push 'MC'
add
getVariable
pop
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'timer', 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'delay'
getMember
setMember
push 0.0, 0.0, 'SFX', 'weapons'
getVariable
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'weapon'
getMember
getMember
push 'attackAnim'
getMember
add
push 'Pickup'
add
getVariable
push 3, 'adjustAndPlaySound'
callFunction
pop
label606:
branch label609
label607:
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'timer'
getMember
push 0.0
greaterThan
not
dup
not
branchIfTrue label608
pop
push 'earthMC.pickup', 'i'
getVariable
add
push 'MC'
add
getVariable
push NULL
equals
label608:
not
branchIfTrue label609
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'y'
getMember
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'x'
getMember
push 'currentArea'
getVariable
push 'weaponSpawn'
getMember
push 'i'
getVariable
getMember
push 'weapon'
getMember
push 'i'
getVariable
push 4, 'spawnWeapon'
callFunction
pop
label609:
push 'i', 'i'
getVariable
increment
setVariable
branch label603
label610:
push 'functionTimers'
getVariable
push 11, 'functionTimers'
getVariable
push 11
getMember
getTimer
push 'startTime'
getVariable
subtract
add
setMember
label9787:
push 35, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label9102
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
push 0.0, 'player'
getVariable
push 'attack'
callMethod
pop
label9102:
end // of function
setMember
push 'keyListener'
getVariable
push 1, 'Key'
getVariable
push 'addListener'
callMethod
pop
end // of frame 5
6.Save, and reassemble.
Provided by:
.Ar3na.
Top
::No Ring Hack::
1. Open Flo/Foo.flm
2. Search For...
function2 cursorCrossHair" () (r:1='_root')
3. Delete Everything under that so that it says
function2 cursorCrossHair () (r:1='_root')
end // of function cursorCrossHair
4. Save and ressemble.
Provided by:
.Ar3na.
Top::Teleport Hack::
1. Open your foo.flm or flo.flm and search for...
function2 pressreportuser
2. Delete the whole function
function2 pressReportUser (r:1='a') ()
end // of function pressReportUser
3. Now paste this code into where you deleted the old code of the function:
push 'player'
getVariable
push 'lastUser', r:a
setMember
4. Now search for...
spawndone"
5. Keep searching until this appears:
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'spawnDone'
6. Now in the space ABOVE this function (in the space above the setMember line of code from the example), paste this code in:
setMember
push 'stick'
getVariable
push 'prototype'
getMember
push 'spawnToCoords'
function ('x', 'y')
push 'gameMode'
getVariable
push 3
equals
not
branchIfTrue labelzpush 'gameMode', 0.0
setVariable
labelz:
push 'gameMode'
getVariable
push 4
equals
not
not
branchIfTrue labelzz
gotoLabel 'mainFrame'
push 0.0, 'cursorCrossHair'
callFunction
pop
labelzz:
push 'this'
getVariable
push 'mod', 'spawn'
setMember
push 'this'
getVariable
push 'spawnTimer', 'this'
getVariable
push 'spawnTime'
getMember
setMember
push 'this'
getVariable
push 'invulnerable', 'this'
getVariable
push 'attackButtonReleased', 'this'
getVariable
push 'attackAnimationDone', TRUE
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setMember
push 'this'
getVariable
push 'invulnerableTimer', 'this'
getVariable
push 'invulnerableTime'
getMember
setMember
push 'this'
getVariable
push 'attackButtonDown', 'this'
getVariable
push 'attackKeyDown', FALSE
setRegister r:0
setMember
push r:0
setMember
push 'this'
getVariable
push 'hp', 'this'
getVariable
push 'maxHp'
getMembersetMember
push 0.0, 'this'
getVariable
push 'updateHPBar'
callMethod
pop
push 'y'
getVariable
push 'x'
getVariable
push 2, 'this'
getVariable
push 'moveToCoords'
callMethod
pop
push 'y'
getVariable
push 'x'
getVariable
push 2, 'this'
getVariable
push 'sendSpawn'
callMethod
pop
push 'playerColor', 'charMC'
getVariable
push 'colorMC'
getMember
push 1, 'Color'
new
varEquals
push 'this'
getVariable
push 'col'
getMember
push 1, 'playerColor'
getVariable
push 'setTransform'
callMethod
pop
push 1203, 'spawnFX', 'spawnFX', 3, 'charMC'
getVariable
push 'attachMovie'
callMethod
pop
push 'fistIdle', 1, 'charMC'
getVariable
push 'torsoMC'
getMember
push 'gotoAndStop'
callMethod
pop
push 'Local', 1, 'charMC'
getVariable
push 'animateSpawn'
callMethod
pop
push 0.0, 0.0, 'SFXspawn'
getVariable
push 0.0
getMember
push 3, 'adjustAndPlaySound'callFunction
pop
end // of function
7. Now open a new search and search for...
frame 5
Eventually, you will reach code that looks like this:
frame 5
constants 'setQuality', 'earthMC', 'c',
9. Delete all of the code in Frame 5 so that it reads:
frame 5
end // of frame 5
10. Now paste this code in where you deleted the old code in frame 5:
constants 'setQuality', 'earthMC', 'c', '_visible', 'gameMode', 'chatMC', 'displayPlayerName', 'opaqueBackground', 'currentWeaponMC', 'cacheAsBitmap', 'playerNameMC', 'msgMC', 'chatBtnMC', 'optionsBtnMC', 'scoreMC', 'optionUseBitmapCaching', 'wipe', 'wipeMC', 'gotoAndStop', 'keyListener', 'Key', 'removeListener', 'Object', 'onKeyDown', 'isDown', 'player', 'spawn', 'spawnToCoords', 'earthMC.player', 'lastUser', 'MC', 'lastUpdateY', 'lastUpdateX', 'moveToCoords', 'addListener'
stop
push 0.0, 'setQuality'
callFunction
pop
push 'earthMC'
getVariable
push 'c'
getMember
push '_visible', 0.0
setMember
push 'gameMode'
getVariable
push 2
equals
not
not
branchIfTrue label1
push 'chatMC'
getVariable
push '_visible', 0.0
setMember
label1:push 0.0, 'displayPlayerName'
callFunction
pop
push 'earthMC'
getVariable
push 'opaqueBackground', 0.0
setMember
push 'currentWeaponMC'
getVariable
push 'cacheAsBitmap', 'playerNameMC'
getVariable
push 'cacheAsBitmap', 'msgMC'
getVariable
push 'cacheAsBitmap', 'chatBtnMC'
getVariable
push 'cacheAsBitmap', 'chatMC'
getVariable
push 'cacheAsBitmap', 'optionsBtnMC'
getVariable
push 'cacheAsBitmap', 'scoreMC'
getVariable
push 'cacheAsBitmap', 'optionUseBitmapCaching'
getVariable
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setRegister r:0
setMember
push r:0
setMember
push 'wipe'
getVariable
not
not
branchIfTrue label2
push 19, 1, 'wipeMC'
getVariable
push 'gotoAndStop'
callMethod
pop
push 'wipe', TRUE
setVariable
label2:
push 'keyListener'
getVariable
push 1, 'Key'
getVariable
push 'removeListener'
callMethod
poppush 'keyListener', 0.0, 'Object'
new
varEquals
push 'keyListener'
getVariable
push 'onKeyDown'
function ()
push 9, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label3
push 0.0, 'player'
getVariable
push 'spawn'
callMethod
pop
label3:
push 20, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label4
push 0.0, 'player'
getVariable
push 'spawnToCoords'
callMethod
pop
label4:
push 17, 1, 'Key'
getVariable
push 'isDown'
callMethod
not
branchIfTrue label5
push 'earthMC.player', 'player'
getVariable
push 'lastUser'
getMember
add
push 'MC'
add
getVariable
with
push 'lastUpdateY'
getVariable
push 'lastUpdateX'
getVariable
push 2, 'player'
getVariable
push 'spawnToCoords'
callMethod
pop
label5:
end
push 90, 1, 'Key'
getVariable
push 'isDown'
callMethod
notbranchIfTrue label6
push 'earthMC.player', 'player'
getVariable
push 'lastUser'
getMember
add
push 'MC'
add
getVariable
with
push 'lastUpdateY'
getVariable
push 'lastUpdateX'
getVariable
push 2, 'player'
getVariable
push 'moveToCoords'
callMethod
pop
label6:
end
end // of function
setMember
push 'keyListener'
getVariable
push 1, 'Key'
getVariable
push 'addListener'
callMethod
pop
11. Save and reassemble.
NOTE: Tab key is change spawn point, caps is just spawn, and shift report button and ctrl is spawn to person
Provided by:
.Ar3na.
Top::No Border::
1) Open flo/foo.flm and search 4...
function2 attachBorder () (r:1='_root')
2) Below it, it should read...
push 99999999999.0, 'exeBorderMC', 'exeBorderMC', 3, r:_root, 'attachMovie'
callMethod
pop
push 'exeBorderMC'
getVariable
push '_x', -45
setMember
push 'exeBorderMC'
getVariable
push '_y', -40
setMember
push 'exeBorderMC'
getVariable
push 'cacheAsBitmap', TRUE
setMember
end // of function attachBorder
3) Delete everything in the middle so it looks like this...
function2 attachBorder () (r:1='_root')
end // of function attachBorder
4) Save and reassemble.
(This will only take off the ugly black border, not blow the screen up)
Top::Quickstart to Lobby::
1) Open foo/flo.flm and search for...
function2 pressQuickStart () ()
2) Under that You should see...
function2 pressQuickStart () ()
push 'tutorialTimer', -1
setVariable
push 'titleMenuMC'
getVariable
push '_visible', 0.0
3) Replace the whole funtion with this...
function2 pressQuickStart () ()
push 'tutorialTimer', -1
setVariable
push 'titleMenuMC'
getVariable
push '_visible', 0.0
setMember
push 'player'
getVariable
push 'nom', 0.0, 'getRandomName'
callFunction
setMember
push 'player'
getVariable
push 'col', 600, 300, 2, 'generateColor'
callFunction
setMember
push 'player'
getVariable
push 'hexColor', 100, 'player'
getVariable
push 'col'
getMember
push 'bb'
getMember
push 'player'
getVariable
push 'col'
getMember
push 'gb'
getMember
push 'player'
getVariable
push 'col'
getMember
push 'rb'
getMember
push 4, 'RGBToHex'
callFunction
setMember
push 'player'
getVariable
push 'pKills', 0.0
setMember
push 0.0, 'initializeArenaVariables'
callFunction
pop
push 0.0
setRegister r:1
pop
label7:
push r:1, 'serverName'
getVariable
push 'length'
getMember
lessThan
not
branchIfTrue label8
push 'serverConnectTrys'
getVariable
push r:1, 0.0
setMember
push r:1
increment
setRegister r:1
pop
branch label7
label8:
push 'connectAction', 'lobby'
setVariable
push 'portNum'
getVariable
push 'serverNum'
getVariable
push 2, 'connectToServer'
callFunction
pop
end // of function pressQuickStart
4) Save and reassemble.
Top::Knife Hack::
1) Open foo/flo.flm and search for...
function initializeWeapons ()
2) Now you should see two of these codes...
push 1, 0.0, 3, 1, 17, 5, FALSE, TRUE, FALSE, 0.0, '', 'fistRun', 'fist', 'fist', 13, 'weaponType'
3) Replace the second code with this...
push 1, 0.0, 3, 1, 17, 5, FALSE, TRUE, FALSE, 0.0, 'Knife', 'fistRun', 'fist', 'Knife', 13, 'weaponType'
4) Save and reassemble.
5) Now go to the maps and open them.
6) Now you should see a coding like this... (ex: XGen HQ)
&ws= 195 80 2 15 1550 130 7 30 1550 400 4 25 420 820 3 15 1150 1100 5 30 915 100 6 30 0 0 0 0 0 0 0 0
7) Now change the FIRST 2 to a 1.
8) Save.
::Deadend::
1) Open foo/flo.flm and search for...
'deadend'
2) Now you should see a function that looks like this...
branchIfTrue label60
push 'gotoFrame', 'deadEnd'
setVariable
push 'msgText', 'versionNotCurrentText'
getVariable
setVariable
gotoLabel 'preReturnFrame'
label60:
3) Delete the middle part so it looks like this...
branchIfTrue label60
label60:
4) Save and reassemble.
(This hack removes the update screen)
Top::Name in Login::
1) Open foo/flo.flm and search for...
push 'uName', ''
2) Now in between this ' and this ' type something in.
Ex.
push 'uName', '..Dragon Hack3r..'
3) Save and reassemble.
Top::Suicide Spam::
1) Open foo/flo.flm and search for...
senddeath
2) Now you should see a code under that that looks like this...
push '7', 'IDLEN'
getVariable
push r:a, 2, 'padStr'
callFunction
add
push 1, r:w, 2, 'pad'
callFunction
add
push 3, r:deg, 2, 'pad'
callFunction
add
push 1, 'socket'
getVariable
push 'serverNum'
getVariable
getMember
push 'send'
callMethod
pop
3) Copy and paste it as many times as you want.
4) Save and reassemble.
Top