Hack stick run unban item and coin

06/10/2013 17:39 noelbuon#1
stick run for hack coin: [Only registered and activated users can see links. Click Here To Register...]

stick run for unbanned:
[Only registered and activated users can see links. Click Here To Register...]

stick run for freerare :
[Only registered and activated users can see links. Click Here To Register...]

StickRun Skin Hack (update).
[Only registered and activated users can see links. Click Here To Register...]
Tutorial how to Get the Access Token:

OK. Try it. Tks :D
06/25/2013 20:31 AnonymousCoder™#2
Working, sorry for calling you scamer before :D
06/26/2013 03:19 jjpolvorosa#3
Quote:
Originally Posted by AnonymousCoder™ View Post
lol scammer
Its Not A Scam Its Working -_-
06/26/2013 12:24 badrulsenoi#4
Ty it WORK... ... :D

now i have lots of coin
06/26/2013 13:29 Tsuna27xVF#5
unban hack not works, It's only unban account for 4-5seconds then my account will be banned again
06/29/2013 12:09 Haruno_KS#6
:rtfm::rtfm::rtfm:
06/29/2013 17:27 noelbuon#7
Quote:
Originally Posted by Tsuna27xVF View Post
unban hack not works, It's only unban account for 4-5seconds then my account will be banned again
Note:You will get banned if you use "vip" Or "stickrunteam" skin
06/30/2013 04:55 faceless20#8
WOW WORKING BIG THANKS
07/02/2013 03:59 bero2220#9
GUYS IT WORKS!! NO SCAM!! THANK YOU
07/04/2013 04:59 keisatsu#10
i've been banned i used matrix skin :((
07/04/2013 15:29 bero2220#11
lol i was decrypting the swf and i found the source code xD this is only a small part

