Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


having problems

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
razakhan
Newbie cheater
Reputation: 0

Joined: 14 May 2015
Posts: 16
Location: pakistan

PostPosted: Wed Sep 02, 2015 2:38 pm    Post subject: having problems Reply with quote

i dont how but can someone tell how to activate this framescipt , these codes are driving me nuts , and if there is a good tutorial of AVM2 instructions, plz let me know, thx
Code:
package
{
   import flash.display.MovieClip;
   
   public dynamic class Crate extends MovieClip
   {
       
      public var spinner:MovieClip;
     
      public var ID:int;
     
      public var yspeed:Number;
     
      public var yaccel:Number;
     
      public var numBounces:int;
     
      public var settled:Boolean;
     
      public var timer:int;
     
      public var heli:Boolean;
     
      public var finalY:int;
     
      public var grappled:Boolean;
     
      public function Crate()
      {
         super();
         addFrameScript(0,this.frame1);
      }
     
      public function init(param1:int, param2:int, param3:int, param4:Boolean) : *
      {
         this.ID = param1;
         x = param2;
         y = -20;
         this.yspeed = 0;
         this.yaccel = 0.2;
         this.numBounces = 0;
         this.settled = false;
         this.finalY = param3;
         this.heli = param4;
         this.spinner.visible = param4;
         this.timer = 0;
      }
     
      public function Update() : *
      {
         this.timer++;
         if(!this.grappled)
         {
            if(!this.heli)
            {
               if(!this.settled)
               {
                  y = y + this.yspeed;
                  this.yspeed = this.yspeed + this.yaccel;
                  if(y > R.OOT.helper.getYAtX(x))
                  {
                     y = R.OOT.helper.getYAtX(x);
                     this.yspeed = Math.abs(this.yspeed) * -0.3;
                     this.numBounces++;
                     if(this.numBounces > 5)
                     {
                        this.settled = true;
                     }
                  }
               }
               else if(y < R.OOT.helper.getYAtX(x) - 1)
               {
                  this.settled = false;
                  this.numBounces = 0;
                  this.yspeed = 0;
               }
               else if(y > R.OOT.helper.getYAtX(x) + 1)
               {
                  y = R.OOT.helper.getYAtX(x);
               }
            }
            else
            {
               y = (y * 10 + this.finalY) / 11 + 0.5 * Math.sin(this.timer / 20);
            }
         }
      }
     
      function frame1() : *
      {
         this.grappled = false;
      }
   }
}

the box which is flying, this code for the box ,the box appears sometimes in the game



images.jpeg
 Description:
 Filesize:  6.22 KB
 Viewed:  2946 Time(s)

images.jpeg



_________________
i am not asking for hack or cheat
i am asking for help
Back to top
View user's profile Send private message Send e-mail
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Wed Sep 02, 2015 3:43 pm    Post subject: Reply with quote

... isn't that the online multiplayer tanks game?

http://forum.cheatengine.org/viewtopic.php?t=583773

_________________
Back to top
View user's profile Send private message
razakhan
Newbie cheater
Reputation: 0

Joined: 14 May 2015
Posts: 16
Location: pakistan

PostPosted: Wed Sep 02, 2015 4:29 pm    Post subject: ok Reply with quote

but you can help me with addframescript code how i activate plz just this
or you can give some details on the codes how they work

_________________
i am not asking for hack or cheat
i am asking for help
Back to top
View user's profile Send private message Send e-mail
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Wed Sep 02, 2015 6:00 pm    Post subject: Reply with quote

You are requesting assistance for a multiplayer game which we do not allow on this site.
http://forum.cheatengine.org/faq.php#0

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites