Results 1 to 7 of 7
  1. #1
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1

    My game crashes when i launch my injection hack? Can you take a look at the code?

    My game is crashing when i inject my test hack. I just made it and im new to this can someone take a look?

    Code:

    public class Hacks : MonoBehaviour
    {
    Boolean gui;
    void Start()
    {
    gui = false;
    }

    void Update()
    {
    if (Input.GetKeyDown(KeyCode.E))
    {
    this.gui = !this.gui;
    }
    }

    void OnGUI()
    {
    if (gui)
    {
    GUI.Box(new Rect(10, 10, 100, 90), "Hack Menu");

    if (GUI.Button(new Rect(20, 40, 80, 20), "Rs Items"))
    {
    SpawnItems.reset();
    }

    if (GUI.Button(new Rect(20, 70, 80, 20), "Null"))
    {

    }
    }
    }
    }


    I built it and it came up with no problems. If you can help me add me on skype :3 Skype: ๖ۣۜEazzy or xXEazzyKillaXx
    Last edited by EazzyKilla; 08-02-2014 at 01:33 PM.

  2. #2
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by EazzyKilla View Post
    My game is crashing when i inject my test hack. I just made it and im new to this can someone take a look?

    Code:

    public class Hacks : MonoBehaviour
    {
    Boolean gui;
    void Start()
    {
    gui = false;
    }

    void Update()
    {
    if (Input.GetKeyDown(KeyCode.E))
    {
    this.gui = !this.gui;
    }
    }

    void OnGUI()
    {
    if (gui)
    {
    GUI.Box(new Rect(10, 10, 100, 90), "Hack Menu");

    if (GUI.Button(new Rect(20, 40, 80, 20), "Rs Items"))
    {
    SpawnItems.reset();
    }

    if (GUI.Button(new Rect(20, 70, 80, 20), "Null"))
    {

    }
    }
    }
    }


    I built it and it came up with no problems. If you can help me add me on skype :3 Skype: ๖ۣۜEazzy or xXEazzyKillaXx
    Do you have any virus scanner? If so turn it off




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  3. #3
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    ok i will try that

  4. #4
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    Still doesn't work I just re made it and it still crashes

  5. #5
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    Bumpy bump

  6. #6
    AlexGeoZz1's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    827
    Quote Originally Posted by EazzyKilla View Post
    Bumpy bump
    just use jumbo's base

    https://www.mpgh.net/forum/showthread.php?t=846668

    Im using it and its great

  7. #7
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    I fixed it can someone close this thanks for everything

Similar Threads

  1. [Help Request] any idea why my game crashes when I inject yolohack.dll
    By Mcboogers in forum DayZ Help & Requests
    Replies: 9
    Last Post: 04-02-2013, 11:24 AM
  2. Game crash when injecting 9.1 ohk dll and 1.49b consolite
    By FadedLeo in forum Vindictus Help
    Replies: 20
    Last Post: 05-04-2012, 12:18 PM
  3. [Help] game crashes when injected......
    By pakeke80 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 04-28-2012, 12:50 AM
  4. Game crashes when I inject anything into it
    By djcynz in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 02-16-2010, 10:17 PM
  5. Why crossfire game crashed when i play with any program hack
    By goergemamdoh in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 08-31-2009, 07:30 AM