Homebrew <<FunkyCIA2 GUI>>

  • Thread starter Deleted User
  • Start date
  • Views 14,491
  • Replies 107
  • Likes 10
D

Deleted User

Guest
OP
What do you use to compile your bat into a exe? Some tools get flagged by AVs, so you should try another one and check if it still gets flagged at virustotal.
http://www.f2ko.de/es/b2e.php

--------------------- MERGED ---------------------------

My computer goes nuts and immediately deletes the file for being malware.
I really like the idea of this but I cant seem to get it to work...
Just run the .bat or, if it don't works, copy the bat code and save it as .bat
 

Ruby Gloom

GBAtemp Maniac
Member
Joined
Sep 25, 2015
Messages
1,555
Trophies
0
Age
22
Location
-
XP
651
Country
New Zealand
"Do you need Python? Yes."
See ya later. Lmao. Python is what's confusing. An .EXE file is what's going to make the noobs happy. It's not that hard to compile code into a .EXE file. Why do people always insist on keeping in .py format when it's more difficult? Beyond me. Must be a tech thing that in not seeing, but it makes no sense. Although, I love this idea.
 
  • Like
Reactions: Deleted User
D

Deleted User

Guest
OP
"Do you need Python? Yes."
See ya later. Lmao. Python is what's confusing. An .EXE file is what's going to make the noobs happy. It's not that hard to compile code into a .EXE file. Why do people always insist on keeping in .py format when it's more difficult? Beyond me. Must be a tech thing that in not seeing, but it makes no sense. Although, I love this idea.
If you pm me a tutorial to compress to an exe file I would implement that!
 
D

Deleted User

Guest
OP
I think @100pcrack really needs to close this thread and reconsider things. From what I can gather ever since he joined the Temp, he hasn't made one decent and user-friendly app yet, and users are only going to flame and bash both at him, and over his work.
 

julian20

Well-Known Member
Member
Joined
Jan 10, 2015
Messages
352
Trophies
0
XP
648
Country
Germany
we received a report from Google stating that the attached file (funky cia 2 client) contained viruses.
it has been removed, please do NOT reupload it neither on GBAtemp nor Filetrip.
the author will have to explain himself or else he faces a permanent ban.
I telled that some pages before. Thank you for the remove
 
Last edited by julian20,

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,069
Trophies
2
XP
7,829
Country
United States
to be clear, I am not the author or developer (100pcrack is), however I took a look at the virustotal result:
someone pointed out to me that "W32/Graftor", according to F-Secure, would be this:
A Generic Detection of a file that appears to have trojan-like features or behavior.
given that the "source" is a batch script, I'm more likely to lean towards being false positive. I don't know why an .exe version of a batch script exists though, and I'm not going to test it.

once again I'm not the author of this program, I just want to post my observations.
 
  • Like
Reactions: Madridi

Ptrk25

Well-Known Member
Member
Joined
Sep 6, 2015
Messages
524
Trophies
0
Location
::1
XP
1,181
Country
Germany
Does anyone wants a GUI?
Here it is:
3CbxgSN.png


It is currently WIP, but the best thing is that it won't need Python!
Will uploaded when it's done.

Edit: lol forgot the Download button xD

Ptrk25
 
Last edited by Ptrk25,

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,725
Trophies
2
XP
8,510
Country
Tuvalu
lol this has existed for like a week and i was not tagged/my name was not credited? i had no idea about this...

FunkyCIA IS cli... lol :wtf:
for windows people why not package my tool with pypy then you don't need python to run it.

and CoffeeCIA by someone (no offense to the creator but i dont remember who did it and im on ipad i cant check easily) was made in java, from looking at how i made FunkyCIA. that has a gui.



plus, you packaged this, my work, with a virus?
digusting
 

Ptrk25

