| View previous topic :: View next topic |
| Author |
Message |
killmanx27 Expert Cheater
Reputation: 1
Joined: 03 Oct 2010 Posts: 130 Location: Canada :D
|
Posted: Sun Dec 12, 2010 1:08 am Post subject: |
|
|
Ok now it works.But how do i make the hacks?Well like since there isnt a ShockWaveFlash on form 2 how do i make it set the hack on the SWF on Form1?
heres one of my code | Code: | | AxShockwaveFlash1.SetVariable.("armorGamesVersion", "true") |
_________________
Will is introducing his friend to his family.He goes to uncle phil and says"ALL OF THIS IS MY UNCLE PHIL" *waving around a big circle around uncle phil
  |
|
| Back to top |
|
 |
Jorg hi I post too much
Reputation: 7
Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
Posted: Sun Dec 12, 2010 8:11 am Post subject: |
|
|
| Code: | | AxShockwaveFlash1.SetVariable("armorGamesVersion", "true") |
| Code: | | AxShockwaveFlash1.SetVariable("armorGamesVersion", 1) |
Umm, what are you asking specifically? That code will work. It depends how the game checks the value. _________________
CEF will always stay alive. |
|
| Back to top |
|
 |
killmanx27 Expert Cheater
Reputation: 1
Joined: 03 Oct 2010 Posts: 130 Location: Canada :D
|
Posted: Sun Dec 12, 2010 2:33 pm Post subject: |
|
|
| Jorg hi wrote: | | Code: | | AxShockwaveFlash1.SetVariable("armorGamesVersion", "true") |
| Code: | | AxShockwaveFlash1.SetVariable("armorGamesVersion", 1) |
Umm, what are you asking specifically? That code will work. It depends how the game checks the value. |
I have a button on form 2 that is a hack for the SWF on the form1.When i tried butting in my code it says (AxshockwaveFlash1 doesnt exist)cause the swf is on form1 _________________
Will is introducing his friend to his family.He goes to uncle phil and says"ALL OF THIS IS MY UNCLE PHIL" *waving around a big circle around uncle phil
  |
|
| Back to top |
|
 |
Jorg hi I post too much
Reputation: 7
Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
Posted: Sun Dec 12, 2010 3:50 pm Post subject: |
|
|
Just send me the source and I'll fix it for you. _________________
CEF will always stay alive. |
|
| Back to top |
|
 |
UniversalProductions Cheater
Reputation: 2
Joined: 19 Nov 2010 Posts: 30
|
Posted: Mon Dec 13, 2010 6:29 pm Post subject: |
|
|
This code goes on your button that is on Form2
Go to 'AxShockwaveFlash1''s properties on put 'Modifiers' value to 'Public'
| Code: |
Form1 frm1 = new Form1();
frm1.AxShockwaveFlash1.SetVariable("armorGamesVersion", 1);
frm1.AxShockwaveFlash1.SetVariable("armorGamesVersion", "true");
|
C# ..Correct? |
|
| Back to top |
|
 |
killmanx27 Expert Cheater
Reputation: 1
Joined: 03 Oct 2010 Posts: 130 Location: Canada :D
|
Posted: Wed Dec 29, 2010 6:41 pm Post subject: |
|
|
Ok well i got the hacks to work now but how do i make like a button when u click it shows what you can open.Like when u make a trainer in CE when u click launch you have to locate that program.I saw it in +=Marvin=+ var searcher(where you put in your SWF location) and in Drkgodz var searcher(also where you put in your swf location) _________________
Will is introducing his friend to his family.He goes to uncle phil and says"ALL OF THIS IS MY UNCLE PHIL" *waving around a big circle around uncle phil
  |
|
| Back to top |
|
 |
|