Results 1 to 3 of 3
  1. #1
    Bearzs's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0

    [REQUEST] Source code for program

    Hey, Thanks for reading

    I'm requesting with extreme appreciation that someone could make me a form app with source code that does the following:

    Compile and Write an assembly to a a location within a process.


    I appreciate everyone who helps me out here


    -- Assembly Code -- (Might need some editing)

    NoRun = {}





    function mycheck(sender)
    local id = getProcessIDFromProcessName("RobloxPlayer.exe");
    for i,v in pairs(NoRun) do
    if v==id or not id then
    return
    end
    end
    table.insert(NoRun, id);
    openProcess(id);
    autoAssemble([[
    alloc(newmem,2048)
    label(returnhere)
    label(originalcode)
    label(loop1)
    label(endloop1)
    label(continue)
    alloc(script,4096)
    label(exit)

    script:
    db 77 61 69 74 28 31 30 29 0D 0A 67 61 6D 65 2E 50 6C 61 79 65 72 73 2E 4C 6F 63 61 6C 50 6C 61 79 65 72 2E 43 68 61 74 74 65 64 3A 63 6F 6E 6E 65 63 74 28 66 75 6E 63 74 69 6F 6E 28 73 74 29 0D 0A 53 70 61 77 6E 28 66 75 6E 63 74 69 6F 6E 28 29 0D 0A 6C 6F 61 64 73 74 72 69 6E 67 28 73 74 29 28 29 20 0D 0A 65 6E 64 29 0D 0A 65 6E 64 29 2D 2D 5B 5B 30 2F 32 39 2F 31 30 0D 0A 2D 2D 20 50 6C 65 61 73 65 20 6E 6F 74 65 20 74 68 61 74 20 74 68 65 73 65 20 61 72 65 20 6C 6F 61 64 65 64 20 69 6E 20 61 20 73 70 65 63 69 66 69 63 20 6F 72 64 65 72 20 74 6F 20 64 69 6D 69 6E 69 73 68 20 65 72 72 6F 72 73 2F 70 65 72 63 65 69 76 65 64 20 6C 6F 61 64 20 74 69 6D 65 20 62 79 20 75 73 65 5D 5D 20

    newmem:



    originalcode:
    cmp byte ptr[eax+3],43
    jne continue
    cmp byte ptr[eax+4],72
    jne continue

    pushad
    mov ecx,0
    loop1:
    mov bl,byte ptr[script+ecx]
    mov byte ptr [eax+ecx],bl
    add ecx,1
    cmp cl,E6
    jnb endloop1
    jmp loop1
    endloop1:
    popad
    continue:
    push edx
    push ecx
    push eax
    push ebx
    call 008D3C40

    exit:
    jmp returnhere

    00715D0D:
    jmp newmem
    nop
    nop
    nop
    nop
    returnhere:

    ]])
    end

    t=createTimer(nil)
    timer_setInterval(t, 300)
    timer_onTimer(t, mycheck)
    timer_setEnabled(t,true)

  2. #2
    Bearzs's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Bump ppppppppppp

  3. #3
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Cheat Engine much?

Similar Threads

  1. [Request] RAT client/server source code for C++
    By eliteCVDelite in forum General Hacking
    Replies: 4
    Last Post: 02-24-2011, 02:01 PM
  2. [REQUEST]Source Code For "Remember Me" in a checkbox
    By Dreamer in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-28-2009, 03:22 AM
  3. [Request] Source Code DLL Injector (Text) - VB 2008 Codes
    By deocute in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-21-2009, 12:16 AM
  4. [Request] Source Code For AFK Bot 4 CA
    By JIGS4W in forum Visual Basic Programming
    Replies: 2
    Last Post: 10-06-2009, 08:33 AM
  5. Source code for any d3d/memory hack
    By Ragehax in forum C++/C Programming
    Replies: 6
    Last Post: 10-01-2009, 09:10 PM