Results 1 to 3 of 3
  1. #1
    KappaMang's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep

    External Skinchanger -- Need Help

    So I have this function:

    void WriteSkin(int x, DWORD ent)
    {
    fProcess.Write<int>((ent + xuidLow), 0); //xuidlow
    fProcess.Write<int>((ent + xuidHigh), 0); //xuidhigh
    fProcess.Write<int>((ent + itemIDH), 0); //itemidhigh
    fProcess.Write<int>((ent + itemPaint), x); //paint
    fProcess.Write<int>((ent + itemWear), 0.00001f); //wear
    cstate = fProcess.Read<DWORD>(fProcess.__dwordEngine + enginepos);
    fProcess.Write<int>((cstate + deltatick), -1); //force update
    }

    I have double checked the offsets, and the "x" is the weapon skin. When I run this, which I have a key for, it does not change my skin. When I shoot, I start lagging, which I think is the fault of the force update. Does anyone know what I did wrong?

    //Note: I have searched for hours on this topic. I have come here for a quick answer so don't shitstorm me with "google it"

  2. #2
    rwby's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    client.dll
    Posts
    1,631
    Reputation
    142
    Thanks
    6,723
    What you are asking is for us to spoonfeed you. What in the world is ent?

    Also wear should be written as float not int.

    There is plenty of places to look for skin changer things. Use the search button.

  3. The Following User Says Thank You to rwby For This Useful Post:

    Hunter (04-21-2016)

  4. #3
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Solved & closed.

Similar Threads

  1. [Discussion] Need Help to write more than 30 funktions into a external Mod Menu
    By JayKoZa2015 in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 5
    Last Post: 04-05-2016, 02:03 PM
  2. [Help] Need some help to do an external skinchanger
    By Background in forum Counter-Strike 2 Coding & Resources
    Replies: 8
    Last Post: 02-01-2016, 09:58 PM
  3. [Help] CS:GO External Hack VB.net i need help with offsets
    By soletiva12 in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 11-01-2015, 01:26 AM
  4. [Help Request] Need help finding a Vindictus injector
    By VpChris in forum Vindictus Help
    Replies: 2
    Last Post: 05-01-2011, 10:51 PM
  5. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM