Ok guys i can code for you but some1 has to answer 1 question and then i start making hacks for you ok i am going to make a visual basic hack os i need to just know if you can change the text in a text file on your computer
Originally Posted by sukhans
Ok guys i can code for you but some1 has to answer 1 question and then i start making hacks for you ok i am going to make a visual basic hack os i need to just know if you can change the text in a text file on your computer
Huh?... What kind of question is that? Explain yourself, then we will see what we can do for you.
Just let me tell you something, if you lie, your mind will blow up, trust me, flaming is gonna come from everywhere!
If their are and assembly coders in here that could bypass hackshield for meh I will maketh the hacketh
NEED COMBAT ARMS HACKS
i NEED COMBAT ARMS HACKS
Originally Posted by greatdeath32
i NEED COMBAT ARMS HACKS
stfu noob
and
Visual Basic = Hacks? I'm not sure about that
when he said chance the TEXT i think he ment font? or maybe size? and shut up haters
You can google 'VB6 File I/O' and it'll tell you how to write to, and read from, text files - from your visual basic 6 program.
from what i know you cant make a working COMBAT ARMS hack using virtual basics but maybe im wrong
Originally Posted by SomeDude123
stfu noob
and
Visual Basic = Hacks? I'm not sure about that
It can be done in just about any language that supports libraries for directx or opengl. visual basic is actually easy to make hacks in. you just need to know how to use the right libraries and what to do with all that d3d stuffs. not too hard really.
Originally Posted by greatdeath32
i NEED combat armz HACKS
HEHEHHEHEHHIHIHIHhihihihihhkikikikik , this is fun
Originally Posted by ddd555
HEHEHHEHEHHIHIHIHhihihihihhkikikikik , this is fun
no thats spam /toymaker kill
Try:
dim writer as new system.io.streamwriter(" [here put your file location] ")
then just use writer. {(options) } i am not sure if it was writer.write() , ot writer.save() , or something
but first you need to , writer.open() , writer.write(textbox1.text) , writer.close() , give it a shot