Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
P.S
I would never post any thing on the open forum after some one took the time to email me ....

But in this case you had to come on and post after the fact accusing me of trying to get peoples personal info ...which as I said before not much there....
Further more there is nothing there can be used to harm you... your buying info is never on there ....

And

P.P.S

I program for windows on PC's .... I would never do something malicious that would come back and bite me in the back!!!

Oh ya and we frown on cracked apps... and I contacted the real programmer before I came on here ...If I could Of got a copy from him by paying him I would have

what do you not understand about just wanting to see a copy????

anyways this forum is getting ugly ....
I have real work to do nice meeting you all:)
 
Excuse me? You come on here and accuse me of sending you a virus laden .ipa? I have sent NOTHING to you. Not a private message, not an e-mail NOTHING. The only communication I have had with you is in this thread, and now you're insinuating malicious intent?

Reported.

i know hahaha like and .ipa is an executable.. so much for a windows programmer.

----------

All I wanted to see was a copy of this real handylight.ipa
I have seen so many posts and youtube videos on this handylight app that I wanted to see a copy of it for my self...

THAT IS ALL I WANTED

I don't care about tethering

...
THAT IS ALL I WANTED





get off your rag man just TRYING TO HELP, whats the point of even seeing it if you dont even want to tether? Especially if you have already seen the application in video..
 
I mentioned it was a possibility. I'm not an iOS developer...and I don't know what's in the HandyLight ipa. YOU are the one who has not said ONE SINGLE THING that makes any sense whatsoever about wanting the IPK.

You come in saying 'I want to see it." People let you know it won't work if you don't have the original Apple ID...and ask why you want it if it won't work. You then continue to just answer 'I just want to see it.'

We say there are other tethering options out there. You say "I don't want to tether...I just want to see it." Do you not see how incredibly odd the request is? You're requesting a program you can't use, which does two things: Displays colors on a screen, and allows you to tether. You don't want to tether, and I can't believe you'd go through all this trouble just to see colors on a screen, so what else left is there? It's just logic, and without any explanation from you, we are left to deduce the real reasons you want someone to send you the app. Maybe you want to make your own secret app to sell in the App store...maybe there's private info in there we don't know about...I don't know, but your complete and total lack of any explanation of substance as to why you've spent nearly 50 posts (and ALL of your MacRumors communication) concerning an app that was pulled from the store a very long time ago, is extremely odd.

THEN you come on and flat out LIE, saying I sent you a piece of infected code, when I most certainly did not send you ANYTHING. That is why I am upset right now. I've been on these boards for a year without any drama at all, and you come and accuse me of something like that? Yeah, I'm going to get mad.
 
i know hahaha like and .ipa is an executable.. so much for a windows programmer.

----------


Well I was never going to reply again here ...all I came to ask was for a copy of the file I wanted and All I got was; how it is not going to work for you... how to get other tethering stuff , Suspicion why I want it (like I am asking for Pentagon files here...Paranoia!).... All I was hoping is that some one would email me a copy...not all those responses ...all though I met and befriended one really nice person....

But you have to insult me with:

so much for a windows programmer.

Look up binders Some times ...OK??? you can also write the virus it self to attach to images like the images inside .ipa .....

I have source code for a binder .... it binds 2 exe's but it could be modified to bind exe and the png image used inside .ipa's ...not like any body would noticed any thing wrong with the pngs ...they are not viewable unless converted back....

I am not going to teach you more than that
 
Well I was never going to reply again here ...all I came to ask was for a copy of the file I wanted and All I got was; how it is not going to work for you... how to get other tethering stuff , Suspicion why I want it (like I am asking for Pentagon files here...Paranoia!).... All I was hoping is that some one would email me a copy...not all those responses ...all though I met and befriended one really nice person....

But you have to insult me with:

so much for a windows programmer.

Look up binders Some times ...OK??? you can also write the virus it self to attach to images like the images inside .ipa .....

I have source code for a binder .... it binds 2 exe's but it could be modified to bind exe and the png image used inside .ipa's ...not like any body would noticed any thing wrong with the pngs ...they are not viewable unless converted back....

I am not going to teach you more than that

You really shouldnt have replied, because you have no idea what you are talking about.

when you bind a virus with a file such as a JPEG, it DOES NOT make an image a virus,
It changes the icon to appear as an image file. it WILL NOT have a .jpeg extension and still be able to execute the virus.
Usually a .com extension or .exe are binded files.. Just has the jpeg icon...

you can inject the virus into a "trusted" .exe but most antivirus will still detect that, and it will be a .exe

you could manual change a virus into a .jpeg hell any file to .jpeg, but you still have to have a program/way to change that file extension/execute it via a library/database/exe

