|
  |
[Encrypted] 3D Engine, The beginning of a new age |
|
|
|
|
Jan 18 2009, 04:30 PM
|

Level 3

Group: Member
Posts: 42
Type: Event Designer
RM Skill: Intermediate

|
Yes, using my handy dandy decryptor (oops), i am sure this is not a fake.
Anyways, i see somewhat little possibilities for this for amateur makers, save those who are real professional at this.
This post has been edited by painhurt: Jan 18 2009, 04:31 PM
__________________________
Don't be like me! Backup your projects!!
|
|
|
|
|
|
|
|
|
Jan 18 2009, 05:57 PM
|

The Lazy Guy

Group: Revolutionary
Posts: 292
Type: Scripter
RM Skill: Undisclosed

|
i must get this script! need to know how to mix C++ with RGSS2!!!!!
__________________________
QUOTE Better off lazy, at least I'm not exhausted.
|
|
|
|
|
|
|
|
|
Jan 19 2009, 09:26 AM
|

The Lazy Guy

Group: Revolutionary
Posts: 292
Type: Scripter
RM Skill: Undisclosed

|
QUOTE (berka @ Jan 19 2009, 07:00 PM)  with the Win32API class i see... better learn more about RGSS2 then...
__________________________
QUOTE Better off lazy, at least I'm not exhausted.
|
|
|
|
|
|
|
|
|
Jan 19 2009, 09:45 AM
|

new av & (dynamic) sig!

Group: Revolutionary
Posts: 149
Type: Scripter
RM Skill: Undisclosed

|
QUOTE (SowS @ Jan 19 2009, 06:26 PM)  QUOTE (berka @ Jan 19 2009, 07:00 PM)  with the Win32API class i see... better learn more about RGSS2 then... Learning RGSS2 better won't really help you get to know Win32API better... These do, though: Win32API question, Win32API ruby documentation, and Accessing Windows API from Ruby
__________________________
 >>Latest EventScripter news: Conditional Branches fully working! Currently working on a documentation site. Topic: EventScripter>> Portals (yes, in RPG Maker VX!)>>Working with Sojabird on his Scriptology; I also invented Scriptuzzle.. Try one; make one! CODE $LOAD_PATH << Dir.getwd #You only need to call this once Kernel.require("includable.rb") #replace includable.rb with the name of the file you want to load CODE #=============================================================================# # # # ANTI DASH HACK # # # # # # By AmIMeYet # # # # # # please credit me # # # #=============================================================================# class Game_Player < Game_Character def dash? return false if @move_route_forcing return false if in_vehicle? return true if Input.press?(Input::A) and $game_map.disable_dash? end end This snippet basically inverts the dashing.. allowing you to dash only when 'disable dashing' is checked. This way, normal maps disable dashing, but the ones you set to disable actually allow dashing.. It should be placed where you normally place the scripts ('above main', in the materials section of the scripts window)..
|
|
|
|
|
|
|
|
|
Jan 19 2009, 03:50 PM
|

Level 4

Group: Member
Posts: 51
Type: Developer
RM Skill: Skilled

