All posts by: vivadrags

  • Author

    Message
  • Topic: Help with MW3 Tool

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with MW3 Tool
  • Replies: 1
    Views: 505

    I was just wondering how to set dvars on MW3 TU24? I'm using the correct offsets and setting them properly but most dvars don't work. Things like "timescale" and "bg_gravity" don't ...
  • Topic: Help with my bo2 tool

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my bo2 tool
  • Replies: 3
    Views: 865

    Are you forcing host also and how many players?

    Yeah, force hosting before searching works just fine. I would do max players of 6 for a 3v3 and minimum of 4 to start, and it does start the 3v3 like ...
  • Topic: Help with my bo2 tool

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my bo2 tool
  • Replies: 3
    Views: 865

    Hi, I'm making a Black Ops 2 tool and had a question why something isn't working correctly.
    I'm trying to change the number of players in the game.

    I'm using dvars for this, and they work in preg ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    #JRPC
    jrpc.WriteUInt32(offset, 0x60000000)


    You need to know how to at least use jrpc or XRPC to set memory

    Yeah I know how to set memory. Thank you so much, been trying for a bit to g ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Yea I can't get it to work. I'll keep messing around with it and see what I can figure out. Here's what I've got but I can't get It to actually work.

    function_start = 0x823E2318
    read_protection = ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Let me know what dvars you're trying to use so I can test some things. I found the cheat protection.

    Here's 2 that are cheat-protected:
    bg_ladder_yawcap 360 --- (360 ladder)
    timescale .5 --- (Hal ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Instead of using Cbuf_AddText for sv_cheats 1 use SV_GameSendServerCommand and see if it works. It does on some older cod's but may be patched on black ops

    "sv_cheats 1 is read only" I ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Instead of using Cbuf_AddText for sv_cheats 1 use SV_GameSendServerCommand and see if it works. It does on some older cod's but may be patched on black ops

    "sv_cheats 1 is read only"
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Usually if your on a decent server you dont gotta do anything the server has anti-ban

    I got that but when I use a dvar, let's say "bg_gravity 400", it'll say "(command) is cheat prot ...
  • Topic: Help with my BO1 tool!

  • vivadrags

    Forum: Xbox ForumPosted: Subject: Help with my BO1 tool!
  • Replies: 15
    Views: 4,130

    Hi, I'm working on a BO1 tool, and I'm really knew to this and I just have a few questions. It'd be much appreciated if someone can answer any of these

    1. How do I disable multiplayer cheat protect ...