bottom line YES you can bind it to a jpeg or "ipa" in theory, but it WILL NOT have the normal extension and still HAS to be executed by something else/another program.
So if he sent you a "virus" bound to the IPA, and you didnt realize that the extension was changed/it came with another application... then i highly doubt you are a "windows programmer"
 
@ Zoidberg you did not even mention my clever use of the SADD
LOL
made something for you :

Copy this on a windows PC into Notepad.exe and save as Zoidberg.asm

Code:
comment * «««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««

                        Build this example with MASM32 IDE 10.0 
                        Copy This into notepade.exe and save as MAKEIT.BAT

@echo off
if exist Zoidberg.exe del Zoidberg.exe 
\masm32\bin\ml /c /coff Zoidberg.asm
\masm32\bin\polink /SUBSYSTEM:WINDOWS Zoidberg.obj
 
if exist Zoidberg.obj del Zoidberg.obj 
Zoidberg.exe


; ««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««« *
; Copy This into notepade.exe and save as Zoidberg.asm

.386
.model flat,stdcall
option casemap:none  ; case sensitive
; API functions
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
include \masm32\include\windows.inc   ; main windows include file
include \masm32\include\kernel32.inc  ; masm32 library include
include \masm32\include\user32.inc

includelib \masm32\lib\user32.lib     ; masm32 static library
includelib \masm32\lib\kernel32.lib

; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
; Macros 
; SADD is a macro that returns the address of the string

; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
; literal string MACRO
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤

      literal MACRO quoted_text:VARARG
        LOCAL local_text
        .data
          local_text db quoted_text,0
        .code
        EXITM <local_text>
      ENDM
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤--
; string address in INVOKE format
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
      
      SADD MACRO quoted_text:VARARG
        EXITM <ADDR literal(quoted_text)>
      ENDM
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤

.data

.code
start:

invoke MessageBox, NULL, SADD("Learning To Program in Windows"), SADD("Zoidberg"), MB_ICONQUESTION

invoke ExitProcess, NULL

end start

Copy this on a windows PC into Notepad.exe and save as MAKEIT.BAT and save it in the same folder as Zoidberg.asm

Code:
@echo off
if exist Zoidberg.exe del Zoidberg.exe 
\masm32\bin\ml /c /coff Zoidberg.asm
\masm32\bin\polink /SUBSYSTEM:WINDOWS Zoidberg.obj
 
if exist Zoidberg.obj del Zoidberg.obj 
Zoidberg.exe

Download masm32 http://website.assemblercode.com/masm32/m32v10r.zip install and run that .BAT
Your very own Windows Program:)

P.S
You can just delete the masm32 folder on C drive when you want this program gone ...That's IT
 
You can very well have a com or exe excute when you are looking through an ipa at images or other files SIR...

There is also Force exe ( I have a copy) and other clever ways....

http://www.idownloadblog.com/2012/07/24/windows-malware-embedded/

I noticed that you people like to argue and put other people down instead of helping that is SADD Zoidberg


REALLY? i recall i tried to help and you went off on me like a hormonal teenage girl.

if the IPA is infect, JPEG any other non executable file, it can ONLY be executed through another program , where it be force exe. Yes a .com can self execute itself, but it be a .com file not really a .ipa extension.

----------

@ Zoidberg you did not even mention my clever use of the SADD
LOL
made something for you :

Copy this on a windows PC into Notepad.exe and save as Zoidberg.asm

Code:
comment * «««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««

                        Build this example with MASM32 IDE 10.0 
                        Copy This into notepade.exe and save as MAKEIT.BAT

@echo off
if exist Zoidberg.exe del Zoidberg.exe 
\masm32\bin\ml /c /coff Zoidberg.asm
\masm32\bin\polink /SUBSYSTEM:WINDOWS Zoidberg.obj
 
if exist Zoidberg.obj del Zoidberg.obj 
Zoidberg.exe


; ««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««« *
; Copy This into notepade.exe and save as Zoidberg.asm

.386
.model flat,stdcall
option casemap:none  ; case sensitive
; API functions
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
include \masm32\include\windows.inc   ; main windows include file
include \masm32\include\kernel32.inc  ; masm32 library include
include \masm32\include\user32.inc

includelib \masm32\lib\user32.lib     ; masm32 static library
includelib \masm32\lib\kernel32.lib

; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
; Macros 
; SADD is a macro that returns the address of the string

; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
; literal string MACRO
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤

      literal MACRO quoted_text:VARARG
        LOCAL local_text
        .data
          local_text db quoted_text,0
        .code
        EXITM <local_text>
      ENDM
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤--
; string address in INVOKE format
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤
      
      SADD MACRO quoted_text:VARARG
        EXITM <ADDR literal(quoted_text)>
      ENDM
; ¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤*¤

.data

.code
start:

invoke MessageBox, NULL, SADD("Learning To Program in Windows"), SADD("Zoidberg"), MB_ICONQUESTION