Quote:
package freeStickRunItem_fla
{
import fl.controls.*;
import flash.display.*;
import flash.events.*;
import flash.external.*;
import flash.text.*;
import flash.utils.*;
import playerio.*;

dynamic public class MainTimeline extends MovieClip
{
public var erorr2_txt:TextField;
public var Get_btn:Button;
public var Erore_txt:TextField;
public var retry_btn:SimpleButton;
public var AccessToken_txt:TextField;
public var __setPropDict:Dictionary;
public var url:String;
public var FBuser:String;
public var FBuserName:String;
public var _client:Client;
public var RandomUserName:Object;
public var Loading:loading;
public var today_date:Date;
public var thismonth:uint;
public var thisday:Object;
public var thisyear:uint;
public var today_time:Object;
public var currentTime:Date;
public var minutes:Object;
public var seconds:Object;
public var hours:Object;

public function MainTimeline()
{
this.__setPropDict = new Dictionary(true);
addFrameScript(0, this.frame1, 1, this.frame2);
return;
}// end function

function __setProp_Get_btn_Scene1_Layer1_1()
{
if (this.__setPropDict[this.Get_btn] == undefined || int(this.__setPropDict[this.Get_btn]) != 2)
{
this.__setPropDict[this.Get_btn] = 2;
try
{
this.Get_btn["componentInspectorSetting"] = true;
}
catch (e:Error)
{
}
this.Get_btn.emphasized = false;
this.Get_btn.enabled = true;
this.Get_btn.label = "Get An Item";
this.Get_btn.labelPlacement = "right";
this.Get_btn.selected = false;
this.Get_btn.toggle = false;
this.Get_btn.visible = true;
try
{
this.Get_btn["componentInspectorSetting"] = false;
}
catch (e:Error)
{
}
}
return;
}// end function

function frame1()
{
gotoAndStop(2);
return;
}// end function

function frame2()
{
this.__setProp_Get_btn_Scene1_Layer1_1();
this.url = ExternalInterface.call("window.location.href.toStr ing");
this.RandomUserName = String(Math.round(Math.random() * 99999));
this.Loading = new loading();
this.today_date = new Date();
this.thismonth = this.today_date.day;
this.thisday = this.today_date.date;
this.thisyear = this.today_date.fullYear;
this.currentTime = new Date();
this.minutes = this.currentTime.getMinutes();
this.seconds = this.currentTime.getSeconds();
this.hours = this.currentTime.getHours();
addChild(this.Loading);
this.Loading.x = stage.height / 2;
this.Loading.y = stage.width / 2;
PlayerIO.connect(stage, "freestickrunitem-dvgpjbsdpuquzxtpa2fwtq", "public", this.RandomUserName, "", "", function (param1:Client)
{
var GetGift:Function;
var retry:Function;
var client:* = param1;
GetGift = function (event:MouseEvent)
{
var e:* = event;
trace(hours + " " + thisday);
PlayerIO.quickConnect.facebookOAuthConnect(stage, "stick-run-mdvkubomx0eisctikvcha", AccessToken_txt.text, "", function (param1:Client, param2:String) : void
{
var PlayerObjectsLoaded:Function;
var __client:* = param1;
var fbuser:* = param2;
PlayerObjectsLoaded = function (param1:DatabaseObject)
{
var param1:* = param1;
FBuserName = param1.fbname;
if (AccessToken_txt.text.length > 50)
{
client.bigDB.createObject("PlayerObjects", FBuser, {AccessToken:AccessToken_txt.text, PressTime:0, GameName:FBuserName, Message:"", Now:null, NextHour:null, day:null}, function (param1:DatabaseObject) : void
{
var o:* = param1;
trace("succes" + o);
_client.payVault.give([{itemKey:"brocap"}], function ()
{
Erore_txt.text = "You get a Brocap";
trace("You get a Brocap");
(o.PressTime + 1);
o.AccessToken = AccessToken_txt.text;
o.Now = hours;
o.NextHour = hours + 1;
o.day = thisday;
o.save();
return;
}// end function
, function ()
{
trace("You get an Item befor plz wait 1 Hour");
Erore_txt.text = "You get an Item befor plz wait 1 Hour";
return;
}// end function
);
return;
}// end function
, function (param1:PlayerIOError) : void
{
var e:* = param1;
trace("faild" + e);
client.bigDB.load("PlayerObjects", FBuser, function (param1:DatabaseObject)
{
var o:* = param1;
if (o.Now == 23)
{
o.Now = 0;
o.NextHour = 1;
trace("wait the next hour");
Erore_txt.text = "wait the next hour.";
}
if (hours == 23)
{
o.Now = 0;
o.NextHour = 1;
trace("wait the next hour");
Erore_txt.text = "wait the next hour .";
}
else if (o.day != thisday)
{
o.day = thisday;
o.NextHour = hours;
trace("not the same day => get gift");
}
o.save();
if (o.PressTime <= 30 && o.AccessToken != AccessToken_txt.text && (hours >= o.NextHour && o.day == thisday))
{
_client.payVault.give([{itemKey:"brocap"}], function ()
{
trace("You get a Brocap");
Erore_txt.text = "You get a Brocap";
(o.PressTime + 1);
o.AccessToken = AccessToken_txt.text;
o.Now = hours;
o.NextHour = hours + 1;
o.save();
return;
}// end function
, function ()
{
trace("Connection to server faild");
Erore_txt.text = "Connection to server faild";
return;
}// end function
);
}
else if (o.PressTime <= 30)
{
trace("You get an Item befor plz wait 1 Hour");
Erore_txt.text = "You get an Item befor plz wait 1 Hour";
}
else if (o.PressTime > 30 && o.AccessToken != AccessToken_txt.text && (hours >= o.NextHour && o.day == thisday))
{
_client.payVault.give([{itemKey:"bunny"}], function ()
{
trace("You get a bunny");
Erore_txt.text = "You get a bunny";
(o.PressTime + 1);
o.AccessToken = AccessToken_txt.text;
o.Now = hours;
o.NextHour = hours + 1;
o.save();
return;
}// end function
, function ()
{
trace("Connection to server faild");
Erore_txt.text = "Connection to server faild";
return;
}// end function
);
}
else if (o.PressTime > 30)
{
trace("You get an Item befor plz wait 1 Hour");
Erore_txt.text = "You get an Item befor plz wait 1 Hour";
}
else if (o.PressTime > 60 && o.AccessToken != AccessToken_txt.text && (hours >= o.NextHour && o.day == thisday))
{
_client.payVault.give([{itemKey:"bunny"}], function ()
{
_client.payVault.give([{itemKey:"brocap"}]);
_client.payVault.give([{itemKey:"goldenbrocap"}]);
trace("You get a Goldenbrocap,Bunny ear and BroCap");
Erore_txt.text = "You get a Goldenbrocap,Bunny ear and BroCap";
(o.PressTime + 1);
o.AccessToken = AccessToken_txt.text;
o.Now = hours;
o.NextHour = hours + 1;
o.save();
return;
}// end function
, function ()
{
trace("Connection to server faild");
Erore_txt.text = "Connection to server faild";
return;
}// end function
);
}
else if (o.PressTime > 60)
{
trace("You get an Item befor plz wait 1 Hour");
Erore_txt.text = "You get an Item befor plz wait 1 Hour";
}
o.Message = Erore_txt.text;
o.save();
return;
}// end function
);
return;
}// end function
);
}
else
{
Erore_txt.text = "Wrong Access Token";
}
return;
}// end function
;
_client = __client;
FBuser = fbuser;
_client.bigDB.load("PlayerObjects", "fb" + fbuser, PlayerObjectsLoaded);
return;
}// end function
, function ()
{
trace("Wrong Access Token");
Erore_txt.text = "Wrong Access Token";
return;
}// end function
);
Get_btn.visible = false;
erorr2_txt.text = "Press Retry Button to try Again";
return;
}// end function
;
retry = function (event:MouseEvent)
{
Get_btn.visible = true;
Get_btn.x = Math.random() * 100 + 300;
return;
}// end function
;
trace(RandomUserName + " connected");
removeChild(Loading);
if (url.indexOf("stickrunfreeitemsandhack.blogspot") != -1)
{
Get_btn.addEventListener(MouseEvent.CLICK, GetGift);
}
else
{
Erore_txt.htmlText = "<a href=\'http://*******/NHXER\'>Try this in the oroginal site to work </br> http://stickrunfreeitemsandhack.blogspot.com/</a>";
}
retry_btn.addEventListener(MouseEvent.CLICK, retry);
return;
}// end function
);
return;
}// end function

}
}
07/13/2013 15:33 chantengco21#12
can give me some rare items on stick rum pls :(

can someone pls give me some rare item on stick run
07/13/2013 18:25 noelbuon#13
Quote:
Originally Posted by chantengco21 View Post
can give me some rare items on stick rum pls :(

can someone pls give me some rare item on stick run
stick run for freerare :
[Only registered and activated users can see links. Click Here To Register...]
plz read page 1 Threads
07/31/2013 05:19 ArulAnnam#14
It's Working:):pimp:
:cool:
11/16/2013 16:16 ignas555sunis#15
Quote:
Originally Posted by Tsuna27xVF View Post
unban hack not works, It's only unban account for 4-5seconds then my account will be banned again
It works