generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: try decoding this.

Previous Thread :: Next Thread 
EPICOOLDUDE123 is not online. EPICOOLDUDE123
Joined: 08 Aug 2015
Total Posts: 5
09 Aug 2015 07:29 PM
var _0x84cd=["\x49\x6E\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20","\x6C\x6F\x67","\x4F\x75\x74\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20"];var my_number=7;var timesTwo=function(_0x8d37x3){var my_number=_0x8d37x3*2;console[_0x84cd[1]](_0x84cd[0]);console[_0x84cd[1]](my_number);};timesTwo(7);console[_0x84cd[1]](_0x84cd[2]);console[_0x84cd[1]](my_number);


def this_is_my_siggy(name = narutozo) puts 'This is #{name.capitalize}'s siggy!) end this_is_my_siggy();
Report Abuse
Tynezz is not online. Tynezz
Joined: 28 Apr 2014
Total Posts: 4945
09 Aug 2015 07:35 PM
What language?
Report Abuse
Everment is not online. Everment
Joined: 08 Oct 2009
Total Posts: 6020
09 Aug 2015 07:37 PM
var _0x84cd=[ // phrases
//"Inside the function my_number is: "
"\x49\x6E\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20",

// "log"
"\x6C\x6F\x67",

// "Outside the function my_number is: "
"\x4F\x75\x74\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20"
];
var my_number=7;
var timesTwo=function(_0x8d37x3){ // function timesTwo(x)
var my_number=_0x8d37x3*2; // mynum = x * 2
console[_0x84cd[1]](_0x84cd[0]); // console.log("Inside the function my_number is: ")
console[_0x84cd[1]](my_number); // console.log(mynum)
};

timesTwo(7); // Logs "Inside the funciton my_number is: \n14"
console[_0x84cd[1]](_0x84cd[2]); // console.log("Outside the function my_number is: ")
console[_0x84cd[1]](my_number); // console.log(7)
Report Abuse
Everment is not online. Everment
Joined: 08 Oct 2009
Total Posts: 6020
09 Aug 2015 07:37 PM
tl;dr it's 14 inside 7 outside
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
09 Aug 2015 07:38 PM
OP is stupid and doesn't realize how Lua strings work with byte escapes.

"Inside the function my_number is: logOutside the function my_number is: "
Report Abuse
Everment is not online. Everment
Joined: 08 Oct 2009
Total Posts: 6020
09 Aug 2015 07:39 PM
@cnt "var" ye lua was definitely intended
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
09 Aug 2015 07:39 PM
And then I forgot to do the bottom part, of course -.-
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
09 Aug 2015 07:39 PM
Good point, didn't see that 'var' and brackets were used, okay javascript but same result
Report Abuse
Everment is not online. Everment
Joined: 08 Oct 2009
Total Posts: 6020
09 Aug 2015 07:42 PM
nah, the point of doing escapes (and formatting them correctly w/ the x part) is to make it harder to read, not harder to execute
Report Abuse
Narutozo is not online. Narutozo
Joined: 28 Jul 2013
Total Posts: 1314
09 Aug 2015 07:50 PM
@cnt
var is definantly lua u are so right def not javascript


def this_is_my_siggy(name = narutozo) puts 'This is #{name.capitalize}'s siggy!) end this_is_my_siggy();
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
09 Aug 2015 07:53 PM
I corrected myself, are you some illiterate moron?
I only saw the string part and instantly assumed Lua, because well, this is Roblox.
Report Abuse
Narutozo is not online. Narutozo
Joined: 28 Jul 2013
Total Posts: 1314
09 Aug 2015 08:01 PM
i know you corrected yourself
just wanted to say it
def this_is_my_siggy(name = narutozo) puts 'This is #{name.capitalize}'s siggy!) end this_is_my_siggy();
Report Abuse
cpmoderator12345 is not online. cpmoderator12345
Joined: 26 Jan 2013
Total Posts: 15651
09 Aug 2015 08:02 PM
javascript
hmm
should be simple
i see you used javascriptobfuscator.(com)
Report Abuse
cpmoderator12345 is not online. cpmoderator12345
Joined: 26 Jan 2013
Total Posts: 15651
09 Aug 2015 08:03 PM
var _0x84cd = ["\x49\x6E\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20", "\x6C\x6F\x67", "\x4F\x75\x74\x73\x69\x64\x65\x20\x74\x68\x65\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x20\x6D\x79\x5F\x6E\x75\x6D\x62\x65\x72\x20\x69\x73\x3A\x20"];
var my_number = 7;
var timesTwo = function(_0x8d37x3) {
var my_number = _0x8d37x3 * 2;
console[_0x84cd[1]](_0x84cd[0]);
console[_0x84cd[1]](my_number);
};
timesTwo(7);
console[_0x84cd[1]](_0x84cd[2]);
console[_0x84cd[1]](my_number);
now only to decode the hex
i feel too tired to do this
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image