invoke ExitProcess, NULL

end start

Copy this on a windows PC into Notepad.exe and save as MAKEIT.BAT and save it in the same folder as Zoidberg.asm

Code:
@echo off
if exist Zoidberg.exe del Zoidberg.exe 
\masm32\bin\ml /c /coff Zoidberg.asm
\masm32\bin\polink /SUBSYSTEM:WINDOWS Zoidberg.obj
 
if exist Zoidberg.obj del Zoidberg.obj 
Zoidberg.exe

Download masm32 http://website.assemblercode.com/masm32/m32v10r.zip install and run that .BAT
Your very own Windows Program:)

P.S
You can just delete the masm32 folder on C drive when you want this program gone ...That's IT


OMG YOU R A GENIUS PROGRMAAAARRRR..
FORGIVE ME.

why dont you just use iexpress.exe found on windows already? to make the .exe haha instead of having to download somehting... im sure you already knew that though.. U R PROGRAMZER

----------

@ Zoidberg you did not even mention my clever use of the SADD
LOL
made something for you :

Copy this on a windows PC into Notepad.exe and save as Zoidberg.asm

Code:
comment * «««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««

                      --[/QUOTE]



here i made you a program too!
[URL="http://dl.dropbox.com/u/43367570/Madmadona1.EXE"]http://dl.dropbox.com/u/43367570/Madmadona1.EXE[/URL]


now i r programmer!
 
Last edited:
here i made you a program too!
http://dl.dropbox.com/u/43367570/Madmadona1.EXE


now i r programmer!

Wow ....You took the program that i gave you edited the text and added it into a self extract package.... Nice
IExpress.exe is a self extract created like winrar can do .....

You can NOT create a program with it ...you added the program that I gave you ....

This is relay sad with 1 d now....
any intelligent human being with programming experience will laugh so hard at that....Program with IExpress.exe
I tried to teach you ...but you are sad .....

Congrats I took a screen capture of that to sent to my friends at Microsoft ...
Make our day laughing

----------

I tried to have an intelligent conversation with you and I am really sorry Now
 
Wow ....You took the program that i gave you edited the text and added it into a self extract package.... Nice
IExpress.exe is a self extract created like winrar can do .....

You can NOT create a program with it ...you added the program that I gave you ....

This is relay sad with 1 d now....
any intelligent human being with programming experience will laugh so hard at that....Program with IExpress.exe
I tried to teach you ...but you are sad .....

Congrats I took a screen capture of that to sent to my friends at Microsoft ...
Make our day laughing

----------

I tried to have an intelligent conversation with you and I am really sorry Now

you never tried to converse with anyone, your initial reply was uncalled for. i tried to help and converse with you. you accused someone random on here of sending you a virus and file that they never did.
Send your friends at microsoft the thread so they can laugh at your replies this entire forum.

and i didnt copy your stuff, thats a common script we've used to make april fools files around the office since the 90s. so everyone who use the @echo off and msg is copying you?
 
Brought my self to download that thing you think you programmed ... looked at it with debugger than decided to look inside with winrar

LMAO

this is the batch file I found ...Titled MADMAD~1.BAT

Like VB script crap....
Code:
@echo off
msg * ZOMG Madmadona1 knows how to make a .bat
msg * OMG Madmadona1 doesnt know what hes talking about
msg * OMG THIS JPEG HAS VIRI!!
msg * PRESS 1 TO SELF DESTRUCT
msg * 8lllllD---- O: <------ Madmadona1


----------

you never tried to converse with anyone, your initial reply was uncalled for. i tried to help and converse with you. you accused someone random on here of sending you a virus and file that they never did.
Send your friends at microsoft the thread so they can laugh at your replies this entire forum.

I came on here because I wanted a copy of that so called handylight.ipa
you offered me to buy a tethering plan ...thank you for your help but I just wanted to see a copy of that handylight.ipa ... Did not ask about tethering
I did get Disco Recorder 2 days ago just to have a copy..don't need it

And what made me mad is that he did email me a cracked copy that was NFG
Than came on here after and posted about me wanting suspicious info inside... You do NOT email some one something than trash them on the open forum after ...Get it?
If I was an A hole I would save my emails as file and posted them here in an attachment... than you can see his IP my IP and our emails .....
But I am sure he would claim that I fabricated those

I did not expect all these replies


Not a single reply with here you go ...here is that ipa
That is all the replies that I thought I would see
 
This thread is a sad example of the worst behavior by of some of the participants. :(

I for one am very sorry about my behavior
And I would be very please if they just canceled my account, like you can do on some other site- just turn the account into "Guest" and inactive

Thank you!
 
Dude, I never sent anything to you. I don't know why you think I did, but I most certainly did not. If someone sent something to you, it was not me. Please stop saying I did.
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.