This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
gamax92's profile picture

CCRetrieve v1.0.2

Started by gamax92, 20 November 2012 - 04:55 PM
gamax92 #1
Posted 20 November 2012 - 05:55 PM
> New lua program to accompany 1.0.1
CCRetrieve is a program that can retrieve programs from servers that have all of the following:

1) HTTP Disabled
2) A lazy person who doesn't want to manually type the entire thing.
3) A server owner not willing to pull the file for you.

The program works based on a concept, if data is displayed on a screen, I can read the programs memory and get that data.

Instructions:
1. Send the lua program to the computer, using cc-copy or a similar program.
2. Run the program with another file as the argument, and then a random string as an ident code.
> It will display a page number with a bunch of random chars.
3. Open the Windows program, and both the gui and Cheat Engine will pop up.
4. Select/type the title of the minecraft window if the default is invalid, and pick the same process in Cheat Engine.
5. Manually type an address or press the scan to use cheat engine.
6. Press the dump button at the bottom, it should update the status bar with a new page number, go back to cc and press enter to get to the next page.
> If you have auto dump enabled then process #6 will happen automatically.
Repeat steps 5,6 until you get a page with >EOF, you can now scan it again or manually end it.

If this confuses you or you have found a bug, please post.

Lua program to display data - v1.0.1:


Windows program to retrieve screen - v1.0.2:


Changelog:
v1.0.2:
? Hopefully created instructional video on how to use.
+ Portable Cheat Engine included in program, like a trainer.
+ Finally created icon for program.
- Program gained 3MB's


v1.0.1:
+ Added menu bar.
? Can automatically dump memory when scan completes, will help out with race condition for servers.
+ Can attempt to dump all memory addresses returned from Cheat Engine, increased success rate.
+ Program now has an ident setting, you must use it before scanning.
+ Fast scan enabled for Cheat Engine.
+ Fixed Bug in Operating Cheat Engine.
+ Fixed Bug in Auto Dump feature.
+ Fixed Bug where pages wern't being reset.

v1.0.0:
- First release
- Depends on cheat engine
- Has a few quirks and lacks many options.
gamax92 #2
Posted 21 November 2012 - 10:07 AM
v1.0.1:
+ Added menu bar.
? Can automatically dump memory when scan completes, will help out with race condition for servers.
+ Can attempt to dump all memory addresses returned from Cheat Engine, increased success rate.
+ Program now has an ident setting, you must use it before scanning.
+ Fast scan enabled for Cheat Engine.
+ Fixed Bug in Operating Cheat Engine.
+ Fixed Bug in Auto Dump feature.
+ Fixed Bug where pages wern't being reset.
CoolisTheName007 #3
Posted 22 November 2012 - 01:28 PM
This was the other end of the gateway that was missing.
gamax92 #4
Posted 23 November 2012 - 10:35 AM
v1.0.2:
? Hopefully created instructional video on how to use.
+ Portable Cheat Engine included in program, like a trainer.
+ Finally created icon for program.
- Program gained 3MB's

Also CoolisTheName007 I'm not sure what that means.
CoolisTheName007 #5
Posted 23 November 2012 - 10:38 AM
snip

I meant there's already minecopy and cc-copy to get programs to a server, but yours is the first (I guess?) to do the opposite. May I ask what do you use it for, specifically?
gamax92 #6
Posted 23 November 2012 - 11:05 AM
I played on a server and before i knew about these programs, or the fact that you could use the clipboard in CC, I did all of my editing in the edit program.

Now that I realized how bad the edit program is I've been pulling off some of my files so I can edit them in Notepad++
Don't feel like typing out 1372+ lines of code.
CoolisTheName007 #7
Posted 23 November 2012 - 11:51 AM
snip

That's a…peculiar situation.