03 Nov 10, 12:14AM
so probably a noob question but, where do i find the cube code or script or, wtvr its called.
modding the code?
|
03 Nov 10, 12:14AM
so probably a noob question but, where do i find the cube code or script or, wtvr its called.
03 Nov 10, 12:27AM
Download the source and have a look.
03 Nov 10, 12:56AM
read the tutorials as well!
03 Nov 10, 12:59AM
@V-Man, I think he wants the c++ code not cubescript.
He didn't say Deep Magic, he said "cube code or script or, wtvr its called."
:-P Even if I'm wrong, read the tutorials!!!!1
03 Nov 10, 02:59AM
i meant the c++ code :)
03 Nov 10, 05:07AM
(This post was last modified: 03 Nov 10, 05:07AM by Ronald_Reagan.)
But some tutorials might help. Just not the ones V-Man pointed to.
[SELECT ALL] Code: int * vman; * Ronald_Reagan is practicing what he just learned.
03 Nov 10, 02:32PM
:O I've become a C++ pointer!
Now tell me the value of &vman and I'll be impressed.
04 Nov 10, 12:33AM
(This post was last modified: 04 Nov 10, 12:34AM by Ronald_Reagan.)
[SELECT ALL] Code: int whois, vmam = 101; Quote:1337 :O:D
04 Nov 10, 01:56AM
The address of vman depends on where in the memory the program was loaded, and is usually different each time. &vman might be 1337 now, but might well be 0xdeadbeef next time the program is run.
04 Nov 10, 02:28AM
Dude, I wish my street address was 1337.
|
« Next Oldest | Next Newest »
|