|
Well, sooner or later a moderator will close this but before. I thought that painhurt has shut up all the necroposters with his/her... "comment".
Advice: if you don't wan't trouble, when you have a private script just say that you have it don't say how did you get it.
Ok, the script is true and yes, it uses Win32api (more than a class it's a module) but if you wish to learn the mix, sorry man, the C++ code is locked in the library. And i beg berka to stop saying clues about the script. RTH is not here but if he/she comes, we can have trouble. You should know, yes it's RGSS2 calling libraries written in C++ and i'm almost sure it's near to 1,000 lines of code. But if you want more details, i need the permission of RTH.
PS: I think it's amazing, the 1st scripter who tries it, and when the post is gonna be closed because of the necroposters he/she doesn't come out in months.
__________________________
------------- COMING SOON ------------- -Decryptor-holics Terror
|
|
|
|
|
|
|
|
|
Jan 19 2009, 04:00 PM
|

Level 3

Group: Member
Posts: 42
Type: Event Designer
RM Skill: Intermediate

|
No, dusk noun i was just fooling around with the decryptor. Like you, i replaced game.exe as well as comparing the dlls to the other ones. Yes, its consistent so i can say that everything happens in the RGSS2 Player.
__________________________
Don't be like me! Backup your projects!!
|
|
|
|
|
|
|
|
|
Jan 20 2009, 02:41 PM
|

Level 8

Group: Revolutionary
Posts: 118
Type: Scripter
RM Skill: Intermediate

|
QUOTE (Dusk noun @ Jan 18 2009, 11:32 AM)  For those who think this script is fake. IT'S A REAL SCRIPT. A REAL SCRIPT ON RPG MAKER VX.
When i've heard the theory of a fake game.exe with the same icon i thought, these guys just want to make noise. Before affirming something you should get informed.
1st. Analyze the DLLs, no one makes registry enters 2nd. The rgss2a format it's encrypted so only the exe makers can know it's encoding (and i think enterbrain doesn't distribute a decrypter) 3rd. If you replace that game.exe with another one, it still working 4th. This one you can't do it but i need to say it. I've seen the scripts. Yes, the rvdata file and when i've analyzed it, everything made sense, also with the graphics files, the calling of the DLLs and the BGM/S (don't remember).
If RTH allow me, i can show the rvdata file to public domain but i don't think he'll allow me. Not until the script is finished at least. Or maybe he'll try to make it commercial like Trebor777 but i don't think so, looking the luck he had. So if RTH says yes, i'll reveal the rvdata file to shut up those ones who think this isn't made with RGSS2. Yes it is, and I immagine it's done using Raycasting  .
This post has been edited by Genshyu: Jan 20 2009, 02:41 PM
__________________________
My current Scripts. Things I am currently Learning:RGSS2. If you use a script you don't have to give credit :D I'm nice like that. However, if you wan't to give credit then Give Credit to Craig Ramsey. 
|
|
|
|
|
|
|
|
|
Jan 20 2009, 04:50 PM
|

Group: Banned
Posts: 0
Type: None
RM Skill: Undisclosed

|
QUOTE (Dusk noun @ Jan 19 2009, 06:32 AM)  For those who think this script is fake. IT'S A REAL SCRIPT. A REAL SCRIPT ON RPG MAKER VX.
When i've heard the theory of a fake game.exe with the same icon i thought, these guys just want to make noise. Before affirming something you should get informed.
1st. Analyze the DLLs, no one makes registry enters 2nd. The rgss2a format it's encrypted so only the exe makers can know it's encoding (and i think enterbrain doesn't distribute a decrypter) 3rd. If you replace that game.exe with another one, it still working 4th. This one you can't do it but i need to say it. I've seen the scripts. Yes, the rvdata file and when i've analyzed it, everything made sense, also with the graphics files, the calling of the DLLs and the BGM/S (don't remember). - Well, I dont know much about registry, but it could be a fake.
- Some hackers don't need premade decrypters to decrypt things. I know people that can handmake ones.
- It could be another executable (.exe) file with the VX game icon.
- Maybe they're real files, but not used. They could be put there to fake newbs into thinking it is real. I did it once! But didn't release it on a website. I kept it to myself.
QUOTE (Dusk noun @ Jan 19 2009, 06:32 AM)  If RTH allow me, i can show the rvdata file to public domain but i don't think he'll allow me. Not until the script is finished at least. Or maybe he'll try to make it commercial like Trebor777 but i don't think so, looking the luck he had. If he doesn't want this script to be released publicly, he should keep it on his hard drive, along with his other fake projects. QUOTE (Dusk noun @ Jan 19 2009, 06:32 AM)  So if RTH says yes, i'll reveal the rvdata file to shut up those ones who think this isn't made with RGSS2. This is a script submission forum. He's not submitting a script. How do we get it if the game is encrypted? He's just making excuses. Hey, wait a second! The title of the package itself and some of it's contents have the label "Irrlicht". And look at this... QUOTE (Gitildires @ Jan 4 2009, 07:41 AM)  Hey, I remember this! It's made using the Irrlicht Engine. Irrlicht engine? Sounds like more evident proof!
__________________________
Banned for attempting to hack the site - The Admin Team
|
|
|
|
|
|
|
|
|
Jan 21 2009, 02:20 PM
|

Level 4

Group: Member
Posts: 51
Type: Developer
RM Skill: Skilled

|
QUOTE Well, I dont know much about registry, but it could be a fake. Yes actually it only says it's not a virus. Analyze the dlls with PE Explorer or higher ones. QUOTE Some hackers don't need premade decrypters to decrypt things. I know people that can handmake ones. Well, they really need to look to a dll of RMVX yes or yes, and they'll need to extract the encoding by analyzing on machina langauage or maybe some tools that translate it to a programming language or ensambler, really hardworking and hard. QUOTE It could be another executable (.exe) file with the VX game icon. Oh, yes. SURE, another exe that, magically and without even executing it, transforms all the game.exe of the PC making the effect that, even using another Game.exe of any other project, have the same effect. And such a program so compressed that in machina language fills 132 KB, exactly what the original Game.exe have. It's also that magic, than when you open that one with an hex editor or simply the notepad and you open another Game.exe, they have exactly the same CODE, and it's so well done that in the same language, the same code means another secret code that can stand alone and note the difference between the same bytes based on nothing. Some theories are unstandable. QUOTE Maybe they're real files, but not used. They could be put there to fake newbs into thinking it is real. I did it once! But didn't release it on a website. I kept it to myself. The way i got those scripts: they were extracted from the rgss2a file by someone (must respect privacy of some people. Beside It didn't wanted to release the resources as it owned, just know what win32apis did that use). So they published on the internet the rgss2a file with those scripts inside. Conclusion: Before saying arguments make sure they're all checked. Then make sure they have more sense than the existence of Santa Claus, 2nd you won't convence anyone, the ones who have seen the script are doubtless. Try to decrypt the game by yourself and you'll see. Q: How can i decrypt it? A: Ask your super mega hackers that can handmake one. You'll have a laaaaaaaaaaaarge list of decrypters to choose TO ALL READERSThis one was so funny. Well, there are people that still defends the undefendable theory of a fake script that, if it was true, they made it apart from the original game that i've seen. Well those people know the truth, just wanna make noise. I'm not arguing with them, i don't think or believe anything. I know it cause i've got it on my folder. So i'm not debating with them, i just have fun converting their super ensambled theories on the smoke where they came from. So untill i have something better to do, i'll keep on desacrediting the theories until a moderator close this topic. Oh, if you see RTH in other forum, ask him to come here, he's the only one missing and the only one that should be revising the topic to see some reports and look someones have made a debate about his honesty. PS: QUOTE Irrlicht engine? Sounds like more evident proof! Yeah Man, that engine made usable for VX, get informed about it.
This post has been edited by Dusk noun: Jan 21 2009, 02:21 PM
__________________________
------------- COMING SOON ------------- -Decryptor-holics Terror
|
|
|
|
|
|
|
|
|
Jan 21 2009, 03:12 PM
|

Level 8

Group: Revolutionary
Posts: 111
Type: Scripter
RM Skill: Advanced

|
it's not a fake: Win32API.new(Game***::DLL, "***Quake***Map***", "p***", "***") Win32API.new(Game***::DLL, "***Disp***Cube***", "***", "***") Win32API.new("RGSS***Irrlicht***", "***Begin***Scene***", "***", "***") parts of api calls are hidden to protect the author's job and the background
__________________________
|
|
|
|
|
|
|
|
|
Jan 22 2009, 10:05 PM
|
Level 2

Group: Member
Posts: 15
Type: Musician
RM Skill: Beginner

|
well you all shut up  the thing is real everything is possible and i will love to make 3D maps and maybe put some objects as events but this dont happen so far until the guy finalize this, so keep waiting here  respect the guy post and don't close this, just stop all the crap.
|
|
|
|
|
|
|
|
|
Jan 23 2009, 02:32 AM
|

Level 15

Group: Revolutionary
Posts: 294
Type: Developer
RM Skill: Intermediate

|
the way to move is ood~ using the W,A,S,D control movement is easier
__________________________
  Topic'ZVLAD REQUIEM IS UPDATE! to ~8~ The TopicszZ @~Action Battle System~@
Bored Battle System Like This So Do you liem MMORPG style?or Zelda? if yes you'll need this... style~> Join Here ABS @### @@@### @# @#### @## @## @## @@# @@@## @@[Show/Hide] DONT WASTE MY TIME AGAIN!!!!!!!!!!!!!!!!!!!! clever you are the 99999999 visitors who open this get outta here!!!!!
|
|
|
|
|
|
|
|
|
Feb 18 2009, 09:25 AM
|
Level 1

Group: Member
Posts: 9
Type: Event Designer
RM Skill: Advanced

|
I just wanted to add my two cents: It has to be the original Game.exe, an exact copy, or a modified version of it. It can't just be any file modified with the VX icon. And for those talking about using other game engines, go the free way and use RF. Or you can wait for RF2 to come out.
__________________________
Everyone is a newbie at some point. I help them out. If your new, and need some help, especially in event designing; or you have an event idea that you don't know how to get to work, PM me.
|
|
|
|
|
|
|
|
  |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
RPG RPG Revolution is an Privacy
Policy and Legal
|
|