Well-Known Member
Member
Joined
Sep 6, 2015
Messages
524
Trophies
0
Location
::1
XP
1,181
Country
Germany
and CoffeeCIA by someone (no offense to the creator but i dont remember who did it and im on ipad i cant check easily) was made in java, from looking at how i made FunkyCIA. that has a gui.
lol I didn't know that xD So I can cancel my project.
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,725
Trophies
2
XP
8,510
Country
Tuvalu
"Do you need Python? Yes."
See ya later. Lmao. Python is what's confusing. An .EXE file is what's going to make the noobs happy. It's not that hard to compile code into a .EXE file. Why do people always insist on keeping in .py format when it's more difficult? Beyond me. Must be a tech thing that in not seeing, but it makes no sense. Although, I love this idea.
i know that you are just thinking, nothing personal, this is simply informational :)
you don't really compile python to an exe file, the program 'is' the script, which is really slick in a way because anyone can peek into the code and see what it is doing, and make their own edits, the program is the source. no need to build it every time.
i have programmed 'plenty' of stuff in c++, and although not so difficult (for me), it is MUCH more of a chore and more of my precious (to me) time to write in c++ than to code in python. writing it in c++ would let me make an exe for everyone, BUT, i would still not have created a GUI - so all the noobs would still have problems because it would still be a CLI interface anyway lol
the only difference being you don't need to type 'python' before the command... :)

i could have recommended people to use this - http://www.py2exe.org/ (my mistake about mentioning pypy in my earlier post, i got it mixed up with this!)
it will take my python file and create an exe for windows users... and then python is not needed :)
but i don't use windows. still, i should have pm'd some windows user to do it, it's a good idea. but still, i don't think python is the problem, it's just that cli can be tricky for noobs.

all this thing that the OP did was add a windows cli interface to my cli app.
it looks like it gives you prompts instead of normally typing in the whole command. this is a helpful benefit?
so i guess you click the batch file/virus which will in turn load 'python FunkyCIA2.py' for you, lol
if you take the time to read a minute to two, it is not that hard to use...
in any case, this is not a good solution for noobs.

the fact that the site admin who is rarely seen on the forums calls out the op and threatens with a ban shows the op has bad ideas.
if anyone really wanted me to add prompts to FunkyCIA, i might have thought about it, maybe :) but i prefer a tool i can run and automate with no user interaction
unless for money, developers (i guess i can consider myself an amateur one) are lazy, i built this for myself and then shared it.
primarily, it will fit my needs :)

ALL OF THIS ASIDE, there is a 'derivative' of FunkyCIA called CoffeeCIA by @alatnet that has a gui. (i'm not sure how much my code helped the guy but i was not credited, i think)
still, to make it support 'every' os it was made in java. this means you will need to install java.
just like you would need to install python for FunkyCIA. on my os (mac) python is preinstalled, so this is a non issue. to be honest i forget if java is preinstalled... :)
making multi platform applications is not as simple as programming in java or python etc - we don't get paid so i would rather not spend much more time on this as i do/did.

i'm not a skeptic and rarely call out things as being fake but from the OP, all the screenshots have the scrollbar of the window 'at the top'.
so, it looks like the 'program' (lol) doesn't actually have multiple parts (unless the lines of text are being cleared after each bit, but why?), it seems to just be a fake thing some noob packaged with a virus (his avatar is anonymous lol...) because he is an idiot who wants to 'contribute' to get attention by editing stuff and taking credit - judging also from his post 'work' (lol).

i could be wrong, but even if the whole thing is legit... congratulations for taking something multiplatform and windozing it, in the worst possible way?...

any input?...


It's not a virus!
Here you have the .bat source, you can look at it, execute it or complie it!!
https://github.com/100pcrack/FunkyCIA2-GUI
please educate us all on how (and why) to compile a batch file.
 
Last edited by cearp,
D

Deleted User

