Thread: Token Editor

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 74
  1. #16
    Son Goku's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,184
    Reputation
    7
    Thanks
    215
    My Mood
    Yeehaw
    I gave my self 2.


    ----------------------------------------

    Join The Starcraft 2 Section Here!

  2. #17
    Bl4ckL13r's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    crashed when hit set tokens

  3. #18
    Threadstarter
    Still a Cookie at heart
    Donator
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by Bl4ckL13r View Post
    crashed when hit set tokens
    Make sure CookieAPI.dll is in the same folder as the app.

  4. #19
    prochet's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    7
    Reputation
    3
    Thanks
    4
    My Mood
    Bored
    I don't see the download?

  5. #20
    MohNeuker's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4

  6. #21
    Bl4ckL13r's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    It is in the same folder, since doenst worked for me I've made this
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Diagnostics;
    using System.Runtime.InteropServices;
    
    namespace kakaka
    {
        class Program
        {
            [DllImport("kernel32.dll", SetLastError = true)]
            static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, uint nSize, out UIntPtr lpNumberOfBytesWritten);
    
            static void Main(string[] args)
            {
                Process[] ps = Process.GetProcessesByName("iw5mp");
                foreach (Process p in ps)
                {
    
                    UIntPtr num;
                    bool ret = WriteProcessMemory(p.Handle, new IntPtr(0x01CCE0BF), BitConverter.GetBytes((int)2), 4, out num);
                }
            }
        }
    }
    iw5mp must be running and it gives 2 tokens to you

  7. #22
    Threadstarter
    Still a Cookie at heart
    Donator
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by Bl4ckL13r View Post
    It is in the same folder, since doenst worked for me I've made this
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Diagnostics;
    using System.Runtime.InteropServices;
    
    namespace kakaka
    {
        class Program
        {
            [DllImport("kernel32.dll", SetLastError = true)]
            static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, uint nSize, out UIntPtr lpNumberOfBytesWritten);
    
            static void Main(string[] args)
            {
                Process[] ps = Process.GetProcessesByName("iw5mp");
                foreach (Process p in ps)
                {
    
                    UIntPtr num;
                    bool ret = WriteProcessMemory(p.Handle, new IntPtr(0x01CCE0BF), BitConverter.GetBytes((int)2), 4, out num);
                }
            }
        }
    }
    iw5mp must be running and it gives 2 tokens to you
    Use that if it works for you

  8. #23
    zeky0709's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    5
    Invalid Attachment specified. If you followed a valid link, please notify the administrator.
    I get that when I hit the download

  9. #24
    masterbal5's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    why cant i download?

  10. #25
    Threadstarter
    Still a Cookie at heart
    Donator
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by masterbal5 View Post
    why cant i download?
    Needs to be approved

  11. #26
    ironicusx's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by zeky0709 View Post
    I get that when I hit the download
    i get that too

  12. #27
    zeky0709's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    5
    bah I though it got approved already. My bad.

  13. #28
    masterbal5's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    can you do that please?

  14. #29
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    /approved

    Master didn't approve it.

  15. #30
    sgdarke57's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Buzzed
    Gave Myself 4, thanks for the download.

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. mrs editor
    By rikrik in forum Gunz General
    Replies: 7
    Last Post: 12-27-2009, 05:21 PM
  2. client editors
    By AN1MAL in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 11-25-2006, 07:37 PM
  3. [Request] Client editors...
    By SATANICAT in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 10-24-2006, 06:38 PM
  4. Lineage 2 Walker 10.6.1 + Token To Private Servers
    By Flawless in forum General Game Hacking
    Replies: 0
    Last Post: 01-24-2006, 05:04 AM