Results 1 to 9 of 9

Hybrid View

  1. #1
    w4ssup's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,523
    Reputation
    10
    Thanks
    497

    Edit flash player?

    How can I edit a flash player that's on a website? specifically, how do I "hack" it so that I can click a button that is grayed out?

  2. #2
    Fucking Moron's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    I need smoke
    Posts
    5,529
    Reputation
    1371
    Thanks
    1,618
    My Mood
    Buzzed
    With a flash player editor
    Go to the web page's source script
    Rick click > Inspect source you can find a .swf url open that just the game client will open up if u find the right one, now just use a site do download the flash client.
    and I use intelli J
    Cracked version ofc lol
    And u can edit, compile , decompile things from there

  3. #3
    w4ssup's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,523
    Reputation
    10
    Thanks
    497
    Quote Originally Posted by Organized Chaos View Post
    With a flash player editor
    Go to the web page's source script
    Rick click > Inspect source you can find a .swf url open that just the game client will open up if u find the right one, now just use a site do download the flash client.
    and I use intelli J
    Cracked version ofc lol
    And u can edit, compile , decompile things from there
    I cant find the url to the swf download, this are the line that contain the swf, but idk how to get download

    Code:
    </script>
    <script type="text/javascript" src="orientation.js"></script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedi*****m/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="976" height="642" id="orientation" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="orientation.swf?idLang=EN&isAccessible=false&uid=0x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99&ptwrite=101&ptread=CLR&ptmath=140" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="bgcolor" value="#AEAEAE" />
    <embed src="orientation.swf?idLang=EN&isAccessible=false&uid=0x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99&ptwrite=101&ptread=CLR&ptmath=140" loop="false" menu="false" quality="high" scale="noscale" salign="lt" bgcolor="#AEAEAE" width="976" height="642" name="orientation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedi*****m/go/getflashplayer" />
    </object>
    </noscript>

  4. #4
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,703
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw
    Quote Originally Posted by w4ssup View Post


    I cant find the url to the swf download, this are the line that contain the swf, but idk how to get download

    Code:
    </script>
    <script type="text/javascript" src="orientation.js"></script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedi*****m/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="976" height="642" id="orientation" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="orientation.swf?idLang=EN&isAccessible=false&uid=0x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99&ptwrite=101&ptread=CLR&ptmath=140" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="bgcolor" value="#AEAEAE" />
    <embed src="orientation.swf?idLang=EN&isAccessible=false&uid=0x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99&ptwrite=101&ptread=CLR&ptmath=140" loop="false" menu="false" quality="high" scale="noscale" salign="lt" bgcolor="#AEAEAE" width="976" height="642" name="orientation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedi*****m/go/getflashplayer" />
    </object>
    </noscript>
    URL you're at /orientation.swf?idLang=EN&isAccessible=false&uid=0 x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99& ptwrite=101&ptread=CLR&ptmath=140

    Trying to cheat on school related function, tisk tisk.



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  5. #5
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,703
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw
    Use cheat engine, assume the button is binary, aka have it enabled and search for 1, have it disabled search for zero (or it could be backwards), and keep refining the results until you find the memory address associated with it... Freeze it at the targeted value and profit.



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  6. #6
    Fucking Moron's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    I need smoke
    Posts
    5,529
    Reputation
    1371
    Thanks
    1,618
    My Mood
    Buzzed
    Quote Originally Posted by arunforce View Post
    Use cheat engine, assume the button is binary, aka have it enabled and search for 1, have it disabled search for zero (or it could be backwards), and keep refining the results until you find the memory address associated with it... Freeze it at the targeted value and profit.
    Oh yea...
    He is newbie, proby shouldn't be telling him to use Intelli J lol

  7. #7
    w4ssup's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,523
    Reputation
    10
    Thanks
    497
    Quote Originally Posted by arunforce View Post
    Use cheat engine, assume the button is binary, aka have it enabled and search for 1, have it disabled search for zero (or it could be backwards), and keep refining the results until you find the memory address associated with it... Freeze it at the targeted value and profit.
    there is too much binary, so cheat engine end up frozen..


    - - - Updated - - -

    Quote Originally Posted by arunforce View Post


    URL you're at /orientation.swf?idLang=EN&isAccessible=false&uid=0 x7934f97a5e8274a186bf11787dab9292a1394c48&goal=99& ptwrite=101&ptread=CLR&ptmath=140

    Trying to cheat on school related function, tisk tisk.
    O I wish, but nah, it a stupid orientation that takes forever to finish because of how much talking there is, and I cant skip the talking..


    - - - Updated - - -

    honestly, fuck this shit, cant even "hack it". fuck school

  8. #8
    HeyWASSUP's Avatar
    Join Date
    Mar 2014
    Gender
    female
    Location
    https://www.teamspeak.com/invite/ts22.gameservers.com/?port=9366
    Posts
    640
    Reputation
    277
    Thanks
    209
    My Mood
    Devilish
    sorry it's simple go search it up

  9. #9
    w4ssup's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,523
    Reputation
    10
    Thanks
    497
    Quote Originally Posted by HeyWASSUP View Post
    sorry it's simple go search it up
    wtf? if youre not going to post anything useful, then dont post anything. the spam is real

Similar Threads

  1. [IMPORTANT] if you edited the player.txt and....
    By KnockOut in forum Combat Arms Hacks & Cheats
    Replies: 51
    Last Post: 04-02-2009, 12:07 PM
  2. Jetamay Flash Player
    By radnomguywfq3 in forum General
    Replies: 5
    Last Post: 03-29-2008, 12:52 PM
  3. [TuT] How to get Flash Player 7
    By Juliandil in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 6
    Last Post: 03-11-2008, 04:44 AM
  4. Flash pLayer
    By xcm123 in forum General
    Replies: 5
    Last Post: 03-29-2007, 03:51 PM
  5. flash player
    By Hyperion in forum Hardware & Software Support
    Replies: 6
    Last Post: 12-15-2006, 06:08 PM