Guest
OP
we received a report from Google stating that the attached file (funky cia 2 client) contained viruses.
it has been removed, please do NOT reupload it neither on GBAtemp nor Filetrip.
the author will have to explain himself or else he faces a permanent ban.
The zip contains a bat file converted to exe with this tool.
It is unsigned, so it migth be that. Anyway, I will link to the bat file in my github and remmove attachment.
 

Ruby Gloom

GBAtemp Maniac
Member
Joined
Sep 25, 2015
Messages
1,555
Trophies
0
Age
22
Location
-
XP
651
Country
New Zealand
i know that you are just thinking, nothing personal, this is simply informational :)
you don't really compile python to an exe file, the program 'is' the script, which is really slick in a way because anyone can peek into the code and see what it is doing, and make their own edits, the program is the source. no need to build it every time.
i have programmed 'plenty' of stuff in c++, and although not so difficult (for me), it is MUCH more of a chore and more of my precious (to me) time to write in c++ than to code in python. writing it in c++ would let me make an exe for everyone, BUT, i would still not have created a GUI - so all the noobs would still have problems because it would still be a CLI interface anyway lol
the only difference being you don't need to type 'python' before the command... :)

i could have recommended people to use this - http://www.py2exe.org/ (my mistake about mentioning pypy in my earlier post, i got it mixed up with this!)
it will take my python file and create an exe for windows users... and then python is not needed :)
but i don't use windows. still, i should have pm'd some windows user to do it, it's a good idea. but still, i don't think python is the problem, it's just that cli can be tricky for noobs.

all this thing that the OP did was add a windows cli interface to my cli app.
it looks like it gives you prompts instead of normally typing in the whole command. this is a helpful benefit?
so i guess you click the batch file/virus which will in turn load 'python FunkyCIA2.py' for you, lol
if you take the time to read a minute to two, it is not that hard to use...
in any case, this is not a good solution for noobs.

the fact that the site admin who is rarely seen on the forums calls out the op and threatens with a ban shows the op has bad ideas.
if anyone really wanted me to add prompts to FunkyCIA, i might have thought about it, maybe :) but i prefer a tool i can run and automate with no user interaction
unless for money, developers (i guess i can consider myself an amateur one) are lazy, i built this for myself and then shared it.
primarily, it will fit my needs :)

ALL OF THIS ASIDE, there is a 'derivative' of FunkyCIA called CoffeeCIA by @alatnet that has a gui. (i'm not sure how much my code helped the guy but i was not credited, i think)
still, to make it support 'every' os it was made in java. this means you will need to install java.
just like you would need to install python for FunkyCIA. on my os (mac) python is preinstalled, so this is a non issue. to be honest i forget if java is preinstalled... :)
making multi platform applications is not as simple as programming in java or python etc - we don't get paid so i would rather not spend much more time on this as i do/did.

i'm not a skeptic and rarely call out things as being fake but from the OP, all the screenshots have the scrollbar of the window 'at the top'.
so, it looks like the 'program' (lol) doesn't actually have multiple parts (unless the lines of text are being cleared after each bit, but why?), it seems to just be a fake thing some noob packaged with a virus (his avatar is anonymous lol...) because he is an idiot who wants to 'contribute' to get attention by editing stuff and taking credit - judging also from his post 'work' (lol).

i could be wrong, but even if the whole thing is legit... congratulations for taking something multiplatform and windozing it, in the worst possible way?...

any input?...



please educate us all on how (and why) to compile a batch file.
I've been trying to message the author about the .exe conversion/translation and only for my phone to return errors. My messaging system isn't working... However, converting .3ds to .cia became a thing, but it was nothing but a bunch of python. You may already know this, but others do not. PYTHON DOESN'T WORK ON MY COMPUTER, SILLY PEOPLE.[emoji14]Not every computer can run every program. We had someone compile a .exe program to make this conversion easy. I'm sure that this can be applied here as well. I've seen it done with lots of programs, I don't know how to do it myself, but it's been reported as an easy procedure. With all that said, I'll continue to try and message people on here. Not sure why I can't.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-